Metadata-Version: 2.1
Name: activegraf_python
Version: 1.0.0
Summary: ActiveGraf ultimate what-if analysis tool API package
Project-URL: homepage, https://activegraf.com
Author-email: Zsolt Nagy <zsolt.nagy@activegraf.com>
Maintainer-email: Zsolt Nagy <zsolt.nagy@activegraf.com>
License: Proprietary (https://activegraf.com/eula)
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: events
Requires-Dist: jsonpickle
Requires-Dist: signalrcore
Description-Content-Type: text/markdown

# ActiveGraf Python Integration

## Python

This library requires Python 3.10+

### Building package
- Install build tools with `python3 -m pip install --upgrade build`
- Build package with `python3 -m build`
- Output result will be in the `dist` folder