Skip to content

banciur/crypto-taxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-taxes

Yet another unfinished system for tracking crypto transactions and calculating taxes. But I need something tailored for stable farmer in Germany.

Development

Python version

The minimum required Python version for this project is 3.13. I recommend using pyenv (along with the pyenv-virtualenv plugin) to manage and create virtual environments. While you can name the virtual environment however you like, it's good practice to include both the project name and the Python version

pyenv install 3.13
pyenv virtualenv 3.13 crypto-taxes-3.11
echo "crypto-taxes-3.11" > .python-version

Dependencies

Note: If you're using macOS with the zsh shell, you need to escape "[" and "]" with "\".

pip install --editable .
pip install --editable .\[dev\]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published