remoterf 0.0.7.32__tar.gz → 0.0.7.33__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.
Potentially problematic release.
This version of remoterf might be problematic. Click here for more details.
- {remoterf-0.0.7.32/src/remoteRF.egg-info → remoterf-0.0.7.33}/PKG-INFO +10 -2
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/setup.py +4 -1
- remoterf-0.0.7.33/src/remoteRF/core/version.py +8 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33/src/remoteRF.egg-info}/PKG-INFO +10 -2
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF.egg-info/SOURCES.txt +1 -0
- remoterf-0.0.7.33/src/remoteRF.egg-info/entry_points.txt +5 -0
- remoterf-0.0.7.32/src/remoteRF.egg-info/entry_points.txt +0 -2
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/LICENSE +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/MANIFEST.in +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/README.md +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/setup.cfg +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/__init__.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/common/__init__.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/common/grpc/__init__.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/common/grpc/grpc_pb2.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/common/grpc/grpc_pb2_grpc.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/common/utils/__init__.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/common/utils/ansi_codes.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/common/utils/api_token.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/common/utils/list_string.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/common/utils/process_arg.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/__init__.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/acc_login.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/app.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/certs/__init__.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/certs/ca.crt +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/certs/ca.key +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/certs/cert.pem +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/certs/key.pem +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/certs/server.crt +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/certs/server.key +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/grpc_acc.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/core/grpc_client.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/drivers/__init__.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/drivers/adalm_pluto/__init__.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF/drivers/adalm_pluto/pluto_remote.py +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF.egg-info/dependency_links.txt +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF.egg-info/requires.txt +0 -0
- {remoterf-0.0.7.32 → remoterf-0.0.7.33}/src/remoteRF.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: remoterf
|
|
3
|
-
Version: 0.0.7.
|
|
3
|
+
Version: 0.0.7.33
|
|
4
4
|
Summary: A python API to remotely access signal centric hardware. Client-side only!
|
|
5
5
|
Author: Ethan Ge
|
|
6
6
|
Author-email: ethoGalaxy@gmail.com
|
|
@@ -14,6 +14,14 @@ Requires-Dist: protobuf<6.0.0,>=5.0.0
|
|
|
14
14
|
Requires-Dist: numpy
|
|
15
15
|
Requires-Dist: prompt_toolkit
|
|
16
16
|
Requires-Dist: python-dotenv
|
|
17
|
+
Dynamic: author
|
|
18
|
+
Dynamic: author-email
|
|
19
|
+
Dynamic: classifier
|
|
20
|
+
Dynamic: description
|
|
21
|
+
Dynamic: description-content-type
|
|
22
|
+
Dynamic: requires-dist
|
|
23
|
+
Dynamic: requires-python
|
|
24
|
+
Dynamic: summary
|
|
17
25
|
|
|
18
26
|
# Remote RF
|
|
19
27
|
|
|
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
6
6
|
|
|
7
7
|
setup(
|
|
8
8
|
name="remoterf",
|
|
9
|
-
version="0.0.7.
|
|
9
|
+
version="0.0.7.33",
|
|
10
10
|
author="Ethan Ge",
|
|
11
11
|
author_email="ethoGalaxy@gmail.com",
|
|
12
12
|
description="A python API to remotely access signal centric hardware. Client-side only!",
|
|
@@ -28,6 +28,9 @@ setup(
|
|
|
28
28
|
entry_points={
|
|
29
29
|
'console_scripts': [
|
|
30
30
|
'remoterf-login=remoteRF.core.acc_login:main',
|
|
31
|
+
'remoterf login=remoteRF.core.acc_login:main',
|
|
32
|
+
'remoterf-v=remoteRF.core.version:main',
|
|
33
|
+
'remoterf -v=remoteRF.core.version:main'
|
|
31
34
|
],
|
|
32
35
|
},
|
|
33
36
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: remoterf
|
|
3
|
-
Version: 0.0.7.
|
|
3
|
+
Version: 0.0.7.33
|
|
4
4
|
Summary: A python API to remotely access signal centric hardware. Client-side only!
|
|
5
5
|
Author: Ethan Ge
|
|
6
6
|
Author-email: ethoGalaxy@gmail.com
|
|
@@ -14,6 +14,14 @@ Requires-Dist: protobuf<6.0.0,>=5.0.0
|
|
|
14
14
|
Requires-Dist: numpy
|
|
15
15
|
Requires-Dist: prompt_toolkit
|
|
16
16
|
Requires-Dist: python-dotenv
|
|
17
|
+
Dynamic: author
|
|
18
|
+
Dynamic: author-email
|
|
19
|
+
Dynamic: classifier
|
|
20
|
+
Dynamic: description
|
|
21
|
+
Dynamic: description-content-type
|
|
22
|
+
Dynamic: requires-dist
|
|
23
|
+
Dynamic: requires-python
|
|
24
|
+
Dynamic: summary
|
|
17
25
|
|
|
18
26
|
# Remote RF
|
|
19
27
|
|
|
@@ -23,6 +23,7 @@ src/remoteRF/core/acc_login.py
|
|
|
23
23
|
src/remoteRF/core/app.py
|
|
24
24
|
src/remoteRF/core/grpc_acc.py
|
|
25
25
|
src/remoteRF/core/grpc_client.py
|
|
26
|
+
src/remoteRF/core/version.py
|
|
26
27
|
src/remoteRF/core/certs/__init__.py
|
|
27
28
|
src/remoteRF/core/certs/ca.crt
|
|
28
29
|
src/remoteRF/core/certs/ca.key
|
|
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
|
|
File without changes
|
|
File without changes
|