Metadata-Version: 2.4
Name: npmml
Version: 0.1.0
Summary: CLI package to view your AIWD lab code snippets
Author: Your Name
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# npmml

A small Python CLI package that shows your lab code files.

## Usage

```bash
npmml list
npmml show 1
npmml show 4c
```

`show` accepts: `1`, `2`, `3`, `4a`, `4b`, `4c`, `4d`, `4e`, `5a`, `5b`.
