omop-lite 0.0.17__tar.gz → 0.1.0__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.
- {omop_lite-0.0.17 → omop_lite-0.1.0}/PKG-INFO +6 -1
- {omop_lite-0.0.17 → omop_lite-0.1.0}/README.md +4 -0
- omop_lite-0.1.0/omop_lite/__init__.py +0 -0
- omop_lite-0.1.0/omop_lite/cli.py +915 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/db/__init__.py +4 -4
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/db/base.py +73 -20
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/db/postgres.py +7 -7
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/db/sqlserver.py +15 -8
- omop_lite-0.1.0/omop_lite/settings.py +34 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/pyproject.toml +4 -2
- omop_lite-0.0.17/omop_lite/__init__.py +0 -37
- omop_lite-0.0.17/omop_lite/settings.py +0 -27
- {omop_lite-0.0.17 → omop_lite-0.1.0}/.gitignore +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/LICENSE +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/scripts/fts.sql +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/scripts/mssql/constraints.sql +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/scripts/mssql/ddl.sql +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/scripts/mssql/indices.sql +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/scripts/mssql/primary_keys.sql +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/scripts/pg/constraints.sql +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/scripts/pg/ddl.sql +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/scripts/pg/fts_index.sql +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/scripts/pg/indices.sql +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/scripts/pg/primary_keys.sql +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/CDM_SOURCE.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/CONCEPT.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/CONCEPT_ANCESTOR.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/CONCEPT_CLASS.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/CONCEPT_RELATIONSHIP.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/CONCEPT_SYNONYM.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/CONDITION_OCCURRENCE.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/DOMAIN.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/DRUG_STRENGTH.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/MEASUREMENT.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/OBSERVATION.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/PERSON.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/RELATIONSHIP.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/100/VOCABULARY.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/CONCEPT.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/CONDITION_ERA.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/CONDITION_OCCURRENCE.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/DRUG_ERA.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/DRUG_EXPOSURE.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/MEASUREMENT.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/OBSERVATION.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/OBSERVATION_PERIOD.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/PERSON.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/PROCEDURE_OCCURRENCE.csv +0 -0
- {omop_lite-0.0.17 → omop_lite-0.1.0}/omop_lite/synthetic/1000/VISIT_OCCURRENCE.csv +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: omop-lite
|
3
|
-
Version: 0.0
|
3
|
+
Version: 0.1.0
|
4
4
|
Summary: Get an OMOP CDM database running quickly.
|
5
5
|
License-File: LICENSE
|
6
6
|
Requires-Python: >=3.13
|
@@ -8,6 +8,7 @@ Requires-Dist: psycopg2-binary>=2.9.10
|
|
8
8
|
Requires-Dist: pydantic-settings>=2.8.1
|
9
9
|
Requires-Dist: pyodbc>=5.2.0
|
10
10
|
Requires-Dist: sqlalchemy>=2.0.39
|
11
|
+
Requires-Dist: typer>=0.16.0
|
11
12
|
Description-Content-Type: text/markdown
|
12
13
|
|
13
14
|
# omop-lite
|
@@ -106,6 +107,10 @@ Install with custom values:
|
|
106
107
|
helm install omop-lite omop-lite/omop-lite -f values.yaml
|
107
108
|
```
|
108
109
|
|
110
|
+
### CLI
|
111
|
+
|
112
|
+
`uv run omop-lite --help`
|
113
|
+
|
109
114
|
#### Using Your Own Data
|
110
115
|
|
111
116
|
To use your own data with the Helm chart:
|
File without changes
|