Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing bin/jwt? #130

Closed
jpadilla opened this issue Apr 5, 2015 · 3 comments
Closed

Removing bin/jwt? #130

jpadilla opened this issue Apr 5, 2015 · 3 comments
Labels

Comments

@jpadilla
Copy link
Owner

jpadilla commented Apr 5, 2015

Do we want to keep this around or just remove it? How useful is it really? Are people using it?

@mark-adams
Copy link
Contributor

I didn't even know it was in there until three days ago. I could see how it might be useful but I feel like we might be able to fill the role by incorporating behavior into python -m jwt if people really use it.

@mark-adams
Copy link
Contributor

If we have tests for it, I think its not a bad idea to leave it around. I could see it being useful.

@dresiu
Copy link

dresiu commented Apr 28, 2015

Maybe it can be useful, but it destroys my interpreter because if I want to import jwt and for example decode function, it says that "AttributeError: 'module' object has no attribute 'decode'" because the Scripts dir (on Windows) is before site-packages in paths. It could be renamed.

@mark-adams mark-adams changed the title bin/jwt Removing bin/jwt? May 9, 2015
mark-adams added a commit that referenced this issue Oct 23, 2015
mark-adams added a commit that referenced this issue Oct 24, 2015
mark-adams added a commit that referenced this issue Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants