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.9.tar.gz (27.1 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.9-py3-none-any.whl (22.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for cegaware-0.1.9.tar.gz
Algorithm Hash digest
SHA256 4b5d9a7cd0ca88393f3bc93e7e771ee700e72d86d61258b5de4493da3700ce9d
MD5 9cc507dbc56a4060c1ce74b657fc7a4d
BLAKE2b-256 afbb63cf0e6ea68f2c65651d928d1d774968610da7dcc1d3349ab75ce6b3159c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cegaware-0.1.9-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

Hashes for cegaware-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 cd6826b62bf79ef5d73ffc95dad8f939aa3748d7049103e099cd724761e120ea
MD5 ccd83570d7b8b5748d0c7acef79baaf8
BLAKE2b-256 b1ae7cd75d8c257d64e033c46bfe23a57c9df81e8854346a667b1064bb6f912c

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