Metadata-Version: 2.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
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
Requires-Dist: flask (>=1.1.2)
Requires-Dist: flask-cors (>=3.0.8)
Requires-Dist: flask-sqlalchemy (>=2.4.1)
Requires-Dist: flask-migrate (>=2.5.3)
Requires-Dist: SPARQLWrapper (>=1.8.4)
Requires-Dist: t2wml-api (==0.0.5)

# 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


