remoterf 0.0.7.31__py3-none-any.whl → 0.0.7.33__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.

Potentially problematic release.


This version of remoterf might be problematic. Click here for more details.

@@ -0,0 +1,8 @@
1
+ from importlib.metadata import version, PackageNotFoundError
2
+
3
+ def main():
4
+ try:
5
+ v = version("remoterf")
6
+ except PackageNotFoundError:
7
+ v = "unknown"
8
+ print(v)
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: remoterf
3
- Version: 0.0.7.31
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
@@ -10,10 +10,18 @@ Classifier: Operating System :: OS Independent
10
10
  Requires-Python: >=3.10
11
11
  Description-Content-Type: text/markdown
12
12
  Requires-Dist: grpcio==1.71.0
13
- Requires-Dist: protobuf
13
+ Requires-Dist: protobuf<6.0.0,>=5.0.0
14
14
  Requires-Dist: numpy
15
- Requires-Dist: prompt-toolkit
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
 
@@ -13,6 +13,7 @@ remoteRF/core/acc_login.py,sha256=UcY3rDLAwHoJ9lYXRfm26z_6yJX0JSoKv-u1mF6n0Gs,49
13
13
  remoteRF/core/app.py,sha256=4fU6kN73TH0zSv3xD7Wyw6weG6i6X5ttuqpuOdWpBi8,21276
14
14
  remoteRF/core/grpc_acc.py,sha256=bspLTzblhqYVVEFPwdvXrDZjREBWJVvD_SaT_cja6kU,2441
15
15
  remoteRF/core/grpc_client.py,sha256=540JkGsJ8_poN_aRn3FJmuGN4078or06ke00T6A7qEo,3143
16
+ remoteRF/core/version.py,sha256=iMcmRB5ZxCliJZgPU6utwCia5M9HJ-J8E-LpPmcEgS8,182
16
17
  remoteRF/core/certs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
18
  remoteRF/core/certs/ca.crt,sha256=Rp8V8Mi413an0rO_dy7sH32j77ppVP1POZ-g7_eVtDU,2004
18
19
  remoteRF/core/certs/ca.key,sha256=h5UQDlCcf7munMLTROYk6TGt9Guf0ar9aHoRPlsR2sk,3272
@@ -23,8 +24,8 @@ remoteRF/core/certs/server.key,sha256=F4hVXkENhugrpnHEYNesdvXJByvJ-_9Fxbiqf0Akn-
23
24
  remoteRF/drivers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
25
  remoteRF/drivers/adalm_pluto/__init__.py,sha256=_IOOeQXR6paCP7Eciw2aeKBUNvZs-jeBTwW8QqUlFyU,33
25
26
  remoteRF/drivers/adalm_pluto/pluto_remote.py,sha256=6TTp6v6HCXnULHFh90GVbLDWk7RXY2oZo7iiCl8EZdI,7460
26
- remoterf-0.0.7.31.dist-info/METADATA,sha256=15ujUPmimxR631vk0m6Ttb6lGi6jXikNZaOyqmO6NJg,4928
27
- remoterf-0.0.7.31.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
28
- remoterf-0.0.7.31.dist-info/entry_points.txt,sha256=TweiWBwjbPs3G5Xgx3kF7LqP3r-0Iy1BstMoX0mVnTM,64
29
- remoterf-0.0.7.31.dist-info/top_level.txt,sha256=XQJoVTmAOsHV9qtPSP_QSh0ma4jKxsDkxn4IjM_ZuZk,9
30
- remoterf-0.0.7.31.dist-info/RECORD,,
27
+ remoterf-0.0.7.33.dist-info/METADATA,sha256=zrKjAdFdr8QvXnllNH3qVC_lONufCu1liriEMwfiZzc,5120
28
+ remoterf-0.0.7.33.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
29
+ remoterf-0.0.7.33.dist-info/entry_points.txt,sha256=6iM-FVgkkmu0RZB84KEx7RmuZezzxdx5ujscyNzZJ68,191
30
+ remoterf-0.0.7.33.dist-info/top_level.txt,sha256=XQJoVTmAOsHV9qtPSP_QSh0ma4jKxsDkxn4IjM_ZuZk,9
31
+ remoterf-0.0.7.33.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.2.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -0,0 +1,5 @@
1
+ [console_scripts]
2
+ remoterf -v = remoteRF.core.version:main
3
+ remoterf login = remoteRF.core.acc_login:main
4
+ remoterf-login = remoteRF.core.acc_login:main
5
+ remoterf-v = remoteRF.core.version:main
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- remoterf-login = remoteRF.core.acc_login:main