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.4.tar.gz
(103.0 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.4.tar.gz.
File metadata
- Download URL: empress_eco_python-1.0.4.tar.gz
- Upload date:
- Size: 103.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d98659f38f854ba45e08a1dc30d0c3284abe9dd727df68243c5105ee4753f5b5
|
|
| MD5 |
29d98f29171bfb365053fa2076577673
|
|
| BLAKE2b-256 |
9b72c0abea5f37e9dd4402b7288647253eb92f685202661327f65471275eff0f
|
File details
Details for the file empress_eco_python-1.0.4-py3-none-any.whl.
File metadata
- Download URL: empress_eco_python-1.0.4-py3-none-any.whl
- Upload date:
- Size: 111.3 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 |
4e943cf60c56da66ebf79f5b3fec3a8fe4f76e35008296d5bbf983042c70cc0a
|
|
| MD5 |
98275c33baadb02ee41cbf80e81c2542
|
|
| BLAKE2b-256 |
77be6fda718f1b345907f5b07a66768006a61b8e60eb7a7200e7d405fc3e4551
|