-
Notifications
You must be signed in to change notification settings - Fork 0
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
Naming for HTTP3 / Next-Gen HTTP client library #1
Comments
@shazow: @njsmith: @sethmlarson: @sethmlarson: @tomchristie:
I havn't taken a serious look into how do-able the second option would be, but it would allow us to bring the existing @sethmlarson: |
FWIW, I don't think that |
I'm not talking about variables necessarily. Think about things like talking to peers about the library, presentation slides. That's where it's tough to discern what is the library and what is an acronym. |
Ah, that is true. |
it would be confusing to me to make http (plaintext) requests with an https library |
@graingert The python 3 stdlib already claimed |
I was thinking of
I like it because:
>>> import httpx
>>> r = httpx.get('https://httpbin.org/get')
>>> r
<Response [200 OK]>
>>> r = httpx.post('https://httpbin.org/post', data={'key': 'value'})
>>> client = httpx.Client()
>>> r = client.get('https://example.org/')
>>> r
<Response [200 OK]> The name I also did a quick Google search for
|
@kislyuk ^ |
Thanks @florimondmanca, I'll add |
Ooo, I do like Another strategy could be to do a survey of all the popular http libraries on other platforms. For example, npm has |
+1 for httpx |
Happy to hand over httpx, also would be interested in helping with the project. |
We'd love to have more contributors. :) If you're looking for direction you can contact Tom or I on Twitter or Keybase. |
OK. Which PyPI users should I add as owners in httpx? |
|
I guess we're leaning towards @sethmlarson did ya get any thoughts from Cory on if revitalising Personally I'm not totally against considering a |
I've reached out to Cory just today, dropped the ball a bit on my side. :) |
Added @sethmlarson and @tomchristie as owners of https://pypi.org/project/httpx/. |
I'd prefer |
I'm in discussion with Cory right now about what he'd be comfortable with with revitalizing |
Cory and I have reached an agreement with Our thought process was basically: Upload a release that's +patch that emits a warning on first use with a description about what's going to be done. After some time with that active start making pre-releases with the new API, then once we've reached v1.0 some time later we start releasing non-prereleases. I’m happy to run with that approach Great! We can get a little bit of work done on our side to create a landing point for users with questions / issues and what to do if they don't want to opt in to changes. After that work is done we can make the PR on the python-hyper/hyper repository to add the warning in a way you're happy with. Then maybe add Tom Christie, Nathaniel and I to the PyPI project and we'll make our first prerelease in 2-ish weeks after that happens? Does that sound acceptable to you? Sure, sounds good, but I may just also bring you all on to the project and just file an issue announcing that I’m handing over control to you. Should make it a bit easier on you. Given this are we all in favor of using |
Cory has added @tomchristie, @njsmith, and I to the hyper project: python-hyper/hyper#415 |
🤩 Yup that sounds ace. Not quite sure how we’d want to marshal the organisation name vs. the package name. (Eg are we expecting “hyper 1.0” to land on the existing python-hyper org, or here on python-http?) I think the two different docs pages for the hyper org vs the hyper package are possibly a bit confusing for newcomers, as they currently stand: https://python-hyper.org/en/latest/ |
1.0+ would land on python-http and the old repository would remain for the pre-1.0 version and updated with a proper message regarding it's status. There's a good amount of naming issues to figure out, I think we'd be fine using |
Any thoughts on how to have a clearer seperation between the existing I'm super keen on this, but I'd quite like to get straight in my head what GitHub orgs and what documentation domain names we'd be transitioning too. (Also: @kislyuk - thanks so much for having made httpx - really appreciated, even if it doesn't look like that's where we'll end up) |
Stray thought: repurposing |
Even with the repurposing issue I think I'm still leaning hyper. 1-to-1 with HTTP, speed connotations, other langs use hyper. Hype is a great name though! Excellent find :) |
Plus I'm actually thinking revitalizing the project is a great way for us to get some early users, especially those interested in next-gen HTTP. |
Again, I don't have a strong opinion, but since arguing is a FOSS dev's favorite sport:
They're both prefixes of HTTP...
"Hype" is slang for "excitement", so the connotations work either way.
Usually "there are confusingly similar projects already using the name" is the biggest reason to avoid using a name! |
Oh and:
While breaking people's existing, working setups is certainly an effective way to get their attention, I'm not sure it's going to get the reaction you're hoping for. |
You're definitely right, I'd love to hear other's thoughts too. |
I believe the plan is the this will be released as 0.x.y.az and then 1.0.0
so it won't break anyone using semver requirements
…On Tue, 16 Jul 2019, 23:45 Nathaniel J. Smith, ***@***.***> wrote:
Oh and:
Plus I'm actually thinking revitalizing the project is a great way for us
to get some early users, especially those interested in next-gen HTTP.
While breaking people's existing, working setups is certainly an effective
way to get their attention, I'm not sure it's going to get the reaction
you're hoping for.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AADFATHRDIXBLRPTDLRTKKTP7Y6BRA5CNFSM4H7F3NJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2CHZPA#issuecomment-511999164>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADFATBEA7HFZBW2G3OUDXLP7Y6BRANCNFSM4H7F3NJQ>
.
|
Being distinct from existing docs and other languages is kind of nice. Completely clear slate name-wise, all the other options we've suggested are either used by another lang, are an acronym, or already have history. |
Personally, I like hyper >= httpx > hype. I acknowledge that there may be some people who become frustrated with hyper's transition, but realistically hyper has not been updated in over 2 years, and any transition shouldn't be very painful (going back to pin a version, or switch to the archive repo). In general, my advice is: Don't let fear of breaking things get in the way of progress. If there's a possibility of moving forward past the really really really really socially and emotionally difficult problem of choosing a name, err on the side of breaking things if that's what it takes. Not advocating breaking things just for fun, but breaking things for progress is worth it for everyone involved. The community will benefit the sooner and the more enthusiastically this project moves forward. :) |
That's fine if people are using the appropriate constraints already, but are they? My experience has been that once you've break someone's setup, then explaining how it's actually OK because of some retroactive justification you made up usually doesn't make them any happier... It does look like hyper only gets ~70k downloads/month, and github estimates it's used by 223 repos and 32 packages, which is non-trivial but on the low end. It looks like Rust currently owns the |
I'm probably warmer on I really like
Ideally I'm much rather end up with something like: |
To compliment @njsmith's comment on StackOverflow tags: |
I can roll with that. |
We've decided on using HTTPX and the latest version of the project has been released to PyPI. Massive thank-you to @kislyuk for the name Thanks all for participating in this discussion, I hope to see the same fervor on other discussions as well. ;) |
Awesome, I'm glad we didn't end up with https / http3 and I like httpx :) |
NOTE: This discussion started within Team discussion before it was pointed out that the public could not see the discussion thread
This is a continuation of the discussion under python-http/python-http.org#3 about the naming for http3. There's also a good amount of public discussion on this issue on the http3 project.
To summarize those discussions the names that are candidates in any way are:
The text was updated successfully, but these errors were encountered: