Tornado PyPi server
Project description
Fast asynchronous pypi server implementation.
Features
Supports right now:
Caching packages from global-pypi
Serving own packages (registering and updating)
Password authentication for registering and uploading
- Supports 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
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 pypi-server-0.1.22.tar.gz.
File metadata
- Download URL: pypi-server-0.1.22.tar.gz
- Upload date:
- Size: 686.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0c22c0ee794269947c811421391080e23f53be8a5ace0c9998af0dcf43bc83b
|
|
| MD5 |
8c78757293d7a54a5829d5c4a225b67d
|
|
| BLAKE2b-256 |
e8a6ad015baf83637038af5b56b57a892e5065b7112e30735190c842e5fed5ad
|
File details
Details for the file pypi_server-0.1.22-py2-none-any.whl.
File metadata
- Download URL: pypi_server-0.1.22-py2-none-any.whl
- Upload date:
- Size: 720.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4da5880a6284922e14ae8b2ab6f1de101fee86e232ccf8929f5b816f762a630
|
|
| MD5 |
98c3796725683119c3d20b1ea858c262
|
|
| BLAKE2b-256 |
d7588644d8c2f48835669a1fae5887e69eca84784c5a864b1fdca04f327f0a03
|