2 Commits

Author SHA1 Message Date
53684d363d Update copier template source to github 2025-06-11 16:23:48 +02:00
c9a8f41fc7 chore: migrate to new plugin template 2025-06-02 13:34:07 +02:00
3 changed files with 4 additions and 11 deletions

View File

@@ -2,8 +2,8 @@
# It is needed to track the repo template version, and editing may break things.
# This file will be overwritten by copier on template updates.
_commit: v1.0.0
_src_path: https://gitea.psi.ch/bec/bec_plugin_copier_template.git
_commit: v1.0.3
_src_path: https://github.com/bec-project/plugin_copier_template.git
make_commit: false
project_name: phoenix_bec
widget_plugins_input: []

View File

@@ -1,6 +1,6 @@
"""
Pre-startup script for BEC client. This script is executed before the BEC client
is started. It can be used to add additional command line arguments.
is started. It can be used to add additional command line arguments.
"""
from bec_lib.service_config import ServiceConfig
@@ -14,10 +14,3 @@ def extend_command_line_args(parser):
# parser.add_argument("--session", help="Session name", type=str, default="cSAXS")
return parser
# def get_config() -> ServiceConfig:
# """
# Create and return the service configuration.
# """
# return ServiceConfig(redis={"host": "localhost", "port": 6379})

View File

@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "phoenix_bec"
version = "0.0.0"
description = "The Phoenix plugin repository for BEC"
description = "A plugin repository for BEC for the Phoenix beamline"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 3 - Alpha",