{ "info": { "author": "Marc Brinkmann", "author_email": "git@marcbrinkmann.de", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3" ], "description": "German income tax calculation\n=============================\n\nThis is an experimental package, allowing the calculation of income tax rates\nin Germany (useful for freelancers, since they usually pay tax once per year\nonly, resulting in a substantial amount owed).\n\nThe package is fairly incomplete, but can be used as a starting point; bug\nreports, feedback and pull requests are **very** welcome.\n\n\nCLI\n---\n\nWhile being usable as a library, the package comes with an optional `CLI`. To\nuse it, the `click` package must be installed as well:\n\n.. code-block:: python\n\n $ detax --help\n Usage: detax [OPTIONS] INCOME\n\n Options:\n -y, --year INTEGER Tax year\n -c, --church-tax [rk|ev]\n -s, --state TEXT\n -p, --perc / -P, --no-perc Show total tax percentage\n --help Show this message and exit.\n\nAn example calculation for Baden-W\u00fcrttemberg:\n\n.. code-block:: python\n\n $ detax -y 2017 -c rk -s BW 50000\n Steuerjahr: 2017\n Bundesland: BW\n Einkommen: 50000.0 \u20ac\n Anz. Kinder: 0\n Steuerklasse: 1\n Kirchensteuer: katholisch, 8.00 %, capped at 3.50 % total income\n\n 12636.00 \u20ac Einkommenssteuer\n 694.98 \u20ac Solidarit\u00e4tszuschlag\n 1010.88 \u20ac Kirchensteuer\n -------------\n 14341.86 \u20ac Gesamt\n Tax percentage: 28.7%", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mbr/detax", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "detax", "package_url": "https://pypi.org/project/detax/", "platform": "", "project_url": "https://pypi.org/project/detax/", "project_urls": { "Homepage": "https://github.com/mbr/detax" }, "release_url": "https://pypi.org/project/detax/0.1/", "requires_dist": null, "requires_python": "", "summary": "German income tax library", "version": "0.1" }, "last_serial": 3564827, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "891a7a5df826b538ae9530eb1e07cbfb", "sha256": "2cd4b2dd4a5da06663b235de6c2a6ee8dc8e5d7fe0462521fb5cc1308cf1a969" }, "downloads": -1, "filename": "detax-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "891a7a5df826b538ae9530eb1e07cbfb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5200, "upload_time": "2018-02-08T18:01:02", "url": "https://files.pythonhosted.org/packages/9f/ab/58cff93f203b593b3456bc5e2b2b33a1764d606fd446b4d6b81ba05852db/detax-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abcf7426f48f40de0107646be861956a", "sha256": "b805222ca0db30b935c1f659ed17e7010bc1d95461358eaa16ad5bf1cbc547d3" }, "downloads": -1, "filename": "detax-0.1.tar.gz", "has_sig": false, "md5_digest": "abcf7426f48f40de0107646be861956a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3223, "upload_time": "2018-02-08T18:00:54", "url": "https://files.pythonhosted.org/packages/aa/2f/8a29f6d96a38702bd0799ebf5c08a16b5de46a482810eaf70279c39155e1/detax-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "891a7a5df826b538ae9530eb1e07cbfb", "sha256": "2cd4b2dd4a5da06663b235de6c2a6ee8dc8e5d7fe0462521fb5cc1308cf1a969" }, "downloads": -1, "filename": "detax-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "891a7a5df826b538ae9530eb1e07cbfb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5200, "upload_time": "2018-02-08T18:01:02", "url": "https://files.pythonhosted.org/packages/9f/ab/58cff93f203b593b3456bc5e2b2b33a1764d606fd446b4d6b81ba05852db/detax-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abcf7426f48f40de0107646be861956a", "sha256": "b805222ca0db30b935c1f659ed17e7010bc1d95461358eaa16ad5bf1cbc547d3" }, "downloads": -1, "filename": "detax-0.1.tar.gz", "has_sig": false, "md5_digest": "abcf7426f48f40de0107646be861956a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3223, "upload_time": "2018-02-08T18:00:54", "url": "https://files.pythonhosted.org/packages/aa/2f/8a29f6d96a38702bd0799ebf5c08a16b5de46a482810eaf70279c39155e1/detax-0.1.tar.gz" } ] }