Metadata-Version: 2.4
Name: algenta-core
Version: 1.0.3
Summary: DEPRECATED — algenta-core graduated into the `algenta` distribution. This is a compatibility shim that just installs `algenta` (same import name, same `algenta` command).
Project-URL: Homepage, https://algenta.ai
Project-URL: Repository, https://github.com/thyn-ai/algenta
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: algenta,deprecated,shim
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <3.15,>=3.14
Requires-Dist: algenta==1.0.3
Description-Content-Type: text/markdown

# algenta-core (deprecated)

`algenta-core` has **graduated into the [`algenta`](https://pypi.org/project/algenta/) distribution**, which
now owns the `algenta` import name and the `algenta` command — plus the bundled in-process runtime.

This package is a compatibility shim: it installs `algenta` and ships no files of its own.

```bash
pip install --upgrade algenta-core   # pulls in `algenta`
# or, going forward, just:
pip install algenta
```

Update your dependency to `algenta` when convenient; `algenta-core` will be retired.
