python-comport 0.1.0__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_comport-0.1.0 → python_comport-0.1.2}/PKG-INFO +14 -1
- {python_comport-0.1.0 → python_comport-0.1.2}/README.md +13 -0
- {python_comport-0.1.0 → python_comport-0.1.2}/pyproject.toml +1 -1
- python_comport-0.1.2/python_comport/__main__.py +3 -0
- {python_comport-0.1.0 → python_comport-0.1.2}/python_comport.egg-info/PKG-INFO +14 -1
- {python_comport-0.1.0 → python_comport-0.1.2}/python_comport.egg-info/SOURCES.txt +1 -0
- {python_comport-0.1.0 → python_comport-0.1.2}/python_comport/__init__.py +0 -0
- {python_comport-0.1.0 → python_comport-0.1.2}/python_comport.egg-info/dependency_links.txt +0 -0
- {python_comport-0.1.0 → python_comport-0.1.2}/python_comport.egg-info/entry_points.txt +0 -0
- {python_comport-0.1.0 → python_comport-0.1.2}/python_comport.egg-info/requires.txt +0 -0
- {python_comport-0.1.0 → python_comport-0.1.2}/python_comport.egg-info/top_level.txt +0 -0
- {python_comport-0.1.0 → python_comport-0.1.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-comport
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Interactive arrow-key serial COM port terminal
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: serial,com port,uart,terminal,tty
|
|
@@ -22,6 +22,11 @@ An interactive serial COM port terminal for the command line.
|
|
|
22
22
|
- Works on Linux, macOS, and Windows
|
|
23
23
|
- No extra dependencies beyond `pyserial`
|
|
24
24
|
|
|
25
|
+
# Dev
|
|
26
|
+
|
|
27
|
+
press F5 in vscode
|
|
28
|
+
|
|
29
|
+
|
|
25
30
|
## Installation
|
|
26
31
|
|
|
27
32
|
```bash
|
|
@@ -41,6 +46,14 @@ comport
|
|
|
41
46
|
|
|
42
47
|
Settings are saved to `~/.comport-settings.json` so your last port and baud rate are pre-selected on the next run.
|
|
43
48
|
|
|
49
|
+
# Publish to pypi
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
pip install build twine
|
|
53
|
+
python -m build
|
|
54
|
+
twine upload dist/*
|
|
55
|
+
```
|
|
56
|
+
|
|
44
57
|
## Requirements
|
|
45
58
|
|
|
46
59
|
- Python 3.7+
|
|
@@ -7,6 +7,11 @@ An interactive serial COM port terminal for the command line.
|
|
|
7
7
|
- Works on Linux, macOS, and Windows
|
|
8
8
|
- No extra dependencies beyond `pyserial`
|
|
9
9
|
|
|
10
|
+
# Dev
|
|
11
|
+
|
|
12
|
+
press F5 in vscode
|
|
13
|
+
|
|
14
|
+
|
|
10
15
|
## Installation
|
|
11
16
|
|
|
12
17
|
```bash
|
|
@@ -26,6 +31,14 @@ comport
|
|
|
26
31
|
|
|
27
32
|
Settings are saved to `~/.comport-settings.json` so your last port and baud rate are pre-selected on the next run.
|
|
28
33
|
|
|
34
|
+
# Publish to pypi
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
pip install build twine
|
|
38
|
+
python -m build
|
|
39
|
+
twine upload dist/*
|
|
40
|
+
```
|
|
41
|
+
|
|
29
42
|
## Requirements
|
|
30
43
|
|
|
31
44
|
- Python 3.7+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-comport
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Interactive arrow-key serial COM port terminal
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: serial,com port,uart,terminal,tty
|
|
@@ -22,6 +22,11 @@ An interactive serial COM port terminal for the command line.
|
|
|
22
22
|
- Works on Linux, macOS, and Windows
|
|
23
23
|
- No extra dependencies beyond `pyserial`
|
|
24
24
|
|
|
25
|
+
# Dev
|
|
26
|
+
|
|
27
|
+
press F5 in vscode
|
|
28
|
+
|
|
29
|
+
|
|
25
30
|
## Installation
|
|
26
31
|
|
|
27
32
|
```bash
|
|
@@ -41,6 +46,14 @@ comport
|
|
|
41
46
|
|
|
42
47
|
Settings are saved to `~/.comport-settings.json` so your last port and baud rate are pre-selected on the next run.
|
|
43
48
|
|
|
49
|
+
# Publish to pypi
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
pip install build twine
|
|
53
|
+
python -m build
|
|
54
|
+
twine upload dist/*
|
|
55
|
+
```
|
|
56
|
+
|
|
44
57
|
## Requirements
|
|
45
58
|
|
|
46
59
|
- Python 3.7+
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|