Metadata-Version: 2.4
Name: cellagent
Version: 0.1.0
Summary: Placeholder package used to reserve the cellagent name on PyPI.
Project-URL: Homepage, https://github.com/dschaub95/cellagent
Project-URL: Repository, https://github.com/dschaub95/cellagent
Author: Darius Schaub
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# cellagent

This repository reserves the `cellagent` package name on
PyPI.

The published package is intentionally minimal and is not intended for
production use. Its only purpose is to prevent name squatting until the real
package is ready.

## What it contains

- A tiny importable Python package
- Packaging metadata in `pyproject.toml`
- A GitHub Actions release workflow that builds and publishes with `uv`

## Releasing

Run the `Release` workflow manually from the GitHub Actions tab. The workflow
will:

1. Build the distribution with `uv build`
2. Publish it to PyPI with `uv publish`

The workflow is configured for PyPI trusted publishing. Before using it, add
this GitHub repository as a trusted publisher in the PyPI project settings.
