diff options
| author | Simeon Simeonov | 2026-04-14 12:36:07 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2026-04-14 12:36:07 +0200 |
| commit | 6fcc6b260aa86a404ae22f190cc62fc457ce28b6 (patch) | |
| tree | cfcea5b97a7fabb96898173f8acd03d245d25074 /README.md | |
| parent | c4cc9c90b3546e72efbaeb9cb632b9d98288bac1 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
| @@ -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 |
