Metadata-Version: 2.1
Name: ddb3cython
Version: 1.4.255
Summary: A serviceless sql interface for flat files written in cython
Home-page: https://github.com/chris17453/ddb/
Author: Charles Watkins
Author-email: chris17453@gmail.com
License: Creative Commons Attribution-Noncommercial-Share Alike license
Description: # ddb (delimited database)
        
         A serviceless sql interface for flat files written in python
        
        ## What does it do?
        
        - ddb sits on top of text files, giving them a database access layer
        - you can read, write, update text files of any type via sql
        
        ## Human benifits
        
        - a common interface for text files
        - sql is easy to work with, no coding required
        - painless side by side integration
        - multiple integration vectors (python, shell, slack, ansible)
        - ease of automation
        
        ## Technical benifits
        
        - abstraction layer for data
        - provides migration path for data
        - change control
        - logging
        - permissions
        - low memory foot print
        - error handeling
        - data is live, never cached
        - optimized for speed using cython
        
        
        ## Python 2 / 3 Compliant
        - changes sorting
        - tons of byte vs str (encoding)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
