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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rulebricks-0.0.1.tar.gz.
File metadata
- Download URL: rulebricks-0.0.1.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.7.17 Linux/5.15.0-1061-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de0cfb995d890c988007b28c3ec43cc35f6c2b0659d77dbdf597e3464ae11db8
|
|
| MD5 |
64be24183e083740d571fb11c4dc6ffc
|
|
| BLAKE2b-256 |
403f8d6e405c39612258fbd1bfd3ca5daae2543cb1160bb2bbb9e5dd9e345b85
|
File details
Details for the file rulebricks-0.0.1-py3-none-any.whl.
File metadata
- Download URL: rulebricks-0.0.1-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.7.17 Linux/5.15.0-1061-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c38f7f7173bbedf2f83f47ee705aecc822464aefc9e56d27edb5cab483b7c54
|
|
| MD5 |
3d2e7d343acc38b08cb959d276cb8f97
|
|
| BLAKE2b-256 |
e61c4b53156a49c7442d1fde31ec5abbb3af319e432ba5f7e7257fa3ae5fe81f
|