A fully typed, validated async client for the Moralis API.
Project description
Typed Moralis
A fully typed, validated async client for the Moralis API.
from moralis import Moralis
async with Moralis.new() as client:
result = await client.data.ticker(...)
print(result)
Why Typed Moralis?
- 🎯 Precise Types: Typed endpoint inputs and responses.
- ✅ Runtime Validation: Validated responses by default.
- ⚡ Async First: Built for concurrent HTTP and streaming workflows.
- 📚 Full API Surface: Structured endpoint groups for the implemented Moralis API.
Installation
pip install typed-moralis
Documentation
Source Code
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_moralis-0.1.0.tar.gz
(21.1 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_moralis-0.1.0.tar.gz.
File metadata
- Download URL: typed_moralis-0.1.0.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4cda9d2f7e41149483cffbd95f88f9c265a5f32afefabddd367c55077fb9c72
|
|
| MD5 |
325e1920c0fa0d044771de8b9b0f3b77
|
|
| BLAKE2b-256 |
591da5170ba5d9f4975489bc6469cd8b55e8f389c2f89364cf7311c25e4e09d6
|
File details
Details for the file typed_moralis-0.1.0-py3-none-any.whl.
File metadata
- Download URL: typed_moralis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 24.4 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 |
8f6ec0c65402f14eb5d06beb21f8a179790c077b474507b2cd3857ecefd614f3
|
|
| MD5 |
79d20f234ed0aecc61551e3b3f266461
|
|
| BLAKE2b-256 |
50a7c3b5f9ecdc0e749fd93051fb4bf0da2e1f592e01ec433cec39945dd79314
|