rcdb 2.2.3__tar.gz → 2.2.4__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.3/rcdb.egg-info → rcdb-2.2.4}/PKG-INFO +1 -1
  2. {rcdb-2.2.3 → rcdb-2.2.4}/pyproject.toml +1 -1
  3. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/version.py +1 -1
  4. {rcdb-2.2.3 → rcdb-2.2.4/rcdb.egg-info}/PKG-INFO +1 -1
  5. rcdb-2.2.4/rcdb.egg-info/entry_points.txt +2 -0
  6. rcdb-2.2.3/rcdb.egg-info/entry_points.txt +0 -2
  7. {rcdb-2.2.3 → rcdb-2.2.4}/MANIFEST.in +0 -0
  8. {rcdb-2.2.3 → rcdb-2.2.4}/README.md +0 -0
  9. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/__init__.py +0 -0
  10. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/__main__.py +0 -0
  11. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/admin_cmd.py +0 -0
  12. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/alias.py +0 -0
  13. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/app_context.py +0 -0
  14. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/__init__.py +0 -0
  15. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/__main__.py +0 -0
  16. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/app.py +0 -0
  17. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/context.py +0 -0
  18. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/db.py +0 -0
  19. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/ls.py +0 -0
  20. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/mkdb.py +0 -0
  21. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/repair/__init__.py +0 -0
  22. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/repair/evio_files.py +0 -0
  23. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/rp.py +0 -0
  24. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/run.py +0 -0
  25. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/cli/web.py +0 -0
  26. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/coda_parser.py +0 -0
  27. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/condition_query_builder.py +0 -0
  28. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/config_parser.py +0 -0
  29. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/constants.py +0 -0
  30. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/errors.py +0 -0
  31. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/file_archiver.py +0 -0
  32. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/halld_daq_config_parser.py +0 -0
  33. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/lexer.py +0 -0
  34. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/log_format.py +0 -0
  35. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/model.py +0 -0
  36. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/provider.py +0 -0
  37. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/stopwatch.py +0 -0
  38. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/update.py +0 -0
  39. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/web/__init__.py +0 -0
  40. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/web/modules/__init__.py +0 -0
  41. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/web/modules/conditions.py +0 -0
  42. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/web/modules/files.py +0 -0
  43. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/web/modules/logs.py +0 -0
  44. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/web/modules/runs.py +0 -0
  45. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/web/modules/select_values.py +0 -0
  46. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/web/modules/statistics.py +0 -0
  47. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/web/pagination.py +0 -0
  48. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb/web/run_table.py +0 -0
  49. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb.egg-info/SOURCES.txt +0 -0
  50. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb.egg-info/dependency_links.txt +0 -0
  51. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb.egg-info/requires.txt +0 -0
  52. {rcdb-2.2.3 → rcdb-2.2.4}/rcdb.egg-info/top_level.txt +0 -0
  53. {rcdb-2.2.3 → rcdb-2.2.4}/setup.cfg +0 -0
  54. {rcdb-2.2.3 → rcdb-2.2.4}/tests/test_coda_parser.py +0 -0
  55. {rcdb-2.2.3 → rcdb-2.2.4}/tests/test_conditions.py +0 -0
  56. {rcdb-2.2.3 → rcdb-2.2.4}/tests/test_config_parser.py +0 -0
  57. {rcdb-2.2.3 → rcdb-2.2.4}/tests/test_get_run_periods.py +0 -0
  58. {rcdb-2.2.3 → rcdb-2.2.4}/tests/test_get_runs.py +0 -0
  59. {rcdb-2.2.3 → rcdb-2.2.4}/tests/test_halld_run_config_parser.py +0 -0
  60. {rcdb-2.2.3 → rcdb-2.2.4}/tests/test_save_files.py +0 -0
  61. {rcdb-2.2.3 → rcdb-2.2.4}/tests/test_select_runs.py +0 -0
  62. {rcdb-2.2.3 → rcdb-2.2.4}/tests/test_select_values.py +0 -0
  63. {rcdb-2.2.3 → rcdb-2.2.4}/tests/test_sql_schema_version.py +0 -0
  64. {rcdb-2.2.3 → rcdb-2.2.4}/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
3
+ Version: 2.2.4
4
4
  Summary: RCDB - Run Conditions DataBase
5
5
  Author-email: Dmitry Romanov <romanov@jlab.org>
6
6
  License: MIT
@@ -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.app: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.3'
2
+ version = '2.2.4'
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.3
3
+ Version: 2.2.4
4
4
  Summary: RCDB - Run Conditions DataBase
5
5
  Author-email: Dmitry Romanov <romanov@jlab.org>
6
6
  License: MIT
@@ -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.app: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
File without changes