Metadata-Version: 2.1
Name: ascend-sdk
Version: 1.5.1
Summary: Python Client SDK for Apex Ascend Platform
License: MIT
Author: Apex Fintech Solutions
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: PyJWT (>=2.4.0,<3.0.0)
Requires-Dist: cryptography (>=42.0.4,<43.0.0)
Requires-Dist: eval-type-backport (>=0.2.0,<0.3.0)
Requires-Dist: httpx (>=0.27.0,<0.28.0)
Requires-Dist: jsonpath-python (>=1.0.6,<2.0.0)
Requires-Dist: pydantic (>=2.9.0,<2.10.0)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: typing-inspect (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# Introducing the Apex Python SDK

In today's fast-paced digital ecosystem, developers need tools that not only streamline the development process but also unlock new possibilities for innovation and efficiency.

Enter the Apex Python SDK, a cutting-edge software development kit designed to empower fintech app developers like never before.
With our SDK, you can more easily integrate new account creation, optimize trading, and elevate your applications with realtime buying power, all through a seamless SDK interface.

Whether you're building complex, data-driven platforms or simplified, user-centric applications, Apex Python SDK was created to offer the flexibility, power, and ease of use to bring your visions to life faster and more effectively.
Join us in redefining the boundaries of what your applications can achieve.
Start your journey with Apex today. Full documentation available [here][apex-fintech-solutions-sdk-v1-python]

[apex-fintech-solutions-sdk-v1-python]: https://developer.apexclearing.com/apex-fintech-solutions/docs/sdk-python

## SDK Installation

### PIP

```bash
pip install ascend-sdk
```

### Poetry

```bash
poetry add ascend-sdk
```

## Supported Python Versions

- Python 3.9 or later

## Release Notes

### v1.5
- Adds “open” enum support. Improving options for handling unrecognized enum values alongside known members

