Metadata-Version: 2.1
Name: pypara
Version: 0.0.5
Summary: Currencies, Monetary Value Objects, Arithmetic and Conversion
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
Provides-Extra: dev
Provides-Extra: dev
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: tox; extra == 'dev'
Requires-Dist: twine; extra == 'dev'

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

+-----------------------+------------------------+
| MASTER                | DEVELOP                |
+=======================+========================+
| |BUILD_STATUS_MASTER| | |BUILD_STATUS_DEVELOP| |
+-----------------------+------------------------+

.. |BUILD_STATUS_MASTER| image:: https://travis-ci.org/vst/pypara.svg?branch=master
    :target: https://travis-ci.org/vst/pypara

.. |BUILD_STATUS_DEVELOP| image:: https://travis-ci.org/vst/pypara.svg?branch=develop
    :target: https://travis-ci.org/vst/pypara

**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


