Metadata-Version: 2.1
Name: pypara
Version: 0.0.20
Summary: Currencies, Monetary Value Arithmetic/Conversion and Some Type Convenience
Home-page: https://github.com/vst/pypara
Author: Vehbi Sinan Tunalioglu
Author-email: vst@vsthost.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: python-dateutil (<3.0)
Requires-Dist: dataclasses (==0.6) ; python_version == "3.6"
Provides-Extra: dev
Requires-Dist: Sphinx (==2.3.1) ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: sphinxcontrib-apidoc (==0.3.0) ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'

Currencies, Monetary Value Objects, Arithmetic and Conversion
=============================================================

|BUILD_STATUS|

.. |BUILD_STATUS| image:: https://github.com/vst/pypara/workflows/Install%20and%20Test/badge.svg
    :target: https://github.com/vst/pypara/actions

**TODO**: Provide a complete README.


Development Notes
-----------------

Make sure that `tox <https://tox.readthedocs.io/en/latest/>`_ completes successfully.

Create a virtual environment::

  mkvirtualenv --python=python3.6 <VIRTUAL-ENVIRONMENT-NAME>

Install ``tox``::

  pip install tox

And run ``tox``::

  tox

Publishing
----------

```
pip install --upgrade twine
python setup.py sdist bdist_wheel
twine upload -s dist/*
```


