Skip to main content

Devops Tools

Project description

==================================================================
devops-tools: Devops Tools
==================================================================

TODO: Modify the whole file as necessary.

This is a "long description" file for the package that you are creating.
If you submit your package to PyPi, this text will be presented on the `public page <http://pypi.python.org/pypi/python_package_boilerplate>`_ of your package.

Note: This README has to be written using `reStructured Text <http://docutils.sourceforge.net/rst.html>`_, otherwise PyPi won't format it properly.

Installation
------------

The easiest way to install most Python packages is via ``easy_install`` or ``pip``::

$ easy_install devops_tools

Usage
-----

```
# show commands
docker_tools -h
docker_tools docker -h

# docker build upd logs
docker_tools docker run -b -u -l

# start container use entrypoint bash
docker_tools docker runbash

# exec to existing container
docker_tools docker execbash
```

The boilerplate code provides a dummy ``main`` function that prints out the word 'Hello'::

>> from devopstools import main
>> main()

When the package is installed via ``easy_install`` or ``pip`` this function will be bound to the ``devops_tools`` executable in the Python installation's ``bin`` directory (on Windows - the ``Scripts`` directory).

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

devops-tools-0.1.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

devops_tools-0.1-py2-none-any.whl (14.5 kB view hashes)

Uploaded Python 2

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