Skip to main content

Create and manage developments environment.

Project description

ENVy

ENVy is the easy way to build development environments. It allows maintainers to specify exactly the environment that contributors should be using, not just for packages for the language in use, but native system packages as well. No more following pages-long contributing guides, or trying to figure out the strange problem that only one user has, just run envy up and contributors can start writing code. It's like a virtualenv, but for everything!

Check out our main website for more details on ENVy.

Installing ENVY

Prerequisites: You should have Docker installed and running (i.e. docker ps doesn't give you an error), as well as docker-compose, needed for some projects.

You can install ENVy in a few different ways:

pip (recommended):

  • The recommended installation method is to use Pip: pip3 install envy-project.

from release (or master):

  • Download a tar.gz release from ENVy's Github release page.
  • Extract the archive (tar -xzvf envy-*.tgz)
  • Install the package (sudo setup.py install)

Special Instructions for Mac OS X:

  • Install Docker for Mac.
  • If your project uses X-forwarding:
    1. Install XQuartz.
    2. Enable the "Allow connections from network clients" setting under XQuartz's security tab.
    3. (re)Start XQuartz. XQuartz must be running for X-forwarding to work.

Using ENVy as a contributor

ENVy is a very simple tool to use. You can see all available commands by running envy --help. When you're working with a project, this help text will also contain all of the project-specific commands you can use (build, lint, etc.)

ENVy itself also defines a few commands:

  • envy up: Create a development environment

When run inside of a project directory, this will create a development environment according to the maintainer's specifications. You will see progress output as the process continues. It will mount the project directory inside of the environment. You can leave this container running as long as you'd like - it consumes little to no resources.

~ $ cd golang-hello-world
golang-hello-world $ envy up
Detected change in config environment.
Creating ENVy environment image.
Creating ENVy container
ENVy environment is ready!
  • envy down: Pause a development environment

When run inside of a project directory, this will pause the development environment without deleting any data. You may want to run this when you're finished working on a project for a little while.

~ $ golang-hello-world $ envy down
ENVy environment stopped.
  • envy nuke: Delete a development environment

When run inside of a project directory, this will remove the environment created by ENVy. This will not affect the project directory itself - you will not lose any work. This frees up storage space on your host computer. Note that depending on the project configuration, this could delete temporary data - such as a database in use for development.

~ $ golang-hello-world $ envy nuke
ENVy environment destroyed.

Setting up your projects to use ENVy

Creating Envyfiles is easy! Please follow the Maintainer's Guide, or take a look at the Envyfile Reference. You may also find the examples repository to be a handy resource.

And, once you're done, please let us know how it went! If you've built an Envyfile for a new language or project type, consider opening an issue or a PR in our examples repository to help others out.

Frequently Asked Questions

  • Q: How does ENVy work?
    • ENVy helps projects by making it very easy for projects to use Docker for environment setup. Most aspects of managing Docker container lifecycles are handled transparently, without the need for project maintainers to think about what needs to happen at each step.
  • Q: How can I support the project?
    • The best way to help ENVy is to use it! With your help, we can learn how projects use ENVy in the real world, and make your use cases easier for you to configure. Please file issues for any problems you encounter!

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

envy-project-2.0.0.tar.gz (20.6 kB view hashes)

Uploaded Source

Built Distribution

envy_project-2.0.0-py3-none-any.whl (29.8 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