Support injecting environment variables into Pipenv files
fridex opened this issue ยท 6 comments
Is your feature request related to a problem? Please describe.
To be compatible with Pipenv, we should add capability to inject environment variables into Pipenv files. See Pipenv docs for more info.
Describe the solution you'd like
micropipenv can inject environment variables to entries in source
section.
If there is no rush in implementing this, we'll have a few high school interns in our team in May and this looks like a good project one of them might be interested in. What do you think?
If there is no rush in implementing this, we'll have a few high school interns in our team in May and this looks like a good project one of them might be interested in. What do you think?
+1 on my side. ๐ We do not have a direct use case for this as of now.
#177
Should it also find enviromental variables in .env files?
Good point ๐๐ป - it would be helpful. That way the environment variable injecting feature would be fully compatible with Pipenv's .env handling.
Actually, reading the docs - might be not needed as micropipenv does not manage a virtual environment.
/triage needs-information