Skip to main content

Ryzenth Python Wrapper For Perfomance

Project description

Ryzenth Library

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("akeno_UKQEQMt991kh2Ehh7JqJYKapx8CCyeC")

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

Sync Example

from Ryzenth import ApiKeyFrom
from Ryzenth.types import QueryParameter

ryz = ApiKeyFrom("your-api-key")
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.2.tar.gz (4.9 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.2-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ryzenth-1.8.2.tar.gz
  • Upload date:
  • Size: 4.9 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.2.tar.gz
Algorithm Hash digest
SHA256 601a3815fd99c0d0fc37e79ac6fe96c5b85ea0db3f8fe25bdc598bfc9ef1e641
MD5 a1d02ac9f0101b4519c4d3c287a53daf
BLAKE2b-256 4062f914f9154ea57ba5d7f35e79bf7a22c97f829da5c8c62714a908d61ac85f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ryzenth-1.8.2-py3-none-any.whl
  • Upload date:
  • Size: 8.1 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e7162436190babfde45347c0ac546c46fd75b5681baa5a0ecc69a99b10f3cf2e
MD5 cbdcd5aff75d2b9898c0b244b1cf8e55
BLAKE2b-256 eb1b67c98e56c4686d2c91efd4df152487a667ce2ae67f6ce8f6ac24c2cf675c

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