AG3NTZ3R0 / cnbc

A Python package that wraps CNBC API endpoints and returns financial data in JSON.
https://pypi.org/project/cnbc/
GNU General Public License v3.0
4 stars 0 forks source link

Restructure Repository #1

Closed AG3NTZ3R0 closed 6 months ago

AG3NTZ3R0 commented 6 months ago

A PR to restructure the repository in line with best practices. There were no __init__.py files in the directories which were treated as Python packages. Additionally, there was no .gitignore file.