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.4.tar.gz (27.0 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.4-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cegaware-0.1.4.tar.gz
  • Upload date:
  • Size: 27.0 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.4.tar.gz
Algorithm Hash digest
SHA256 9c171ced85a5d91f43d4332cd5eaead019e0a49caee0d9e809daf8be89c2331b
MD5 174120fa3b6445952be0f7aa75481bac
BLAKE2b-256 6023a2fb5af6ed2e5b9b929041efa50bad84fdedf2e221c46373fcc4b3fc1b7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cegaware-0.1.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 527813031866e02427d9569e12467525dec53ead30735702833fcfcc0aa73289
MD5 3fc2521fe33c055c7d8f59ade58809e6
BLAKE2b-256 a69b324316f6af4bcbaf07e0be1c3a53a98ca4c8722f58b3743b1483c09bbb64

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