Metadata-Version: 2.3
Name: pyostrap
Version: 2024.11.4.1
Summary: A Python wrapper for the Biostrap REST API
Project-URL: Homepage, https://github.com/uwmadison-chm/pyostrap
Project-URL: Issues, https://github.com/uwmadison-chm/pyostrap/issues
Author-email: Nicholas Vanhaute <nvanhaute@wisc.edu>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: certifi>=2024.6.2
Requires-Dist: charset-normalizer>=3.3.2
Requires-Dist: idna>=3.7
Requires-Dist: requests>=2.32.3
Requires-Dist: urllib3>=2.2.2
Description-Content-Type: text/markdown

# pyostrap
Python wrapper for Biostrap API

## Installing Pyostrap and Supported Versions

Pyostrap is available on PyPI:

```console
$ pip install pyostrap
```

Pyostrap officially supports Python 3.12+.