Skip to main content

Ryzenth Python Wrapper For Perfomance

Project description

Ryzenth Library

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

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

Note: Ryzenth API V1 (javascript) 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

You can now access the Ryzenth API V2 (Typescript)

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ryzenth-1.9.8.tar.gz
Algorithm Hash digest
SHA256 abd663b5e81dc4634ab918f4241f641b7fdfd02fb62ea57bbfe204fffb64daae
MD5 76a4cfe48deb760d5d749a36e4cc818d
BLAKE2b-256 5a49ff918522f9ec380da20f794fa00bb7fa56314e497a36a355bcf40fb02a21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ryzenth-1.9.8-py3-none-any.whl
  • Upload date:
  • Size: 22.5 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.9.8-py3-none-any.whl
Algorithm Hash digest
SHA256 5afd5a8622f6cce97df01366b22cdaee378fc35eed8b07ba5e11f5a943520f53
MD5 eee74ef144eaa4ff1633366fa403f511
BLAKE2b-256 99612d856c73f8be775834fa14de118bc781fe72d3e23e080ad64a3477dea950

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