rcdb 2.2.1__tar.gz → 2.2.3__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.
Files changed (64) hide show
  1. {rcdb-2.2.1/rcdb.egg-info → rcdb-2.2.3}/PKG-INFO +2 -1
  2. {rcdb-2.2.1 → rcdb-2.2.3}/README.md +1 -0
  3. {rcdb-2.2.1 → rcdb-2.2.3}/pyproject.toml +1 -1
  4. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/version.py +1 -1
  5. {rcdb-2.2.1 → rcdb-2.2.3/rcdb.egg-info}/PKG-INFO +2 -1
  6. rcdb-2.2.3/rcdb.egg-info/entry_points.txt +2 -0
  7. rcdb-2.2.1/rcdb.egg-info/entry_points.txt +0 -2
  8. {rcdb-2.2.1 → rcdb-2.2.3}/MANIFEST.in +0 -0
  9. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/__init__.py +0 -0
  10. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/__main__.py +0 -0
  11. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/admin_cmd.py +0 -0
  12. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/alias.py +0 -0
  13. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/app_context.py +0 -0
  14. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/__init__.py +0 -0
  15. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/__main__.py +0 -0
  16. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/app.py +0 -0
  17. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/context.py +0 -0
  18. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/db.py +0 -0
  19. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/ls.py +0 -0
  20. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/mkdb.py +0 -0
  21. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/repair/__init__.py +0 -0
  22. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/repair/evio_files.py +0 -0
  23. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/rp.py +0 -0
  24. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/run.py +0 -0
  25. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/cli/web.py +0 -0
  26. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/coda_parser.py +0 -0
  27. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/condition_query_builder.py +0 -0
  28. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/config_parser.py +0 -0
  29. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/constants.py +0 -0
  30. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/errors.py +0 -0
  31. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/file_archiver.py +0 -0
  32. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/halld_daq_config_parser.py +0 -0
  33. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/lexer.py +0 -0
  34. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/log_format.py +0 -0
  35. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/model.py +0 -0
  36. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/provider.py +0 -0
  37. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/stopwatch.py +0 -0
  38. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/update.py +0 -0
  39. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/web/__init__.py +0 -0
  40. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/web/modules/__init__.py +0 -0
  41. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/web/modules/conditions.py +0 -0
  42. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/web/modules/files.py +0 -0
  43. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/web/modules/logs.py +0 -0
  44. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/web/modules/runs.py +0 -0
  45. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/web/modules/select_values.py +0 -0
  46. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/web/modules/statistics.py +0 -0
  47. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/web/pagination.py +0 -0
  48. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb/web/run_table.py +0 -0
  49. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb.egg-info/SOURCES.txt +0 -0
  50. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb.egg-info/dependency_links.txt +0 -0
  51. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb.egg-info/requires.txt +0 -0
  52. {rcdb-2.2.1 → rcdb-2.2.3}/rcdb.egg-info/top_level.txt +0 -0
  53. {rcdb-2.2.1 → rcdb-2.2.3}/setup.cfg +0 -0
  54. {rcdb-2.2.1 → rcdb-2.2.3}/tests/test_coda_parser.py +0 -0
  55. {rcdb-2.2.1 → rcdb-2.2.3}/tests/test_conditions.py +0 -0
  56. {rcdb-2.2.1 → rcdb-2.2.3}/tests/test_config_parser.py +0 -0
  57. {rcdb-2.2.1 → rcdb-2.2.3}/tests/test_get_run_periods.py +0 -0
  58. {rcdb-2.2.1 → rcdb-2.2.3}/tests/test_get_runs.py +0 -0
  59. {rcdb-2.2.1 → rcdb-2.2.3}/tests/test_halld_run_config_parser.py +0 -0
  60. {rcdb-2.2.1 → rcdb-2.2.3}/tests/test_save_files.py +0 -0
  61. {rcdb-2.2.1 → rcdb-2.2.3}/tests/test_select_runs.py +0 -0
  62. {rcdb-2.2.1 → rcdb-2.2.3}/tests/test_select_values.py +0 -0
  63. {rcdb-2.2.1 → rcdb-2.2.3}/tests/test_sql_schema_version.py +0 -0
  64. {rcdb-2.2.1 → rcdb-2.2.3}/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.1
3
+ Version: 2.2.3
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
  ![Python tests](https://github.com/JeffersonLab/rcdb/actions/workflows/python-tests.yml/badge.svg)
28
+ [![Python examples work](https://github.com/JeffersonLab/rcdb/actions/workflows/python-examples.yml/badge.svg)](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
  ![Python tests](https://github.com/JeffersonLab/rcdb/actions/workflows/python-tests.yml/badge.svg)
4
+ [![Python examples work](https://github.com/JeffersonLab/rcdb/actions/workflows/python-examples.yml/badge.svg)](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
 
@@ -41,7 +41,7 @@ dependencies = [
41
41
 
42
42
  # If you want a console script, define it in [project.scripts]
43
43
  [project.scripts]
44
- rcdb = "rcdb.cli.api:rcdb_cli"
44
+ rcdb = "rcdb.cli.app:rcdb_cli"
45
45
 
46
46
  # Tell setuptools how to find your packages if needed:
47
47
  [tool.setuptools.packages.find]
@@ -1,5 +1,5 @@
1
1
  # String version. Used both for setup.py and for internal code
2
- version = '2.2.1'
2
+ version = '2.2.3'
3
3
 
4
4
  # version as the tuple of ints
5
5
  version_tuple = tuple(int(val) for val in version.split('.'))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rcdb
3
- Version: 2.2.1
3
+ Version: 2.2.3
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
  ![Python tests](https://github.com/JeffersonLab/rcdb/actions/workflows/python-tests.yml/badge.svg)
28
+ [![Python examples work](https://github.com/JeffersonLab/rcdb/actions/workflows/python-examples.yml/badge.svg)](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
 
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ rcdb = rcdb.cli.app:rcdb_cli
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- rcdb = rcdb.cli.api:rcdb_cli
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