Metadata-Version: 2.3
Name: vatcalc
Version: 1.0.0
Summary: A simple VAT based price calculator
Author-email: Sasha Matijasic <sasha@selectnull.com>
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.9
Description-Content-Type: text/markdown

vatcalc
=======

Few very basic functions to work with prices in VAT based countries:

* net_to_gross
* gross_to_net
* vat_amount_from_net
* vat_amount_from_gross
* discount_percent
* discount_amount

Too many times have I copied one or more of these from one project to another. Enough is enough.

Installation
------------

    uv add vatcalc

License
-------

MIT
