Metadata-Version: 2.1
Name: pagex-stocks-data
Version: 0.0.9
Summary: Data access layer for webby, pagex-stocks-api and stockwiz.
Home-page: https://github.com/raynic35/pagex-stocks-data
Author: Raymund Nickel
Author-email: raymundn@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/raynic35/pagex-stocks-data/issues
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pagex-stocks-data
The data access layer module

# local python upgrade

1. brew install python@3.10
2. add python_version = "3.10.0" to pipfile
3. pipenv --rm
4. pipenv --python /usr/local/opt/python@3.10/bin/python3.10
5. pipenv update --python 3.10
6. pipenv install

add interpreter setting to pycharm

# build wheel
maintain setup.py
python -m pip install -U wheel setuptools
python setup.py bdist_wheel --universal

# helper
python -m pip freeze > requirements.txt


