Skip to content

Commit 0533582

Browse files
committed
Remove the mqshell
1 parent 6f5119c commit 0533582

File tree

3 files changed

+2
-235
lines changed

3 files changed

+2
-235
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: pip install -r dev-requirements.txt
1818
- name: Run linter
1919
run: ruff check
20+
2021
test:
2122
name: test
2223
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
An MQTT-based terminal for remote management of micropython devices.
66

7-
Also includes a CPython-based client for interacting with devices running `mqterm` called `mqshell`.
8-
9-
Adapted from [mqboard](https://github.com/tve/mqboard).
7+
Inspired by [mqboard](https://github.com/tve/mqboard).
108

119
## Installation
1210

mqshell/__init__.py

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)