Metadata-Version: 2.1
Name: csvbase
Version: 0.2.0
Summary: A simple database with csv files
Home-page: https://github.com/bentoavb/csvbase
Author: Anderson Vitor Bento
Author-email: bentoavb@gmail.com
License: UNKNOWN
Description: # csvbase
        
        A simple database with csv files.
        
        ## Installation and Usage
        
        Use `pip install csvbase` or `pip3 install csvbase` to install.
        
        ## Usage
        
        Learn how to use this package with these [examples](https://github.com/bentoavb/csvbase/tree/master/examples).
        
        ## License
        
        MIT License
        
        Copyright (c) 2019 Anderson Vitor Bento
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
