Metadata-Version: 2.1
Name: 3lc-compute
Version: 0.4.0
Summary: 3LC Compute Service — insights, training, import/export
Project-URL: homepage, https://3lc.ai
Project-URL: documentation, https://docs.3lc.ai
Author-email: 3LC <pypi-admins@3lc.ai>
License: Proprietary
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: 3lc-compute-plugin-sdk[shared]<0.3.0,>=0.2.0
Requires-Dist: 3lc[pacmap,pandas,umap]<4.0.0,>=3.2.0
Requires-Dist: litestar<3.0.0,>=2.22.0
Requires-Dist: packaging>=23.0
Requires-Dist: pydantic>=2.0
Requires-Dist: python-socketio>=5.11.0
Requires-Dist: scipy>=1.10
Requires-Dist: uv>=0.8.15
Requires-Dist: uvicorn>=0.34.0
Description-Content-Type: text/markdown

# 3LC Compute Service

The compute backend for [3LC Hub](https://3lc.ai): a Python service for compute
workloads — insights, model training, import/export, and auto-labeling — built on
the [`3lc`](https://pypi.org/project/3lc/) Python package.

The service is extensible through compute plugins; see
[`3lc-compute-plugin-sdk`](https://pypi.org/project/3lc-compute-plugin-sdk/) for
the plugin contract and authoring guide.

## Usage

```bash
pip install 3lc-compute
3lc-compute
```

## Links

- Homepage: <https://3lc.ai>
- Documentation: <https://docs.3lc.ai>
