Metadata-Version: 2.1
Name: py-manga
Version: 0.1.2
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!
        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 project wiki**
        
        ### Currently Supported
        - Series information
        - Searching
        - Advanced/Genre Searching
        
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
