getsling / flask-swagger

A swagger 2.0 spec extractor for flask
MIT License
457 stars 91 forks source link

Pip source code is different from github master branch #36

Closed jhonjairoroa87 closed 8 years ago

jhonjairoroa87 commented 8 years ago

Hi, I installed flask-swagger using 'pip install flask-swagger' and I noticed the downloaded source code is different from the one published in the master branch. Notice "_parse_docstring" function on the left and "_find_from_file" on the right.

screenshot 2016-09-30 14 38 50

Maybe I'm doing something wrong and I haven't realize it, any thoughts?

atlithorn commented 8 years ago

You're not doing anything wrong - I simply haven't released the new version.

Apologies - it's there now.

jhonjairoroa87 commented 8 years ago

Thanks a lot @atlithorn !!