Giter Site home page Giter Site logo

Comments (6)

tino avatar tino commented on May 22, 2024

Yeah, they do make sense. The problem was that the tool loading the environment variables (not with python-dotenv) was tripping upon them. But I guess I better fix that tool :)

from python-dotenv.

hugochinchilla avatar hugochinchilla commented on May 22, 2024

I use this library to mantain my dotenv files across a number of projects, but I have a problem with Docker and it's that for Docker an envfile gets parsed as if you split the lines by the equal sign, everything before the equal is the variable name, the rest is the value, the problem is that you end up with quotes in your values which breaks some applications.

I guess changing the behavior by default could be a breaking change, maybe a good compromise is to support a flag to set the behavior:

 --quote=always (current behavior)
 --quote=never (never add quotes)
 --quote=auto (only add quotes for values containing spaces)

I would add the "auto" behavior to support sourcing dotenv files from bash, i use this a lot while debugging, the problem with unquoted strings containing whitespace is that bash thinks you are trying to run a command.

from python-dotenv.

theskumar avatar theskumar commented on May 22, 2024

Just released 0.4.0 with this functionality. 🎉

@hugochinchilla are you able to install the new version and confirm it works for you. Thanks.

from python-dotenv.

hugochinchilla avatar hugochinchilla commented on May 22, 2024

Works amazingly, thank you for merging so fast.

from python-dotenv.

theskumar avatar theskumar commented on May 22, 2024

Released 0.6.0 containing this change is on PYPI. Yay!

from python-dotenv.

hugochinchilla avatar hugochinchilla commented on May 22, 2024

@theskumar I think you wanted to post your last comment on PR #30 ;)

Thanks for merging :)

from python-dotenv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.