Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #30672 > unrolled thread

Re: parse an environment file

Started byJason Friedman <jason@powerpull.net>
First post2012-10-02 21:49 -0600
Last post2012-10-02 21:49 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: parse an environment file Jason Friedman <jason@powerpull.net> - 2012-10-02 21:49 -0600

#30672 — Re: parse an environment file

FromJason Friedman <jason@powerpull.net>
Date2012-10-02 21:49 -0600
SubjectRe: parse an environment file
Message-ID<mailman.1752.1349236170.27098.python-list@python.org>
> Ah, fair enough. Well, since you're using the full range of bash
> functionality, the only viable way to parse it is with bash itself.
> I'd recommend going with the version you have above:
>
>> * * * * * . /path/to/export_file && /path/to/script.py
>
> Under what circumstances is this not an option? That'd be the next
> thing to consider.
>
> Alternatively, you may want to consider making your own config file
> format. If you consciously restrict yourself to a severe subset of
> bash functionality, you could easily parse it in Python - for
> instance, always look for "export %s=%s" with simple strings for the
> variable name and value.
>
Thank you, Chris, off-list post unintentional.  It may be the case
that I do not maintain /path/to/export_file; I might just be allowed
to read it.
Based on your responses and everyone's responses I'm guessing that
what I am doing is sufficiently novel that there is no canned
solution.  I looked at shlex but did not see how that would be
helpful.
Thank you all for your thoughts.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web