Review / Suggestions / Feedback
southwood opened this issue · 3 comments
I am kind of new to python and would greatly appreciate any feedback / suggestions or general commentary on this library. It is largely a port of @felixrieseberg's library for node.js I'm using it for a couple projects and things seems to be working.
Thanks!
Fantastic stuff! I think that @irjudson might actually be perfectly suited for a quick look.
Hey!
I'm looking it over and it looks pretty sweet at first glance.
Have you run pep8 and pyflakes on it to see if it conforms to python coding
conventions?
you can do that automatically in travis (see:
http://cramer.io/2012/05/03/using-travis-ci/)
Also, on the readme the dev enviroment was python 2.7, but none of the
other things are required - you might not want to include them.
and finally, if you include a requirements.txt (like a package.json) you
can do pip install -r requirements.txt and not have to enumerate them in
your readme (in case they change).
You want me to fork and PR these things or just provide feedback in email?
--Ivan
Ivan R. Judson
irjudson.org
(425) 679-1375
On Thu, Oct 8, 2015 at 5:03 PM, Felix Rieseberg notifications@github.com
wrote:
Fantastic stuff! I think that @irjudson https://github.com/irjudson
might actually be perfectly suited for a quick look.—
Reply to this email directly or view it on GitHub
#1 (comment)
.