remoterf 0.0.7.30__tar.gz → 0.0.7.32__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.30/src/remoteRF.egg-info → remoterf-0.0.7.32}/PKG-INFO +2 -2
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/setup.py +2 -2
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/app.py +1 -1
- {remoterf-0.0.7.30 → remoterf-0.0.7.32/src/remoteRF.egg-info}/PKG-INFO +2 -2
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF.egg-info/requires.txt +1 -1
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/LICENSE +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/MANIFEST.in +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/README.md +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/setup.cfg +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/__init__.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/common/__init__.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/common/grpc/__init__.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/common/grpc/grpc_pb2.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/common/grpc/grpc_pb2_grpc.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/common/utils/__init__.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/common/utils/ansi_codes.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/common/utils/api_token.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/common/utils/list_string.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/common/utils/process_arg.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/__init__.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/acc_login.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/certs/__init__.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/certs/ca.crt +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/certs/ca.key +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/certs/cert.pem +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/certs/key.pem +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/certs/server.crt +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/certs/server.key +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/grpc_acc.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/core/grpc_client.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/drivers/__init__.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/drivers/adalm_pluto/__init__.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF/drivers/adalm_pluto/pluto_remote.py +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF.egg-info/SOURCES.txt +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF.egg-info/dependency_links.txt +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF.egg-info/entry_points.txt +0 -0
- {remoterf-0.0.7.30 → remoterf-0.0.7.32}/src/remoteRF.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: remoterf
|
|
3
|
-
Version: 0.0.7.
|
|
3
|
+
Version: 0.0.7.32
|
|
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 @@ 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
15
|
Requires-Dist: prompt_toolkit
|
|
16
16
|
Requires-Dist: python-dotenv
|
|
@@ -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.32",
|
|
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!",
|
|
@@ -17,7 +17,7 @@ setup(
|
|
|
17
17
|
license_file='MIT',
|
|
18
18
|
include_package_data=True, # Includes files specified in MANIFEST.in
|
|
19
19
|
install_requires=[
|
|
20
|
-
"grpcio==1.71.0", "protobuf", "numpy", "prompt_toolkit", "python-dotenv"
|
|
20
|
+
"grpcio==1.71.0", "protobuf>=5.0.0,<6.0.0", "numpy", "prompt_toolkit", "python-dotenv"
|
|
21
21
|
],
|
|
22
22
|
classifiers=[
|
|
23
23
|
"Programming Language :: Python :: 3",
|
|
@@ -358,7 +358,7 @@ def interactive_reserve_next_days(block_minutes=60):
|
|
|
358
358
|
slot_start = start_of_day + datetime.timedelta(minutes=current_offset)
|
|
359
359
|
slot_end = slot_start + datetime.timedelta(minutes=block_size)
|
|
360
360
|
# Stop if slot_end bleeds into the next calendar day
|
|
361
|
-
if slot_end.date() != date:
|
|
361
|
+
if slot_end.date() != date and slot_end.time() != datetime.time.min:
|
|
362
362
|
break
|
|
363
363
|
slots.append((slot_start, slot_end))
|
|
364
364
|
current_offset += block_size
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: remoterf
|
|
3
|
-
Version: 0.0.7.
|
|
3
|
+
Version: 0.0.7.32
|
|
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 @@ 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
15
|
Requires-Dist: prompt_toolkit
|
|
16
16
|
Requires-Dist: python-dotenv
|
|
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
|