ctao-bdms-clients 0.0.0a0__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.
Files changed (68) hide show
  1. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/.gitlab-ci.yml +3 -2
  2. ctao_bdms_clients-0.1.0/CHANGES.rst +8 -0
  3. ctao_bdms_clients-0.1.0/MANIFEST.in +2 -0
  4. {ctao_bdms_clients-0.0.0a0/src/ctao_bdms_clients.egg-info → ctao_bdms_clients-0.1.0}/PKG-INFO +3 -4
  5. ctao_bdms_clients-0.1.0/aiv-config-dependencies.yml +3 -0
  6. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/Chart.yaml +2 -2
  7. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/README.md +3 -3
  8. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/templates/tests/test_jobs.yaml +1 -2
  9. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/values.yaml +1 -2
  10. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/pyproject.toml +2 -7
  11. ctao_bdms_clients-0.1.0/report/preamble.tex +17 -0
  12. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/bdms/_version.py +9 -4
  13. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0/src/ctao_bdms_clients.egg-info}/PKG-INFO +3 -4
  14. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/ctao_bdms_clients.egg-info/SOURCES.txt +0 -2
  15. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/ctao_bdms_clients.egg-info/requires.txt +0 -1
  16. ctao_bdms_clients-0.0.0a0/CHANGES.rst +0 -15
  17. ctao_bdms_clients-0.0.0a0/MANIFEST.in +0 -2
  18. ctao_bdms_clients-0.0.0a0/aiv-config-dependencies.yml +0 -4
  19. ctao_bdms_clients-0.0.0a0/report/preamble.tex +0 -0
  20. ctao_bdms_clients-0.0.0a0/src/bdms/_dev_version/__init__.py +0 -9
  21. ctao_bdms_clients-0.0.0a0/src/ctao_bdms_clients.egg-info/entry_points.txt +0 -2
  22. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/.codespell-ignores +0 -0
  23. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/.dockerignore +0 -0
  24. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/.flake8 +0 -0
  25. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/.gitignore +0 -0
  26. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/.gitmodules +0 -0
  27. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/.pre-commit-config.yaml +0 -0
  28. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/Dockerfile +0 -0
  29. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/LICENSE +0 -0
  30. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/Makefile +0 -0
  31. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/README.md +0 -0
  32. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/aiv-config.yml +0 -0
  33. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/Makefile +0 -0
  34. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/scripts/bootstrap_rucio/setup_rucio.sh +0 -0
  35. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/scripts/certificates/install_ca.sh +0 -0
  36. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/templates/_helpers.tpl +0 -0
  37. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/templates/bootstrap_jobs.yaml +0 -0
  38. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/templates/configmap.yaml +0 -0
  39. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/templates/prepuller.yaml +0 -0
  40. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/chart/templates/test_storages.yaml +0 -0
  41. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/Makefile +0 -0
  42. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/changelog.rst +0 -0
  43. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/changes/template.rst +0 -0
  44. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/chart.rst +0 -0
  45. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/conf.py +0 -0
  46. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/getting_started.rst +0 -0
  47. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/index.rst +0 -0
  48. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/reference.rst +0 -0
  49. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/server_setup/bdms_repos_interaction.rst +0 -0
  50. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/server_setup/certificates.rst +0 -0
  51. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/server_setup/fts.rst +0 -0
  52. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/server_setup/index.rst +0 -0
  53. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/server_setup/rucio_configuration.rst +0 -0
  54. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/docs/server_setup/storage_elements.rst +0 -0
  55. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/report/inspection.tex +0 -0
  56. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/report/performance_verification.tex +0 -0
  57. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/setup.cfg +0 -0
  58. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/sonar-project.properties +0 -0
  59. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/bdms/__init__.py +0 -0
  60. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/bdms/tests/__init__.py +0 -0
  61. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/bdms/tests/conftest.py +0 -0
  62. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/bdms/tests/test_basic_rucio_functionality.py +0 -0
  63. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/bdms/tests/test_dpps_rel_0_0.py +0 -0
  64. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/bdms/tests/test_file_replicas.py +0 -0
  65. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/bdms/tests/test_metadata.py +0 -0
  66. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/bdms/version.py +0 -0
  67. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/ctao_bdms_clients.egg-info/dependency_links.txt +0 -0
  68. {ctao_bdms_clients-0.0.0a0 → ctao_bdms_clients-0.1.0}/src/ctao_bdms_clients.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  include:
2
2
  - project: 'cta-computing/dpps/aiv/dpps-aiv-toolkit'
3
- ref: 705e92d15a41d000f458dcb11d662f83d5718aaf
3
+ ref: 34ef394f4f707dacea789778c718300fa521b10d
4
4
  file: 'ci-functions.yml'
5
5
  - "aiv-config.yml"
6
6
 
@@ -8,13 +8,14 @@ include:
8
8
  variables:
9
9
  CHART_LOCATION: chart
10
10
  CHART_NAME: bdms
11
- CHART_EXTRA_VALUES: "--set client_image_tag=${DOCKER_TAG}"
11
+ CHART_EXTRA_VALUES: "--set dev.client_image_tag=${DOCKER_TAG}"
12
12
  DPPS_AIV_TOOLKIT_DIR: dpps-aiv-toolkit
13
13
  DOCKER_IMAGE_CONTEXT: '${CI_PROJECT_DIR}'
14
14
  RUCIO_VERSION: "35.4.1"
15
15
  RUCIO_TAG: "release-${RUCIO_VERSION}"
16
16
 
17
17
  stages:
18
+ - prepare
18
19
  - lint
19
20
  - build
20
21
  - sign
@@ -0,0 +1,8 @@
1
+ BDMS v0.1.0 (2025-02-21)
2
+ ---------------------------
3
+
4
+ First release of the Bulk Data Management System (BDMS).
5
+
6
+ * Deployment of Rucio 35.4 using helm.
7
+ * Client package pinning the correct rucio and rucio policy package versions.
8
+ * Integration tests for DPPS release 0.0 use cases.
@@ -0,0 +1,2 @@
1
+ prune src/bdms/_dev_version
2
+ prune .github
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ctao-bdms-clients
3
- Version: 0.0.0a0
3
+ Version: 0.1.0
4
4
  Summary: Client module for the CTAO DPPS Bulk Data Management System
5
5
  Author-email: Georgios Zacharis <georgios.zacharis@inaf.it>, Stefano Gallozzi <Stefano.gallozzi@inaf.it>, Michele Mastropietro <michele.mastropietro@inaf.it>, Syed Anwar Ul Hasan <syedanwarul.hasan@cta-consortium.org>, Maximilian Linhoff <maximilian.linhoff@cta-observatory.org>, Volodymyr Savchenko <Volodymyr.Savchenko@epfl.ch>
6
6
  License: BSD-3-Clause
7
- Project-URL: repository, https://github.com/cta-observatory/...
8
- Project-URL: documentation, http://cta-computing.gitlab-pages.cta-observatory.org/documentation/...
7
+ Project-URL: repository, https://gitlab.cta-observatory.org/cta-computing/dpps/bdms/bdms
8
+ Project-URL: documentation, http://cta-computing.gitlab-pages.cta-observatory.org/dpps/bdms/bdms
9
9
  Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
@@ -14,7 +14,6 @@ Requires-Dist: ctao-bdms-rucio-policy==0.1.0
14
14
  Provides-Extra: test
15
15
  Requires-Dist: pytest; extra == "test"
16
16
  Requires-Dist: pytest-cov; extra == "test"
17
- Requires-Dist: pytest-mock; extra == "test"
18
17
  Requires-Dist: pytest-requirements; extra == "test"
19
18
  Provides-Extra: doc
20
19
  Requires-Dist: sphinx; extra == "doc"
@@ -0,0 +1,3 @@
1
+ dependencies:
2
+ - gitlab_path: cta-computing/dpps/bdms/bdms-rucio-policy
3
+ revision: v0.1.0.post1
@@ -30,10 +30,10 @@ dependencies:
30
30
 
31
31
  - name: cert-generator-grid
32
32
  condition: cert-generator-grid.enabled
33
- version: 0.0.0-75a4994-75a4994c
33
+ version: v0.2.2
34
34
  repository: oci://harbor.cta-observatory.org/dpps
35
35
 
36
36
  - name: fts
37
37
  condition: fts.enabled
38
- version: 0.0.0-c435e63-c435e636
38
+ version: v0.1.0
39
39
  repository: oci://harbor.cta-observatory.org/dpps
@@ -14,8 +14,8 @@ A Helm chart for the bdms project
14
14
 
15
15
  | Repository | Name | Version |
16
16
  |------------|------|---------|
17
- | oci://harbor.cta-observatory.org/dpps | cert-generator-grid | 0.0.0-75a4994-75a4994c |
18
- | oci://harbor.cta-observatory.org/dpps | fts | 0.0.0-c435e63-c435e636 |
17
+ | oci://harbor.cta-observatory.org/dpps | cert-generator-grid | v0.2.2 |
18
+ | oci://harbor.cta-observatory.org/dpps | fts | v0.1.0 |
19
19
  | oci://harbor.cta-observatory.org/dpps | rucio-daemons | 35.0.0 |
20
20
  | oci://harbor.cta-observatory.org/dpps | rucio-server | 35.0.0 |
21
21
  | oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.10 |
@@ -35,10 +35,10 @@ A Helm chart for the bdms project
35
35
  | bootstrap.image.tag | string | `"35.4.1-v0.1.0"` | The specific image tag to use for the bootstrap container |
36
36
  | cert-generator-grid.enabled | bool | `true` | |
37
37
  | cert-generator-grid.generatePreHooks | bool | `true` | |
38
- | client_image_tag | string | `"6cbd744c"` | |
39
38
  | configure_test_setup | bool | `true` | This will configure the rucio server with the storages |
40
39
  | database | object | `{"default":"postgresql://rucio:XcL0xT9FgFgJEc4i3OcQf2DMVKpjIWDGezqcIPmXlM@bdms-postgresql:5432/rucio"}` | Databases Credentials used by Rucio to access the database. If postgresql subchart is deployed, these credentials should match those in postgresql.global.postgresql.auth. If postgresql subchart is not deployed, an external database must be provided |
41
40
  | database.default | string | `"postgresql://rucio:XcL0xT9FgFgJEc4i3OcQf2DMVKpjIWDGezqcIPmXlM@bdms-postgresql:5432/rucio"` | The Rucio database connection URI |
41
+ | dev.client_image_tag | string | `nil` | |
42
42
  | dev.mount_repo | bool | `true` | |
43
43
  | dev.run_tests | bool | `true` | |
44
44
  | dev.sleep | bool | `false` | sleep after test to allow interactive development |
@@ -37,8 +37,7 @@ spec:
37
37
  {{ end }}
38
38
  containers:
39
39
  - name: test-rucio
40
- # TODO: change to generic
41
- image: harbor.cta-observatory.org/dpps/bdms-client:{{ .Values.client_image_tag }}
40
+ image: harbor.cta-observatory.org/dpps/bdms-client:{{ .Values.dev.client_image_tag | default .Chart.AppVersion}}
42
41
  workingDir: /home/user/bdms
43
42
  securityContext:
44
43
  runAsUser: 0
@@ -314,13 +314,12 @@ dev:
314
314
  sleep: false
315
315
  run_tests: true
316
316
  mount_repo: true
317
+ client_image_tag:
317
318
 
318
319
  cert-generator-grid:
319
320
  enabled: true
320
321
  generatePreHooks: true
321
322
 
322
- client_image_tag: 6cbd744c
323
-
324
323
  # -- Starts containers with the same image as the one used in the deployment before all volumes are available. Saves time in the first deployment
325
324
  prepuller_enabled: true
326
325
 
@@ -26,12 +26,8 @@ dependencies = [
26
26
  dynamic = ["version"]
27
27
 
28
28
  [project.urls]
29
- repository = "https://github.com/cta-observatory/..."
30
- documentation = "http://cta-computing.gitlab-pages.cta-observatory.org/documentation/..."
31
-
32
- # Command-line scripts mapping the name of the tool to the import and function to execute
33
- [project.scripts]
34
- bdms-server = "bdms.cli.server:main"
29
+ repository = "https://gitlab.cta-observatory.org/cta-computing/dpps/bdms/bdms"
30
+ documentation = "http://cta-computing.gitlab-pages.cta-observatory.org/dpps/bdms/bdms"
35
31
 
36
32
  [tool.setuptools.packages.find]
37
33
  where = ["src"]
@@ -41,7 +37,6 @@ exclude = ["bdms._dev_version"]
41
37
  test = [
42
38
  "pytest",
43
39
  "pytest-cov",
44
- "pytest-mock",
45
40
  "pytest-requirements",
46
41
  ]
47
42
  doc = [
@@ -0,0 +1,17 @@
1
+ % Things to be included before \begin{document}, e.g. signature matrix, changelog, etc.
2
+
3
+ \preparer{Volodymyr Savchenko}{CTAO / EPFL Lausanne}
4
+ \preparer{Maximilian Linhoff}{CTAO}
5
+
6
+ \reviewer{Stefano Gallozzi}{INAF Rome}
7
+
8
+ \approver{Mieke Bouwhuis}{CTAO}
9
+
10
+ % license / Copy Right
11
+ \setcopyright{\copyright{} CTAO / INAF Rome / ETHZ / UNIGE / EPFL Lausanne \the\year}
12
+ \licence{\ccBySaNc}
13
+
14
+ % contributors list on second page, can be as many people as needed
15
+ \author{\ApplicationAuthor{}}{\ApplicationAuthorOrganization{}}{All Chapters}
16
+
17
+ \ChangeLogEntry{A}{001}{\today{}}{Release 0.1.0}{}
@@ -1,8 +1,13 @@
1
- # file generated by setuptools_scm
1
+ # file generated by setuptools-scm
2
2
  # don't change, don't track in version control
3
+
4
+ __all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
5
+
3
6
  TYPE_CHECKING = False
4
7
  if TYPE_CHECKING:
5
- from typing import Tuple, Union
8
+ from typing import Tuple
9
+ from typing import Union
10
+
6
11
  VERSION_TUPLE = Tuple[Union[int, str], ...]
7
12
  else:
8
13
  VERSION_TUPLE = object
@@ -12,5 +17,5 @@ __version__: str
12
17
  __version_tuple__: VERSION_TUPLE
13
18
  version_tuple: VERSION_TUPLE
14
19
 
15
- __version__ = version = '0.0.0a0'
16
- __version_tuple__ = version_tuple = (0, 0, 0)
20
+ __version__ = version = '0.1.0'
21
+ __version_tuple__ = version_tuple = (0, 1, 0)
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ctao-bdms-clients
3
- Version: 0.0.0a0
3
+ Version: 0.1.0
4
4
  Summary: Client module for the CTAO DPPS Bulk Data Management System
5
5
  Author-email: Georgios Zacharis <georgios.zacharis@inaf.it>, Stefano Gallozzi <Stefano.gallozzi@inaf.it>, Michele Mastropietro <michele.mastropietro@inaf.it>, Syed Anwar Ul Hasan <syedanwarul.hasan@cta-consortium.org>, Maximilian Linhoff <maximilian.linhoff@cta-observatory.org>, Volodymyr Savchenko <Volodymyr.Savchenko@epfl.ch>
6
6
  License: BSD-3-Clause
7
- Project-URL: repository, https://github.com/cta-observatory/...
8
- Project-URL: documentation, http://cta-computing.gitlab-pages.cta-observatory.org/documentation/...
7
+ Project-URL: repository, https://gitlab.cta-observatory.org/cta-computing/dpps/bdms/bdms
8
+ Project-URL: documentation, http://cta-computing.gitlab-pages.cta-observatory.org/dpps/bdms/bdms
9
9
  Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
@@ -14,7 +14,6 @@ Requires-Dist: ctao-bdms-rucio-policy==0.1.0
14
14
  Provides-Extra: test
15
15
  Requires-Dist: pytest; extra == "test"
16
16
  Requires-Dist: pytest-cov; extra == "test"
17
- Requires-Dist: pytest-mock; extra == "test"
18
17
  Requires-Dist: pytest-requirements; extra == "test"
19
18
  Provides-Extra: doc
20
19
  Requires-Dist: sphinx; extra == "doc"
@@ -47,7 +47,6 @@ report/preamble.tex
47
47
  src/bdms/__init__.py
48
48
  src/bdms/_version.py
49
49
  src/bdms/version.py
50
- src/bdms/_dev_version/__init__.py
51
50
  src/bdms/tests/__init__.py
52
51
  src/bdms/tests/conftest.py
53
52
  src/bdms/tests/test_basic_rucio_functionality.py
@@ -57,6 +56,5 @@ src/bdms/tests/test_metadata.py
57
56
  src/ctao_bdms_clients.egg-info/PKG-INFO
58
57
  src/ctao_bdms_clients.egg-info/SOURCES.txt
59
58
  src/ctao_bdms_clients.egg-info/dependency_links.txt
60
- src/ctao_bdms_clients.egg-info/entry_points.txt
61
59
  src/ctao_bdms_clients.egg-info/requires.txt
62
60
  src/ctao_bdms_clients.egg-info/top_level.txt
@@ -18,5 +18,4 @@ sphinx-changelog
18
18
  [test]
19
19
  pytest
20
20
  pytest-cov
21
- pytest-mock
22
21
  pytest-requirements
@@ -1,15 +0,0 @@
1
- BDMS v0.1.0rc1 (2025-02-12)
2
- ---------------------------
3
-
4
- First release candidate for the Bulk Data Management System (BDMS).
5
-
6
- * Deployment of Rucio 35.4 using helm
7
-
8
-
9
-
10
- Maintenance
11
- ~~~~~~~~~~~
12
-
13
- - Write and publish BDMS documentation for DPPS Release 0. [`!47 <https://gitlab.cta-observatory.org/cta-computing/dpps/bdms/bdms/-/merge_requests/47>`__]
14
-
15
- - Setup ``towncrier`` for changelog generation. [`!49 <https://gitlab.cta-observatory.org/cta-computing/dpps/bdms/bdms/-/merge_requests/49>`__]
@@ -1,2 +0,0 @@
1
- prune src/template/_dev_version
2
- prune .github
@@ -1,4 +0,0 @@
1
- dependencies:
2
- - gitlab_path: cta-computing/dpps/bdms/bdms-rucio-policy
3
- revision: main
4
- sonar_key: cta-computing_dpps_bdms_bdms-rucio-policy_AZPO4IWyAfB1AuE28R3d
File without changes
@@ -1,9 +0,0 @@
1
- # Try to use setuptools_scm to get the current version; this is only used
2
- # in development installations from the git repository.
3
- # see ../version.py for details
4
- try:
5
- from setuptools_scm import get_version
6
-
7
- version = get_version(root="../../..", relative_to=__file__)
8
- except Exception as e:
9
- raise ImportError(f"setuptools_scm broken or not installed: {e}")
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- bdms-server = bdms.cli.server:main