goosebit 0.2.6__py3-none-any.whl → 0.2.8__py3-none-any.whl
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.
- {goosebit-0.2.6.dist-info → goosebit-0.2.8.dist-info}/METADATA +9 -9
- {goosebit-0.2.6.dist-info → goosebit-0.2.8.dist-info}/RECORD +5 -5
- {goosebit-0.2.6.dist-info → goosebit-0.2.8.dist-info}/LICENSE +0 -0
- {goosebit-0.2.6.dist-info → goosebit-0.2.8.dist-info}/WHEEL +0 -0
- {goosebit-0.2.6.dist-info → goosebit-0.2.8.dist-info}/entry_points.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: goosebit
|
3
|
-
Version: 0.2.
|
4
|
-
Summary:
|
3
|
+
Version: 0.2.8
|
4
|
+
Summary: A simplistic, opinionated remote update server implementing hawkBit™'s DDI API
|
5
5
|
Author: Brett Rowan
|
6
6
|
Author-email: 121075405+b-rowan@users.noreply.github.com
|
7
7
|
Requires-Python: >=3.11,<4.0
|
@@ -58,9 +58,9 @@ Then run:
|
|
58
58
|
docker compose -f docker/demo/docker-compose.yml up
|
59
59
|
```
|
60
60
|
|
61
|
-
Visit gooseBit at: https://localhost
|
61
|
+
Visit gooseBit at: [https://localhost](https://localhost)
|
62
62
|
|
63
|
-
[docker/demo/docker-compose.yml]: https://github.com/UpstreamDataInc/goosebit/blob/master/docker/docker-compose
|
63
|
+
[docker/demo/docker-compose.yml]: https://github.com/UpstreamDataInc/goosebit/blob/master/docker/demo/docker-compose.yml
|
64
64
|
|
65
65
|
### Configuration
|
66
66
|
|
@@ -161,7 +161,7 @@ Launch gooseBit:
|
|
161
161
|
poetry run python -m goosebit
|
162
162
|
```
|
163
163
|
|
164
|
-
The service is now available at: http://localhost:60053
|
164
|
+
The service is now available at: [http://localhost:60053](http://localhost:60053)
|
165
165
|
|
166
166
|
### Database
|
167
167
|
|
@@ -263,10 +263,10 @@ The structure of gooseBit is as follows:
|
|
263
263
|
|
264
264
|
- `api`: Files for the API.
|
265
265
|
- `ui`: Files for the UI.
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
266
|
+
- `bff`: Backend for frontend API.
|
267
|
+
- `static`: Static files.
|
268
|
+
- `templates`: Jinja2 formatted templates.
|
269
|
+
- `nav`: Navbar handler.
|
270
270
|
- `updater`: DDI API handler and device update manager.
|
271
271
|
- `updates`: SWUpdate file parsing.
|
272
272
|
- `auth`: Authentication functions and permission handling.
|
@@ -126,8 +126,8 @@ goosebit/users/__init__.py,sha256=fmoq3LtDFk0nKUaJyvOFunRMSMiUvEgRQYu56BcGlo8,21
|
|
126
126
|
goosebit/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
127
127
|
goosebit/util/path.py,sha256=Ir6h3C_kfsVDbzt0icHhH3zDhLnEdW7AeKN0BkjeIJY,1584
|
128
128
|
goosebit/util/version.py,sha256=dLBOn8Pb3CeIHhTXYxRfDE3fWGoAl0LPjCTF_xHGFzo,3137
|
129
|
-
goosebit-0.2.
|
130
|
-
goosebit-0.2.
|
131
|
-
goosebit-0.2.
|
132
|
-
goosebit-0.2.
|
133
|
-
goosebit-0.2.
|
129
|
+
goosebit-0.2.8.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
130
|
+
goosebit-0.2.8.dist-info/METADATA,sha256=lok9b0VFvgV3vjtpYQESdWNO90ole2cm7CMxFbxhtsA,8288
|
131
|
+
goosebit-0.2.8.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
132
|
+
goosebit-0.2.8.dist-info/entry_points.txt,sha256=5p3wNB9_WEljksEBgZmOxO0DrBVhRxP20JD9JJ_lpb4,57
|
133
|
+
goosebit-0.2.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|