Metadata-Version: 2.1
Name: piece-table
Version: 0.0.2
Summary: A Python implementation of the piece table data structure
Home-page: https://github.com/saiguy3/piece_table
Author: Sai Atmakuri
Author-email: saiatmakuri@yahoo.com
License: MIT
Description: ===========
        Piece Table
        ===========
        
        About piece_table
        -----------------
        
        Early implementation of the piece table data structure in Python. 
        
        
        A piece table is an efficient data structure to represent a series of edits to a text document. A more detailed discussion can be found here_. Inspired by the JavaScript implementation_.
        
        .. _here: https://darrenburns.net/posts/piece-table/
        .. _implementation: https://github.com/sparkeditor/piece-table/blob/master/index.js
        
        
        Usage
        -----
        
        Current usage is very basic, but will hopefully improve in the future.
        
Keywords: piecetable,table
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=3
Description-Content-Type: text/x-rst
