Metadata-Version: 2.4
Name: ny_lektion
Version: 1.0.0
Summary: A simple CLI tool to scaffold new lektion projects
Author: Sam Parsakian
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# ny_lektion

A simple CLI tool that creates a standard Python project structure for lessons or homework assignments.

## Installation

```bash
pip install ny_lektion
```

## Usage

```bash
ny_lektion           # Creates a new project named lektion_1, lektion_2, etc.
ny_lektion myapp     # Creates a project named 'myapp'
```

## Features

* Auto-generates folder structure with `application`, `tests`, and `docs`
* Adds `.gitignore` automatically
* Prints setup instructions for creating a virtual environment

## License

MIT License Â© 2025 Sam Parsakian

```

```
