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

Add setup.py and publish to pypi #136

Closed
kevin1024 opened this issue May 17, 2014 · 9 comments
Closed

Add setup.py and publish to pypi #136

kevin1024 opened this issue May 17, 2014 · 9 comments

Comments

@kevin1024
Copy link
Contributor

It looks like httpbin used to have a setup.py but it was removed. There isn't much discussion but #112 seems to be where it happened.

I develop some python packages that test against httpbin.org, but I would like to make the work offline. To that end, I would like to install a local version of httpbin. I'm working on a pytest plugin that will provide httpbin running in a separate thread. However, without a setup.py, installing httpbin without vendoring it is pretty much impossible.

I'm happy to add a setup.py for you in a pull request, but seeing as how you used to have one and removed it at some point, I think it might be a good idea to discuss it first. BTW - I love httpbin, thanks for making it!

kevin1024 added a commit to kevin1024/httpbin that referenced this issue May 26, 2014
This allows tox to run, and allows me to install httpbin as a depenency
(see postmanlabs#136)
@hickford
Copy link
Contributor

Good idea.

@kennethreitz
Copy link
Contributor

would someone be interested in maintining the pypi releases for me?

@kennethreitz
Copy link
Contributor

@kevin1024 what's your name on pypi?

@kennethreitz
Copy link
Contributor

Let's do this. 🍰

@kevin1024
Copy link
Contributor Author

Sure, I'm kevin1024 on pypi.

@kennethreitz
Copy link
Contributor

@kevin1024 you're now a maintainer. Have at it, sir!

@kevin1024
Copy link
Contributor Author

😆 wow! cool.

@kevin1024
Copy link
Contributor Author

OK, I published the current version to pypi. When I have some free time I'l look into publishing a wheel. If I want to make changes to the setup.py, should I just put in a pull request?

@kennethreitz
Copy link
Contributor

Pull request away!

zeke pushed a commit to zeke/httpbin that referenced this issue Jul 21, 2014
This allows tox to run, and allows me to install httpbin as a depenency
(see postmanlabs#136)
dimok777 pushed a commit to dimok777/httpbin that referenced this issue Oct 20, 2017
This allows tox to run, and allows me to install httpbin as a depenency
(see postmanlabs#136)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants