Contents

uploadserver 5.2.2

0

Python's http.server extended to include a file upload page

Python's http.server extended to include a file upload page

Stars: 230, Watchers: 230, Forks: 48, Open Issues: 1

The Densaugeo/uploadserver repo was created 5 years ago and the last code push was Yesterday.
The project is popular with 230 github stars!

How to Install uploadserver

You can install uploadserver using pip

pip install uploadserver

or add it to a project with poetry

poetry add uploadserver

Package Details

Author
Densaugeo
License
None
Homepage
https://github.com/Densaugeo/uploadserver
PyPi:
https://pypi.org/project/uploadserver/
GitHub Repo:
https://github.com/Densaugeo/uploadserver

Classifiers

No  uploadserver  pypi packages just yet.

Errors

A list of common uploadserver errors.

Code Examples

Here are some uploadserver code examples and snippets.

GitHub Issues

The uploadserver package has 1 open issues on GitHub

  • Feature request: add an entry point to support pipx installation

See more issues on GitHub

Related Packages & Articles

Quart 0.19.6

A Python ASGI web microframework with the same API as Flask

Hypercorn 0.17.3

A ASGI Server based on Hyper libraries and inspired by Gunicorn

aiohttp 3.10.10

The aiohttp Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.