Skip to content

Commit eb8635e

Browse files
committed
README.md: add donate button (fixes #29)
This is still (and will be) a free and open source project. I don't want to monetize it, just make the possibility to anyone who willing to donate a small amount of money. I'm doing it in my freetime and I'm dedicated to give this piece of software to everyone finding it useful, free of charge. Currently, this project is based heavily on werkzeug. Without them, implementation would not have been smooth and stable. I'm adding their donate link as well.
1 parent ad75ca0 commit eb8635e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![Build Status](https://travis-ci.org/csernazs/pytest-httpserver.svg?branch=master)](https://travis-ci.org/csernazs/pytest-httpserver)
22
[![Documentation Status](https://readthedocs.org/projects/pytest-httpserver/badge/?version=latest)](https://pytest-httpserver.readthedocs.io/en/latest/?badge=latest)
33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=K6PU3AGBZW4QC&item_name=pytest-httpserver&currency_code=EUR&source=url)
45

56
## pytest_httpserver
67

@@ -81,3 +82,14 @@ Similar to requests, you can fine-tune what response you want to send:
8182
* HTTP/2
8283
* Keepalive
8384
* ~~TLS~~
85+
86+
### Donation
87+
88+
If you want to donate to this project, you can find the donate button at the top
89+
of the README.
90+
91+
Currently, this project is based heavily on werkzeug. Werkzeug does all the heavy lifting
92+
behind the scenes, parsing HTTP request and defining Request and Response objects, which
93+
are currently transparent in the API.
94+
95+
If you wish to donate, please consider donating to them: https://palletsprojects.com/donate

0 commit comments

Comments
 (0)