Commit 8f2a460
feat: add __main__.py, fix regex warning, document all commands in README
- Add ampy/__main__.py so the package can be invoked with python -m ampy
(PR #121)
- Fix SyntaxWarning: use raw string r"^COM(\d+)$" in windows_full_port_name
(PR #129)
- Document mkdir, rmdir, and reset commands in README command list,
align column widths for readability (PR #115)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b30e223 commit 8f2a460
3 files changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments