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

Downloads API Tests

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_ok=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_ok=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

Web scrapers

Tool Developer

~ Artificial Intelligence

Credits

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

Donation

  • Your donation helps us continue our work!

To send payments via DANA, use the following Bank Jago account number:

Bank Jago: 100201327349

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-2.0.5.tar.gz (14.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-2.0.5-py3-none-any.whl (27.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ryzenth-2.0.5.tar.gz
Algorithm Hash digest
SHA256 9b6ece5e11d263af01856e72b924c4464d4bd1a9f65ee16aae06f7ca000cf29a
MD5 21eb90f0fd5ebd1229fab391043a1da5
BLAKE2b-256 c4068a7f0ce6e45a97603821a2b040bad86c7a48fcc9d2966d118f306689580c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ryzenth-2.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b42a4255570f364905c6b087b3790b6b48bc143f0a46e48d037f20f98756b8bb
MD5 e18437011220661d7280c95b0de6f67e
BLAKE2b-256 f9d99e29d8548afe72f50b7eb1f9b3b1aea5a6ada87559960b73349781d0a739

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