Some helper scripts for the day to day work with Ubuntu in WSL2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
941 B

[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]
module = "work_helpers"
author = "Holger Frey"
author-email = "frey@imtek.de"
home-page = "https://git.cpi.imtek.uni-freiburg.de/holgi/work-helpers"
description-file = "README.md"
license = "Beerware"
requires = [
"pyperclip >=1.8.0",
"click >= 7.1.2",
"black",
"py-gitea",
]
[tool.flit.scripts]
nice_path = "work_helpers.nice_path:make_nice_path"
random_password = "work_helpers.password:get_random_password"
random_ints = "work_helpers.random_int:generate_random_number_list"
sensospot_rename = "work_helpers.sensospot_rename:sensospot_rename"
sg_mbp_new_version = "work_helpers.sg_mbp_build:sg_mbp_new_version"
sg_mbp_build = "work_helpers.sg_mbp_build:sg_mbp_build"
xls2changelog = "work_helpers.excel2changelog:cli"
xls2markdown = "work_helpers.excel2markdown:cli"
xls2pylist = "work_helpers.excel2pylist:cli"