Python plugin for development tools for Docker
Project description
# Python Development Plugin for docker-dev
This plugin makes it easy to use Docker while developing your Python projects.
In development, it’s quite likely that you want to achieve the following:
Install your Python distribution in editable mode (e.g., pip install -e .).
Mount your distribution as read-only on the container, so that you get instant code reload.
However, those two things conflict, as the container can’t write to the read-only file system. You could drop this constraint and allow the container to write to the directory, but this .egg-info directory wouldn’t be owned by you, which will lead to other problems.
This plugin is a workaround to this issue: It generates the .egg-info in the host system, even before the image is built.
To learn more, read about [docker-dev](https://github.com/2degrees/docker-dev).
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
Built Distribution
Hashes for docker_dev_python-1.0a2-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e188320cab6de924c0d9860cbadf76d9277c321ceffe6ae9896c3d8af6f99aa6 |
|
MD5 | 92bb0a562fa87fab49b5292c5956051d |
|
BLAKE2b-256 | 01631d68034468a610bd527b2544d92b675ce2274414a4eff823199d503ad9c2 |