Metadata-Version: 2.1
Name: doctable
Version: 0.8
Summary: Simple database interface for text analysis applications.
Home-page: https://github.com/devincornell/doctable
Author: Devin J. Cornell
Author-email: devinj.cornell@gmail.com
License: MIT
Download-URL: https://github.com/devincornell/doctable/archive/v0.8.tar.gz
Description: 
        
        # DocTable Python Package
        
        Document database interface for text analysis.
        
        See the [DocTable website](https://devincornell.github.io/doctable/) for documentation and examples.
        
        Created by [Devin J. Cornell](https://devincornell.github.io/).
        
        
        ### Thanks
        
        The setup of this package was created following [this guide](https://packaging.python.org/tutorials/packaging-projects/).
        
Platform: UNKNOWN
Requires: sqlalchemy
Requires: pickle
Requires: pandas
Requires: sqlite3
Requires: numpy
Description-Content-Type: text/markdown
