python-ecosys/dotenv: Add .env file loader package.#1092
Closed
Holdrulff wants to merge 1 commit into
Closed
Conversation
Holdrulff
force-pushed
the
add-dotenv-package
branch
from
March 6, 2026 19:31
5a73c8b to
17f3d35
Compare
Signed-off-by: holdrulff <holdrulff@gmail.com>
Holdrulff
force-pushed
the
add-dotenv-package
branch
from
March 6, 2026 19:32
17f3d35 to
6bbab46
Compare
Contributor
|
I notice that you have closed your PR, possibly in favor of : https://github.com/Holdrulff/micropython-dotenv That is perfectly fine - possibly you may want to let others know of this by creating a post in Show and Tell |
Author
|
@Josverl I closed because I wanted to check if I was committing it in the right place, but I reopened it again |
Member
|
Thanks for the contribution! Usually a package in What do you think about making the API here a subset of the standard dotenv? |
Member
|
Closing due to inactivity. Feel free to reopen with a response to the above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This package provides a lightweight .env file loader for MicroPython, allowing secure storage of credentials and configuration outside of source code.
Features: