Skip to main content

Neurohive devops tools

Project description

Info

Set of various scripts which were used in '19-'20 to operate some integrations in CI pipelines.

It previously was distributed via PIP package, now it's a python-based Docker container.

Installation

Handy

Just use a docker container, e.g.:

docker build . -t devops-integration-tools
docker run --rm -ti devops-integration-tools

Manual

Build a package:

pip install setuptools wheel
python ./setup.py  sdist bdist_wheel

Then upload to PyPI:

twine upload ./dist/*

Then install it somewhere:

pip install devops-integration-tools

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

neurohive_devops_tools-0.0.62-py3-none-any.whl (21.6 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