Skip to main content

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

  1. Ensure that master is up to date:

    git checkout master
    git pull origin
    
  2. Switch to release and ensure it is up to date:

    git checkout release
    git pull origin
    
  3. Merge from master:

    git merge master
    
  4. Add a new release to CHANGELOG.md and include all changes in [Unreleased].

  5. Update version number in pyproject.toml

  6. Commit the changes to the release branch with comment Release <version number>

    git add CHANGELOG.md pyproject.toml
    git commit -m 'Release 0.0.1`
    
  7. Tag the commit with the release number:

     git tag 0.0.1
    
  8. Push the commit and tags upstream:

    git push && git push --tags
    
  9. Merge changes into master and push upstream:

    git checkout master
    git merge release
    git push
    

Publishing a release

  1. Install poetry

  2. Checkout the release:

    git checkout 0.0.1
    
  3. Publish the release:

    poetry publish --build
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

honestybox-measurement-1.0.3.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

honestybox_measurement-1.0.3-py3-none-any.whl (30.4 kB view details)

Uploaded Python 3

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

Hashes for honestybox-measurement-1.0.3.tar.gz
Algorithm Hash digest
SHA256 ef727902f7f82c27838f212384a615a7ec1e57108fa94e4413eea89503edf663
MD5 472df65a2d4e3be80badd8ea763c2f6c
BLAKE2b-256 d29a9623422d70bf753bdcbae234b215e638113b6680e480dc2eb9a43e9516dc

See more details on using hashes here.

File details

Details for the file honestybox_measurement-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for honestybox_measurement-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4ff7cc45379d09f26b0a90dd5db5a5ff013467385a49b9f0b1080172b6c0d2ea
MD5 2bd5de530da6818d9f62d48c38aa2df2
BLAKE2b-256 0be627c0fa245ec4be99f81b0ae77fd43970818c6fff36e3845149bceb1a1194

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page