Metadata-Version: 2.1
Name: bento-sts
Version: 0.1.7
Summary: Bento Simple Terminology Server
License: Apache 2.0
Author: Mark Benson
Author-email: mark.benson@nih.gov
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Bootstrap-Flask (>=1.5.2)
Requires-Dist: Flask-Moment (>=0.5.2)
Requires-Dist: Flask-Paginate (>=2021.10.29)
Requires-Dist: Flask-WTF (>=0.14.3)
Requires-Dist: Jinja2 (>=2.11.3)
Requires-Dist: MarkupSafe (>=1.1.1)
Requires-Dist: PyYAML (>=5.4.1)
Requires-Dist: WTForms (>=2.1)
Requires-Dist: WTForms-Components (>=0.10.5)
Requires-Dist: Werkzeug (>=1.0.1)
Requires-Dist: bento-meta (>=0.0.32)
Requires-Dist: connexion (>=2.6.0)
Requires-Dist: flask-testing (>=0.8.1,<0.9.0)
Requires-Dist: guess-language-spirit (>=0.5.3)
Requires-Dist: gunicorn (>=20.1.0)
Requires-Dist: idna (>=2.6)
Requires-Dist: importlib_resources (>=5.4.0)
Requires-Dist: itsdangerous (>=0.24)
Requires-Dist: neo4j (>=4.1)
Requires-Dist: python-dateutil (>=2.6.1)
Requires-Dist: python-dotenv (>=0.15.0)
Requires-Dist: python-editor (>=1.0.3)
Requires-Dist: pytz (>=2017.2)
Requires-Dist: requests (>=2.20.0)
Requires-Dist: six (>=1.15.0)
Requires-Dist: swagger-ui-bundle (>=0.0.9)
Requires-Dist: urllib3 (>=1.26.5)
Requires-Dist: visitor (>=0.1.3)
Description-Content-Type: text/markdown

# bento-sts

Simple Terminology Service for [Bento MDB](https://github.com/CBIIT/bento-mdb).

See [bento-meta documentation] for an overview of the Metamodel
Database. The STS provides a web-based UI and a RESTful API for
browsing and accessing graph data models and associated controlled
vocabulary.

## Install

    pip install bento-sts

## Run

In the run directory, provide a `.env` file, with your appropriate
values for the environment variables given the the example file
[bento-sts.env.eg](./python/bento-sts.env.eg).

For testing:

    flask --app "bento_sts.sts:create_app()" run

## API Docs




