Package to interact with the Modulos Platform
Project description
Modulos Client
This tool provides a Programmatic interface to interact with the Modulos platform.
Documentation
The documentation can be found on docs.modulos.ai
Installation
# install from PyPI
pip install modulos-client
API Key
Generate your API key here
Usage
import os
from modulos_client import Modulos
client = Modulos(
# This is the default and can be omitted
api_key=os.environ.get("MODULOS_API_KEY"),
)
While you can provide an api_key
keyword argument,
we recommend using python-dotenv
to add MODULOS_API_KEY="My API Key"
to your .env
file
so that your API Key is not stored in source control.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
modulos_client-0.8.0.tar.gz
(11.8 kB
view hashes)
Built Distribution
Close
Hashes for modulos_client-0.8.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af4a259b76de2c4ca146c2ccca9a8d83b9aaf179805f23098c44a76d58b8205a |
|
MD5 | 0b50f19c0721e024f1623f4b432a30ef |
|
BLAKE2b-256 | aeb5df5b3b0c95d349e55fcf03fbb75746189a4af22d900622835ad7b15545c3 |