Cegaware Python SDK
Project description
Cegaware Python SDK
The Cegaware Python SDK provides programmatic access to the Cegaware platform, including authentication, market data access, and other core features.
Installation
Install directly from PyPI:
pip install cegaware
Verify installation:
import cegaware
print(cegaware.__version__)
Quick Start
Authenticate and obtain an API token (valid for 60 minutes):
import cegaware as cw
# Initialize logger
logger = cw.Logger()
# Prepare authentication request
results = cw.GetAPIToken_Results(
Username="YOUR_USERNAME",
Password="YOUR_PASSWORD"
)
# Perform authentication
if cw.GetAPIToken(results, logger):
api_token = results.APIToken
print("Authenticated successfully")
else:
raise RuntimeError("Authentication failed")
⚠️ Note: API token expires in 60 minutes. Re-authenticate as needed.
Documentation
For detailed instructions on installation, authentication, data configuration, and usage examples, see the Client Installation Guide:
CLIENT_INSTALLATION_GUIDE.md
Support
For assistance, contact your Cegaware representative. Include logs from cw.Logger() when reporting issues.
© Cegaware – All rights reserved
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 cegaware-0.1.11.tar.gz.
File metadata
- Download URL: cegaware-0.1.11.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1b4741929e4ba2ad039f38c1c4828f34f9fb093918912348d6a5b42073e93c8
|
|
| MD5 |
9d82879c5e68a70e836cab46dc7c7c40
|
|
| BLAKE2b-256 |
0aaac5137b87e022cce99bed8983585106c847f48f380e09999c7d916afec671
|
File details
Details for the file cegaware-0.1.11-py3-none-any.whl.
File metadata
- Download URL: cegaware-0.1.11-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c09cb73c5f149f2892b9c30caad6e9f4a48579870a25a3edf19bbc19510a1153
|
|
| MD5 |
61f29f04ea83bc9cc594e0f669250bc3
|
|
| BLAKE2b-256 |
0d2529445e482468a265d7255f42c65f056224816ca049530fca16ee74b4a10e
|