From a7e475356a477192a2088f25cf3cf5dfd6f9a554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Malinowski?= Date: Thu, 6 Jun 2024 17:07:41 +0100 Subject: [PATCH] add catalog-info --- .vscode/settings.json | 32 ++++++++++++++++---------------- catalog-info.yaml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+), 16 deletions(-) create mode 100644 catalog-info.yaml diff --git a/.vscode/settings.json b/.vscode/settings.json index 572521f..5c8d9c5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,17 +1,17 @@ { - "editor.defaultFormatter": "ms-python.python", - "python.linting.pylintEnabled": false, - "python.linting.flake8Enabled": true, - "python.linting.mypyEnabled": true, - "python.linting.enabled": true, - "python.testing.pytestArgs": [], - "python.testing.unittestEnabled": false, - "python.testing.nosetestsEnabled": false, - "python.testing.pytestEnabled": true, - "python.formatting.provider": "black", - "python.languageServer": "Pylance", - "editor.formatOnSave": true, - "editor.codeActionsOnSave": { - "source.organizeImports": true - } -} \ No newline at end of file + "editor.defaultFormatter": "ms-python.python", + "python.linting.pylintEnabled": false, + "python.linting.flake8Enabled": true, + "python.linting.mypyEnabled": true, + "python.linting.enabled": true, + "python.testing.pytestArgs": [], + "python.testing.unittestEnabled": false, + "python.testing.nosetestsEnabled": false, + "python.testing.pytestEnabled": true, + "python.formatting.provider": "black", + "python.languageServer": "Pylance", + "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.organizeImports": "explicit" + } +} diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..1edff93 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: aioca + title: Aioca + description: Asynchronous Channel Access client for asyncio and Python using libca via ctypes + annotations: + backstage.io/techdocs-ref: dir:. + github.com/project-slug: DiamondLightSource/aioca + tags: + - python + - epics +spec: + type: library + lifecycle: production + owner: group:Controls \ No newline at end of file