Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Represent Local Env #151

Open
benoit-dubreuil opened this issue Apr 13, 2021 · 2 comments
Open

Represent Local Env #151

benoit-dubreuil opened this issue Apr 13, 2021 · 2 comments
Assignees
Labels
Feature New feature or request

Comments

@benoit-dubreuil
Copy link
Owner

Specifications

  • Represent environment variables for local usage as a data model.
  • Must support :
    • Overwriting another environment;
    • Extending another environment;
    • Reducing another environment;
    • Creating itself from the following type : dict[str: str];
    • Creating itself from the following type : dict[str: list[str]];
    • Transforming itself in the following type : dict[str: str];
    • Transforming itself in the following type : dict[str: list[str]];
@benoit-dubreuil benoit-dubreuil added the Feature New feature or request label Apr 13, 2021
@benoit-dubreuil benoit-dubreuil self-assigned this Apr 13, 2021
benoit-dubreuil added a commit that referenced this issue Apr 13, 2021
@benoit-dubreuil
Copy link
Owner Author

benoit-dubreuil commented May 1, 2021

On pause, as it is not a priority.

@benoit-dubreuil
Copy link
Owner Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant