summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
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 @@
4receiving file uploads 4receiving 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,
12making it difficult to handle multipart requests without additional
13libraries / packages.
14
15- the arrival of [miniserve](https://github.com/svenstaro/miniserve)
16that seems to satisfy the criteria described bellow.
17
18
7## Motivation 19## Motivation
8 20
9The reason for writing this small package was the need to transfer files from 21The reason for writing this small package was the need to transfer files from