Metadata-Version: 1.1
Name: xtas
Version: 3.0
Summary: Distributed text analysis suite
Home-page: https://github.com/NLeSC/xtas
Author: Lars Buitinck
Author-email: l.buitinck@esciencecenter.nl
License: UNKNOWN
Description: xtas
        ====
        
        Distributed text analysis suite based on Celery.
        
        Copyright University of Amsterdam, Netherlands eScience Center and
        contributors, distributed under the Apache License (see ``AUTHORS.txt``,
        ``LICENSE.txt``).
        
        
        Quickstart
        ----------
        
        Install::
        
            pip install xtas
        
        Start worker::
        
            python -m xtas.worker --loglevel=info
        
        Start web frontend::
        
            python -m xtas.webserver
        
        For full documentation, please visit http://nlesc.github.io/xtas/.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing
