Metadata-Version: 2.5
Name: rtemis
Version: 0.1.0
Summary: The rtemis ecosystem for Python
Project-URL: Homepage, https://rtemis.org
Project-URL: Repository, https://github.com/rtemis-org/rtemis-py
Project-URL: Issues, https://github.com/rtemis-org/rtemis-py/issues
Author-email: "E.D. Gennatas" <gennatas@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: data science,machine learning,rtemis,visualization
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.13
Requires-Dist: rtemis-a3>=0.2
Description-Content-Type: text/markdown

# rtemis

The [rtemis](https://rtemis.org) ecosystem for Python.

This distribution ships no code of its own. It is a metapackage: installing it
pulls in the rtemis Python packages, each of which occupies a slot in the shared
`rtemis` namespace.

```bash
pip install rtemis
# or
uv add rtemis
```

## Packages

| Distribution | Module | Description |
| --- | --- | --- |
| [`rtemis-a3`](https://github.com/rtemis-org/a3) | `rtemis.a3` | Amino Acid Annotation (A3) format |

Individual packages can always be installed on their own:

```bash
uv add rtemis-a3
```

## Namespace

The `rtemis` namespace is a [PEP 420](https://peps.python.org/pep-0420/)
implicit namespace package. No distribution in the ecosystem — this one
included — may ship `rtemis/__init__.py`; doing so would shadow every sibling.

## License

BSD-3-Clause — same as the R package. See [LICENSE](LICENSE).
