Metadata-Version: 2.4
Name: axon-lang
Version: 3.0.0
Summary: DISCONTINUED — AXON is now a Rust toolchain: cargo install axon-lang
Author: Bemarking AI S.A.S.
License-Expression: MIT
Project-URL: Rust crate (the real AXON), https://crates.io/crates/axon-lang
Project-URL: Source, https://github.com/Bemarking/axon-lang
Keywords: axon,discontinued,rust,tombstone
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Rust
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# AXON is now a Rust toolchain: `cargo install axon-lang`

> **This PyPI package is discontinued.** The Python implementation of AXON
> ended at **v2.0.0** ("Pure Silicon Cognition" — AXON is now 100% Rust + C23).
> This release is a tombstone: installing it gives you a clear redirect instead
> of a silently broken toolchain.

## Install the real AXON

```
cargo install axon-lang
```

- Crate: <https://crates.io/crates/axon-lang>
- Source: <https://github.com/Bemarking/axon-lang>

## Why does this package exist?

Older Python releases (`<= 2.17.1`) remain on PyPI for archival purposes, but
they are **unmaintained and known-broken** (e.g. `axon run` fails in the 1.x
line). Anyone running `pip install axon-lang` today lands on this tombstone,
whose `axon` command and `import axon` both point you to the Rust toolchain.
