ltc-code 0.1.8__tar.gz → 0.1.81__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ltc-code
3
- Version: 0.1.8
3
+ Version: 0.1.81
4
4
  Summary: Add your description here
5
5
  Requires-Python: >=3.9
6
6
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ltc-code"
3
- version = "0.1.8"
3
+ version = "0.1.81"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"
@@ -0,0 +1,95 @@
1
+ schema_map = {
2
+ # Identifying who this is —---------------
3
+ "id": "student_id",
4
+ "name_title": "name_title",
5
+ "first_name": "fname",
6
+ "middle_name": "mname",
7
+ "last_name": "lname",
8
+ "name_suffix": "suffix",
9
+ "name": "name",
10
+ "roles": "roles",
11
+ "address": "address",
12
+ "birth_date": "dob",
13
+ "is_parent2": "is_parent2",
14
+ # language
15
+ "localization": "localization",
16
+ "evaluation_singleselect_05": "evaluation_singleselect_05",
17
+ "evaluation_singleselect_06": "evaluation_singleselect_06",
18
+ "evaluation_singleselect_07": "evaluation_singleselect_07",
19
+ "evaluation_singleselect_08": "evaluation_singleselect_08",
20
+ "language1": "preferred_language",
21
+ # disabilities?
22
+ "current_iep": "sped",
23
+ "evaluation_singleselect_02": "evaluation_singleselect_02",
24
+ "evaluation_singleselect_03": "evaluation_singleselect_03",
25
+ "evaluation_singleselect_04": "evaluation_singleselect_04",
26
+ "custom_primary_disability": "custom_primary_disability",
27
+ "custom_sped_program": "custom_sped_program",
28
+ # potential start year and grade
29
+ "custom_years": "custom_years",
30
+ "custom_grade": "custom_grade",
31
+ # external ids
32
+ "external_id": "external_id",
33
+ "lausd_id": "lausd_id",
34
+ "facts_student_id": "facts_student_id",
35
+ # previous school
36
+ "custom_singleselect_07": "custom_singleselect_07",
37
+ "custom_singleselect_08": "custom_singleselect_08",
38
+ "custom_singleselect_09": "custom_singleselect_09",
39
+ "previous_school_1": "prior_school",
40
+ # parent name
41
+ "emergency_contact_1": "p_name",
42
+ "custom_emr1": "custom_emr1",
43
+ # Basic info on application / enrollment —---------------
44
+ "apply_year": "school_year",
45
+ "apply_grade": "entry_grade",
46
+ "enroll_grade": "grade",
47
+ "custom_current_grade": "custom_current_grade",
48
+ "custom_school_selection": "custom_school_selection",
49
+ "school_lead": "school_lead",
50
+ # Priority information —---------------
51
+ # sibling
52
+ "sibling0_another": "sib_enroll_cmo",
53
+ "sibling1_another": "sib1_enroll_cmo",
54
+ "sibling2_another": "sib2_enroll_cmo",
55
+ "alumni_multi_option": "alumni_multi_option",
56
+ "sibling0_name": "sib_name",
57
+ "sibling_preference": "sibling_preference",
58
+ "sibling_verified_by": "sibling_verified_by",
59
+ "sibling3_apply": "sib_concur_cmo",
60
+ # parent works there
61
+ "staff_member": "p_employed",
62
+ # green dot family / employee
63
+ "referral_method": "referral_method",
64
+ # parent education / where they live
65
+ "education_degree": "education_degree",
66
+ "custom_singleselect_01": "custom_singleselect_01",
67
+ # ESL
68
+ "custom_singleselect_eseld": "lep",
69
+ "custom_textfield_12": "custom_textfield_12",
70
+ "english_proficiency": "english_proficiency",
71
+ # school prior / feeder variables
72
+ "custom_prior_ms_feeder": "custom_prior_ms_feeder",
73
+ "custom_prior_school": "custom_prior_school",
74
+ "custom_prior_elementary_feeder": "custom_prior_elementary_feeder",
75
+ "feeder_school": "feeder_school",
76
+ # attendance area
77
+ "attendance_area_preference": "attendance_area_preference",
78
+ # ever expelled or disciplined
79
+ "custom_boolean_01": "custom_boolean_01",
80
+ "custom_textfield_07": "custom_textfield_07",
81
+ # Identifying offer and enrollment flags —---------------
82
+ "status": "status",
83
+ "application_submit_date": "application_date",
84
+ "inquiry_submit_date": "inquiry_submit_date",
85
+ "signature_current_datetime": "signature_current_datetime",
86
+ "lottery_number": "lottery_number",
87
+ "lottery_number_edited": "lottery_number_edited",
88
+ "first_call_offer_date": "first_call_offer_date",
89
+ "offered_seat_sibling_accepted": "offered_seat_sibling_accepted",
90
+ "waitlist_position": "waitlist_position",
91
+ "waitlist_number": "waitlist_number",
92
+ "declined_seat_exit_code": "declined_seat_exit_code",
93
+ "declined_seat_reason": "declined_seat_reason",
94
+ "enrollment_type": "enrollment_type",
95
+ }
File without changes