pyegeria 5.3.9.9.2__py3-none-any.whl → 5.3.9.9.4__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.
- md_processing/__init__.py +49 -0
- md_processing/commands.json +3252 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
- md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
- md_processing/dr_egeria_inbox/cat_test.md +100 -0
- md_processing/dr_egeria_inbox/data_field.md +54 -0
- md_processing/dr_egeria_inbox/data_spec.md +77 -0
- md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
- md_processing/dr_egeria_inbox/data_test.md +86 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
- md_processing/dr_egeria_inbox/glossary_creation_experiment.ipynb +341 -0
- md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
- md_processing/dr_egeria_inbox/rel.md +8 -0
- md_processing/dr_egeria_inbox/sb.md +119 -0
- md_processing/dr_egeria_inbox/search_test.md +39 -0
- md_processing/dr_egeria_inbox/solution-components.md +154 -0
- md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
- md_processing/dr_egeria_inbox/synonym_test.md +42 -0
- md_processing/dr_egeria_inbox/t1.md +0 -0
- md_processing/dr_egeria_inbox/t2.md +268 -0
- md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +94 -0
- md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +88 -0
- md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +56 -0
- md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +103 -0
- md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +94 -0
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +96 -0
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +100 -0
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +88 -0
- md_processing/md_commands/__init__.py +3 -0
- md_processing/md_commands/blueprint_commands.py +303 -0
- md_processing/md_commands/data_designer_commands.py +1182 -0
- md_processing/md_commands/glossary_commands.py +1144 -0
- md_processing/md_commands/project_commands.py +163 -0
- md_processing/md_processing_utils/__init__.py +4 -0
- md_processing/md_processing_utils/common_md_proc_utils.py +724 -0
- md_processing/md_processing_utils/common_md_utils.py +172 -0
- md_processing/md_processing_utils/extraction_utils.py +486 -0
- md_processing/md_processing_utils/md_processing_constants.py +112 -0
- md_processing/md_processing_utils/message_constants.py +19 -0
- {pyegeria-5.3.9.9.2.dist-info → pyegeria-5.3.9.9.4.dist-info}/METADATA +1 -2
- {pyegeria-5.3.9.9.2.dist-info → pyegeria-5.3.9.9.4.dist-info}/RECORD +55 -5
- {pyegeria-5.3.9.9.2.dist-info → pyegeria-5.3.9.9.4.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.9.9.2.dist-info → pyegeria-5.3.9.9.4.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.9.9.2.dist-info → pyegeria-5.3.9.9.4.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,100 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
> This is a test to see if descriptions are showing up.
|
4
|
+
|
5
|
+
# Create Glossary
|
6
|
+
## Glossary
|
7
|
+
|
8
|
+
Egeria-Markdown
|
9
|
+
|
10
|
+
## Description
|
11
|
+
This describes Dr. Egeria
|
12
|
+
|
13
|
+
|
14
|
+
___
|
15
|
+
|
16
|
+
# Create Category
|
17
|
+
|
18
|
+
## Category Name
|
19
|
+
|
20
|
+
Main Category
|
21
|
+
|
22
|
+
## Owning Glossary
|
23
|
+
|
24
|
+
Glossary::Egeria-Markdown
|
25
|
+
|
26
|
+
## Parent Category
|
27
|
+
> The parent category.
|
28
|
+
|
29
|
+
## Description
|
30
|
+
|
31
|
+
A root category. with children
|
32
|
+
|
33
|
+
|
34
|
+
# Create Category
|
35
|
+
|
36
|
+
## Category Name
|
37
|
+
|
38
|
+
Child 1
|
39
|
+
|
40
|
+
## Owning Glossary
|
41
|
+
|
42
|
+
Glossary::Egeria-Markdown
|
43
|
+
|
44
|
+
## Parent Category
|
45
|
+
|
46
|
+
Main Category
|
47
|
+
|
48
|
+
|
49
|
+
## Description
|
50
|
+
|
51
|
+
First child.
|
52
|
+
|
53
|
+
# Create Category
|
54
|
+
|
55
|
+
## Category Name
|
56
|
+
|
57
|
+
Child 2
|
58
|
+
|
59
|
+
## Owning Glossary
|
60
|
+
|
61
|
+
Glossary::Egeria-Markdown
|
62
|
+
|
63
|
+
## Parent Category
|
64
|
+
Main Category
|
65
|
+
> The parent category.
|
66
|
+
|
67
|
+
## Description
|
68
|
+
|
69
|
+
Second child.
|
70
|
+
|
71
|
+
|
72
|
+
# Create Category
|
73
|
+
|
74
|
+
## Category Name
|
75
|
+
|
76
|
+
Grandchild 1
|
77
|
+
|
78
|
+
## Owning Glossary
|
79
|
+
|
80
|
+
Glossary::Egeria-Markdown
|
81
|
+
|
82
|
+
## Parent Category
|
83
|
+
Child 1
|
84
|
+
> The parent category.
|
85
|
+
|
86
|
+
## Description
|
87
|
+
|
88
|
+
First grandchild.
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
# List Categories
|
93
|
+
## Glossary
|
94
|
+
|
95
|
+
Glossary::Egeria-Markdown
|
96
|
+
|
97
|
+
# List Glossary Structure
|
98
|
+
## Glossary
|
99
|
+
|
100
|
+
Egeria-Markdown
|
@@ -0,0 +1,54 @@
|
|
1
|
+
# Create Data Field
|
2
|
+
## Name
|
3
|
+
AngleLeftField
|
4
|
+
## Description
|
5
|
+
Angle rotation of the left leg from vertical
|
6
|
+
## Data Type
|
7
|
+
Integer
|
8
|
+
## Position
|
9
|
+
2
|
10
|
+
## Min Cardinality
|
11
|
+
1
|
12
|
+
## Max Cardinality
|
13
|
+
1
|
14
|
+
## In Data Structure
|
15
|
+
|
16
|
+
## Data Class
|
17
|
+
## Glossary Term
|
18
|
+
## Namespace
|
19
|
+
> forms part of qualified name
|
20
|
+
## Version
|
21
|
+
|
22
|
+
## In Data Dictionary
|
23
|
+
|
24
|
+
___
|
25
|
+
|
26
|
+
# Create Data Field
|
27
|
+
## Name
|
28
|
+
PatientId
|
29
|
+
## Description
|
30
|
+
Unique identifier of the patient
|
31
|
+
## Data Type
|
32
|
+
String
|
33
|
+
## Position
|
34
|
+
0
|
35
|
+
## Min Cardinality
|
36
|
+
1
|
37
|
+
## Max Cardinality
|
38
|
+
1
|
39
|
+
## In Data Structure
|
40
|
+
|
41
|
+
|
42
|
+
## Data Class
|
43
|
+
## Glossary Term
|
44
|
+
Patient Identifier
|
45
|
+
|
46
|
+
## Namespace
|
47
|
+
> forms part of qualified name
|
48
|
+
|
49
|
+
## Version
|
50
|
+
|
51
|
+
## In Data Dictionary
|
52
|
+
Clinical Trial Data Dictionary
|
53
|
+
## Qualified Name
|
54
|
+
DataField::PatientId
|
@@ -0,0 +1,77 @@
|
|
1
|
+
|
2
|
+
# Create Data Dictionary
|
3
|
+
## Name
|
4
|
+
Clinical Trial Data Dictionary
|
5
|
+
|
6
|
+
## Description
|
7
|
+
A data dictionary for clinical trial data elements
|
8
|
+
|
9
|
+
## Qualified Name
|
10
|
+
|
11
|
+
|
12
|
+
___
|
13
|
+
|
14
|
+
# moo Create Data Spec
|
15
|
+
|
16
|
+
## Name
|
17
|
+
|
18
|
+
Data Specification for Teddy Bear Drop Foot Clinical Trial
|
19
|
+
|
20
|
+
## Description
|
21
|
+
|
22
|
+
Principle data requirements for this clinical trial. Meow
|
23
|
+
|
24
|
+
___
|
25
|
+
|
26
|
+
|
27
|
+
# moo Create Data Structure
|
28
|
+
|
29
|
+
## Name
|
30
|
+
|
31
|
+
Incoming Weekly Measurement Data
|
32
|
+
|
33
|
+
## Description
|
34
|
+
|
35
|
+
This describes the weekly measurement data for each patient for the Teddy Bear drop foot clinical trial - meow
|
36
|
+
|
37
|
+
## In Data Spec
|
38
|
+
|
39
|
+
Data Specification for Teddy Bear Drop Foot Clinical Trial
|
40
|
+
|
41
|
+
___
|
42
|
+
|
43
|
+
# moo Create Data Field
|
44
|
+
## Name
|
45
|
+
PatientId
|
46
|
+
## Description
|
47
|
+
Unique identifier of the patient
|
48
|
+
## Data Type
|
49
|
+
String
|
50
|
+
## Position
|
51
|
+
0
|
52
|
+
## Min Cardinality
|
53
|
+
1
|
54
|
+
## Max Cardinality
|
55
|
+
1
|
56
|
+
## In Data Structure
|
57
|
+
> initially a data field must have at least one place it is part of and can update
|
58
|
+
|
59
|
+
Incoming Weekly Measurement Data
|
60
|
+
## Data Class (1)
|
61
|
+
## Glossary Term (1)
|
62
|
+
## Namespace
|
63
|
+
> forms part of qualified name
|
64
|
+
## Version
|
65
|
+
|
66
|
+
## In Data Dictionary
|
67
|
+
Clinical Trial Data Dictionary
|
68
|
+
|
69
|
+
## Qualified_Name
|
70
|
+
|
71
|
+
DataField::PatientId
|
72
|
+
___
|
73
|
+
|
74
|
+
|
75
|
+
_
|
76
|
+
|
77
|
+
|