Metadata-Version: 1.1
Name: numtogreek
Version: 0.8.0b4
Summary: Converts Numbers to Greek Words
Home-page: UNKNOWN
Author: Konstas Marmatakis
Author-email: marmako@gmail.com
License: UNKNOWN
Description: Numbers To Greek
        ================
        
        Converts Numbers to Greek words.
        
        
        Installation
        ------------
        
            - **With pip:**
                
                - ``pip install numtogreek`` 
        
            - **Running setup:**
                
                - ``wget -c https://pypi.python.org/packages/source/n/numtogreek/numtogreek-0.8.0b2.tar.gz``
        
                - ``tar zxfv numtogreek-x.y.z.tar.gz cd numtogreek-x.y.z.tar.gz``
        
                - ``python3 setup.py install`` as administrator, or ``sudo python3 setup.py install``
        
        Restrictions:
        ------------
        
           - Float numbers, only with to two decimal digits.
           - Integer numbers max = 99,000,000,000,000
        
        Usage
        -----
        
        .. code:: python
        
            from numtogreek.numtogreek import n2g
        
            for i in range(20):
                n2g(i)
Platform: Linux
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: Greek
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
