OpenShock-AutoFlasher 0.2.4__tar.gz → 0.3.0__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.
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0/OpenShock_AutoFlasher.egg-info}/PKG-INFO +15 -14
- {openshock_autoflasher-0.2.4/OpenShock_AutoFlasher.egg-info → openshock_autoflasher-0.3.0}/PKG-INFO +15 -14
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/README.md +9 -9
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/pyproject.toml +6 -9
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/LICENSE +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/MANIFEST.in +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/OpenShock_AutoFlasher.egg-info/SOURCES.txt +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/OpenShock_AutoFlasher.egg-info/dependency_links.txt +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/OpenShock_AutoFlasher.egg-info/entry_points.txt +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/OpenShock_AutoFlasher.egg-info/requires.txt +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/OpenShock_AutoFlasher.egg-info/top_level.txt +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/__init__.py +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/__main__.py +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/cli.py +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/constants.py +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/flasher.py +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/py.typed +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/styles.py +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/requirements-dev.txt +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/requirements.txt +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/setup.cfg +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/tests/__init__.py +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/tests/test_cli.py +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/tests/test_constants.py +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/tests/test_flasher.py +0 -0
- {openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/tests/test_styles.py +0 -0
{openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0/OpenShock_AutoFlasher.egg-info}/PKG-INFO
RENAMED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: OpenShock-AutoFlasher
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Automatically flash OpenShock firmware to ESP32 devices
|
|
5
5
|
Author: NanashiTheNameless
|
|
6
6
|
Author-email: NanashiTheNameless <NanashiTheNameless@NamelessNanashi.dev>
|
|
7
7
|
Maintainer: NanashiTheNameless
|
|
8
8
|
Maintainer-email: NanashiTheNameless <NanashiTheNameless@NamelessNanashi.dev>
|
|
9
9
|
License: AGPL-3.0
|
|
10
|
-
Project-URL: Repository, https://
|
|
11
|
-
Project-URL: Homepage, https://
|
|
12
|
-
Project-URL: Issues, https://
|
|
10
|
+
Project-URL: Repository, https://github.com/NanashiTheNameless/OpenShock-AutoFlasher
|
|
11
|
+
Project-URL: Homepage, https://github.com/NanashiTheNameless/OpenShock-AutoFlasher
|
|
12
|
+
Project-URL: Issues, https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/issues
|
|
13
|
+
Project-URL: GitHub Sponsor, https://github.com/sponsors/NanashiTheNameless
|
|
13
14
|
Project-URL: Buy Me a Coffee, https://buymeacoffee.com/NamelessNanashi
|
|
14
|
-
Project-URL: Author, https://
|
|
15
|
+
Project-URL: Author, https://github.com/NanashiTheNameless
|
|
15
16
|
Keywords: openshock,esp32,firmware,flasher
|
|
16
17
|
Classifier: Development Status :: 4 - Beta
|
|
17
18
|
Classifier: Environment :: Console
|
|
@@ -56,8 +57,8 @@ Dynamic: license-file
|
|
|
56
57
|
[](https://pypi.org/project/OpenShock-AutoFlasher/)
|
|
57
58
|
[](https://pypi.org/project/OpenShock-AutoFlasher/)
|
|
58
59
|
|
|
59
|
-
[](https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/actions/workflows/test.yml)
|
|
61
|
+
[](https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/blob/main/LICENSE)
|
|
61
62
|
|
|
62
63
|
Automatically flash OpenShock firmware to ESP32 devices when they are plugged in. Features color-coded terminal backgrounds to indicate the current status at a glance.
|
|
63
64
|
|
|
@@ -85,12 +86,12 @@ Automatically flash OpenShock firmware to ESP32 devices when they are plugged in
|
|
|
85
86
|
|
|
86
87
|
## Installation
|
|
87
88
|
|
|
88
|
-
### From
|
|
89
|
+
### From GitHub with pipx (Recommended)
|
|
89
90
|
|
|
90
|
-
Install directly from the latest
|
|
91
|
+
Install directly from the latest GitHub version:
|
|
91
92
|
|
|
92
93
|
```bash
|
|
93
|
-
pipx install --force 'git+https://
|
|
94
|
+
pipx install --force 'git+https://github.com/NanashiTheNameless/OpenShock-AutoFlasher@main'
|
|
94
95
|
```
|
|
95
96
|
|
|
96
97
|
This makes the `OPSH-AutoFlash` command available system-wide.
|
|
@@ -100,7 +101,7 @@ This makes the `OPSH-AutoFlash` command available system-wide.
|
|
|
100
101
|
If you prefer a release from PyPI:
|
|
101
102
|
|
|
102
103
|
```bash
|
|
103
|
-
pipx install
|
|
104
|
+
pipx install OpenShock-AutoFlasher
|
|
104
105
|
```
|
|
105
106
|
|
|
106
107
|
### From Source
|
|
@@ -108,7 +109,7 @@ pipx install --force 'git+https://gitlab.com/NamelessNanashi/OpenShock-AutoFlash
|
|
|
108
109
|
1. Clone this repository:
|
|
109
110
|
|
|
110
111
|
```bash
|
|
111
|
-
git clone https://
|
|
112
|
+
git clone https://github.com/NanashiTheNameless/OpenShock-AutoFlasher.git
|
|
112
113
|
cd OpenShock-AutoFlasher
|
|
113
114
|
```
|
|
114
115
|
|
|
@@ -335,14 +336,14 @@ The codebase is modular and organized as follows:
|
|
|
335
336
|
|
|
336
337
|
### Continuous Integration
|
|
337
338
|
|
|
338
|
-
The project uses
|
|
339
|
+
The project uses GitHub Actions for CI/CD:
|
|
339
340
|
|
|
340
341
|
- **Tests Workflow** - Runs tests on Ubuntu, Windows, and macOS with Python 3.12-3.14
|
|
341
342
|
- **Publish Workflow** - Publishes to PyPI on release
|
|
342
343
|
|
|
343
344
|
## License
|
|
344
345
|
|
|
345
|
-
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See [LICENSE](<https://
|
|
346
|
+
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See [LICENSE](<https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/blob/main/LICENSE>)) file for details.
|
|
346
347
|
|
|
347
348
|
## Contributing
|
|
348
349
|
|
{openshock_autoflasher-0.2.4/OpenShock_AutoFlasher.egg-info → openshock_autoflasher-0.3.0}/PKG-INFO
RENAMED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: OpenShock-AutoFlasher
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Automatically flash OpenShock firmware to ESP32 devices
|
|
5
5
|
Author: NanashiTheNameless
|
|
6
6
|
Author-email: NanashiTheNameless <NanashiTheNameless@NamelessNanashi.dev>
|
|
7
7
|
Maintainer: NanashiTheNameless
|
|
8
8
|
Maintainer-email: NanashiTheNameless <NanashiTheNameless@NamelessNanashi.dev>
|
|
9
9
|
License: AGPL-3.0
|
|
10
|
-
Project-URL: Repository, https://
|
|
11
|
-
Project-URL: Homepage, https://
|
|
12
|
-
Project-URL: Issues, https://
|
|
10
|
+
Project-URL: Repository, https://github.com/NanashiTheNameless/OpenShock-AutoFlasher
|
|
11
|
+
Project-URL: Homepage, https://github.com/NanashiTheNameless/OpenShock-AutoFlasher
|
|
12
|
+
Project-URL: Issues, https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/issues
|
|
13
|
+
Project-URL: GitHub Sponsor, https://github.com/sponsors/NanashiTheNameless
|
|
13
14
|
Project-URL: Buy Me a Coffee, https://buymeacoffee.com/NamelessNanashi
|
|
14
|
-
Project-URL: Author, https://
|
|
15
|
+
Project-URL: Author, https://github.com/NanashiTheNameless
|
|
15
16
|
Keywords: openshock,esp32,firmware,flasher
|
|
16
17
|
Classifier: Development Status :: 4 - Beta
|
|
17
18
|
Classifier: Environment :: Console
|
|
@@ -56,8 +57,8 @@ Dynamic: license-file
|
|
|
56
57
|
[](https://pypi.org/project/OpenShock-AutoFlasher/)
|
|
57
58
|
[](https://pypi.org/project/OpenShock-AutoFlasher/)
|
|
58
59
|
|
|
59
|
-
[](https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/actions/workflows/test.yml)
|
|
61
|
+
[](https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/blob/main/LICENSE)
|
|
61
62
|
|
|
62
63
|
Automatically flash OpenShock firmware to ESP32 devices when they are plugged in. Features color-coded terminal backgrounds to indicate the current status at a glance.
|
|
63
64
|
|
|
@@ -85,12 +86,12 @@ Automatically flash OpenShock firmware to ESP32 devices when they are plugged in
|
|
|
85
86
|
|
|
86
87
|
## Installation
|
|
87
88
|
|
|
88
|
-
### From
|
|
89
|
+
### From GitHub with pipx (Recommended)
|
|
89
90
|
|
|
90
|
-
Install directly from the latest
|
|
91
|
+
Install directly from the latest GitHub version:
|
|
91
92
|
|
|
92
93
|
```bash
|
|
93
|
-
pipx install --force 'git+https://
|
|
94
|
+
pipx install --force 'git+https://github.com/NanashiTheNameless/OpenShock-AutoFlasher@main'
|
|
94
95
|
```
|
|
95
96
|
|
|
96
97
|
This makes the `OPSH-AutoFlash` command available system-wide.
|
|
@@ -100,7 +101,7 @@ This makes the `OPSH-AutoFlash` command available system-wide.
|
|
|
100
101
|
If you prefer a release from PyPI:
|
|
101
102
|
|
|
102
103
|
```bash
|
|
103
|
-
pipx install
|
|
104
|
+
pipx install OpenShock-AutoFlasher
|
|
104
105
|
```
|
|
105
106
|
|
|
106
107
|
### From Source
|
|
@@ -108,7 +109,7 @@ pipx install --force 'git+https://gitlab.com/NamelessNanashi/OpenShock-AutoFlash
|
|
|
108
109
|
1. Clone this repository:
|
|
109
110
|
|
|
110
111
|
```bash
|
|
111
|
-
git clone https://
|
|
112
|
+
git clone https://github.com/NanashiTheNameless/OpenShock-AutoFlasher.git
|
|
112
113
|
cd OpenShock-AutoFlasher
|
|
113
114
|
```
|
|
114
115
|
|
|
@@ -335,14 +336,14 @@ The codebase is modular and organized as follows:
|
|
|
335
336
|
|
|
336
337
|
### Continuous Integration
|
|
337
338
|
|
|
338
|
-
The project uses
|
|
339
|
+
The project uses GitHub Actions for CI/CD:
|
|
339
340
|
|
|
340
341
|
- **Tests Workflow** - Runs tests on Ubuntu, Windows, and macOS with Python 3.12-3.14
|
|
341
342
|
- **Publish Workflow** - Publishes to PyPI on release
|
|
342
343
|
|
|
343
344
|
## License
|
|
344
345
|
|
|
345
|
-
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See [LICENSE](<https://
|
|
346
|
+
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See [LICENSE](<https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/blob/main/LICENSE>)) file for details.
|
|
346
347
|
|
|
347
348
|
## Contributing
|
|
348
349
|
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
[](https://pypi.org/project/OpenShock-AutoFlasher/)
|
|
6
6
|
[](https://pypi.org/project/OpenShock-AutoFlasher/)
|
|
7
7
|
|
|
8
|
-
[](https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/actions/workflows/test.yml)
|
|
9
|
+
[](https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/blob/main/LICENSE)
|
|
10
10
|
|
|
11
11
|
Automatically flash OpenShock firmware to ESP32 devices when they are plugged in. Features color-coded terminal backgrounds to indicate the current status at a glance.
|
|
12
12
|
|
|
@@ -34,12 +34,12 @@ Automatically flash OpenShock firmware to ESP32 devices when they are plugged in
|
|
|
34
34
|
|
|
35
35
|
## Installation
|
|
36
36
|
|
|
37
|
-
### From
|
|
37
|
+
### From GitHub with pipx (Recommended)
|
|
38
38
|
|
|
39
|
-
Install directly from the latest
|
|
39
|
+
Install directly from the latest GitHub version:
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
|
-
pipx install --force 'git+https://
|
|
42
|
+
pipx install --force 'git+https://github.com/NanashiTheNameless/OpenShock-AutoFlasher@main'
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
This makes the `OPSH-AutoFlash` command available system-wide.
|
|
@@ -49,7 +49,7 @@ This makes the `OPSH-AutoFlash` command available system-wide.
|
|
|
49
49
|
If you prefer a release from PyPI:
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
|
-
pipx install
|
|
52
|
+
pipx install OpenShock-AutoFlasher
|
|
53
53
|
```
|
|
54
54
|
|
|
55
55
|
### From Source
|
|
@@ -57,7 +57,7 @@ pipx install --force 'git+https://gitlab.com/NamelessNanashi/OpenShock-AutoFlash
|
|
|
57
57
|
1. Clone this repository:
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
|
-
git clone https://
|
|
60
|
+
git clone https://github.com/NanashiTheNameless/OpenShock-AutoFlasher.git
|
|
61
61
|
cd OpenShock-AutoFlasher
|
|
62
62
|
```
|
|
63
63
|
|
|
@@ -284,14 +284,14 @@ The codebase is modular and organized as follows:
|
|
|
284
284
|
|
|
285
285
|
### Continuous Integration
|
|
286
286
|
|
|
287
|
-
The project uses
|
|
287
|
+
The project uses GitHub Actions for CI/CD:
|
|
288
288
|
|
|
289
289
|
- **Tests Workflow** - Runs tests on Ubuntu, Windows, and macOS with Python 3.12-3.14
|
|
290
290
|
- **Publish Workflow** - Publishes to PyPI on release
|
|
291
291
|
|
|
292
292
|
## License
|
|
293
293
|
|
|
294
|
-
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See [LICENSE](<https://
|
|
294
|
+
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See [LICENSE](<https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/blob/main/LICENSE>)) file for details.
|
|
295
295
|
|
|
296
296
|
## Contributing
|
|
297
297
|
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools>=61", "wheel"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
1
|
[project]
|
|
6
2
|
name = "OpenShock-AutoFlasher"
|
|
7
|
-
version = "0.
|
|
3
|
+
version = "0.3.0"
|
|
8
4
|
description = "Automatically flash OpenShock firmware to ESP32 devices"
|
|
9
5
|
readme = "README.md"
|
|
10
6
|
license = { text = "AGPL-3.0" }
|
|
@@ -58,11 +54,12 @@ dev = [
|
|
|
58
54
|
]
|
|
59
55
|
|
|
60
56
|
[project.urls]
|
|
61
|
-
Repository = "https://
|
|
62
|
-
Homepage = "https://
|
|
63
|
-
Issues = "https://
|
|
57
|
+
Repository = "https://github.com/NanashiTheNameless/OpenShock-AutoFlasher"
|
|
58
|
+
Homepage = "https://github.com/NanashiTheNameless/OpenShock-AutoFlasher"
|
|
59
|
+
Issues = "https://github.com/NanashiTheNameless/OpenShock-AutoFlasher/issues"
|
|
60
|
+
"GitHub Sponsor" = "https://github.com/sponsors/NanashiTheNameless"
|
|
64
61
|
"Buy Me a Coffee" = "https://buymeacoffee.com/NamelessNanashi"
|
|
65
|
-
Author = "https://
|
|
62
|
+
Author = "https://github.com/NanashiTheNameless"
|
|
66
63
|
|
|
67
64
|
[project.scripts]
|
|
68
65
|
OPSH-AutoFlash = "openshock_autoflasher.cli:main"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/__init__.py
RENAMED
|
File without changes
|
{openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
{openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/constants.py
RENAMED
|
File without changes
|
{openshock_autoflasher-0.2.4 → openshock_autoflasher-0.3.0}/openshock_autoflasher/flasher.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|