Metadata-Version: 2.3
Name: automata_linq_sdk
Version: 1.12.0
Summary: 
License: Apache-2.0
Author: Automata
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: auth0-python (>=4.7.1,<5.0.0)
Requires-Dist: click (==8.1.8)
Requires-Dist: dataclasses-json (>=0.6.4,<0.7.0)
Requires-Dist: flask (>=3.0.3,<4.0.0)
Requires-Dist: humanize (>=4.9.0,<5.0.0)
Requires-Dist: matplotlib (>=3.9.0,<4.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: pydantic (>=2.7.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Requires-Dist: typer (>=0.12.4,<0.13.0)
Description-Content-Type: text/markdown

# Automata LINQ SDK

## Installation

The latest version of Automata LINQ SDK can be installed via pip using
>`pip install automata-linq-sdk`

If you need to specify a version, you can append `==x.x.x` onto the package name, e.g., 
> `pip install automata-linq-sdk==1.10.2`

## Documentation

Full documentation can be found at https://docs.automata.tech/index
