Skip to main content

A lightweight package for personal income taxes

Project description

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/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easytax-0.0.17.tar.gz (19.0 kB view hashes)

Uploaded Source

Built Distribution

easytax-0.0.17-py3-none-any.whl (25.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page