Skip to main content

A Python port of daemontools' envdir.

Project description

Build Status

This is a Python port of daemontoolsenvdir.

Why?

Because it’s small enough that it shouldn’t be tied to a bigger software distribution like daemontools. Also, this Python port can easily be used on Windows, not only UNIX systems.

Installation

pip install envdir

or:

easy_install envdir

Usage

Quoting the envdir documentation:

envdir runs another program with environment modified according to files in a specified directory. Interface:

envdir d child

d is a single argument. child consists of one or more arguments.

envdir sets various environment variables as specified by files in the directory named d. It then runs child.

If d contains a file named s whose first line is t, envdir removes an environment variable named s if one exists, and then adds an environment variable named s with value t. The name s must not contain =. Spaces and tabs at the end of t are removed. Nulls in t are changed to newlines in the environment variable.

If the file s is completely empty (0 bytes long), envdir removes an environment variable named s if one exists, without adding a new variable.

envdir exits 111 if it has trouble reading d, if it runs out of memory for environment variables, or if it cannot run child. Otherwise its exit code is the same as that of child.

Alternatively you can also use the python -m envdir form to call envdir.

To use envdir in a Python file (e.g. Django’s manage.py) you can use:

import envdir
envdir.read()

envdir will try to find an envdir directory next to the file you modified.

It’s also possible to explicitly pass the path to the envdir:

import os
import envdir

envdir.read('/etc/mysite/envdir')

Feedback

Feel free to open tickets at https://github.com/jezdez/envdir/issues. Say thanks at https://www.gittip.com/jezdez/.

Changelog

0.2 (07/10/2013)

  • Added ability to use envdir from Python.

0.1 (07/10/2013)

  • Initial release.

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

envdir-0.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

envdir-0.1-py2.py3-none-any.whl (5.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file envdir-0.1.tar.gz.

File metadata

  • Download URL: envdir-0.1.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for envdir-0.1.tar.gz
Algorithm Hash digest
SHA256 68b9c50abac0d1cc0e9d3703880fded14650ce1d1793f44b81ba2f1ce77e0ffa
MD5 8cce5ea0ebc2388a5af5b5deb9ccbc29
BLAKE2b-256 6704867ce2bb35bd9b4387b6d8400f89c169c3f038617d0df4300628ddfd0305

See more details on using hashes here.

Provenance

File details

Details for the file envdir-0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for envdir-0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ea1f7f731c370235340b2d8f9cbb5197d9c8b705986b633d84d443d5101bbf91
MD5 55fd28d791cca93e2231b6cf74fbed83
BLAKE2b-256 0051c9eb6d39117c4004ba05f4731e045cf5a99f82b34581f070022208d94c3f

See more details on using hashes here.

Provenance

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