Metadata-Version: 2.4
Name: bridges
Version: 3.5.0.dev1
Summary: Bridging Real-world Infrastructure Designed to Goal-align, Engage, and Stimulate, an NSF TUES
Home-page: https://github.com/BridgesUNCC/bridges-python
Author: BRIDGES
Author-email: bridges.uncc@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >3.5.2
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.21.0
Requires-Dist: webcolors>=1.8.1
Requires-Dist: python-socketio[client]>=4.3.0
Requires-Dist: SPARQLWrapper>=1.8.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# bridges-python

This is the Python implementation of the BRIDGES API

Authors: Matthew Mcquaigue, David Burlinson, Kalpathi Subramanian

Date: June 2018

## Install
### Recommended
Recommended installation from [pip](https://pypi.org/project/bridges/)  
`pip install bridges`

### From source  
To install from this repository  
`cd path/to/directory`  
`python setup.py install`


## Generating a new pip package
read [this](packaging.md)
