A simple console-application to manage project complexity.
Project description
Beta Alpha Omega
Semantic Release
Format of commit message:
<tag>(scope): subject
body
footer
Tags
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code, e.g. whitespaces
- refactor: No functional change
- perf: A change that improves performances
- test: Add missing or correcting existing test
- chore: Changes to the buildprocess or auxiliary tools, e.g. doc generation
Subject
- use imperative, present tense: "Change"
- dont use capitalize first letter
- no dot (.) at the end
Body
- motivation for the change and contrast to old behavior
Footer
- BREAKING CHANGE:
- Solves, refer etc.
Docker
repository = os.environ.get(
'BAW_PIPELINE_REPO',
'169.254.149.20:6001',
)
imagename = os.environ.get(
'BAW_PIPELINE_NAME',
'arch_python_baw',
)
version = os.environ.get(
'BAW_PIPELINE_VERSION',
'0.8.1',
)
name = os.environ.get(
'BAW_PIPELINE_TEST_ARGS',
'-v $WORKSPACE:/var/workdir:ro',
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
baw-1.70.2.tar.gz
(170.0 kB
view details)
File details
Details for the file baw-1.70.2.tar.gz.
File metadata
- Download URL: baw-1.70.2.tar.gz
- Upload date:
- Size: 170.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
133bbbd6cf04f61d0355401f76064b161bc44df20b84590507a6c2e2daf506d8
|
|
| MD5 |
6b870c77310df39bea25b45a2779a4b6
|
|
| BLAKE2b-256 |
c046c52b4aa0f995c427e38f9f62663e05abc1e11ffc6ec2feab4ece4180f356
|