Like pypiserver, but works behind a proxy with relative href addresses. Uses aiohttp.
Project description
aiopypiserver
A basic PyPi server using aiohttp to serve web pages. Intended to work behind an Apache proxy with relative href accessing. Available here of from PyPI.
Motivation
This is intended to work behind an Apache proxy. This means providing href links in the pages as relative links. i.e. ./packages/pkg_name.tar.gz and not /packages... .
This is addressed as provided by WSGI.
Looking at the code I liked the idea of implementing with asyncio and aiohttp
in preference to forking the pypiserver code.
Usage
usage: aiopypiserver [-h] [-p port] [-i address] [-u username] [-P password] [-v] [-q] [package_path]
Private PyPi server.
positional arguments:
package_path path to packages
options:
-h, --help show this help message and exit
-p port, --port port Listen on port
-i address, --interface address Listen on address
-u username, --username username For uploading packages
-P password, --password password ...
-v, --verbose set debug level
-q, --quiet turn off access logging
Browse index at http://localhost:8080/.
Can also be run as a module as python -m aiopypiserver -h. Using the internal class is probably a bad idea ATM as the API is likely to change.
By default access logs are generated, as I find it useful to see these.
Apache
Add the following to your Apache config. This is the item for pypiserver that required wsgi.
ProxyPass /pypi/ http://127.0.0.1:8080/
ProxyPassReverse /pypi/ http://127.0.0.1:8080/
Thanks
Please let me know how you get on through the github page.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiopypiserver-0.0.7.tar.gz.
File metadata
- Download URL: aiopypiserver-0.0.7.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35b22a8f0cae8787b5ed31b33e3f2abcb2bd46c8fbd40a0ef97ccd5501889b88
|
|
| MD5 |
c84f978ccb69592d0fa9c667a73c4a19
|
|
| BLAKE2b-256 |
2168684426f85a0bf84c69200d13ca031c20378a5f11a11f773ad65acc60a028
|
File details
Details for the file aiopypiserver-0.0.7-py3-none-any.whl.
File metadata
- Download URL: aiopypiserver-0.0.7-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4347f13b0825bf04bf16634bc1b8a7f093f912f162a9655b9bfc8f1c8e2d40e2
|
|
| MD5 |
f3998fb96998eb3f2aef2348e9701e50
|
|
| BLAKE2b-256 |
73541443ff899fc9e831dcf9f7044e734b77e36d9fcc0a1d6e6fcbb6b9ff5603
|