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).
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
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devops-tools-0.1.tar.gz.
File metadata
- Download URL: devops-tools-0.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0d3dc13f0a4671cee92f06c93e18eda80b8580d99a304fab0730befa6a93f54
|
|
| MD5 |
930c4783e38b62b9db9a86b0f6ee47f3
|
|
| BLAKE2b-256 |
391e8fee7a984d6c43ef068275329a5ffa3e8b8100fd41a1f91fe7e4f1ffd24f
|
File details
Details for the file devops_tools-0.1-py2-none-any.whl.
File metadata
- Download URL: devops_tools-0.1-py2-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1ff809e3ee66373ec7f19ffe73c62ee4623f0b63d5a9bc845cd4f00ce0e9caa
|
|
| MD5 |
694de5ff4627fa24163ba4b2c153646c
|
|
| BLAKE2b-256 |
95e4c9fc7b45629513986e8ec1f6308871d0d8590051543834cc6a90f349cab8
|