Metadata-Version: 2.1
Name: PyMDL
Version: 1.0.1
Summary: Web Scraping API to fetch data from MDL
Home-page: https://github.com/Rocker2234/Python-MDL-API
License: MIT
Keywords: MDL movie api MyDramaList
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Description-Content-Type: text/markdown
License-File: LICENSE

# PyMDL

An API for MyDramaList(MDL) based on webscraping for python. 

## Description
An API for MDL to make your life easier in retriving and working on data found on the website. This package extracts both movie data and celibrity data and also provides functios for searching the website to get what you are looking for.
### Dependencies
* beautifulsoup4 
* requests
* lxml

## Getting Started
### Installing

* Insatall from pip
```commandline
pip install PyMDL
```

## Documentation

* [ReadTheDocs](http://python-mdl-api.readthedocs.io/)

## Authors

Rocker2234  
RAiU14

## Last Release Changes
* 1.0.1
  * Fix more Typos
  * Fix incorrect filter when style is used 

## License

This project is licensed under the MIT License - see the LICENSE file for details.
