Metadata-Version: 2.1
Name: mannou
Version: 0.1.1
Summary: A manga downloader from various sites.
Home-page: https://github.com/borderlineargs/mannou
Author: Muhammad Adi Prasojo
Author-email: borderlineargs@gmail.com
License: GNU General Public License v3
Keywords: mannou
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: requests (>=2.19.0)
Requires-Dist: beautifulsoup4 (>=4.6.0)
Requires-Dist: tqdm (>=4.26.0)

Mannou - Manga Downloader
=========================

.. image:: https://img.shields.io/travis/borderlineargs/mannou.svg
        :target: https://travis-ci.org/borderlineargs/mannou

A manga downloader from various sites.

Please remember this package still under development.

Installation
------------

    $ pip install mannou

Example
----------
This code

    $ mannou https://manganelo.com/manga/tomochan_wa_onnanoko --download

will download every manga and save it in ``~/manga``

Credits
-------

This package structure is heavily influenced by [cookiecutter-pypackage][1] and the [requests][2].

[1]: https://github.com/audreyr/cookiecutter-pypackage
[2]: https://github.com/requests/requests

* Free software: GNU General Public License v3
* Documentation: https://mannou.readthedocs.io.




