Metadata-Version: 2.1
Name: djangoiscan
Version: 0.2.0
Summary: Integrated Speech Corpus Analysis.
Home-page: UNKNOWN
Author: Michael McAuliffe
Author-email: michael.mcauliffe@mail.mcgill.ca
License: MIT
Description: # ISCAN
        
        [![Build Status](https://travis-ci.org/MontrealCorpusTools/ISCAN.svg?branch=master)](https://travis-ci.org/MontrealCorpusTools/ISCAN)
        [![Coverage Status](https://coveralls.io/repos/github/MontrealCorpusTools/ISCAN/badge.svg?branch=master)](https://coveralls.io/github/MontrealCorpusTools/ISCAN?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/iscan/badge/?version=latest)](https://iscan.readthedocs.io/en/latest/?badge=latest)
        
        ## Introduction
        
        ISCAN (Integrated Speech Corpus ANalysis) is a package to manage and analyze corpora from within a Django server with support for 
        multiple clients enriching and querying the corpora as needed.  ISCAN contains functionality for installing/starting/stopping 
        the databases that PolyglotDB (the Python API) uses, as well as running most functionality for enriching and querying
        corpora via a web interface or REST calls.
        
        This package is intended to be used by developers who wish to extend functionality or contribute to the code.  For installation
        instructions for a fully operational ISCAN server, please see the [ISCAN SPADE server repository](https://github.com/MontrealCorpusTools/iscan-spade-server)
        for an example configuration and more instructions.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Provides-Extra: testing
