Commit Graph

10 Commits

Author SHA1 Message Date
Mahmoud Hashemi 4487046042 fix pypi badge typo 2020-08-03 23:35:40 -07:00
Hugo b2d38f008d Update for tested Python versions 2019-12-29 19:30:02 +02:00
Wilfredo Sánchez Vega 7d33145a8d MOAR BADGERS, er… badges (#87)
Add a slew of new badges for lots of extra flair :)
2019-11-18 12:41:12 -08:00
Mark Williams 8d9ac92fbd Unicode literals for Python 2 compatibility; fix typo in index.rst. 2018-04-18 20:35:08 -07:00
Adam Johnson 534cc5f089 Make first examples work
The examples were broken in several ways, probably due to changes in the library since they were first written:

* Replacing `scheme` from 'http' to 'https' seems to also require replacing `port` to match, otherwise it is maintained as port 80
* The `click` function on the github URL (without a trailing slash) takes one to `github.com/` rather than the org URL
* The URL referred to has moved, since the project was moved from `github.com/mahmoud` to `github.com/python-hyper` :)
* I also thought `str()` is more natural than `to_text()`
2018-04-17 22:53:55 +01:00
Mahmoud Hashemi 272d8012c9 explicit unicode strings in the README example, fixes #51 2017-11-18 09:55:01 -08:00
Alex Chan 92d21cf87f
Various fixes to the README
* Link to the two RFCs
* Don't indent the code examples
* We test on Python 3.6 as well
* /s/souce/source
2017-07-08 13:51:22 +01:00
Mahmoud Hashemi 5031ef7c7d fix a couple README links 2017-06-02 02:41:43 -07:00
Mahmoud Hashemi ddf0637a02 docs and version links/badges in README 2017-04-22 01:12:58 -07:00
Mahmoud Hashemi 3eedde0005 adding initial README (links TBD) 2017-03-24 18:22:10 -07:00