Metadata-Version: 2.1
Name: py-manga
Version: 0.1.5
Summary: A library to get information from mangaupdates.com
Home-page: https://github.com/alisw/py-manga
Author: Allie
Author-email: allie@cat-girl.gay
License: UNKNOWN
Description: # py-manga
        ## a library for getting information from mangaupdates.com!
        [![Documentation Status](https://readthedocs.org/projects/py-manga/badge/?version=latest)](https://py-manga.readthedocs.io/en/latest/?badge=latest)
        [![PyPi Package](https://img.shields.io/pypi/v/py-manga?color=dark-green&style=flat-square)](https://pypi.org/project/py-manga/)
        
        note: i am not affiliated with mangaupdates.com
        
        mangaupdates, while offering a great source of information for your favorite manga, does not properly expose an api. it just returns the page html!
        this is where py-manga comes in. using beautifulsoup, it parses all the information out of the html, making it way easier to work with.
        
        **to see how the data is organized, see [the documentation](https://py-manga.readthedocs.io/en/latest)**
        
        ### Currently Supported
        - Series information
        - Searching
        - Advanced/Genre Searching
        - Latest Releases
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
