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.4.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.4.tar.gz.
File metadata
- Download URL: typed_moralis-0.1.4.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 |
b265af4ee9c478257cbb20c225bf9d6bc5036ae1cc777c413694785747571a60
|
|
| MD5 |
635927cb9857491eb819d86f1ab29253
|
|
| BLAKE2b-256 |
5b7999547f6e9aa384a488bb68487d93d7b09621ca923268c0f976964ccbe7f9
|
File details
Details for the file typed_moralis-0.1.4-py3-none-any.whl.
File metadata
- Download URL: typed_moralis-0.1.4-py3-none-any.whl
- Upload date:
- Size: 25.9 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 |
3da4033d5675e74fa09c4f98b87cdaddd94bd538364333eda650c4e498e12807
|
|
| MD5 |
93d84d86d7ac16da21ba16585465713f
|
|
| BLAKE2b-256 |
b27251870c126e7e337aabce71c0bdd103be4d91804a1bfcec914bb812380cfa
|