Allows you to compute taxes
Project description
# Introduction
Allows a regime forfettario partita IVA to compute the taxes it needs to pay to the Italian Government.
# User
## Installation
` pip install tax-calculator `
For a help, use:
` tax-calculator --help `
To compute taxes:
` tax-calculator compute-forfettario --ateco="62.02.00" --ricavi=15000 `
For additional options, consult the help of the subparser:
` tax-calculator compute-forfettario --help `
## Features
Allows you to compute regime forfettario taxes;
# Developer
## Test
Just tox it:
tox
## Uploading
First create in your HOME folder the file .pypirc, with the following content:
` [pypirc] servers = pypi [server-login] username:<your pypi username> password:<your pypi password> `
Then perform your contribution. To test, update the version automatically, upload to pypi and create a new tag on the git repo do the following:
` python setup.py test update_version_patch bdist_wheel upload push_tag `
There are also update_version_minor and update_version_major which increase the minor and major version number, respectively.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for tax_calculator-1.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | de7e8695286a32c55e68591a4505b474ae59459e0b87d581cf083c9404783be3 |
|
MD5 | 4f05cb881f27ebabdfd63e7acd9c0dec |
|
BLAKE2b-256 | 614ec7ae48fc2be5aee589bf36f87176d9f27096ef52d3708ceafacd66fee853 |