rcdb 2.2.1__tar.gz → 2.2.2__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.
- {rcdb-2.2.1/rcdb.egg-info → rcdb-2.2.2}/PKG-INFO +2 -1
- {rcdb-2.2.1 → rcdb-2.2.2}/README.md +1 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/pyproject.toml +1 -1
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/version.py +1 -1
- {rcdb-2.2.1 → rcdb-2.2.2/rcdb.egg-info}/PKG-INFO +2 -1
- rcdb-2.2.2/rcdb.egg-info/entry_points.txt +2 -0
- rcdb-2.2.1/rcdb.egg-info/entry_points.txt +0 -2
- {rcdb-2.2.1 → rcdb-2.2.2}/MANIFEST.in +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/__init__.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/__main__.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/admin_cmd.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/alias.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/app_context.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/__init__.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/__main__.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/app.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/context.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/db.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/ls.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/mkdb.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/repair/__init__.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/repair/evio_files.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/rp.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/run.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/cli/web.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/coda_parser.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/condition_query_builder.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/config_parser.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/constants.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/errors.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/file_archiver.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/halld_daq_config_parser.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/lexer.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/log_format.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/model.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/provider.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/stopwatch.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/update.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/web/__init__.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/web/modules/__init__.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/web/modules/conditions.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/web/modules/files.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/web/modules/logs.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/web/modules/runs.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/web/modules/select_values.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/web/modules/statistics.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/web/pagination.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb/web/run_table.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb.egg-info/SOURCES.txt +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb.egg-info/dependency_links.txt +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb.egg-info/requires.txt +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/rcdb.egg-info/top_level.txt +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/setup.cfg +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_coda_parser.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_conditions.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_config_parser.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_get_run_periods.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_get_runs.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_halld_run_config_parser.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_save_files.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_select_runs.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_select_values.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_sql_schema_version.py +0 -0
- {rcdb-2.2.1 → rcdb-2.2.2}/tests/test_value_comparison.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rcdb
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.2
|
|
4
4
|
Summary: RCDB - Run Conditions DataBase
|
|
5
5
|
Author-email: Dmitry Romanov <romanov@jlab.org>
|
|
6
6
|
License: MIT
|
|
@@ -25,6 +25,7 @@ Requires-Dist: flask>=3.1.0
|
|
|
25
25
|
## RCDB
|
|
26
26
|
|
|
27
27
|

|
|
28
|
+
[](https://github.com/JeffersonLab/rcdb/actions/workflows/python-examples.yml)
|
|
28
29
|
|
|
29
30
|
Run Configuration/Conditions Database (RCDB) stores run related information and conditions. It uses MySQL or SQLite databases to store information about runs and provides interfaces to search runs, manage data, automatic CODA integration, etc.
|
|
30
31
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
## RCDB
|
|
2
2
|
|
|
3
3
|

|
|
4
|
+
[](https://github.com/JeffersonLab/rcdb/actions/workflows/python-examples.yml)
|
|
4
5
|
|
|
5
6
|
Run Configuration/Conditions Database (RCDB) stores run related information and conditions. It uses MySQL or SQLite databases to store information about runs and provides interfaces to search runs, manage data, automatic CODA integration, etc.
|
|
6
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rcdb
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.2
|
|
4
4
|
Summary: RCDB - Run Conditions DataBase
|
|
5
5
|
Author-email: Dmitry Romanov <romanov@jlab.org>
|
|
6
6
|
License: MIT
|
|
@@ -25,6 +25,7 @@ Requires-Dist: flask>=3.1.0
|
|
|
25
25
|
## RCDB
|
|
26
26
|
|
|
27
27
|

|
|
28
|
+
[](https://github.com/JeffersonLab/rcdb/actions/workflows/python-examples.yml)
|
|
28
29
|
|
|
29
30
|
Run Configuration/Conditions Database (RCDB) stores run related information and conditions. It uses MySQL or SQLite databases to store information about runs and provides interfaces to search runs, manage data, automatic CODA integration, etc.
|
|
30
31
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|