brainframe-apps 0.4__tar.gz → 0.4.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.
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/PKG-INFO +9 -2
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/pyproject.toml +9 -2
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/COPYING +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/__init__.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/add_stream.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/bf_ca.crt +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/bf_log_print.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/capsule_control.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/cli.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/cognito_defs.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/cognito_signin.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/command_utils.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/delete_stream.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/domain_defs.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/domain_signin.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/fps_report.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/get_configuration.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/get_zone_statuses.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/identity_control.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/license_control.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/list_stream.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/logger_factory.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/print_utils.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/process_image.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/set_configuration.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/start_analyzing.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/stop_analyzing.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/time_utils.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/translations/portal.en.yml +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/urls.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/user_control.py +0 -0
- {brainframe_apps-0.4 → brainframe_apps-0.4.2}/brainframe_apps/wait_for_ready.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: brainframe-apps
|
|
3
|
-
Version: 0.4
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: BrainFrame Apps use BrainFrame REST API to interact with the BrainFrame OS
|
|
5
5
|
License: BSD License
|
|
6
6
|
Author: Stephen Li
|
|
@@ -15,5 +15,12 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Requires-Dist: Pillow (>=7.0.0,<12.0.0)
|
|
18
19
|
Requires-Dist: brainframe-api (>=0.29.1,<0.30.0)
|
|
19
|
-
Requires-Dist:
|
|
20
|
+
Requires-Dist: matplotlib (>=3.5.0,<3.6.0)
|
|
21
|
+
Requires-Dist: numpy (>=1.19.5,<2.0.0)
|
|
22
|
+
Requires-Dist: python_i18n (>=0.3.9,<0.4.0)
|
|
23
|
+
Requires-Dist: pytz (>=2019.3)
|
|
24
|
+
Requires-Dist: requests (>=2.32.3,<3.0.0)
|
|
25
|
+
Requires-Dist: requests_oauthlib (>=1.3.0,<2.0.0)
|
|
26
|
+
Requires-Dist: typing-extensions (>=4.10.0,<5.0.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "brainframe-apps"
|
|
3
|
-
version = "0.4"
|
|
3
|
+
version = "0.4.2"
|
|
4
4
|
description = "BrainFrame Apps use BrainFrame REST API to interact with the BrainFrame OS"
|
|
5
5
|
authors = ["Stephen Li <stephen@dilililabs.com>"]
|
|
6
6
|
license = "BSD License"
|
|
@@ -13,7 +13,14 @@ classifiers = [
|
|
|
13
13
|
[tool.poetry.dependencies]
|
|
14
14
|
python = "^3.8,<4.0"
|
|
15
15
|
brainframe-api = "^0.29.1"
|
|
16
|
-
typing-extensions = "^4.
|
|
16
|
+
typing-extensions = "^4.10.0"
|
|
17
|
+
matplotlib = ">=3.5.0,<3.6.0"
|
|
18
|
+
numpy = "^1.19.5"
|
|
19
|
+
Pillow = ">=7.0.0,<12.0.0"
|
|
20
|
+
python_i18n = "^0.3.9"
|
|
21
|
+
pytz = ">=2019.3"
|
|
22
|
+
requests = "^2.32.3"
|
|
23
|
+
requests_oauthlib = "^1.3.0"
|
|
17
24
|
|
|
18
25
|
[tool.poetry.dev-dependencies]
|
|
19
26
|
black = "^22.10.0"
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|