Metadata-Version: 1.0
Name: StandardDecimalNotation
Version: 0.1.0rc1
Summary: Numbers in the UI exactly like you learned in school.
Home-page: https://pypi.python.org/pypi/StandardDecimalNotation
Author: Shawn David Pringle B.Sc.
Author-email: sdavidpringle@hotmail.com
License: LICENSE.txt
Description: Separators After Decimal
        ======================
        
        These classes and later perhaps routines for purely functional languages
        are for working with numbers expressed in standard decimal notation.
        
        Often libraries for working with locales neglect to put thousand separators (commas) after the decimal place or they sometimes use scientific notation.  In the classes and routines of this package you are guaranteed to always get standard notation and separators after the decimal.  This means that commas come before and after the decimal place.  Using KDE's settings you can change the comma or decimal to any symbol you wish to use.
        
        This library requires PyQt4 and it can optionally use PyKDE.
        
        
        
Platform: UNKNOWN
