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.6.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.6.tar.gz.
File metadata
- Download URL: empress_eco_python-1.0.6.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 |
bbfd6497dc8c52be75b7211a0505903186a399fd80e6f6ff8f5ba819d876889d
|
|
| MD5 |
d0050c9dd693f79d3ab6da5cfa27cea1
|
|
| BLAKE2b-256 |
421247e1b30bc7ab85e6232a4c498b963c8a5206a107f3bee6a585bb948202f3
|
File details
Details for the file empress_eco_python-1.0.6-py3-none-any.whl.
File metadata
- Download URL: empress_eco_python-1.0.6-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 |
5f731fdc1f93cf63c19875dc51d5920ec0588012471e4d9f9c63b17ffcdd6181
|
|
| MD5 |
aa38f54acabef8d1db6ca834538dc903
|
|
| BLAKE2b-256 |
bb71c91477c2f7afb81f13adce237cf75250659148207bfdb09e719bed87d768
|