Metadata-Version: 2.1
Name: melpoi
Version: 0.1.2
Summary: 
License: MIT
Author: Melvin Low
Author-email: la0bing07148@gmail.com
Requires-Python: >=3.8.1,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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

# melpoi
[![PyPI Latest Release](https://img.shields.io/pypi/v/melpoi.svg)](https://pypi.org/project/melpoi/)
[![Latest Build](https://github.com/la0bing/melpoi/actions/workflows/ci.yml/badge.svg)](https://github.com/la0bing/melpoi/actions/workflows/release.yml/badge.svg)

melpoi 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/melpoi/tree/master/melpoi/scraping)
- [SQL](https://github.com/la0bing/melpoi/tree/master/melpoi/sql)

