uphy 1.0.1.dev3359__tar.gz → 1.0.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.
- {uphy-1.0.1.dev3359/src/uphy.egg-info → uphy-1.0.2}/PKG-INFO +6 -10
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/pyproject.toml +9 -4
- {uphy-1.0.1.dev3359 → uphy-1.0.2/src/uphy.egg-info}/PKG-INFO +6 -10
- uphy-1.0.2/src/uphy.egg-info/requires.txt +5 -0
- uphy-1.0.1.dev3359/src/uphy.egg-info/requires.txt +0 -5
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/LICENSE.txt +0 -0
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/README.md +0 -0
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/setup.cfg +0 -0
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/src/uphy/__init__.py +0 -0
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/src/uphy/cli/__init__.py +0 -0
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/src/uphy/cli/__main__.py +0 -0
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/src/uphy.egg-info/SOURCES.txt +0 -0
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/src/uphy.egg-info/dependency_links.txt +0 -0
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/src/uphy.egg-info/entry_points.txt +0 -0
- {uphy-1.0.1.dev3359 → uphy-1.0.2}/src/uphy.egg-info/top_level.txt +0 -0
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: uphy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Author-email: RT-Labs <support@rt-labs.com>
|
|
5
|
-
License:
|
|
6
|
-
All rights reserved.
|
|
7
|
-
|
|
8
|
-
You may not use this software in a commercial product without
|
|
9
|
-
purchasing a license. Contact sales@rt-labs.com for more information.
|
|
10
|
-
|
|
5
|
+
License-Expression: LicenseRef-RT-Labs-Commercial-Agreement
|
|
11
6
|
Project-URL: RT-Labs, https://rt-labs.com
|
|
12
7
|
Project-URL: U-Phy, https://rt-labs.com/u-phy
|
|
13
8
|
Project-URL: Documentation, https://docs.rt-labs.com/u-phy
|
|
@@ -15,10 +10,11 @@ Requires-Python: >=3.10
|
|
|
15
10
|
Description-Content-Type: text/markdown
|
|
16
11
|
License-File: LICENSE.txt
|
|
17
12
|
Requires-Dist: typer>=0.12.5
|
|
18
|
-
Requires-Dist: uphy-device>=1.0.
|
|
19
|
-
Requires-Dist: uphy-controller>=1.0.
|
|
13
|
+
Requires-Dist: uphy-device>=1.0.2
|
|
14
|
+
Requires-Dist: uphy-controller>=1.0.2
|
|
20
15
|
Requires-Dist: rich>=13.9.4
|
|
21
16
|
Requires-Dist: pyserial>=3.5
|
|
17
|
+
Dynamic: license-file
|
|
22
18
|
|
|
23
19
|
# U-Phy
|
|
24
20
|
|
|
@@ -1,16 +1,21 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name="uphy"
|
|
3
|
-
version="1.0.
|
|
3
|
+
version="1.0.2"
|
|
4
4
|
authors = [
|
|
5
5
|
{name="RT-Labs", email="support@rt-labs.com"}
|
|
6
6
|
]
|
|
7
7
|
requires-python = ">= 3.10"
|
|
8
8
|
readme = "README.md"
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
license = "LicenseRef-RT-Labs-Commercial-Agreement"
|
|
11
|
+
license-files = [
|
|
12
|
+
"LICENSE.txt"
|
|
13
|
+
]
|
|
14
|
+
|
|
10
15
|
dependencies = [
|
|
11
16
|
"typer>=0.12.5",
|
|
12
|
-
"uphy-device>=1.0.
|
|
13
|
-
"uphy-controller>=1.0.
|
|
17
|
+
"uphy-device>=1.0.2",
|
|
18
|
+
"uphy-controller>=1.0.2",
|
|
14
19
|
"rich>=13.9.4",
|
|
15
20
|
"pyserial>=3.5",
|
|
16
21
|
]
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: uphy
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Author-email: RT-Labs <support@rt-labs.com>
|
|
5
|
-
License:
|
|
6
|
-
All rights reserved.
|
|
7
|
-
|
|
8
|
-
You may not use this software in a commercial product without
|
|
9
|
-
purchasing a license. Contact sales@rt-labs.com for more information.
|
|
10
|
-
|
|
5
|
+
License-Expression: LicenseRef-RT-Labs-Commercial-Agreement
|
|
11
6
|
Project-URL: RT-Labs, https://rt-labs.com
|
|
12
7
|
Project-URL: U-Phy, https://rt-labs.com/u-phy
|
|
13
8
|
Project-URL: Documentation, https://docs.rt-labs.com/u-phy
|
|
@@ -15,10 +10,11 @@ Requires-Python: >=3.10
|
|
|
15
10
|
Description-Content-Type: text/markdown
|
|
16
11
|
License-File: LICENSE.txt
|
|
17
12
|
Requires-Dist: typer>=0.12.5
|
|
18
|
-
Requires-Dist: uphy-device>=1.0.
|
|
19
|
-
Requires-Dist: uphy-controller>=1.0.
|
|
13
|
+
Requires-Dist: uphy-device>=1.0.2
|
|
14
|
+
Requires-Dist: uphy-controller>=1.0.2
|
|
20
15
|
Requires-Dist: rich>=13.9.4
|
|
21
16
|
Requires-Dist: pyserial>=3.5
|
|
17
|
+
Dynamic: license-file
|
|
22
18
|
|
|
23
19
|
# U-Phy
|
|
24
20
|
|
|
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
|