Official Python SDK for the Empress Platform - Auto-generated from 3,452+ business functions
Project description
empress-eco-python
Official Python SDK for the Empress Platform - Auto-generated from 3,452+ business functions.
Installation
pip install empress-eco-python
Usage
import empress_sdk
from empress_sdk.api.default_api import DefaultApi
from empress_sdk.configuration import Configuration
config = Configuration(
host='https://tkyoamipcnoimlxxtkuh.supabase.co/functions/v1',
api_key={'X-API-Key': 'emp_your_key_here'}
)
api = DefaultApi(empress_sdk.ApiClient(config))
# Create a customer
response = api.business_logic_post({
'doctype': 'Customer',
'operation': 'create',
'data': {
'name': 'Acme Corporation',
'email': 'contact@acme.com'
}
})
Features
- 3,452+ Business Functions - Complete business automation
- Auto-generated - Always up-to-date with latest API
- Type Hints - Full type annotation support
- Pay-per-use - $0.02 per API call, no subscriptions
Documentation
Full documentation: https://docs.empress-platform.com/sdk/python
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
empress_eco_python-1.0.5.tar.gz
(21.9 kB
view details)
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 empress_eco_python-1.0.5.tar.gz.
File metadata
- Download URL: empress_eco_python-1.0.5.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68dbd7b71ac59653a7e4cdb9e05212cb4c2448b0a56a51f9f068a5d62d1e87e1
|
|
| MD5 |
b69a61c17e60f5f694ffc0106286bf35
|
|
| BLAKE2b-256 |
1f26d543fe4cd32825617b34b72116a130eeb293ab9c004956aa8dc5af425ffe
|
File details
Details for the file empress_eco_python-1.0.5-py3-none-any.whl.
File metadata
- Download URL: empress_eco_python-1.0.5-py3-none-any.whl
- Upload date:
- Size: 26.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09afbc29d8b6f28301e80ce287212b37a27b045ab56b4719c781371dea0bbf3f
|
|
| MD5 |
70142570d4ceb9587dd878b884a41644
|
|
| BLAKE2b-256 |
3c445ae1650683dda9ab7848e2853225430bb1c95613964a680c9cb15dcaae47
|