Skip to main content

Leankit client library package for python

Project description

bits-leankit

Leankit client library package for python

image CircleCI codecov

Basics

Basic information about the package

Features

A list of features this package provides

Installing

How do you install this package?

Examples

Code examples using this package

Contributing

Pull requests to add functionality and fix bugs are always welcome. Please check the CONTRIBUTING.md for specifics on contributions.

Testing

How do you run unit tests on the code in this repo?

Releases

Releases to the codebase are typically done using the bump2version tool. This tool takes care of updating the version in all necessary files, updating its own configuration, and making a GitHub commit and tag. We typically do version bumps as part of a PR, so you don't want to have bump2version tag the version at the same time it does the commit as commit hashes may change. Therefore, to bump the version a patch level, one would run the command:

bump2version --verbose --no-tag patch

Once the PR is merged, you can then checkout the new master branch and tag it using the new version number that is now in .bumpversion.cfg:

git checkout master
git pull --rebase
git tag 1.0.0 -m 'Bump version: 0.1.0 → 1.0.0'
git push --tags

Credits

This package was created with Cookiecutter and the broadinstitute/cookiecutter-bits-pypi project template.

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

bits-leankit-1.0.5.tar.gz (16.2 kB view hashes)

Uploaded Source

Built Distribution

bits_leankit-1.0.5-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

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