https://github.com/pythoninthegrass/bmktventures_stock_app
bmkventures_stock_app
https://github.com/pythoninthegrass/bmktventures_stock_app
Last synced: 8 months ago
JSON representation
bmkventures_stock_app
- Host: GitHub
- URL: https://github.com/pythoninthegrass/bmktventures_stock_app
- Owner: pythoninthegrass
- Created: 2023-04-06T17:06:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T22:55:06.000Z (about 1 year ago)
- Last Synced: 2025-03-01T01:26:36.799Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bmkventures_stock_app
POC app by [mktcowboy](https://github.com/mktcowboy). Scaffolding and tidied up code by [yours truly](4097471+pythoninthegrass@users.noreply.github.com).
## Quickstart
```bash
# create virtual environment
python -m venv .venv
source .venv/bin/activate
# install dependencies
python -m pip install -r requirements.txt
# run script
python news.py
# convert py to ipynb
ipynb-py-convert news.py news.ipynb
```
## TODO
* [Issues](https://github.com/pythoninthegrass/bmkventures_stock_app/issues)
* Document asdf, poetry, and other tooling
* cf. [python_template](https://github.com/pythoninthegrass/python_template/tree/main/markdown) for meow
* Translate [news.py](news.py) to an `ipynb` via [ipynb-py-convert](https://pypi.org/project/ipynb-py-convert/)
* Debug path after