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

remoteRF/core/app.py CHANGED
@@ -466,7 +466,7 @@ while True:
466
466
  # elif inpu == "resdev s":
467
467
  # interactive_reserve_all()
468
468
  elif inpu == "resdev":
469
- interactive_reserve_next_days(block_minutes=30) # 30 minutes FOR NOW (change if need be)
469
+ interactive_reserve_next_days(block_minutes=60)
470
470
  elif inpu == 'cancelres':
471
471
  cancel_my_reservation()
472
472
  elif inpu == 'resdev -n':
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: remoterf
3
- Version: 0.0.7.33
3
+ Version: 0.0.7.35
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,7 +10,7 @@ remoteRF/common/utils/list_string.py,sha256=qsch666vX2e3CZ2W5EdYi62dOk37k1v2yPpH
10
10
  remoteRF/common/utils/process_arg.py,sha256=J1REqgjm-1daqTBdVASgDd-16y-KneOJpCZXPEOklVk,2971
11
11
  remoteRF/core/__init__.py,sha256=XQiCe8kyzM7XLxA883-uDndBmbr-NXo1uvtMJT2h6oA,73
12
12
  remoteRF/core/acc_login.py,sha256=UcY3rDLAwHoJ9lYXRfm26z_6yJX0JSoKv-u1mF6n0Gs,49
13
- remoteRF/core/app.py,sha256=4fU6kN73TH0zSv3xD7Wyw6weG6i6X5ttuqpuOdWpBi8,21276
13
+ remoteRF/core/app.py,sha256=5YSzhxwdVxLJmiXM9-PoA3Vf54OZCot5S-rffwH5rjM,21236
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
16
  remoteRF/core/version.py,sha256=iMcmRB5ZxCliJZgPU6utwCia5M9HJ-J8E-LpPmcEgS8,182
@@ -24,8 +24,8 @@ remoteRF/core/certs/server.key,sha256=F4hVXkENhugrpnHEYNesdvXJByvJ-_9Fxbiqf0Akn-
24
24
  remoteRF/drivers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  remoteRF/drivers/adalm_pluto/__init__.py,sha256=_IOOeQXR6paCP7Eciw2aeKBUNvZs-jeBTwW8QqUlFyU,33
26
26
  remoteRF/drivers/adalm_pluto/pluto_remote.py,sha256=6TTp6v6HCXnULHFh90GVbLDWk7RXY2oZo7iiCl8EZdI,7460
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,,
27
+ remoterf-0.0.7.35.dist-info/METADATA,sha256=BrJC7_4vDuoLI9FoNOGJUzEsUsE0OOSlNOHRcaxviuM,5120
28
+ remoterf-0.0.7.35.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
29
+ remoterf-0.0.7.35.dist-info/entry_points.txt,sha256=XUNbXzexoN1D7mmv6Q-5Bpwa6lZd0j55y15Ba6kSaT4,104
30
+ remoterf-0.0.7.35.dist-info/top_level.txt,sha256=XQJoVTmAOsHV9qtPSP_QSh0ma4jKxsDkxn4IjM_ZuZk,9
31
+ remoterf-0.0.7.35.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,5 +1,3 @@
1
1
  [console_scripts]
2
- remoterf -v = remoteRF.core.version:main
3
- remoterf login = remoteRF.core.acc_login:main
4
2
  remoterf-login = remoteRF.core.acc_login:main
5
3
  remoterf-v = remoteRF.core.version:main