Metadata-Version: 2.4
Name: pyestrombe
Version: 0.2.5
Summary: A CLI tool to inspect practical source codes
Author-email: Developer <developer@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pyestrombe

Quick tool to show practical code in the terminal.

---

## install

```bash
pip install pyestrombe
```

---

## use

List everything available:

```bash
pyestrombe list
```

Print a snippet by **name** (the command is the filename without extension, compared case-insensitively):

```bash
pyestrombe ann
pyestrombe arimap
pyestrombe arimar
pyestrombe arts
pyestrombe ldap
pyestrombe mon
pyestrombe prac2
pyestrombe sap
pyestrombe sar
pyestrombe taldar
pyestrombe textc
```

If you still use numbered `m01.py`, `m02.py`, … under `modules/`, you can also run:

```bash
pyestrombe 1
pyestrombe 2
```

---

## structure

Snippets live as text files under `pyinspect_cli/modules/`, for example:

```
modules/
  ann.txt
  arimap.txt
  arimar.txt
  ARts.txt
  LDAp.txt
  mon.txt
  prac2.txt
  SAp.txt
  SAr.txt
  taLDAr.txt
  textc.txt
```

Add or rename `.txt` / `.text` files here; run `pyestrombe list` to see the current names.

---

## notes

* Made for exams (fast access)

---

done 👍
