Skip to main content

Tool for working with Docker containers

Project description

Tool for working with Docker containers.

Requirements:

  • python 3 or later

Installation

You can always install the tool from PyPI with:

pip install wundertool

Note: OS X doesn’t have python 3 or pip installed by default. You should install them with `brew` first and then install `wundertool`:

brew install python3
pip3 install wundertool

Development

Requirements:

  • python 3.4 or later

You can clone this module locally and install it in development mode in an virtual environment like this:

git clone https://github.com/aleksijohansson/wundertool-py.git
cd wundertool-py
pyvenv .
source bin/activate
pip install -e ".[dev]"

You always need to activate the wundertool-py virtual environment when opening a new terminal for development:

source <DIR>/wundertool-py/bin/activate

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

wundertool-0.0.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

wundertool-0.0.2-py3-none-any.whl (4.0 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