Metadata-Version: 1.1
Name: pymonon
Version: 0.0.1-dev
Summary: Python Money Helper
Home-page: https://github.com/pedroburon/pymonon
Author: Pedro Buron
Author-email: pedroburonv@gmail.com
License: UNKNOWN
Description: ===================
        Python Money Helper
        ===================
        
        .. image:: https://travis-ci.org/pedroburon/pymonon.png?branch=master
           :alt: Build Status
           :target: https://travis-ci.org/pedroburon/pymonon
        
        
        Library for working with currencies, created from scratch for learning purposes.
        
        Installation
        ------------
        
            $ python setup.py install
        
        
        Usage
        -----
        
            from pymonon import Money
            money = Money(1000, 'USD')
        
        
        Name
        ----
        
        Esperanto translation for money.
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Accounting
