Metadata-Version: 2.4
Name: sweatstack
Version: 0.77.0
Summary: The official Python client for SweatStack
Project-URL: Homepage, https://sweatstack.no
Project-URL: Documentation, https://docs.sweatstack.no/getting-started/
Project-URL: Repository, https://github.com/SweatStack/sweatstack-python
Project-URL: Issues, https://github.com/SweatStack/sweatstack-python/issues
Project-URL: Changelog, https://github.com/SweatStack/sweatstack-python/blob/main/CHANGELOG.md
Author-email: Aart Goossens <aart@sweatstack.no>
License-Expression: MIT
License-File: LICENSE
Keywords: api,client,fitness,sports,sweatstack
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: email-validator>=2.2.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: pandas>=2.2.3
Requires-Dist: platformdirs>=4.0.0
Requires-Dist: pyarrow>=18.0.0
Requires-Dist: pydantic>=2.10.5
Provides-Extra: fastapi
Requires-Dist: cryptography>=41.0.0; extra == 'fastapi'
Requires-Dist: fastapi[standard]>=0.100.0; extra == 'fastapi'
Provides-Extra: jupyter
Requires-Dist: ipython>=8.31.0; extra == 'jupyter'
Requires-Dist: jupyterlab>=4.3.4; extra == 'jupyter'
Requires-Dist: matplotlib>=3.10.0; extra == 'jupyter'
Provides-Extra: streamlit
Requires-Dist: streamlit>=1.42.0; extra == 'streamlit'
Description-Content-Type: text/markdown

# SweatStack Python client library

This is the official Python client library for SweatStack.

Documentation can be found [here](https://docs.sweatstack.no/getting-started/).
