Metadata-Version: 2.4
Name: adeptus-administratum
Version: 0.1.1
Summary: CLI game in 40k setting.
Project-URL: Bug Tracker, https://gitlab.com/swepy/packages/40k-cli/-/issues
Project-URL: Homepage, https://gitlab.com/swepy/packages/40k-cli
Author-email: Dorian Turba <commit.9wuzh@slmail.me>
License-File: AUTHORS.rst
License-File: LICENCE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.13
Requires-Dist: rich>=14.1.0
Requires-Dist: typer>=0.16.0
Description-Content-Type: text/markdown

# Administratum-CLI

CLI game in 40k setting.

## Testing

### Installation

```bash
pip install -e .[ALL]
pre-commit install
```

Run pre-commit hooks on all files:

```bash
pre-commit run --all-files
```

This will run the following hooks:

- `ruff`

### Running tests

```bash
pytest
```

# Generating distribution archives

```bash
pip install --upgrade build
python -m build
```