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.1.tar.gz
(43.7 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.1-py3-none-any.whl
(107.0 kB
view details)
File details
Details for the file typed_bit2me-0.1.1.tar.gz.
File metadata
- Download URL: typed_bit2me-0.1.1.tar.gz
- Upload date:
- Size: 43.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
221b6efabb0e0eeab5fe9767727ce75d3e671e04b576f132bf9dcf5ce487428b
|
|
| MD5 |
3a9f7d5f6a3278bf5c7f136de554d74c
|
|
| BLAKE2b-256 |
b3d2ccffe445f22dfbd9b12b49eef9a112025b215fe1163814a7b980294f350a
|
File details
Details for the file typed_bit2me-0.1.1-py3-none-any.whl.
File metadata
- Download URL: typed_bit2me-0.1.1-py3-none-any.whl
- Upload date:
- Size: 107.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 |
772ab017463f50b6775325bdedcd5e18aab2f512bf953db3c87816ed66966292
|
|
| MD5 |
0b7494a2a60553f75efe7992cb46b76c
|
|
| BLAKE2b-256 |
4ba53ba9786c014c4ae0ccdf3f9c9acfb39ce0c01c1e7b8c7317dd6636a9920e
|