Metadata-Version: 1.1
Name: t2wml-standalone
Version: 2.0a21
Summary: A standalone version of T2WML
Home-page: UNKNOWN
Author: USC ISI
Author-email: UNKNOWN
License: BSD License
Description: # T2WML Standalone: A Standalone GUI server environment for running T2WML
        
        * [Installing the server using pip](#install)
        
        
        ## Installing the server with pip
        <span id="install"></span>
        
        A locally hosted web GUI version of t2wml can be installed quickly using pip
        
        1. make a fresh virtual environment
        2. `pip install --extra-index-url https://pypi.fury.io/theresearchsoftwarecompany/ t2wml-standalone==2.0a17`
        3. run `t2wml-server`
        4. navigate to [`http://localhost:13000/`](http://localhost:13000/) in a Chrome browser
        
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Programming Language :: Python :: 3.7
