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.71.0.tar.gz
(170.9 kB
view details)
File details
Details for the file baw-1.71.0.tar.gz.
File metadata
- Download URL: baw-1.71.0.tar.gz
- Upload date:
- Size: 170.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
827afbe754bd4a72a1a789381f8df3fe989e0d24b37bb2a9352e26f6bee4bd4d
|
|
| MD5 |
03dbeb4afa458f137076326faf0b6ac4
|
|
| BLAKE2b-256 |
bb051365d2bccbd54a82266ea26c6e19e2df3ccd997fabd5de966fd56645586a
|