Metadata-Version: 2.1
Name: melpoi
Version: 0.0.2
Summary: 
License: MIT
Author: Melvin Low
Author-email: la0bing07148@gmail.com
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: graphviz (>=0.20.1,<0.21.0)
Requires-Dist: ipython (>=8.6.0,<9.0.0)
Requires-Dist: opencv-python (>=4.6.0.66,<5.0.0.0)
Requires-Dist: selenium (>=4.6.0,<5.0.0)
Description-Content-Type: text/markdown

# melpy
melpy is a repository with some of the scripts me myself personally find useful. They can be a simple ETL script or even a web scraping script. This is mainly for me to have a centralized place to look for scripts that I need. Feel free to use them if they can help you, you can also submit a pull request to add new things into this that you feel others might benefit from it.

# Categories
- [Scraping](https://github.com/la0bing/melpy/tree/main/scraping)
- [SQL](https://github.com/la0bing/melpy/tree/main/sql)

