summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2026-04-14 12:36:07 +0200
committerSimeon Simeonov2026-04-14 12:36:07 +0200
commit6fcc6b260aa86a404ae22f190cc62fc457ce28b6 (patch)
treecfcea5b97a7fabb96898173f8acd03d245d25074
parentc4cc9c90b3546e72efbaeb9cb632b9d98288bac1 (diff)
Discontinue the projectHEADnextmaster
-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