melon/README.md

22 lines
971 B
Markdown
Raw Normal View History

2022-08-14 20:08:21 +07:00
# Melon
2022-08-19 10:24:00 +07:00
Melon (an acronym for Media Lounge Network) is a media management to keep and watch your downloaded video files.
## GPLv2 Compatibility
Database (Outside the apps)
- [MariaDB](https://mariadb.org/) (GPLv2) [Compatible with GPLv2]
pip CostaPy (Inside the apps)
- [cherrypy](https://pypi.org/project/CherryPy/) (BSD) [Compatible with GPLv2]
- [mako](https://pypi.org/project/Mako/) (MIT) [Compatible with GPLv2]
- [mysql-connector](https://pypi.org/project/mysql-connector/) or [mysql-connector-python](https://pypi.org/project/mysql-connector-python/) (GPLv2) [Compatible with GPLv2]
pip melon core (Inside the apps)
- [cv2](https://pypi.org/project/opencv-python/) (MIT) [Compatible with GPLv2]
- [pyffmpeg](https://pypi.org/project/pyffmpeg/) (Apache) [Not compatible with GPLv2]
Static Front-End library (Inside the apps)
- [Bootstrap](https://getbootstrap.com/) (MIT) [Compatible with GPLv2]
- [JQuery](https://jquery.com/) (MIT) [Compatible with GPLv2]