Tornado PyPi server
Project description
Fast asynchronous pypi server implementation.
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
pypi-server-0.3.7.tar.gz
(695.1 kB
view details)
File details
Details for the file pypi-server-0.3.7.tar.gz
.
File metadata
- Download URL: pypi-server-0.3.7.tar.gz
- Upload date:
- Size: 695.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a57f566d1625ba18905427ced49a1115ce5b2b049e9326e6abb45427ba58cb90 |
|
MD5 | ba8bfadd68a70b669980808598af0f1b |
|
BLAKE2b-256 | 620a9a2a75327bc83214d801d709c3ab24b2bcd88d1db7f97e1289a6eb0234a3 |