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.3.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.3.tar.gz.
File metadata
- Download URL: typed_moralis-0.1.3.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 |
e8715314e7f8ca334518fe26b1fd0aaa15f2ee0f1c96102cf42bd26835c44004
|
|
| MD5 |
00fedb8c00a142aa3c76a6fddd19b8c8
|
|
| BLAKE2b-256 |
eb4342dab2db089969ec68793711caa5718965866abcb84568519fe2b3273258
|
File details
Details for the file typed_moralis-0.1.3-py3-none-any.whl.
File metadata
- Download URL: typed_moralis-0.1.3-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 |
9c9d4021e3d85f70bdb7ad243111b6363a8c519d568ae5bac610fb63771d2015
|
|
| MD5 |
1fb35e870a2d34e15d890416826d9b24
|
|
| BLAKE2b-256 |
49bfe92b1fa6df54df3b96c75cbb37efb72f7d24cfd002bfec26f93680c5df38
|