Skip to main content

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


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.2.5.tar.gz (688.6 kB view details)

Uploaded Source

File details

Details for the file pypi-server-0.2.5.tar.gz.

File metadata

  • Download URL: pypi-server-0.2.5.tar.gz
  • Upload date:
  • Size: 688.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pypi-server-0.2.5.tar.gz
Algorithm Hash digest
SHA256 621029750cb107106c885291bf4ffd3d9be6b1d54ea8c519ae719597bcf084a9
MD5 1b10733b5d47756726a89c9f4f8780e4
BLAKE2b-256 8c54fa3122604bf455f904b3df0266d82074d52e7f8fc86bc0aa0b7b4e17dcc0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page