Metadata-Version: 2.1
Name: shift-tool
Version: 1.4
Summary: Keyed text encoding
Home-page: https://github.com/Ewpratten/shift
Author: Evan Pratten
Author-email: ewpratten@gmail.com
License: UNKNOWN
Description: # shift
        Keyed text encoding
        
        ## Installation
        To install shift, run the following:
        ```sh
        git clone https://github.com/ewpratten/shift.git
        cd shift
        mkdir build && cd build
        cmake ..
        make
        ```
        
        The shift executable will be built at `./`
        
        ## Speed
        By using Python's `cProfile` tool, we can see the time required to encode and decode `example.txt`. This file contains 50 paragraphs generated by [lipsum.com](https://www.lipsum.com), using the key `ewpratten`:
        ```
        Encoding:  0.089 seconds 
        Deconding: 0.101 seconds
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Description-Content-Type: text/markdown
