Envdir

Latest version: v1.0.1

Safety actively analyzes 638361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.4

^^^^^^^^^^^^^^^^

* Added ``envshell`` command which launches a subshell using the environment
as defined in the given envdir. Example::

$ envshell ~/mysite/envs/prod/
Launching envshell for /home/jezdez/mysite/envs/prod. Type 'exit' or 'Ctrl+D' to return.
$ python manage.py runserver
..

0.3

^^^^^^^^^^^^^^^^

* Catch ``KeyboardInterrupt`` exceptions to not show a traceback from envdir
but the repsonse from the called command.

* Allow multiline environment variables. Thanks to Horst Gutmann for the
suggestion. This is a departure from daemontools' standard which only
allows the first line of the environment variable file.

0.2.1

^^^^^^^^^^^^^^^^^^

* Fixed ``python -m envdir``
* Extended README to better describe the purpose

0.2

^^^^^^^^^^^^^^^^

* Added ability to use envdir from Python.

0.1

^^^^^^^^^^^^^^^^

* Initial release.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.