Metadata-Version: 2.4
Name: tracebloc
Version: 0.0.1
Summary: Reserved PyPI name. The tracebloc SDK is published as tracebloc_package.
Author-email: tracebloc <lukas@tracebloc.io>
License-Expression: MIT
Project-URL: Homepage, https://github.com/tracebloc/tracebloc-py-package
Project-URL: Source, https://github.com/tracebloc/tracebloc-py-package
Project-URL: Real package, https://pypi.org/project/tracebloc_package/
Keywords: tracebloc,placeholder
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: license.txt
Dynamic: license-file

# tracebloc

This PyPI distribution is a reserved placeholder owned by tracebloc. It contains no functional code.

The tracebloc SDK is published under the distribution name **`tracebloc_package`**:

```bash
pip install tracebloc_package
```

With framework extras:

```bash
pip install 'tracebloc_package[pytorch]'
pip install 'tracebloc_package[tensorflow]'
pip install 'tracebloc_package[sklearn]'
pip install 'tracebloc_package[huggingface]'
pip install 'tracebloc_package[boosting]'
pip install 'tracebloc_package[survival]'
pip install 'tracebloc_package[all]'
```

Source, issues, and documentation: https://github.com/tracebloc/tracebloc-py-package
