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
Description: 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/*
        ```
        
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
Provides-Extra: dev
