Metadata-Version: 1.1
Name: ThinkTogether
Version: 1.0.1
Summary: ThinkTogether: Imagining Inquiry-Based Collaboration
Home-page: https://github.com/iamjarret/ThinkTogether
Author: Jarret Petrillo
Author-email: jarret@empirecapitalre.com
License: BSD
Description: 
        ThinkTogether
        -----
        ThinkTogether is a light-weight package that implements classes designed to reimagine modular learning, research, and development-oriented inquiry.  
        ThinkTogether embodies and enforces an information hierarchy that segments analysis cleanly into two parts: gathering and processing.
        
        ThinkingTogether Builds Complex Systems
        ````````````
        ThinkTogether may be imagined as the building blocks of a large-scale research project. The bricks are InformationSets and InferenceSets, and the roof is the Collection, which ties a project together into an easily accessible object. All three classes extend Python’s native dictionary class.
        .. code:: python
        	from ThinkTogether import InformationSet, InferenceSet, Collection
        
        Links
        `````
        * `documentation <https://pythonhosted.org/ThinkTogether>`_
        * `development
          <http://github.com/iamjarret/ThinkTogether>`_
        
Keywords: system design information architecture
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
