A fully typed, validated async client for the Bit2Me API.
Project description
Typed Bit2Me
A fully typed, validated async client for the Bit2Me API
Use autocomplete instead of documentation.
from bit2me import Bit2Me
async with Bit2Me.new() as client:
result = await client.data.ticker(...)
print(result)
Why Typed Bit2Me?
- 🎯 Precise Types: Strong typing throughout, so your editor can help before runtime does.
- ✅ Automatic Validation: Catch upstream API changes earlier, where they are easier to debug.
- ⚡ Async First: Built for concurrent, network-heavy workflows.
- 🔒 Safer Usage: Typed inputs and explicit errors reduce avoidable mistakes.
- 🎨 Better DX: Clear routing, sensible defaults, and minimal ceremony.
- 📦 Practical Extras: A place for pagination, streams, and client-specific helpers when they add real value.
Installation
pip install typed-bit2me
Documentation
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_bit2me-0.1.0.tar.gz
(55.6 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
typed_bit2me-0.1.0-py3-none-any.whl
(118.5 kB
view details)
File details
Details for the file typed_bit2me-0.1.0.tar.gz.
File metadata
- Download URL: typed_bit2me-0.1.0.tar.gz
- Upload date:
- Size: 55.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daab3561bd4ca90e18796cbe308e1a9c4f1541ab8d48d8519198adb340168ba9
|
|
| MD5 |
c5c11150538818c83f73bd36ff13146e
|
|
| BLAKE2b-256 |
4e9e2b1d20e1601c637090e3a696a6b9a1ceaf47725618227049c4514704bf64
|
File details
Details for the file typed_bit2me-0.1.0-py3-none-any.whl.
File metadata
- Download URL: typed_bit2me-0.1.0-py3-none-any.whl
- Upload date:
- Size: 118.5 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 |
96234d89795549ddf41dd431c993dcd1c24c31c77d20e529f4b24567556e2f4d
|
|
| MD5 |
5be47aff5c3da1a92926371af8c69c17
|
|
| BLAKE2b-256 |
14d91316f1599a8dcce1c50fd6caa4819a60fb1a18fff2646ac41def14e0fe3b
|