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.1.tar.gz
(21.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.1.tar.gz.
File metadata
- Download URL: typed_moralis-0.1.1.tar.gz
- Upload date:
- Size: 21.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 |
8546b17d6e232980ce838a257478fcaaef9ce9b9d14196646d52f6f496ac8510
|
|
| MD5 |
a4fb1861accccf931018bc40ff23f2d1
|
|
| BLAKE2b-256 |
05520aa412330a3efc5ff1afc29f08d49bba9efdd7a2a1029c1e0c8e00765fef
|
File details
Details for the file typed_moralis-0.1.1-py3-none-any.whl.
File metadata
- Download URL: typed_moralis-0.1.1-py3-none-any.whl
- Upload date:
- Size: 24.0 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 |
4889af5386337e91bd2f36af0b81f84950d882cef1f5984b90c2301eb0a8df6b
|
|
| MD5 |
236087494893f8767ca0e37aa51b30c5
|
|
| BLAKE2b-256 |
04a09f283fd162ae2d2535f7a1aae113f5f91df874d6bc9b2d1b3ce9bba42f0b
|