lategenxer.streamlit.app serves the tool from the main
branch.
Install uv, then serve the calculator locally by running:
uv venv
uv pip install -r requirements-dev.txt
uv run streamlit run Home.pyThis should start serving the tool locally.
Follow these steps to open this sample in a Codespace:
- Go to https://github.com/LateGenXer/finance
- Click the Code drop-down menu.
- Click on the Codespaces tab.
- Click Create codespace on main .
This will serve personal instance of the tools on the cloud.
For more information on creating your codespace, visit the GitHub documentation.
If you have VS Code and Docker installed, you can click the badge above or here to get started. Clicking this link will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.
For more information on developing on VS Code with Dev Containers, visit here
To execute the entire test suite using uv:
uv run pytestTo execute specific tests (e.g. for cgtcalc):
uv run pytest ./tests/test_cgtcalc.py