Metadata-Version: 2.4
Name: atomadic-forge
Version: 0.88.0
Summary: DEPRECATED — atomadic-forge retired; use the atomadic SDK and Lattice Omega engine.
Author-email: Atomadic <atomadictech@gmail.com>
License: MIT
Project-URL: Homepage, https://atomadic.tech
Project-URL: Documentation, https://atomadic.tech/docs/lattice
Project-URL: Migration guide, https://atomadic.tech/docs/forge-eol
Project-URL: Issue tracker, https://github.com/atomadictech/atomadic-forge/issues
Project-URL: Source archive, https://github.com/atomadictech/atomadic-forge
Keywords: deprecated,atomadic,forge,lattice,omega
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pyDeprecate>=0.3.2
Requires-Dist: atomadic>=0.1.0

# atomadic-forge deprecation shim (local draft)

This directory is a **prepared-only** PyPI package skeleton. Do **not** upload until an operator sets `EXECUTE_PYPI=1` in the runbook checklist.

## Purpose

Publish a final `atomadic-forge` release that:

1. Marks the package **Inactive** on PyPI (classifier + README).
2. Emits a loud `DeprecationWarning` on import via `pyDeprecate`.
3. Declares `atomadic` as the successor dependency so `pip install atomadic-forge` pulls the new SDK.

## Build (local test only)

```powershell
cd C:\Atomadic-Compliant\tools\forge-eol\deprecated_shim
python -m pip install build twine
python -m build
twine check dist/*
```

## Upload (operator gate — requires EXECUTE_PYPI=1)

```powershell
$env:TWINE_USERNAME = "__token__"
$env:TWINE_PASSWORD = "<from VAULT.env PYPI_API_TOKEN — never commit>"
twine upload dist/*
```

## Post-upload

- Do **not** yank older releases unless legal/security requires it; yanking breaks reproducible installs.
- Pin migration docs at `https://atomadic.tech/docs/forge-eol`.
