Metadata-Version: 1.1
Name: usury
Version: 0.1.0
Summary: Python interest calculation library
Home-page: https://github.com/rtdean/usury
Author: Ryan T. Dean
Author-email: rtdean@cytherianage.net
License: Apache 2.0
Description: Usury: Python Library for Calculating Interest
        ==============================================
        
        .. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
            :target: https://raw.githubusercontent.com/rtdean/usury/master/LICENSE
        
        .. image:: https://img.shields.io/pypi/v/usury.svg
            :target: https://pypi.python.org/pypi/usury
        
        .. image:: https://img.shields.io/pypi/format/usury.svg?maxAge=2592000
        
        .. image:: https://img.shields.io/github/issues/rtdean/usury.svg
            :target: https://github.com/rtdean/usury/issues
        
        Why usury?  Historically, charging any interest on a loan was considered usury.
        Of course, in today's world, the term refers to the practice of loans which
        abuse the lendee to enrich the lender, typically due to excessive or abusive
        interest rates.
        
            Mr. Burns: By the way, are you acquainted with our state's stringent usury
            laws?
        
            Homer: Us-ury?
        
            Mr. Burns: Oh, silly me!  I must have just made up a word that doesn't
            exist.  Now, what is the purpose of this loan?
        
        But that's okay, the usury library doesn't judge you.  Whether you are trying
        to set up a savings and loan bank in the MMO of your choice, just trying to do
        some financial planning / analysis of your debt, or maybe you fell into the trap
        of loaning money to people... this library can help you do the math.
        
        Well, assuming you want a simple interest loan, that is.  Anything else isn't
        exactly supported yet.  More should be Coming Soon (tm).
        
        We welcome feedback on via the issues and pull request system on Github.
        
        Installation
        ------------
        
        To install usury:
        
        .. code-block:: bash
        
            $ pip install usury
        
        Documentation
        -------------
        
        Documentation is available at https://usury.readthedocs.org/
        
Keywords: usury interest
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries :: Python Modules
