No project description provided
Project description
Rulebricks Python Library
Documentation
API reference documentation is available here.
Installation
Add this dependency to your project's build file:
pip install rulebricks
# or
poetry add rulebricks
Usage
from rulebricks.client import Rulebricks
rulebricks_client = Rulebricks(
api_key="YOUR_API_KEY",
base_url="https://yourhost.com/path/to/api",
)
Async Client
from rulebricks.client import AsyncFlatFile
import flatfile
import asyncio
rulebricks_client = AsyncRulebricks(
api_key="YOUR_API_KEY",
base_url="https://yourhost.com/path/to/api",
)
Beta status
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version in your pyproject.toml file. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.
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
rulebricks-0.0.1.tar.gz
(6.8 kB
view hashes)
Built Distribution
rulebricks-0.0.1-py3-none-any.whl
(14.7 kB
view hashes)
Close
Hashes for rulebricks-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c38f7f7173bbedf2f83f47ee705aecc822464aefc9e56d27edb5cab483b7c54 |
|
MD5 | 3d2e7d343acc38b08cb959d276cb8f97 |
|
BLAKE2b-256 | e61c4b53156a49c7442d1fde31ec5abbb3af319e432ba5f7e7257fa3ae5fe81f |