Shared infrastructure for Timeback Python clients
Project description
timeback-common
Shared infrastructure for Timeback Python clients.
Installation
# pip
pip install timeback-common
# uv (add to a project)
uv add timeback-common
# uv (install into current environment)
uv pip install timeback-common
from timeback_common import BaseTransport, APIError, Paginator, where_to_filter
class MyTransport(BaseTransport):
ENV_VAR_BASE_URL = "MY_SERVICE_BASE_URL"
ENV_VAR_AUTH_URL = "MY_SERVICE_TOKEN_URL"
ENV_VAR_CLIENT_ID = "MY_SERVICE_CLIENT_ID"
ENV_VAR_CLIENT_SECRET = "MY_SERVICE_CLIENT_SECRET"
Components
| Module | Description |
|---|---|
transport |
Base HTTP transport with OAuth2 client credentials |
errors |
Shared exception hierarchy (APIError, NotFoundError, etc.) |
pagination |
Async Paginator for list endpoints |
filter |
where_to_filter() for type-safe filtering |
Usage
This package is used internally by:
timeback-onerostertimeback-calipertimeback-edubridgetimeback-core
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
timeback_common-0.2.0.tar.gz
(42.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 timeback_common-0.2.0.tar.gz.
File metadata
- Download URL: timeback_common-0.2.0.tar.gz
- Upload date:
- Size: 42.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
640101a2c2dd36ea337a712e832ce10a35e2c2825f6b3a1c00f09367d3dee632
|
|
| MD5 |
a7cc8304866ea9ecbe61c86ced7b4748
|
|
| BLAKE2b-256 |
27786526e7ed50d9a490f18c4e6171b8af0b6fb0c6ff103ba022d9f2e2b2a931
|
File details
Details for the file timeback_common-0.2.0-py3-none-any.whl.
File metadata
- Download URL: timeback_common-0.2.0-py3-none-any.whl
- Upload date:
- Size: 35.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bceb29039c43c7830ef6aad9c29f837c96193f01e70206f6509bf63f347d1bd
|
|
| MD5 |
41d49092de251ea59c716b98f2c8659b
|
|
| BLAKE2b-256 |
83ecfed08ebadff347f6673790768380db37239bf3992187977f8a7ea8c12518
|