bin | ||
comicfn2dict | ||
tests | ||
.dockerignore | ||
.eslintignore | ||
.gitignore | ||
.prettierignore | ||
.remarkignore | ||
.shellcheckrc | ||
builder-requirements.txt | ||
comicfn2dict.py | ||
comicfn2dict.sh | ||
eslint.config.js | ||
LICENSE | ||
Makefile | ||
NEWS.md | ||
package-lock.json | ||
package.json | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
comicfn2dict
An API and CLI for extracting structured comic metadata from filenames.
Install
pip install comicfn2dict
API
look at comicfn2dict/comicfn2dict.py
CLI
comicfn2dict "Series Name #01 - Title (2023).cbz"
{'ext': 'cbz',
'issue': '001',
'series': 'Series Name',
'title': 'Title',
'year': '2023'}