meta-edc 1.2.7__py3-none-any.whl → 1.2.9__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.
- meta_ae/action_items.py +12 -12
- meta_ae/admin/modeladmin_mixins.py +1 -1
- meta_ae/baker_recipes.py +1 -2
- meta_ae/choices.py +1 -1
- meta_ae/forms/death_report_form.py +1 -1
- meta_ae/list_data.py +1 -1
- meta_ae/migrations/0017_auto_20221130_2257.py +1 -1
- meta_ae/templatetags/meta_ae_extras.py +1 -1
- meta_analytics/dataframes/get_glucose_fbg_df.py +1 -1
- meta_analytics/dataframes/glucose_endpoints/endpoint_by_date.py +1 -1
- meta_analytics/dataframes/glucose_endpoints/glucose_endpoints_by_date.py +1 -1
- meta_analytics/dataframes/utils.py +1 -1
- meta_auth/auths.py +1 -1
- meta_consent/action_items.py +1 -1
- meta_consent/admin/list_filters.py +1 -1
- meta_consent/baker_recipes.py +1 -1
- meta_consent/consents.py +1 -1
- meta_consent/forms/subject_consent_v1_ext_form.py +1 -1
- meta_consent/models/signals.py +1 -1
- meta_consent/models/subject_consent.py +1 -1
- meta_consent/models/subject_reconsent.py +1 -1
- meta_dashboard/templatetags/meta_dashboard_extras.py +1 -1
- meta_dashboard/view_utils/subject_screening_button.py +1 -1
- meta_edc/settings/defaults.py +1 -1
- {meta_edc-1.2.7.dist-info → meta_edc-1.2.9.dist-info}/METADATA +11 -10
- {meta_edc-1.2.7.dist-info → meta_edc-1.2.9.dist-info}/RECORD +131 -131
- meta_labs/reportables.py +8 -3
- meta_lists/list_data.py +3 -3
- meta_lists/migrations/0008_auto_20200528_1517.py +2 -2
- meta_pharmacy/constants.py +1 -1
- meta_pharmacy/models/substitutions.py +1 -1
- meta_prn/action_items.py +1 -1
- meta_prn/admin/end_of_study_admin.py +1 -1
- meta_prn/baker_recipes.py +1 -1
- meta_prn/choices.py +1 -1
- meta_prn/form_validators/end_of_study.py +1 -2
- meta_prn/form_validators/protocol_incident.py +1 -1
- meta_prn/forms/loss_to_followup_form.py +1 -1
- meta_prn/forms/pregnancy_notification_form.py +1 -1
- meta_prn/list_data.py +1 -1
- meta_prn/migrations/0034_auto_20220630_1110.py +1 -1
- meta_prn/migrations/0035_auto_20220630_1140.py +1 -1
- meta_prn/migrations/0061_auto_20250115_2025.py +1 -2
- meta_prn/models/dm_referral.py +1 -1
- meta_prn/models/end_of_study.py +6 -6
- meta_prn/models/loss_to_followup.py +1 -1
- meta_prn/models/off_study_medication.py +1 -1
- meta_prn/models/pregnancy_notification.py +1 -1
- meta_prn/models/protocol_incident.py +1 -1
- meta_prn/models/signals.py +1 -1
- meta_rando/randomizers.py +1 -1
- meta_reports/admin/dbviews/glucose_summary_admin.py +1 -1
- meta_reports/admin/list_filters.py +1 -1
- meta_reports/death_report.py +1 -1
- meta_reports/forms/missing_ogtt_note_form.py +1 -1
- meta_reports/models/dbviews/glucose_summary/unmanaged_model.py +1 -1
- meta_reports/models/dbviews/imp_substitutions/unmanaged_model.py +1 -1
- meta_reports/models/dbviews/missing_screening_ogtt/note_model.py +1 -1
- meta_reports/models/dbviews/on_study_missing_values/qa_cases.py +1 -1
- meta_reports/models/endpoints.py +1 -1
- meta_screening/admin/list_filters.py +1 -1
- meta_screening/admin/subject_screening_admin.py +1 -1
- meta_screening/baker_recipes.py +10 -2
- meta_screening/calculators.py +1 -1
- meta_screening/choices.py +1 -1
- meta_screening/constants.py +1 -1
- meta_screening/eligibility/eligibility.py +1 -1
- meta_screening/eligibility/eligibility_part_one.py +1 -1
- meta_screening/eligibility/eligibility_part_three/base_eligibility_part_three.py +14 -7
- meta_screening/eligibility/eligibility_part_three/eligibility_part_three_phase_three.py +1 -1
- meta_screening/eligibility/eligibility_part_two.py +1 -1
- meta_screening/form_validators/screening_part_one.py +1 -1
- meta_screening/form_validators/screening_part_three.py +1 -2
- meta_screening/form_validators/screening_part_two.py +1 -1
- meta_screening/form_validators/subject_refusal.py +1 -1
- meta_screening/migrations/0012_auto_20191107_0427.py +1 -1
- meta_screening/model_mixins/calculated_model_mixin.py +2 -2
- meta_screening/model_mixins/creatinine_fields_model_mixin.py +1 -1
- meta_screening/model_mixins/eligibility_model_mixin.py +1 -1
- meta_screening/model_mixins/part_one_fields_model_mixin.py +1 -1
- meta_screening/model_mixins/part_three_fields_model_mixin.py +1 -1
- meta_screening/model_mixins/part_two_fields_model_mixin.py +1 -1
- meta_screening/models/proxy_models.py +1 -1
- meta_screening/models/signals.py +1 -1
- meta_screening/models/subject_screening.py +1 -1
- meta_subject/action_items.py +1 -1
- meta_subject/admin/followup_examination_admin.py +1 -1
- meta_subject/admin/hiv_exit_review_admin.py +6 -0
- meta_subject/admin/list_filters.py +1 -1
- meta_subject/admin/subject_requisition_admin.py +1 -1
- meta_subject/baker_recipes.py +1 -1
- meta_subject/choices.py +2 -2
- meta_subject/form_validators/delivery_form_validator.py +1 -1
- meta_subject/form_validators/dm_followup_form_validator.py +1 -1
- meta_subject/form_validators/egfr_drop_notification_form_validator.py +1 -1
- meta_subject/form_validators/followup_examination_form_validator.py +1 -1
- meta_subject/form_validators/glucose_fbg_form_validator.py +2 -3
- meta_subject/form_validators/glucose_form_validator.py +1 -1
- meta_subject/form_validators/hiv_exit_review_form_validator.py +1 -1
- meta_subject/form_validators/mixins.py +1 -1
- meta_subject/forms/followup_vitals_form.py +1 -1
- meta_subject/forms/hepatitis_test_form.py +1 -1
- meta_subject/forms/mixins.py +1 -1
- meta_subject/forms/other_arv_regimens_form.py +1 -1
- meta_subject/forms/patient_history_form.py +1 -1
- meta_subject/forms/physical_exam_form.py +1 -1
- meta_subject/forms/pregnancy_update_form.py +1 -1
- meta_subject/forms/subject_visit_missed_form.py +1 -1
- meta_subject/forms/urine_dipstick_test_form.py +1 -1
- meta_subject/forms/urine_pregnancy_form.py +1 -1
- meta_subject/metadata_rules/predicates.py +1 -1
- meta_subject/migrations/0128_auto_20220720_0055.py +1 -1
- meta_subject/migrations/0131_auto_20220722_0411.py +1 -1
- meta_subject/migrations/0199_auto_20240516_0247.py +1 -1
- meta_subject/migrations/0212_auto_20240827_2222.py +1 -1
- meta_subject/model_mixins/arv_review_model_mixin.py +2 -2
- meta_subject/model_mixins/vitals_fields_model_mixin.py +1 -1
- meta_subject/models/delivery.py +1 -1
- meta_subject/models/diabetes/dm_endpoint.py +1 -1
- meta_subject/models/diabetes/dm_followup.py +1 -1
- meta_subject/models/followup_examination.py +1 -1
- meta_subject/models/glucose.py +1 -1
- meta_subject/models/glucose_fbg.py +1 -1
- meta_subject/models/health_economics/health_economics.py +1 -1
- meta_subject/models/health_economics/health_economics_update.py +1 -1
- meta_subject/models/hiv_exit_review.py +1 -1
- meta_subject/models/patient_history.py +1 -1
- meta_subject/models/subject_visit.py +1 -1
- meta_subject/models/urine_dipstick_test.py +1 -1
- {meta_edc-1.2.7.dist-info → meta_edc-1.2.9.dist-info}/WHEEL +0 -0
- {meta_edc-1.2.7.dist-info → meta_edc-1.2.9.dist-info}/licenses/LICENSE +0 -0
meta_ae/action_items.py
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
from clinicedc_constants import (
|
|
2
|
+
CLOSED,
|
|
3
|
+
DEAD,
|
|
4
|
+
GRADE3,
|
|
5
|
+
GRADE4,
|
|
6
|
+
GRADE5,
|
|
7
|
+
HIGH_PRIORITY,
|
|
8
|
+
LTFU,
|
|
9
|
+
NO,
|
|
10
|
+
YES,
|
|
11
|
+
)
|
|
1
12
|
from django.apps import apps as django_apps
|
|
2
13
|
from django.core.exceptions import MultipleObjectsReturned, ObjectDoesNotExist
|
|
3
14
|
from django.utils.html import format_html
|
|
@@ -13,16 +24,6 @@ from edc_adverse_event.constants import (
|
|
|
13
24
|
DEATH_REPORT_ACTION,
|
|
14
25
|
DEATH_REPORT_TMG_ACTION,
|
|
15
26
|
)
|
|
16
|
-
from edc_constants.constants import (
|
|
17
|
-
CLOSED,
|
|
18
|
-
DEAD,
|
|
19
|
-
GRADE3,
|
|
20
|
-
GRADE4,
|
|
21
|
-
GRADE5,
|
|
22
|
-
HIGH_PRIORITY,
|
|
23
|
-
NO,
|
|
24
|
-
YES,
|
|
25
|
-
)
|
|
26
27
|
from edc_lab_results.constants import (
|
|
27
28
|
BLOOD_RESULTS_FBC_ACTION,
|
|
28
29
|
BLOOD_RESULTS_GLU_ACTION,
|
|
@@ -30,7 +31,6 @@ from edc_lab_results.constants import (
|
|
|
30
31
|
BLOOD_RESULTS_LIPIDS_ACTION,
|
|
31
32
|
BLOOD_RESULTS_RFT_ACTION,
|
|
32
33
|
)
|
|
33
|
-
from edc_ltfu.constants import LOST_TO_FOLLOWUP
|
|
34
34
|
from edc_notification.utils import get_email_contacts
|
|
35
35
|
from edc_visit_schedule.utils import get_offschedule_models
|
|
36
36
|
|
|
@@ -80,7 +80,7 @@ class AeFollowupAction(ActionWithNotification):
|
|
|
80
80
|
)
|
|
81
81
|
|
|
82
82
|
# add Study termination to next_actions if LTFU
|
|
83
|
-
if self.reference_obj.outcome ==
|
|
83
|
+
if self.reference_obj.outcome == LTFU:
|
|
84
84
|
for offschedule_model in get_offschedule_models(
|
|
85
85
|
subject_identifier=self.subject_identifier,
|
|
86
86
|
report_datetime=self.reference_obj.report_datetime,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
from clinicedc_constants import NO, NOT_APPLICABLE, YES
|
|
1
2
|
from django.contrib import admin
|
|
2
3
|
from django.core.exceptions import ObjectDoesNotExist
|
|
3
4
|
from django.template.loader import render_to_string
|
|
@@ -17,7 +18,6 @@ from edc_adverse_event.templatetags.edc_adverse_event_extras import (
|
|
|
17
18
|
format_ae_followup_description,
|
|
18
19
|
select_description_template,
|
|
19
20
|
)
|
|
20
|
-
from edc_constants.constants import NO, NOT_APPLICABLE, YES
|
|
21
21
|
from edc_model_admin.dashboard import ModelAdminSubjectDashboardMixin
|
|
22
22
|
|
|
23
23
|
|
meta_ae/baker_recipes.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
+
from clinicedc_constants import GRADE4, NO, NOT_APPLICABLE, NOT_RELATED, YES
|
|
1
2
|
from django.utils import timezone
|
|
2
|
-
from edc_adverse_event.constants import NOT_RELATED
|
|
3
|
-
from edc_constants.constants import GRADE4, NO, NOT_APPLICABLE, YES
|
|
4
3
|
from model_bakery.recipe import Recipe
|
|
5
4
|
|
|
6
5
|
from meta_ae.models.ae_followup import AeFollowup
|
meta_ae/choices.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
from clinicedc_constants import OTHER
|
|
1
2
|
from django import forms
|
|
2
3
|
from edc_adverse_event.form_validator_mixins import DeathReportFormValidatorMixin
|
|
3
4
|
from edc_adverse_event.modelform_mixins import DeathReportModelFormMixin
|
|
4
|
-
from edc_constants.constants import OTHER
|
|
5
5
|
from edc_form_validators import FormValidator
|
|
6
6
|
|
|
7
7
|
from ..constants import HOSPITAL_CLINIC
|
meta_ae/list_data.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Generated by Django 4.1.2 on 2022-11-30 19:57
|
|
2
2
|
from django.core.exceptions import ObjectDoesNotExist
|
|
3
3
|
from django.db import migrations
|
|
4
|
-
from
|
|
4
|
+
from clinicedc_constants import NOT_APPLICABLE
|
|
5
5
|
from tqdm import tqdm
|
|
6
6
|
|
|
7
7
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
from textwrap import wrap
|
|
2
2
|
|
|
3
3
|
import arrow
|
|
4
|
+
from clinicedc_constants import OTHER, YES
|
|
4
5
|
from django import template
|
|
5
6
|
from django.conf import settings
|
|
6
7
|
from django.utils.safestring import mark_safe
|
|
7
8
|
from edc_adverse_event.utils import get_adverse_event_app_label
|
|
8
|
-
from edc_constants.constants import OTHER, YES
|
|
9
9
|
|
|
10
10
|
register = template.Library()
|
|
11
11
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import numpy as np
|
|
2
2
|
import pandas as pd
|
|
3
|
+
from clinicedc_constants import NULL_STRING, YES
|
|
3
4
|
from django.apps import apps as django_apps
|
|
4
5
|
from django.utils import timezone
|
|
5
|
-
from edc_constants.constants import NULL_STRING, YES
|
|
6
6
|
|
|
7
7
|
from ..constants import (
|
|
8
8
|
CASE_EOS,
|
meta_auth/auths.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
from edc_action_item.auth_objects import ACTION_ITEM, ACTION_ITEM_EXPORT
|
|
2
|
-
from edc_adverse_event.constants import TMG_ROLE
|
|
3
2
|
from edc_appointment.auth_objects import APPOINTMENT_EXPORT
|
|
4
3
|
from edc_auth.constants import (
|
|
5
4
|
AUDITOR,
|
|
@@ -10,6 +9,7 @@ from edc_auth.constants import (
|
|
|
10
9
|
CLINICIAN_SUPER_ROLE,
|
|
11
10
|
NURSE_ROLE,
|
|
12
11
|
PII,
|
|
12
|
+
TMG_ROLE,
|
|
13
13
|
)
|
|
14
14
|
from edc_auth.site_auths import site_auths
|
|
15
15
|
from edc_data_manager.auth_objects import DATA_MANAGER_EXPORT, DATA_MANAGER_ROLE
|
meta_consent/action_items.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import HIGH_PRIORITY
|
|
1
2
|
from edc_action_item.action import Action
|
|
2
3
|
from edc_action_item.site_action_items import site_action_items
|
|
3
|
-
from edc_constants.constants import HIGH_PRIORITY
|
|
4
4
|
|
|
5
5
|
from .constants import CONSENT_V1_EXTENSION_ACTION, RECONSENT_ACTION
|
|
6
6
|
|
meta_consent/baker_recipes.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
from clinicedc_constants import NO, NULL_STRING, YES
|
|
1
2
|
from dateutil.relativedelta import relativedelta
|
|
2
3
|
from django.contrib.sites.models import Site
|
|
3
4
|
from django.utils import timezone
|
|
4
|
-
from edc_constants.constants import NO, NULL_STRING, YES
|
|
5
5
|
from faker import Faker
|
|
6
6
|
from model_bakery.recipe import Recipe, seq
|
|
7
7
|
|
meta_consent/consents.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
from datetime import datetime
|
|
2
2
|
from zoneinfo import ZoneInfo
|
|
3
3
|
|
|
4
|
+
from clinicedc_constants import FEMALE, MALE
|
|
4
5
|
from edc_consent.consent_definition import ConsentDefinition
|
|
5
6
|
from edc_consent.consent_definition_extension import ConsentDefinitionExtension
|
|
6
7
|
from edc_consent.site_consents import site_consents
|
|
7
|
-
from edc_constants.constants import FEMALE, MALE
|
|
8
8
|
from edc_protocol.research_protocol_config import ResearchProtocolConfig
|
|
9
9
|
|
|
10
10
|
consent_v1 = ConsentDefinition(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
from clinicedc_constants import NOT_APPLICABLE
|
|
1
2
|
from django import forms
|
|
2
3
|
from edc_consent.modelform_mixins import ReviewFieldsModelFormMixin
|
|
3
|
-
from edc_constants.constants import NOT_APPLICABLE
|
|
4
4
|
from edc_form_validators import FormValidatorMixin
|
|
5
5
|
from edc_sites.forms import SiteModelFormMixin
|
|
6
6
|
from edc_utils.date import to_local
|
meta_consent/models/signals.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import contextlib
|
|
2
2
|
|
|
3
|
+
from clinicedc_constants import YES
|
|
3
4
|
from django.core.exceptions import ValidationError
|
|
4
5
|
from django.db.models.signals import post_delete, post_save
|
|
5
6
|
from django.dispatch import receiver
|
|
6
7
|
from edc_action_item.delete_action_item import ActionItemDeleteError, delete_action_item
|
|
7
|
-
from edc_constants.constants import YES
|
|
8
8
|
from edc_pharmacy.exceptions import PrescriptionAlreadyExists
|
|
9
9
|
from edc_pharmacy.prescribe import create_prescription
|
|
10
10
|
from edc_randomization.site_randomizers import site_randomizers
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
from clinicedc_constants import NO, NOT_APPLICABLE
|
|
1
2
|
from django.apps import apps as django_apps
|
|
2
3
|
from django.contrib.sites.managers import CurrentSiteManager
|
|
3
4
|
from django.db import models
|
|
@@ -13,7 +14,6 @@ from edc_consent.field_mixins import (
|
|
|
13
14
|
from edc_consent.managers import ConsentObjectsManager
|
|
14
15
|
from edc_consent.model_mixins import ConsentModelMixin
|
|
15
16
|
from edc_constants.choices import YES_NO
|
|
16
|
-
from edc_constants.constants import NO, NOT_APPLICABLE
|
|
17
17
|
from edc_identifier.model_mixins import NonUniqueSubjectIdentifierModelMixin
|
|
18
18
|
from edc_identifier.subject_identifier import SubjectIdentifier as BaseSubjectIdentifier
|
|
19
19
|
from edc_model.models import BaseUuidModel, HistoricalRecords
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
from clinicedc_constants import ABNORMAL
|
|
1
2
|
from django.apps import apps as django_apps
|
|
2
3
|
from django.contrib.sites.managers import CurrentSiteManager
|
|
3
4
|
from django.contrib.sites.models import Site
|
|
@@ -6,7 +7,6 @@ from django.db import models
|
|
|
6
7
|
from django_crypto_fields.fields.identity_field import IdentityField
|
|
7
8
|
from edc_action_item.models import ActionModelMixin
|
|
8
9
|
from edc_consent.field_mixins import ReviewFieldsMixin
|
|
9
|
-
from edc_constants.constants import ABNORMAL
|
|
10
10
|
from edc_identifier.managers import SubjectIdentifierManager
|
|
11
11
|
from edc_identifier.model_mixins import UniqueSubjectIdentifierModelMixin
|
|
12
12
|
from edc_model.models import BaseUuidModel
|
|
@@ -3,8 +3,8 @@ from __future__ import annotations
|
|
|
3
3
|
from typing import TYPE_CHECKING
|
|
4
4
|
|
|
5
5
|
from bs4 import BeautifulSoup
|
|
6
|
+
from clinicedc_constants import TBD
|
|
6
7
|
from django import template
|
|
7
|
-
from edc_constants.constants import TBD
|
|
8
8
|
from edc_dashboard.url_names import url_names
|
|
9
9
|
|
|
10
10
|
from meta_consent.models import SubjectConsent
|
|
@@ -2,8 +2,8 @@ from __future__ import annotations
|
|
|
2
2
|
|
|
3
3
|
from dataclasses import dataclass, field
|
|
4
4
|
|
|
5
|
+
from clinicedc_constants import TBD, YES
|
|
5
6
|
from django.utils.translation import gettext as _
|
|
6
|
-
from edc_constants.constants import TBD, YES
|
|
7
7
|
from edc_subject_dashboard.view_utils import (
|
|
8
8
|
SubjectScreeningButton as BaseSubjectScreeningButton,
|
|
9
9
|
)
|
meta_edc/settings/defaults.py
CHANGED
|
@@ -6,7 +6,7 @@ from urllib.parse import quote, urljoin
|
|
|
6
6
|
|
|
7
7
|
import django
|
|
8
8
|
import environ
|
|
9
|
-
from
|
|
9
|
+
from clinicedc_constants import COMPLETE
|
|
10
10
|
from edc_constants.internationalization import EXTRA_LANG_INFO
|
|
11
11
|
from edc_protocol_incident.constants import PROTOCOL_INCIDENT
|
|
12
12
|
from edc_utils import get_datetime_from_env
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meta-edc
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.9
|
|
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
|
|
@@ -15,12 +15,13 @@ Classifier: Intended Audience :: Science/Research
|
|
|
15
15
|
Classifier: Operating System :: OS Independent
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
-
Requires-Dist: clinicedc>=2.0.
|
|
19
|
-
Requires-Dist:
|
|
20
|
-
Requires-Dist: edc-
|
|
21
|
-
Requires-Dist: edc-
|
|
22
|
-
Requires-Dist: edc-
|
|
23
|
-
Requires-Dist: edc-
|
|
18
|
+
Requires-Dist: clinicedc>=2.0.42
|
|
19
|
+
Requires-Dist: clinicedc-constants>=1.1.0
|
|
20
|
+
Requires-Dist: edc-he>=1.3.0
|
|
21
|
+
Requires-Dist: edc-microscopy>=1.3.1
|
|
22
|
+
Requires-Dist: edc-mnsi>=1.3.0
|
|
23
|
+
Requires-Dist: edc-phq9>=1.2.0
|
|
24
|
+
Requires-Dist: edc-qol>=1.2.2
|
|
24
25
|
Requires-Dist: notebook>=7.4.7
|
|
25
26
|
Requires-Python: >=3.12, <3.14
|
|
26
27
|
Description-Content-Type: text/x-rst
|
|
@@ -89,8 +90,8 @@ Assuming you are logged into the account ``myaccount``:
|
|
|
89
90
|
mkdir ~/edc && \
|
|
90
91
|
cd ~/edc && \
|
|
91
92
|
uv venv && \
|
|
92
|
-
uv pip install -U meta-edc==1.2.
|
|
93
|
-
wget https://raw.githubusercontent.com/meta-trial/meta-edc/1.2.
|
|
93
|
+
uv pip install -U meta-edc==1.2.8 && \
|
|
94
|
+
wget https://raw.githubusercontent.com/meta-trial/meta-edc/1.2.8/manage.py && \
|
|
94
95
|
uv pip freeze | grep meta-edc
|
|
95
96
|
|
|
96
97
|
Copy your ``.env`` file to ``~/.etc``.
|
|
@@ -140,7 +141,7 @@ From the above example:
|
|
|
140
141
|
|
|
141
142
|
cd ~/edc && \
|
|
142
143
|
uv venv --clear && \
|
|
143
|
-
uv pip install -U meta-edc==1.2.
|
|
144
|
+
uv pip install -U meta-edc==1.2.8 && \
|
|
144
145
|
wget -O manage.py https://raw.githubusercontent.com/meta-trial/meta-edc/1.1.10/manage.py && \
|
|
145
146
|
uv pip freeze | grep meta-edc && \
|
|
146
147
|
python manage.py check
|