Metadata-Version: 2.4
Name: anshin
Version: 0.1a1
Summary: anshin is a Python/TOML-based system build tool.
Project-URL: Homepage, https://gitlab.com/anshin-dev-group/anshin
Project-URL: Issues, https://gitlab.com/anshin-dev-group/anshin/issues
Author: anshin-dev
Maintainer: anshin-dev
License-Expression: Apache-2.0 OR GPL-3.0-only
License-File: LICENSE-APACHE
License-File: LICENSE-GPLv3
Keywords: build,configuration,reproducible,system
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# anshin

anshin is an early-stage Python/TOML tool for describing and building a system in a reproducible way
(inspired by declarative OS configuration workflows).

This package is a minimal functional seed:
- `anshin init` creates starter TOML config files
- `anshin validate` validates an `anshin.system.toml`
- `anshin --version` prints the version

## Usage:

```bash
anshin init --dir .
anshin validate anshin.system.toml
```

---

## Status:

Pre-alpha. Expect changes.
