./devel/py-dotenv, Add .env support to your django/flask apps

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.1, Package name: py311-dotenv-1.0.1, Maintainer: wen

python-dotenv reads the key,value pair from .env and adds them to environment
variable. It is great of managing app settings during development and in
production using 12-factor principles.


Required to run:
[devel/py-setuptools] [devel/py-click] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 38.198 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-28 09:14:02 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-dotenv: add missing tools
   2024-01-23 14:34:09 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-dotenv: updated to 1.0.1

1.0.1

**Fixed**

* Gracefully handle code which has been imported from a zipfile
* Allow modules using load_dotenv to be reloaded when launched in a separate thread
* Fix file not closed after deletion, handle error in the rewrite function

**Misc**
* Use pathlib.Path in tests
* Fix year in release date in changelog.md
* Use https in README links
   2023-05-22 14:25:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-dotenv: updated to 1.0.0

1.0.0

**Fixed**

* Drop support for python 3.7, add python 3.12-dev
* Handle situations where the cwd does not exist.
   2023-01-25 10:26:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-dotenv: updated to 0.21.1

0.21.1

Added
* Use Python 3.11 non-beta in CI
* Modernize variables code
* Modernize main.py and parser.py code
* Improve conciseness of cli.py and __init__.py
* Improve error message for `get` and `list` commands when env file can't be opened
* Updated Licence to align with BSD OSI template

Fixed
* Fix Out-of-scope error when "dest" variable is undefined
* Fix IPython test warning about deprecated `magic`
* Fix type hint for dotenv_path var, add StrPath alias
   2022-09-08 17:21:59 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-dotenv: updated to 0.21.0

0.21.0

Added
* CLI: add support for invocations via 'python -m'.
* `load_dotenv` function now returns `False`.
* CLI: add --format= option to list command.

Fixed
* Drop Python 3.5 and 3.6 and upgrade GA
* Use `open` instead of `io.open`.
* Improve documentation for variables without a value
* Add `parse_it` to Related Projects by
* Update README.md by
* Improve documentation with direct use of MkDocs by
   2022-07-21 11:38:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-dotenv: updated to 0.20.0

0.20.0

Added
- Add `encoding` (`Optional[str]`) parameter to `get_key`, `set_key` and `unset_key`.

Fixed
- Use dict to specify the `entry_points` parameter of `setuptools.setup`
- Don't build universal wheels
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS