A framework for measuring things and producing structured results.
Project description
honestybox-measurement
A framework for measuring things and producing structured results.
Requirements
honestybox-measurement supports Python 3.5 to Python 3.8 inclusively.
Releases
To ensure releases are always built on the latest codebase, changes are only ever merged from master.
Creating a release
-
Ensure that master is up to date:
git checkout master git pull origin
-
Switch to release and ensure it is up to date:
git checkout release git pull origin
-
Merge from master:
git merge master
-
Add a new release to CHANGELOG.md and include all changes in [Unreleased].
-
Update version number in
pyproject.toml -
Commit the changes to the
releasebranch with commentRelease <version number>git add CHANGELOG.md pyproject.toml git commit -m 'Release 0.0.1`
-
Tag the commit with the release number:
git tag 0.0.1
-
Push the commit and tags upstream:
git push && git push --tags
-
Merge changes into master and push upstream:
git checkout master git merge release git push
Publishing a release
-
Install poetry
-
Checkout the release:
git checkout 0.0.1
-
Publish the release:
poetry publish --build
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file honestybox-measurement-1.0.3.tar.gz.
File metadata
- Download URL: honestybox-measurement-1.0.3.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.3 Linux/5.3.0-40-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef727902f7f82c27838f212384a615a7ec1e57108fa94e4413eea89503edf663
|
|
| MD5 |
472df65a2d4e3be80badd8ea763c2f6c
|
|
| BLAKE2b-256 |
d29a9623422d70bf753bdcbae234b215e638113b6680e480dc2eb9a43e9516dc
|
File details
Details for the file honestybox_measurement-1.0.3-py3-none-any.whl.
File metadata
- Download URL: honestybox_measurement-1.0.3-py3-none-any.whl
- Upload date:
- Size: 30.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.3 Linux/5.3.0-40-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ff7cc45379d09f26b0a90dd5db5a5ff013467385a49b9f0b1080172b6c0d2ea
|
|
| MD5 |
2bd5de530da6818d9f62d48c38aa2df2
|
|
| BLAKE2b-256 |
0be627c0fa245ec4be99f81b0ae77fd43970818c6fff36e3845149bceb1a1194
|