goosebit 0.2.2__tar.gz → 0.2.3__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.
Files changed (95) hide show
  1. {goosebit-0.2.2 → goosebit-0.2.3}/PKG-INFO +1 -1
  2. {goosebit-0.2.2 → goosebit-0.2.3}/pyproject.toml +1 -1
  3. {goosebit-0.2.2 → goosebit-0.2.3}/LICENSE +0 -0
  4. {goosebit-0.2.2 → goosebit-0.2.3}/README.md +0 -0
  5. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/__init__.py +0 -0
  6. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/__main__.py +0 -0
  7. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/__init__.py +0 -0
  8. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/responses.py +0 -0
  9. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/routes.py +0 -0
  10. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/telemetry/__init__.py +0 -0
  11. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/telemetry/metrics.py +0 -0
  12. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/telemetry/prometheus/__init__.py +0 -0
  13. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/telemetry/prometheus/readers.py +0 -0
  14. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/telemetry/prometheus/routes.py +0 -0
  15. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/telemetry/routes.py +0 -0
  16. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/__init__.py +0 -0
  17. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/devices/__init__.py +0 -0
  18. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/devices/device/__init__.py +0 -0
  19. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/devices/device/responses.py +0 -0
  20. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/devices/device/routes.py +0 -0
  21. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/devices/requests.py +0 -0
  22. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/devices/responses.py +0 -0
  23. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/devices/routes.py +0 -0
  24. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/download/__init__.py +0 -0
  25. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/download/routes.py +0 -0
  26. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/rollouts/__init__.py +0 -0
  27. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/rollouts/requests.py +0 -0
  28. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/rollouts/responses.py +0 -0
  29. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/rollouts/routes.py +0 -0
  30. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/routes.py +0 -0
  31. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/software/__init__.py +0 -0
  32. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/software/requests.py +0 -0
  33. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/software/responses.py +0 -0
  34. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/api/v1/software/routes.py +0 -0
  35. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/auth/__init__.py +0 -0
  36. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/db/__init__.py +0 -0
  37. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/db/config.py +0 -0
  38. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/db/migrations/models/0_20240830054046_init.py +0 -0
  39. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/db/models.py +0 -0
  40. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/realtime/__init__.py +0 -0
  41. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/realtime/logs.py +0 -0
  42. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/realtime/routes.py +0 -0
  43. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/schema/__init__.py +0 -0
  44. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/schema/devices.py +0 -0
  45. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/schema/rollouts.py +0 -0
  46. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/schema/software.py +0 -0
  47. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/settings/__init__.py +0 -0
  48. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/settings/const.py +0 -0
  49. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/settings/schema.py +0 -0
  50. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/__init__.py +0 -0
  51. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/__init__.py +0 -0
  52. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/devices/__init__.py +0 -0
  53. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/devices/requests.py +0 -0
  54. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/devices/responses.py +0 -0
  55. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/devices/routes.py +0 -0
  56. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/download/__init__.py +0 -0
  57. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/download/routes.py +0 -0
  58. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/rollouts/__init__.py +0 -0
  59. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/rollouts/responses.py +0 -0
  60. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/rollouts/routes.py +0 -0
  61. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/routes.py +0 -0
  62. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/software/__init__.py +0 -0
  63. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/software/responses.py +0 -0
  64. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/bff/software/routes.py +0 -0
  65. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/nav.py +0 -0
  66. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/routes.py +0 -0
  67. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/__init__.py +0 -0
  68. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/favicon.ico +0 -0
  69. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/favicon.svg +0 -0
  70. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/js/devices.js +0 -0
  71. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/js/index.js +0 -0
  72. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/js/login.js +0 -0
  73. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/js/logs.js +0 -0
  74. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/js/rollouts.js +0 -0
  75. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/js/software.js +0 -0
  76. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/js/util.js +0 -0
  77. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/static/svg/goosebit-logo.svg +0 -0
  78. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/templates/__init__.py +0 -0
  79. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/templates/devices.html.jinja +0 -0
  80. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/templates/index.html.jinja +0 -0
  81. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/templates/login.html.jinja +0 -0
  82. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/templates/logs.html.jinja +0 -0
  83. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/templates/nav.html.jinja +0 -0
  84. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/templates/rollouts.html.jinja +0 -0
  85. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/ui/templates/software.html.jinja +0 -0
  86. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/updater/__init__.py +0 -0
  87. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/updater/controller/__init__.py +0 -0
  88. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/updater/controller/routes.py +0 -0
  89. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/updater/controller/v1/__init__.py +0 -0
  90. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/updater/controller/v1/routes.py +0 -0
  91. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/updater/controller/v1/schema.py +0 -0
  92. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/updater/manager.py +0 -0
  93. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/updater/routes.py +0 -0
  94. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/updates/__init__.py +0 -0
  95. {goosebit-0.2.2 → goosebit-0.2.3}/goosebit/updates/swdesc.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: goosebit
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary:
5
5
  Author: Upstream Data
6
6
  Author-email: brett@upstreamdata.ca
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "goosebit"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  description = ""
5
5
  authors = ["Upstream Data <brett@upstreamdata.ca>"]
6
6
  readme = "README.md"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes