Tornado PyPi server
Project description
PYPI Server
===========
Fast asynchronous pypi server implementation.
Screenshots
-----------
.. image:: screenshots/packages.png?raw=true
:scale: 50 %
.. image:: screenshots/users.png?raw=true
:scale: 50 %
.. image:: screenshots/create_user.png?raw=true
:scale: 50 %
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:
.. code-block:: bash
# 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):
.. code-block:: bash
# 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:
.. code-block:: bash
pip install pypi-server
If you want to support postgres or mysql database:
.. code-block:: bash
pip install 'pypi-server[postgres]' # or 'pypi-server[mysql]'
===========
Fast asynchronous pypi server implementation.
Screenshots
-----------
.. image:: screenshots/packages.png?raw=true
:scale: 50 %
.. image:: screenshots/users.png?raw=true
:scale: 50 %
.. image:: screenshots/create_user.png?raw=true
:scale: 50 %
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:
.. code-block:: bash
# 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):
.. code-block:: bash
# 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:
.. code-block:: bash
pip install pypi-server
If you want to support postgres or mysql database:
.. code-block:: bash
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.8.tar.gz
(695.0 kB
view details)
File details
Details for the file pypi-server-0.3.8.tar.gz
.
File metadata
- Download URL: pypi-server-0.3.8.tar.gz
- Upload date:
- Size: 695.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47c07f487b79ef97043c236233af9a42bba77eec505703670fc10d6c71362446 |
|
MD5 | d5fcda6243910d33bf5f232d00108ed8 |
|
BLAKE2b-256 | f7349fb2c561e5f02cccde3fcb5b0580274737dd2ef98ff7181b4426d86a47d7 |