Metadata-Version: 2.1
Name: PyMDL
Version: 0.1.0
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
Platform: UNKNOWN
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
```

### Executing program

* How to run the program
* Step-by-step bullets
```
code blocks for commands
```

## Documentation

* [Under Development]()

## Authors

Rocker2234  
RAiU14

## Version History
* 0.1.0
    * Initial Release

## License

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

