meta-edc 1.1.12__py3-none-any.whl → 1.1.13__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 meta-edc might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meta-edc
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.13
|
|
4
4
|
Summary: META Trial EDC (https://www.isrctn.com/ISRCTN76157257)
|
|
5
5
|
Keywords: django,clinicedc,META EDC,EDC,clinical trials,META Trial,ISRCTN76157257
|
|
6
6
|
Author: Erik van Widenfelt, Jonathan Willitts
|
|
@@ -21,7 +21,8 @@ Requires-Dist: edc-microscopy>=1.1.1
|
|
|
21
21
|
Requires-Dist: edc-mnsi>=1.1.3
|
|
22
22
|
Requires-Dist: edc-phq9>=1.0.1
|
|
23
23
|
Requires-Dist: edc-qol>=1.1.2
|
|
24
|
-
Requires-
|
|
24
|
+
Requires-Dist: psycopg2>=2.9.10
|
|
25
|
+
Requires-Python: >=3.12, <3.14
|
|
25
26
|
Description-Content-Type: text/x-rst
|
|
26
27
|
|
|
27
28
|
|pypi| |actions| |codecov| |downloads| |clinicedc|
|
|
@@ -88,8 +89,8 @@ Assuming you are logged into the account ``myaccount``:
|
|
|
88
89
|
mkdir ~/edc && \
|
|
89
90
|
cd ~/edc && \
|
|
90
91
|
uv venv && \
|
|
91
|
-
uv pip install -U meta-edc==1.1.
|
|
92
|
-
wget https://raw.githubusercontent.com/meta-trial/meta-edc/1.1.
|
|
92
|
+
uv pip install -U meta-edc==1.1.12 && \
|
|
93
|
+
wget https://raw.githubusercontent.com/meta-trial/meta-edc/1.1.12/manage.py && \
|
|
93
94
|
uv pip freeze | grep meta-edc
|
|
94
95
|
|
|
95
96
|
Copy your ``.env`` file to ``~/.etc``.
|
|
@@ -139,7 +140,7 @@ From the above example:
|
|
|
139
140
|
|
|
140
141
|
cd ~/edc && \
|
|
141
142
|
uv venv --clear && \
|
|
142
|
-
uv pip install -U meta-edc==1.1.
|
|
143
|
+
uv pip install -U meta-edc==1.1.12 && \
|
|
143
144
|
wget -O manage.py https://raw.githubusercontent.com/meta-trial/meta-edc/1.1.10/manage.py && \
|
|
144
145
|
uv pip freeze | grep meta-edc && \
|
|
145
146
|
python manage.py check
|
|
@@ -1130,7 +1130,7 @@ meta_visit_schedule/visit_schedules/phase_three/schedule.py,sha256=LU1HRaV6o1UeK
|
|
|
1130
1130
|
meta_visit_schedule/visit_schedules/phase_three/schedule_dm_referral.py,sha256=q12p5wXc2D7lSiJVBnoSQw8Q3vL6uDx1t3PuDJO-Z-U,1735
|
|
1131
1131
|
meta_visit_schedule/visit_schedules/phase_three/schedule_pregnancy.py,sha256=bEpbpCX3vfZmnsqudr0z8PU5kiaX4ws1sO5Im98Mo28,1106
|
|
1132
1132
|
meta_visit_schedule/visit_schedules/phase_three/visit_schedule.py,sha256=ak4qazeKlpIlvpqrK9hDDO0fwWuWyvb4Ec-JU31IJxc,654
|
|
1133
|
-
meta_edc-1.1.
|
|
1134
|
-
meta_edc-1.1.
|
|
1135
|
-
meta_edc-1.1.
|
|
1136
|
-
meta_edc-1.1.
|
|
1133
|
+
meta_edc-1.1.13.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
1134
|
+
meta_edc-1.1.13.dist-info/WHEEL,sha256=-neZj6nU9KAMg2CnCY6T3w8J53nx1kFGw_9HfoSzM60,79
|
|
1135
|
+
meta_edc-1.1.13.dist-info/METADATA,sha256=VGE7fgGIEYMAMjBWnShNiS6cfGTR4aVfzctCJjIKRGo,5168
|
|
1136
|
+
meta_edc-1.1.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|