Fromagerie Documentation Overview
=================================

This documentation covers the 0.1a version of Fromagerie, a reusable Python_
package index application for Django_ projects.

Fromagerie aims to be a simple, yet flexible way to run a private `Python package
index`_ server to leverage the power of setuptools_, zc.buildout_, pip_, and
other Python package management tools to build, install, and upgrade proprietary
packages and proprietary versions of 3rd party packages.

To get started using Fromagerie, refer to the :ref:`overview <overview>`.


.. _Python: http://www.python.org/
.. _Django: http://www.djangproject.com/
.. _Python package index: http://pypi.python.org/
.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
.. _zc.buildout: http://pypi.python.org/pypi/zc.buildout
.. _pip: http://pip.openplans.org/

Contents:

.. toctree::
   :maxdepth: 2

   overview
   views
