Metadata-Version: 1.1
Name: elen
Version: 0.1.0
Summary: Efficient Lexicographic Encoding of Numbers for Python
Home-page: https://github.com/rooterkyberian/elen
Author: Maciej Urbański
Author-email: rooter@kyberian.net
License: MIT license
Description-Content-Type: UNKNOWN
Description: ====
        elen
        ====
        
        
        .. image:: https://img.shields.io/pypi/v/elen.svg
                :target: https://pypi.python.org/pypi/elen
        
        .. image:: https://img.shields.io/travis/rooterkyberian/elen.svg
                :target: https://travis-ci.org/rooterkyberian/elen
        
        .. image:: https://readthedocs.org/projects/elen/badge/?version=latest
                :target: https://elen.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/rooterkyberian/elen/shield.svg
             :target: https://pyup.io/repos/github/rooterkyberian/elen/
             :alt: Updates
        
        
        Efficient Lexicographic Encoding of Numbers for python.
        Based on ELEN algorithm published by Peter Seymour, http://www.zanopha.com/docs/elen.pdf .
        
        * Free software: MIT license
        * Documentation: https://elen.readthedocs.io.
        
        
        Features
        --------
        
        * two-way conversion between ELEN notation and Python `decimal.Decimal` instance
        
        
        =======
        History
        =======
        
        0.1.0 (2017-10-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: elen
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
