Metadata-Version: 1.1
Name: pypara
Version: 0.0.2
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
Description-Content-Type: UNKNOWN
Description: 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
        
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
