Path to this page:
./
devel/py-dotenv,
Add .env support to your django/flask apps
Branch: CURRENT,
Version: 1.0.1,
Package name: py312-dotenv-1.0.1,
Maintainer: wenpython-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)
- (2024-11-11) Updated to version: py312-dotenv-1.0.1
- (2024-01-23) Updated to version: py311-dotenv-1.0.1
- (2023-05-22) Updated to version: py310-dotenv-1.0.0
- (2023-01-25) Updated to version: py310-dotenv-0.21.1
- (2022-09-08) Updated to version: py310-dotenv-0.21.0
- (2022-07-21) Updated to version: py310-dotenv-0.20.0
CVS history: (Expand)
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
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) | |
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) | |
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) | |
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) | |
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) | |
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.
|