Metadata-Version: 2.4
Name: incan
Version: 0.4.0rc3
Summary: Thin installer package for the Incan toolchain
Project-URL: Homepage, https://incan.io
Project-URL: Repository, https://github.com/encero-systems/incan
Author-email: Danny Meijer <dannys.code.corner@gmail.com>
License-Expression: Apache-2.0
Keywords: compiler,incan,toolchain
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Compilers
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Incan Toolchain Python Installer

Incan is a statically typed, Pythonic programming language for writing clear high-level application code that compiles to native Rust. Learn more at [incan.io](https://incan.io).

This package is a thin installer and command shim for the Incan toolchain. It installs verified toolchain archives from the shared Incan release manifest instead of building the compiler from Python packaging.

```bash
pipx install incan
incan --version
```

The command shims install the toolchain into a package-local cache on first use. Set `INCAN_PIP_TOOLCHAIN_HOME`, `INCAN_PIP_BIN_DIR`, or `INCAN_TOOLCHAIN_MANIFEST` when you need a custom cache location or manifest.
