Metadata-Version: 2.3
Name: mass-iq
Version: 0.0.7
Summary: Client package to interact with the massIQ API
License: MIT
Author: Jannick Kappelmann
Author-email: jannick.kappelmann@gmail.com
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.12.15,<4.0.0)
Requires-Dist: pydantic-settings (>=2.10.1,<3.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: tenacity (>=9.1.2,<10.0.0)
Project-URL: Homepage, https://github.com/jannickk/mass-iq
Description-Content-Type: text/markdown

## MassIQ Client package

This python package is a client package for the MassIQ API. The client object is configured exclusively through the environment.
Required environmental variables to configure the API to connect against

    DOMAIN
    SERVICE_PORT

Your authentication credentials are provided by massflows and must be stored in the following environmental variables

    USER_APP_CLIENT_ID
    USER_APP_CLIENT_SECRET


## Dependency Management

This project uses Poetry to manage dependencies and build the python package.




