Metadata-Version: 2.1
Name: pytrips
Version: 0.0.6
Summary: A simple python package for accessing the trips ontology and lexicon
Home-page: https://github.com/mrmechko/pytrips
Author: Rik Bose
Author-email: rbose@cs.rochester.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: nltk
Requires-Dist: jsontrips

# PyTrips

[![Build Status](https://travis-ci.com/mrmechko/pytrips.svg?branch=master)](https://travis-ci.com/mrmechko/pytrips)

PyTrips provides a python interface to interacting with the TRIPS ontology and parser.


# Installation

```
git clone git://github.com/mrmechko/pytrips
cd pytrips
pip install -e .
```

Details pending.


