Metadata-Version: 1.1
Name: trenzalore
Version: 0.1.0
Summary: Py3 text compression application
Home-page: https://github.com/rmariano/compr
Author: Mariano Anaya
Author-email: marianoanaya@gmail.com
License: MIT
Description: ==========
        PyCompress
        ==========
        
        Pycompress is a package that implements a text compression algorithm. The program
        that implements this algorithm, allows the user to compress a text file, in a resulting
        one which a smaller size, as well as extracting a compressed file (that was created by
        the same means), resulting in the original one.
        
        It can be used as a program or imported as a package module,
        and use the functions defined on it.
        
        Installation
        ------------
        
        .. code:: bash
        
           pip install trenzalore
        
        
        Will install the package and leave an application named `pycompress` for using
        the command line utility.
        
        
        Development
        -----------
        
        .. code:: python
        
            python setup.py develop
        
        Run tests
        ---------
        
        .. code:: bash
        
            make test
        
Keywords: text compression
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Libraries :: Python Modules
