diff options
| -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 |
