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
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.2.tar.gz
(22.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_moralis-0.1.2.tar.gz.
File metadata
- Download URL: typed_moralis-0.1.2.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdcb8bfada64d9f2db898344becd8802d5f42e00459930cec5827eaad2bfe0fc
|
|
| MD5 |
0bd53a15cf7cc311f18785fadcdbfbf3
|
|
| BLAKE2b-256 |
432020346ae376432492409d2752db3e5827c9dcc95a73e1df5020f4fe8973d5
|
File details
Details for the file typed_moralis-0.1.2-py3-none-any.whl.
File metadata
- Download URL: typed_moralis-0.1.2-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb1056a84e7d991abdb928edd75dbc6df984cbe3030b614a63dce96727f816fb
|
|
| MD5 |
d6972946cfa9fbad97a5ebe3da28890e
|
|
| BLAKE2b-256 |
6e9ffd3aff177f8da933c5080734884456adfa7bf9c8c2566b7309a9e0682f24
|