Metadata-Version: 2.1
Name: manganelo
Version: 1.2
Summary: Unofficial API for the Manganelo (and Mangakakalot) website.
Home-page: https://github.com/nixonjoshua98/manganelo
Author: Joshua Nixon
Author-email: nixonjoshua98@gmail.com
License: MIT
Download-URL: https://github.com/nixonjoshua98/manganelo/archive/v1.2.tar.gz
Description: # Unofficial Manganelo API
        
        #### Package to scrape the website Manganelo (and Mangakakalot).
        
        nixonjoshua98 at gmail dot com
        
        ## Installation
        
        **Python 3.7.x**
        ```cmd
        pip install manganelo
        ```
        
        ## Example
        
        ```python
        naruto = SearchManga("Naruto")[0]
        
        info = MangaInfo(naruto.url)
        
        for k, v in info.items():
            print(f"{k}: {v}")
        ```
Keywords: manga,manganelo,scrapper,web,mangakakalot
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.7
Description-Content-Type: text/markdown
