Skip to main content

What is the Atoti Limits Python plugin?

Atoti Limits ships a Python plugin, atoti_limits. The plugin lets an Atoti Python session connect to a running Atoti Limits server. The plugin is distributed as the limits extra of the atoti package, not as a standalone package.

How to install the plugin

Install atoti with the limits extra, for example pip install "atoti[limits]". See the Atoti Python SDK’s Installation page for other package managers and installation options, such as installing from ActiveViam’s repository instead of PyPI.

How to use and configure the plugin

See the atoti_limits API reference for how to connect an Atoti Python session to a running Atoti Limits server.