Metadata-Version: 2.4
Name: pyostrap
Version: 2025.4.11.0
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>, Stuti Shrivastava <sshrivastav6@wisc.edu>
Maintainer-email: Stuti Shrivastava <sshrivastav6@wisc.edu>, Nate Vack <njvack@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: anyio>=4.9.0
Requires-Dist: certifi>=2025.1.31
Requires-Dist: h11>=0.14.0
Requires-Dist: h2>=4.2.0
Requires-Dist: hpack>=4.1.0
Requires-Dist: httpcore>=1.0.7
Requires-Dist: httpx>=0.28.1
Requires-Dist: hyperframe>=6.1.0
Requires-Dist: idna>=3.10
Requires-Dist: sniffio>=1.3.1
Requires-Dist: typing-extensions>=4.13.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+ and HTTP/2 protocol.

### Dependencies

Pyostrap project utilizes the httpx library - the HTTP client library for Python 3.

## Release Information
- `2025.04.11.0` added support for HTTP/2 protocol (#20)
- `2024.11.12.2` added granularity in user steps data retrieved (#16)
- `2024.11.4.7` implemented biometrics endpoint (#2)
- `2024.6.20.2` implemented lock/unlock device and user calories details endpoints (#3, #10)
