Compatibility redirect — the SDK was renamed to `tracebloc`. This package re-points to it.
Project description
tracebloc_package — compatibility redirect
The SDK was renamed. This distribution exists only to migrate users who still type
pip install tracebloc_package. The actual package is nowtracebloc.
What this is
tracebloc_package==0.8.0 is a metadata-only wheel. Installing it
pulls in tracebloc>=0.8.0 as a dependency — that's where all the
code lives. The tracebloc_package import path keeps working via a
compatibility shim shipped inside the tracebloc distribution, with
a DeprecationWarning on first import.
Migration
# Old (still works, redirects here)
pip install --upgrade tracebloc_package
# New (recommended)
pip install --upgrade tracebloc
# Old (still works, emits DeprecationWarning)
from tracebloc_package import User
# New (recommended)
from tracebloc import User
The compatibility shim is removed in 1.0.0. Update your imports before then.
See the full migration guide at https://github.com/tracebloc/tracebloc-py-package/blob/develop/MIGRATION.md#migrating-to-080.
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
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 tracebloc_package-0.8.0.tar.gz.
File metadata
- Download URL: tracebloc_package-0.8.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49ad3ff98133e685140951e0c224d736d77f8cc77eef138a83035d3e6585804b
|
|
| MD5 |
b1411fab63f5678d3ece4bf96df02196
|
|
| BLAKE2b-256 |
1891f12cf948fdf880a6c36263dd3289419260a510006f85a2d63f619a286f4f
|
File details
Details for the file tracebloc_package-0.8.0-py3-none-any.whl.
File metadata
- Download URL: tracebloc_package-0.8.0-py3-none-any.whl
- Upload date:
- Size: 2.7 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 |
1f4433de0191f63983842de01062cdd3a1404394386bce23a200dae7581ff161
|
|
| MD5 |
cb44cc93e6d0bcf7ad88432ebe507a95
|
|
| BLAKE2b-256 |
722e41bdfcc82fa3442d8cb37704b2433b64116e2af1348b3ebbdaef72d6fa50
|