{ "info": { "author": "Robin Mitra", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Topic :: Education", "Topic :: Office/Business :: Financial :: Accounting" ], "description": "Tax Tools\n=========\n\nTaxman provides a set of tools for computing Income Tax and National Insurance \ncontributions for the UK tax system.\n\nIt currently supports calculating Income Tax and National Insurance \ncontributions (for both employer and employee), and deducting these to return \nthe net income. \n\nAt the moment, it can only calculate these for the tax year 2018-19, but \nsupport for configuring it to calculate for any tax year will be added soon.\n\nRequirements\n------------\n\nThe current version of Taxman has been tested to work on Python 3.6. \nAlthough it may work on other versions, it is recommended to use this version \nin case you encounter any problems.\n\nInstallation\n------------\n\nThe easiest way to install Taxman is to use pip:\n\n```bash\npip install taxman\n```\n\nBuilding from source\n--------------------\n\nIf you wish to build and install Taxman from source, following these steps:\n\n1. Clone the repository:\n\n```bash\ngit clone git@github.com:robinmitra/taxman.git\n```\n\n2. Install Pipenv if it isn't already, as this project uses it to help manage \ndependencies. Once you have Pipenv, install all dependencies (including dev):\n\n```bash\npipenv install --dev\n```\n\n3. Activate the virtual environment created by Pipenv:\n\n```bash\npipenv shell\n```\n\n4. Run tests to ensure everything is setup correctly:\n\n```bash\nmake test\n```\n\n5. Install the package:\n\n```bash\npython setup.py install\n```\n\nUsage\n-----\n\nRun the following to print Income Tax and National Insurance contributions, \nalong with the net income, for a given salary and personal allowance: \n\n```bash\ntaxman --employment-income 85000 --personal-allowance 11850\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/robinmitra/taxman", "keywords": "tax ni calculator taxman uk", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "taxman", "package_url": "https://pypi.org/project/taxman/", "platform": "", "project_url": "https://pypi.org/project/taxman/", "project_urls": { "Homepage": "https://github.com/robinmitra/taxman" }, "release_url": "https://pypi.org/project/taxman/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "A set of CLI tools for computing Income Tax and National Insurance contributions for the UK tax system.", "version": "0.2.0" }, "last_serial": 4851341, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "475fd38a815a35e9a48447e54e7d700b", "sha256": "d84eb9206ff1e196fc9e356a27c8c7a005ba8d5e14ddb6ab3ff8b8d9405afcf2" }, "downloads": -1, "filename": "taxman-0.1.0.tar.gz", "has_sig": false, "md5_digest": "475fd38a815a35e9a48447e54e7d700b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4771, "upload_time": "2018-11-04T23:50:04", "url": "https://files.pythonhosted.org/packages/e2/50/03f2795e4f884d7886c312b7e27bbc72196122fa6a39f9927670642723bf/taxman-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "bc23609f43dea39b6af7a2eadf42210f", "sha256": "f532256e3411466c304d0672f9ea586fcbd1cadb68cedf7187a58ea7f4761b28" }, "downloads": -1, "filename": "taxman-0.2.0.tar.gz", "has_sig": false, "md5_digest": "bc23609f43dea39b6af7a2eadf42210f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4995, "upload_time": "2019-02-21T18:43:32", "url": "https://files.pythonhosted.org/packages/d2/8f/10ecca6f8a79db469034b1e0e9faf55e31d9bbe55c37a3cc6bd5f0a4c0bd/taxman-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bc23609f43dea39b6af7a2eadf42210f", "sha256": "f532256e3411466c304d0672f9ea586fcbd1cadb68cedf7187a58ea7f4761b28" }, "downloads": -1, "filename": "taxman-0.2.0.tar.gz", "has_sig": false, "md5_digest": "bc23609f43dea39b6af7a2eadf42210f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4995, "upload_time": "2019-02-21T18:43:32", "url": "https://files.pythonhosted.org/packages/d2/8f/10ecca6f8a79db469034b1e0e9faf55e31d9bbe55c37a3cc6bd5f0a4c0bd/taxman-0.2.0.tar.gz" } ] }