Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install warehouse

How to install warehouse

  1. Download and install ActivePython
  2. Buy and install the Business Edition license from account.activestate.com
  3. Open Command Prompt
  4. Type pypm install warehouse

warehouse contains builds that are only available via PyPM when you have a current ActivePython Business Edition subscription.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.12.4
0.12.4 Available View build log
0.9.7 Available View build log
Windows (64-bit)
Mac OS X (10.5+)
0.12.4
0.12.4 Available View build log
0.9.7 Available View build log
Linux (32-bit)
0.12.4
0.12.4 Available View build log
0.12.1 Available View build log
0.12.0 Available View build log
0.11.0 Available View build log
0.10.8 Available View build log
0.10.4 Available View build log
0.10.1 Available View build log
0.9.29 Available View build log
0.9.7 Available View build log
0.8.9 Available View build log
0.7.15 Available View build log
0.7.1 Available View build log
0.6 Available View build log
0.4.1 Available View build log
0.3.1 Available View build log
0.1.6 Available View build log
0.1.5 Available View build log
0.1.1 Available View build log
Linux (64-bit)
0.12.4
0.12.4 Available View build log
0.12.1 Available View build log
0.12.0 Available View build log
0.11.0 Available View build log
0.10.8 Available View build log
0.10.4 Available View build log
0.10.1 Available View build log
0.9.29 Available View build log
0.9.7 Available View build log
0.8.9 Available View build log
0.7.15 Available View build log
0.7.1 Available View build log
0.6 Available View build log
0.4.1 Available View build log
0.3.1 Available View build log
0.1.6 Available View build log
0.1.5 Available View build log
0.1.1 Available View build log
 
Author
License
Apache License, Version 2.0
Depended by
https://travis-ci.org/dstufft/warehouse.png?branch=master https://coveralls.io/repos/dstufft/warehouse/badge.png?branch=master

Warehouse is a reimplementation of the Python Package Index using modern web development frameworks and methodologies.

Setting up a development environment

Warehouse requires Redis and PostgreSQL and by default will assume they are running locally and are configured to not require passwords.

  1. Get a checkout of the source

System Message: ERROR/3 (<string>, line 22)

Unknown directive type "code".

.. code:: bash

    $ git clone git@github.com:dstufft/warehouse.git warehouse

  1. Install the requirements

System Message: ERROR/3 (<string>, line 28)

Unknown directive type "code".

.. code:: bash

    $ pip install -r requirements.txt

  1. (Optional) Create a configuration file

System Message: ERROR/3 (<string>, line 34)

Unknown directive type "code".

.. code:: bash

    $ warehouse init config.py

  1. Start the development server

System Message: ERROR/3 (<string>, line 40)

Unknown directive type "code".

.. code:: bash

    # If you created a configuration file in 3.
    $ warehouse runserver --settings=config --configuration=Development

    # If you want to use the default development configuration
    $ warehouse runserver --settings=configs.dev --configuration=Development


Running the tests

Warehouse uses pytest to run the test suite. You can run all the tests by using:

System Message: ERROR/3 (<string>, line 54)

Unknown directive type "code".

.. code:: bash

    $ invoke tests

Unit and functional tests have been marked and you may run either of by using:

System Message: ERROR/3 (<string>, line 60)

Unknown directive type "code".

.. code:: bash

    # Run only the unit tests
    $ invoke tests -s unit

    # Run only the functional tests
    $ invoke tests -s functional


Contributing

Currently focusing on modeling and importing the data from the current PyPI database. Pull Requests that are not focused on that are likely to be declined. Once the project has matured and is more open to external contributions, it will be migrated to the Python Packaging Authority account.

  1. Fork the repository on GitHub.
  2. Make a branch off of master and commit your changes to it.
  3. Ensure that your name is added to the end of the CONTRIBUTORS file using the format Name <email@domain.com> (url), where the (url) portion is optional.
  4. Submit a Pull Request to the master branch on GitHub.

Subscribe to package updates

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.