Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cegaware-0.1.5.tar.gz (26.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cegaware-0.1.5-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file cegaware-0.1.5.tar.gz.

File metadata

  • Download URL: cegaware-0.1.5.tar.gz
  • Upload date:
  • Size: 26.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.0

File hashes

Hashes for cegaware-0.1.5.tar.gz
Algorithm Hash digest
SHA256 38c0fd34d184ccdc439e71c85d9e480338f06941671b31c9fc3c40b0ce1094ad
MD5 f15830f9f38771a25e7b1340727c90a5
BLAKE2b-256 8bf975fd2dec1b8884a57dcefe14fb0ba1904c4857642f393ab0fe421396e9ac

See more details on using hashes here.

File details

Details for the file cegaware-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: cegaware-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.0

File hashes

Hashes for cegaware-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 162b27ebcb544ab570babfc7a17fc8d158ec96018e56c0725284e7a1de7b0a47
MD5 7644a3dcc3d15e4d4a3158464c27438c
BLAKE2b-256 be0bef49b38c75e4d4ae63ca1caa30547907ae7b83826b355622cea6aa8c566a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page