anatools package¶
anatools is Rendered.ai’s SDK for connecting to the Platform API.
The
anatools.anaclient
package exposes the Platform API to the User. Everything that a user can do through the Platform Web Interface can be done via the SDK through theanatools.anaclient
package.The
anatools.annotations
package allows a User to generate annotations locally without the need for the Platform.The
anatools.lib
package andanatools.nodes
package are used for Channel developers. More info to come!
The SDK’s submodule methods are all exposed to the user, so the full path is not required to call a specific method.
View the Introduction to Rendered.ai Documentation to learn more.
Subpackages
- anatools.anaclient package
- anatools.anaclient.anaclient module
- anatools.anaclient.analytics module
- anatools.anaclient.annotations module
- anatools.anaclient.channels module
- anatools.anaclient.datasets module
- anatools.anaclient.gan module
- anatools.anaclient.graphs module
- anatools.anaclient.organizations module
- anatools.anaclient.umap module
- anatools.anaclient.volumes module
- anatools.anaclient.workspaces module
- anatools.anaclient.api package
- anatools.annotations package
- anatools.lib package
- anatools.lib.ana_object module
- anatools.lib.bbox module
- anatools.lib.blender_main module
- anatools.lib.camera_checks module
- anatools.lib.channel module
- anatools.lib.context module
- anatools.lib.generator module
- anatools.lib.interp module
- anatools.lib.load module
- anatools.lib.node module
- anatools.lib.object_utils module
- anatools.lib.package_utils module
- anatools.lib.python_main module
- anatools.lib.rigged_object module
- anatools.lib.scene module
- anatools.lib.search_utils module
- anatools.nodes package
- anatools.nodes.constants module
- anatools.nodes.date_time module
- anatools.nodes.generators module
- anatools.nodes.logic module
- anatools.nodes.object_to_dictionary module
- anatools.nodes.random_generator module
- anatools.nodes.rigged_modifiers module
- anatools.nodes.save_blend module
- anatools.nodes.sweep_arange module
- anatools.nodes.sweep_linspace module
- anatools.nodes.vectors module