Metadata-Version: 1.1
Name: deepthought
Version: 1.0.6
Summary: Python implementation of the Deep Thought Library
Home-page: https://github.com/expressive-analytics/deep-thought.py
Author: Blake Anderson
Author-email: blake@expressiveanalytics.com
License: MIT
Description: ===============
        deep-thought.py
        ===============
        
        Python implementation of the Deep Thought Library
        
        Getting Started
        =========
        
        ### Install Deep Thought for Python
        
        ```
        pip install deepthought
        ```
            
        ### Hello World
        
        To confirm that everything is set up and working, run the following script:
        
        ```
        from deepthought.utils.DTLog import DTLog
        
        DTLog.debug("Hello, world!")
        ```
        
Keywords: orm api-centered deep-thought
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
