pylantir 0.2.2__py3-none-any.whl → 0.2.3__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.
- pylantir/redcap_to_db.py +3 -0
- {pylantir-0.2.2.dist-info → pylantir-0.2.3.dist-info}/METADATA +1 -1
- {pylantir-0.2.2.dist-info → pylantir-0.2.3.dist-info}/RECORD +6 -6
- {pylantir-0.2.2.dist-info → pylantir-0.2.3.dist-info}/WHEEL +0 -0
- {pylantir-0.2.2.dist-info → pylantir-0.2.3.dist-info}/entry_points.txt +0 -0
- {pylantir-0.2.2.dist-info → pylantir-0.2.3.dist-info}/licenses/LICENSE +0 -0
pylantir/redcap_to_db.py
CHANGED
|
@@ -61,6 +61,9 @@ def fetch_redcap_entries(redcap_fields: list, interval: float) -> list:
|
|
|
61
61
|
|
|
62
62
|
if records.empty:
|
|
63
63
|
lgr.warning("No records retrieved from REDCap.")
|
|
64
|
+
# Explicitly clean up the empty DataFrame to release any allocated buffers
|
|
65
|
+
del records
|
|
66
|
+
gc.collect()
|
|
64
67
|
return []
|
|
65
68
|
|
|
66
69
|
filtered_records = []
|
|
@@ -8,13 +8,13 @@ pylantir/db_setup.py,sha256=ljL3u6RTj1W7JqAsi_iYvV0rRUtwRut66X4IDAMQmCQ,3572
|
|
|
8
8
|
pylantir/models.py,sha256=bKgI0EN1VSYanPTOvEhEY2Zzqa0gDYLpVnE_KNQ6PEc,1780
|
|
9
9
|
pylantir/mwl_server.py,sha256=GMJDcK0u_KM3oa6UqQ87NxMVye2pvG2cdkcI9k_iExg,10338
|
|
10
10
|
pylantir/populate_db.py,sha256=KIbkVA-EAuTlDArXMFOHkjMmVfjlsTApj7S1wpUu1bM,2207
|
|
11
|
-
pylantir/redcap_to_db.py,sha256=
|
|
11
|
+
pylantir/redcap_to_db.py,sha256=rzA9VZl2qG67Ff82lxKgpXFVVkrmxBlr7Fd5OZORrVU,19476
|
|
12
12
|
pylantir/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
pylantir/cli/run.py,sha256=4JI9cRwoKYGG53DDP32ZBfXlZp_5hl0C3A7FiM3JyJw,21885
|
|
14
14
|
pylantir/config/config_example_with_cors.json,sha256=4F6YCOYMIPOZVnEdrWw3txIPWUyA3hRBIRs-zS5h2Vk,2885
|
|
15
15
|
pylantir/config/mwl_config.json,sha256=I1nPzXofmw2JviS7hEOw01ExdL6pGdgH46rcKYu6ofo,1437
|
|
16
|
-
pylantir-0.2.
|
|
17
|
-
pylantir-0.2.
|
|
18
|
-
pylantir-0.2.
|
|
19
|
-
pylantir-0.2.
|
|
20
|
-
pylantir-0.2.
|
|
16
|
+
pylantir-0.2.3.dist-info/entry_points.txt,sha256=vxaxvfGppLqRt9_4sqNDdP6b2jlgpcHIwP7UQfrM1T0,50
|
|
17
|
+
pylantir-0.2.3.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
18
|
+
pylantir-0.2.3.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
19
|
+
pylantir-0.2.3.dist-info/METADATA,sha256=_QLhbm0N61fQGwKtlZHPONSlchoJGCm1Dgh4yIi0nVU,19888
|
|
20
|
+
pylantir-0.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|