Skip to main content

No project description provided

Project description

captif-cpx

Development

Pre-commit hooks

Install pre-commit hooks pre-commit install.

The pre-commit hooks will run before each commit. To bypass the pre-commit hooks use git commit -m 'message' --no-verify.

Testing

Run ./coverage.sh.

Publish to PyPI

Pushing a tag with format v* to the remote repository will trigger a publish to PyPI:

git fetch . dev:master                # merge dev with master
git tag -a v0.1 -m "initial release"  # add a version tag
git push origin master v0.1           # push master and tag

A Github workflow will automatically run the tests and publish to PyPI if all tests pass.

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

captif-cpx-0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

captif_cpx-0.2-py3-none-any.whl (3.8 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