Metadata-Version: 2.4
Name: nstrumenta
Version: 4.2.1
Summary: A client library for Nstrumenta API
Home-page: https://github.com/nstrumenta/nstrumenta
Author: Tyler Bryant
Author-email: tyler@nstrumenta.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# nstrumenta (Python)

Python client library for the nstrumenta API.

## Installation

```bash
pip install nstrumenta
```

## Publishing

```bash
python setup.py sdist bdist_wheel
twine upload dist/*
```
