<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-2"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Wiadomość napisana przez S Joshua Swamidass <<a href="mailto:swamidass@gmail.com">swamidass@gmail.com</a>> w dniu 13 paź 2012, o godz. 05:24:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello,<div><br></div><div>It seemed like there were several requests to enable ini file parsing with argparse. I wrote module to do this.</div><div>I'd be curious to know if this is useful and anyone has a better approach.</div></blockquote><div><br></div><div>This mailing list focuses on the development *of* Python so your message if off-topic for this list. I suggest <a href="mailto:python-announce-list@python.org">python-announce-list@python.org</a> or the generic <a href="mailto:python-list@python.org">python-list@python.org</a>.</div><br><blockquote type="cite"><div><a href="http://pypi.python.org/pypi/ConfArgParse">http://pypi.python.org/pypi/ConfArgParse</a></div></blockquote><div><br></div><div>That being said, a couple of remarks:</div><div><br></div><div>1. See configglue which does what your module tries to do.</div><div>2. A "Production/Stable" trove classifier without any unit tests does not look very convincing.</div><div>3. Your code is 2.x only.</div><div>4. ConfArgParse.args2config uses RawConfigParser whereas ConfArgParse._parse_config uses SafeConfigParser which will lead to inconsistent content handling.</div><div>5. Your code is not PEP8 compliant.</div></div><div>6. Long option names traditionally don't use underscores but dashes. E.g. not --conf_file but --conf-file.</div><div><div><div>7. There doesn't seem to be a homepage. The one you listed in setup.py is your homepage, not the project's homepage.</div><div>8. There doesn't seem to be a code repository for the project.</div></div></div><div><br></div><div>All in all: nice approach, promising project but definitely needs more work. Good luck :)</div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Helvetica; ">-- <br>Best regards,<br>Łukasz Langa</div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Helvetica; ">Senior Systems Architecture Engineer</div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Helvetica; "><br>IT Infrastructure Department<br>Grupa Allegro Sp. z o.o.</div></div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Helvetica; "><br></div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Helvetica; "><a href="http://lukasz.langa.pl/">http://lukasz.langa.pl/</a></div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Helvetica; ">+48 791 080 144</div></span></div></span></div></span></span>
</div>
<br></body></html>