Contents

uploadserver 5.2.0

0

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

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

Stars: 193, Watchers: 193, Forks: 44, Open Issues: 0

The Densaugeo/uploadserver repo was created 5 years ago and the last code push was 6 days ago.
The project is popular with 193 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
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 0 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.5

A Python ASGI web microframework with the same API as Flask

Hypercorn 0.16.0

A ASGI Server based on Hyper libraries and inspired by Gunicorn

aiohttp 3.9.5

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.