A fully typed, validated async client for the Alchemy API.
Project description
Typed Alchemy
A fully typed, validated async client for the Alchemy API
Use autocomplete instead of documentation.
from alchemy import Alchemy
async with Alchemy.new() as client:
result = await client.data.ticker(...)
print(result)
Why Typed Alchemy?
- 🎯 Precise Types: Strong typing throughout, so your editor can help before runtime does.
- ✅ Automatic Validation: Catch upstream API changes earlier, where they are easier to debug.
- ⚡ Async First: Built for concurrent, network-heavy workflows.
- 🔒 Safer Usage: Typed inputs and explicit errors reduce avoidable mistakes.
- 🎨 Better DX: Clear routing, sensible defaults, and minimal ceremony.
- 📦 Practical Extras: A place for pagination, streams, and client-specific helpers when they add real value.
Installation
pip install typed-alchemy
Documentation
🚧 Under construction.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
typed_alchemy-0.1.0.tar.gz
(23.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file typed_alchemy-0.1.0.tar.gz.
File metadata
- Download URL: typed_alchemy-0.1.0.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5105d759e08f4b8d12694327c5b559614bbce83e01a4aa62b1ed3f08782bdee1
|
|
| MD5 |
ff404cc0538fbd7706b2dcd3ce990962
|
|
| BLAKE2b-256 |
3a37d2bb01f0cc6120d1cd336273ab369dc698ff37535488d8c56583b751e40b
|
File details
Details for the file typed_alchemy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: typed_alchemy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 29.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4d479741b05168bd2ab74c46c3961a01d69dfcb4643c7b0d1db1e8a719e948d
|
|
| MD5 |
c757be992d95805e14bd12dc825534e0
|
|
| BLAKE2b-256 |
d210828facddd416a4ca041b13c1cc3c98718054b94627185c88301476508ad2
|