Metadata-Version: 2.4
Name: enkindl
Version: 0.1.0
Summary: A tiny CLI tool that scaffolds Python projects for beginners.
Author-email: Caj Michael Andersson <caj.michael.dev@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >3.12
Description-Content-Type: text/markdown

# enkindl

A tiny CLI tool that scaffolds Python projects for beginners.

## Install
```
pip install enkindl
```

## Usage
```
enkindl init myproject
enkindl explain pyproject.toml
```