Metadata-Version: 1.1
Name: Cahoots
Version: 0.1.3
Summary: A Text Comprehension Engine in Python.
Home-page: https://github.com/SerenitySoftwareLLC/cahoots
Author: Serenity Software
Author-email: hello@serenitysoftware.io
License: MIT
Description: Cahoots
        =======
        A Text Comprehension Engine in Python
        -------------------------------------
        
        Project Status
        --------------
        ::
        
            Beta, Accepting Contributions
        
        Build Status
        ------------
        .. image:: https://travis-ci.org/SerenitySoftwareLLC/cahoots.svg?branch=master
        .. image:: https://img.shields.io/badge/coverage-100%-brightgreen.svg?style=flat
        .. image:: https://img.shields.io/badge/pylint-10.00/10-brightgreen.svg?style=flat
        .. image:: https://img.shields.io/badge/flake8-passing-brightgreen.svg?style=flat
        
        Documentation
        -------------
        `Documentation Home / What Is Cahoots? » <https://github.com/SerenitySoftwareLLC/cahoots/wiki>`_
        
        `Requirements and Dependencies » <https://github.com/SerenitySoftwareLLC/cahoots/wiki/Requirements-and-Dependencies>`_
        
        `Development Environment Setup » <https://github.com/SerenitySoftwareLLC/cahoots/wiki/Development-Environment-Setup>`_
        
        `Cahoots Server Setup » <https://github.com/SerenitySoftwareLLC/cahoots/wiki/Cahoots-Server-Setup>`_
        
        `Using Cahoots In Your Application » <https://github.com/SerenitySoftwareLLC/cahoots/wiki/Using-Cahoots-In-Your-Application>`_
        
        `Demo of Cahoots Web Server » <http://cahoots.rwven.com/>`_
        
        License
        -------
        ::
        
            The MIT License (MIT)
        
            Copyright (c) 2012-2015 Serenity Software, LLC
        
            Permission is hereby granted, free of charge, to any person obtaining a copy
            of this software and associated documentation files (the "Software"), to deal
            in the Software without restriction, including without limitation the rights
            to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
            copies of the Software, and to permit persons to whom the Software is
            furnished to do so, subject to the following conditions:
        
            The above copyright notice and this permission notice shall be included in all
            copies or substantial portions of the Software.
        
            THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
            IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
            FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
            AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
            LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
            OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
            SOFTWARE.
        
        Cahoots `integrates <https://github.com/hickeroar/cahoots/blob/master/cahoots/parsers/location/data/LICENSE>`_ location data provided by `GeoNames <http://www.geonames.org/>`_.
        
        Cahoots uses many code samples for training a bayesian classifier. All code samples are from projects using either the BSD or MIT `licenses <https://github.com/hickeroar/cahoots/tree/master/cahoots/parsers/programming/LICENSES>`_. None of this code is executed at any time.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
