Metadata-Version: 2.1
Name: tankobon
Version: 2022.2.1
Summary: Yet another manga downloader.
Home-page: https://github.com/ongyx/tankobon
Author: Ong Yong Xin
Author-email: ongyongxin2020+github@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: bbcode>=1.1.0
Requires-Dist: beautifulsoup4>=4.9.1
Requires-Dist: click>=7.1.2
Requires-Dist: coloredlogs>=14.0
Requires-Dist: filetype>=1.0.7
Requires-Dist: fpdf>=1.7.2
Requires-Dist: html5lib>=1.1
Requires-Dist: imagesize>=1.2.0
Requires-Dist: MangaDex.py>=2.0.3
Requires-Dist: natsort>=7.1.0
Requires-Dist: requests>=2.24.0
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-flake8 ; extra == "dev"
Requires-Dist: pytest-mypy ; extra == "dev"
Requires-Dist: pdoc ; extra == "dev"
Requires-Dist: PySide6>=6.0.3 ; extra == "gui"
Provides-Extra: dev
Provides-Extra: gui

# tankobon

![logo](https://raw.githubusercontent.com/ongyx/tankobon/master/resources/logo.jpg)

![gui](https://raw.githubusercontent.com/ongyx/tankobon/master/example.png "tankobon")

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/tankobon)](https://pypi.org/project/tankobon)
![PyPI - License](https://img.shields.io/pypi/l/tankobon)
![PyPI](https://img.shields.io/pypi/v/tankobon)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tankobon)
![Lines of code](https://img.shields.io/tokei/lines/github/ongyx/tankobon)
![calver](https://img.shields.io/badge/calver-YY.MM.MICRO-22bfda.svg)

Yet another manga downloader.

For more info, check out the [project website](https://ongyx.github.io/tankobon) and the [documentation](https://ongyx.github.io/tankobon/docs)

## Contributing

Just send in a PR with your feature changes/bug fixes. To set up development builds for tankobon, do the following:

```bash
$ git clone https://github.com/ongyx/tankobon && cd tankobon

# (create and enter a virtualenv if you want)

$ make install-dev

# (make your code changes here...)

# make sure all tests pass
$ make all
```

## Credits

[feather](https://github.com/feathericons/feather) for the icons (all svgs) in the [`resources`](./resources) folder.

## License

MIT.

