Skip to content

Commit 71f8702

Browse files
committed
update README
1 parent bfeb996 commit 71f8702

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ mureq
33

44
[![TypeChecks](https://github.com/hbmartin/mureq-typed/actions/workflows/lint.yml/badge.svg)](https://github.com/hbmartin/mureq-typed/actions/workflows/lint.yml)
55
[![Test](https://github.com/hbmartin/mureq-typed/actions/workflows/test.yml/badge.svg)](https://github.com/hbmartin/mureq-typed/actions/workflows/test.yml)
6+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
7+
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
8+
[![0BSD](https://img.shields.io/github/license/hbmartin/mureq-typed)](https://github.com/hbmartin/mureq-typed/blob/master/LICENSE)
69

710
`mureq` is a single-file, zero-dependency alternative to [python-requests](https://github.com/psf/requests), intended to be vendored in-tree by Linux systems software and other lightweight applications. It is released under the [0BSD license](https://opensource.org/licenses/0BSD) to facilitate this (it can be freely copied without any attribution requirements).
811

@@ -113,6 +116,10 @@ If you're switching from python-requests, there are a few things to keep in mind
113116

114117
## Who?
115118

119+
Typing, formatting, and other recent fixes by [Harold Martin](https://www.linkedin.com/in/harold-martin-98526971/) - harold.martin at gmail
120+
121+
Forked from [mureq](https://github.com/slingamn/mureq) by [slingamn](https://cs.stanford.edu/people/slingamn/)
122+
116123
If I were you, I would be asking: given that python-requests is used successfully on millions of systems, who is this person touting a replacement?
117124

118125
I'm nobody special --- not a security expert, not an HTTP protocol expert --- just someone who has been [dealing](https://github.com/psf/requests/issues/520) [with](https://github.com/urllib3/urllib3/pull/87) [problems](https://github.com/kjd/idna/pull/22) [in](https://github.com/kjd/idna/pull/24) [this](https://code.launchpad.net/~slingamn/ssh-import-id/+git/ssh-import-id/+merge/389139) [ecosystem](https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1903605) [for](https://code.launchpad.net/~ddstreet/software-properties/+git/software-properties/+merge/396926) [years](https://github.com/OpenPrinting/system-config-printer/pull/247). That's just the thing: HTTP isn't that hard! HTTP is already safe for humans.

0 commit comments

Comments
 (0)