Skip to content

leehagoodjames/taxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taxes

A lightweight Python Repo for calculating personal income taxes. Contributions are welcome.

Installing

python3 -m pip install easytax

Example Usage

python3 examples/example.py

Contributing

  1. Clone the taxes repo with:
git clone https://github.com/leehagoodjames/taxes.git
  1. Change directories to the project's root with:
cd taxes
  1. Ensure tests pass with:
python3 -m unittest discover tests
  1. Make awesome changes!

Releasing New Modules

  1. Increment the version in pyproject.toml
  2. Build with:
rm -rf dist; python3 -m build
  1. Upload to pypi with:
python3 -m twine upload --repository pypi dist/*

About

A lightweight Python Repo for calculating personal income taxes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages