1 files changed, 12 insertions, 0 deletions
|
diff --git a/README.md b/README.md index b5409c6..32b2c5c 100644 --- a/ README.md+++ b/ README.md |
| @@ -4,6 +4,18 @@ |
| 4 | receiving file uploads |
4 | receiving file uploads |
| 5 | |
5 | |
| 6 | |
6 | |
| |
7 | ## Discontinued |
| |
8 | |
| |
9 | **Note:** *ngus* has been discontinued for the following reasons: |
| |
10 | |
| |
11 | - the removal of the *cgi* module in Python >= 3.13, |
| |
12 | making it difficult to handle multipart requests without additional |
| |
13 | libraries / packages. |
| |
14 | |
| |
15 | - the arrival of [miniserve](https://github.com/svenstaro/miniserve) |
| |
16 | that seems to satisfy the criteria described bellow. |
| |
17 | |
| |
18 | |
| 7 | ## Motivation |
19 | ## Motivation |
| 8 | |
20 | |
| 9 | The reason for writing this small package was the need to transfer files from |
21 | The reason for writing this small package was the need to transfer files from |
|