Tornado PyPi server
Project description
Fast asynchronous pypi server implementation.
What is this?
pypi.python.org - is a global package repository of the python packages. This package is a self-hosted pypi service with caching functionallity from the global pypi.
HTTP proxy can’t works with XML-RPC of pypi.python.org.
Screenshots
Features
Supports right now:
Caching packages from global-pypi
Serving own packages (registering and updating)
Password authentication for registering and uploading
- Supported Databases:
Postgresql
Mysql (mariadb)
sqlite3 (default)
Installation
First prepare you system.
Centos:
# Install compillers
yum groupinstall -y "Development tools"
# Install dependency headers
yum install -y python-pip python-devel libxml2-devel libxslt-devel libffi-devel
# Install the database library headers (if you use postgresql)
yum install -y libpqxx-devel
Debian (Ubuntu):
# Install compillers
apt-get install -y build-essential
apt-get install -y python-dev python-pip libxml2-dev libxslt-dev libffi-dev
apt-get install -y libpq-dev
Install pypi-server:
pip install pypi-server
If you want to support postgres or mysql database:
pip install 'pypi-server[postgres]' # or 'pypi-server[mysql]'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pypi-server-0.3.18.tar.gz
.
File metadata
- Download URL: pypi-server-0.3.18.tar.gz
- Upload date:
- Size: 696.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17b19e51cea1834f30ef133aa67df218d5502cef58fa4995d53e0affd07d4a57 |
|
MD5 | 1bb5ffe9885d02f18d17c61a90c20d01 |
|
BLAKE2b-256 | 40794e1336ceeac2de8be89d90cfe3a4b5410e294249a41113f731d722f8d0f3 |