Metadata-Version: 1.1
Name: mannou
Version: 0.1.0
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
Description: Mannou - Manga Downloader
        =========================
        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.
        
        
        
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
