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("your-api-key")

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.3.tar.gz (5.6 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.3-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ryzenth-1.8.3.tar.gz
  • Upload date:
  • Size: 5.6 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.3.tar.gz
Algorithm Hash digest
SHA256 d1bb858714029747b0963870860abd15a49fd1ad3fe860bf763134c93e6fccb0
MD5 7601e684a4baa634ef25986e62394f7c
BLAKE2b-256 89a9a4bf961f1c148ccebeaa5d4377062cd699df2fc978f5c44333e984f6b486

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ryzenth-1.8.3-py3-none-any.whl
  • Upload date:
  • Size: 8.7 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 91bd90db0319cfdf63ca77ba97c984eb229fd630e5d9df0ee71a4d52851a2bbb
MD5 a5d4236dcbfed5e3bd00e79301197f6f
BLAKE2b-256 d04fad46595f5cab4efdbb15c88df3505cbe6ccb2bc4a65d03e4b0ce5a36c5df

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