Skip to main content

Ryzenth Python Wrapper For Perfomance

Project description

Ryzenth Library

Open Source Love Maintenance GitHub Forks License PRs Welcome Ryzenth - Version pre-commit.ci status

Ryzenth is a powerful and flexible Python SDK for interacting with the new Ryzenth API a successor to the AkenoX API supporting both synchronous and asynchronous workflows out of the box.

Note: AkenoX API is still alive and supported, but Ryzenth is the next generation.

Features

  • Full support for both sync and async clients
  • Built-in API Key management
  • Support for modern AI endpoints (image generation, search, text, and more)
  • Designed for speed with httpx

Installation

pip install ryzenth[fast]

Getting Started

Async Example

from Ryzenth import ApiKeyFrom
from Ryzenth.types import QueryParameter

ryz = ApiKeyFrom(..., is_free_from_ryzenth=True)

await ryz.aio.send_message(
    "hybrid",
    QueryParameter(
        query="hello world!"
    )
)

Sync Example

from Ryzenth import ApiKeyFrom
from Ryzenth.types import QueryParameter

ryz = ApiKeyFrom(..., is_free_from_ryzenth=True)
ryz._sync.send_message(
    "hybrid",
    QueryParameter(
        query="hello world!"
    )
)

Environment Variable Support

You can skip passing the API key directly by setting it via environment:

export RYZENTH_API_KEY=your-api-key

Credits

  • Built with love by xtdevs
  • Inspired by early work on AkenoX API
  • Thanks to Google Dev tools for AI integration concepts

License

Private – API still in early access stage. Public release coming soon.

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

ryzenth-1.8.8.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

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

ryzenth-1.8.8-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file ryzenth-1.8.8.tar.gz.

File metadata

  • Download URL: ryzenth-1.8.8.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ryzenth-1.8.8.tar.gz
Algorithm Hash digest
SHA256 353dfef68f439be17dc56109ff9550947a33271f0438775612b740bc0c01afa4
MD5 f00308cbe102c750c2d7fc28a9f0e5be
BLAKE2b-256 a678bfcadbe501a27b36c014a20c94206c3f811d76bfc14fd0a08df05303e41a

See more details on using hashes here.

File details

Details for the file ryzenth-1.8.8-py3-none-any.whl.

File metadata

  • Download URL: ryzenth-1.8.8-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for ryzenth-1.8.8-py3-none-any.whl
Algorithm Hash digest
SHA256 71a6210855c74f7aca41be9d7d3bb8aca46a5e4db4ff661c602287d3d4424198
MD5 7aecfb5e627e34cccb70848c3fcd5e0f
BLAKE2b-256 aeed07fec6bceaf396abbc1d8d434c730be7bdff68d5d3841d6eb90b71d82081

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