Metadata-Version: 1.1
Name: Rockefeller
Version: 1.2.1
Summary: Money, currencies and exchange rates library.
Home-page: http://floqq.github.com/Rockefeller/
Author: ikame
Author-email: anler86@gmail.com
License: MIT
Description: Rockefeller: Money made easy.
        =============================
        
        Library for dealing with money and currency conversion in Python. It provides tools for storing currencies and exchange rates, converting from one currency to another and fetching exchange rates from different services.
        
        Features
        --------
        
        - Money manipulation.
        - Money currencies conversion.
        - Currency manipulation.
        - Currency storage.
        - Exchange Rate manipulation.
        - Exchange rate fetching and storage.
        
        Installation
        ------------
        
        To install rockefeller, simply:
        
        .. code-block:: bash
        
            $ pip install rockefeller
        
        Or, directly from the main repository:
        
        .. code-block:: bash
        
            $ pip install -e git+http://github.com/ikame/Rockefeller.git#egg=Rockefeller
        
        See `project's website`_ for more information.
        
        .. _project's website: http://ikame.github.io/Rockefeller
        .. :changelog:
        
        History
        -------
        
        1.2.1 (Wed 27 Nov 2013 06:13:27 PM CET)
        +++++++++++++++++++++++++++++++++++++++
        
        - Updating README to point to new repo url
        
        1.2.0 (Sun 20 Oct 2013 01:01:25 AM CEST)
        ++++++++++++++++++++++++++++++++++++++++
        
        - Python 3.3 compatibility
        - Continuous integration with Tox
        - Money object support for divmod built-in function
        - New money property: rounded_amount and rockefeller.round_amount function
        
        1.1.0 (Fri Apr 12 16:26:02 CEST 2013)
        +++++++++++++++++++++++++++++++++++++
        
        - Raising a ``ExchangeError`` exception if converting money from one currency to another fails. Before was just returning ``None``
        
        1.0.0 (Fri Mar 30 03:19:23 CEST 2013)
        +++++++++++++++++++++++++++++++++++++
        
        - First version!
        
Keywords: money currency exchange rates
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial
