obeattie / pylons

Pylons is a lightweight web framework emphasizing flexibility and rapid development. Automatically synchronized with the official Mercurial repository every 5 minutes (including all branches and tags).

This URL has Read+Write access

pylons /
name age message
file .hgignore Thu Dec 04 10:55:56 -0800 2008 Updated hgignore. [nozom@macbook-air.local]
file CHANGELOG Thu Nov 19 18:06:28 -0800 2009 Merge changelog update [bbangert]
file LICENSE Wed Dec 31 19:00:56 -0800 2008 happy new year! [pjenvey]
file MANIFEST.in Mon Oct 06 17:47:11 -0700 2008 Exclude test session data [bbangert]
file README.txt Sun Feb 22 13:36:59 -0800 2009 update -- does anyone still read this? [pjenvey]
file UPGRADING Wed Jun 27 16:32:45 -0700 2007 [svn] * Added upgrade instructions, and posted ... [rsms]
file ez_setup.py Wed Feb 18 22:39:43 -0800 2009 update to latest ez_setup.py with 2.6 md5s [pjenvey]
directory pylons/ Tue Dec 29 20:21:16 -0800 2009 merge from 0.10 [pjenvey]
directory scripts/ Sun Sep 13 12:36:07 -0700 2009 update to the latest virtualenv tip for better ... [pjenvey]
file setup.cfg Tue Dec 29 17:50:46 -0800 2009 Backed out changeset 3d41a123c770 [pjenvey]
file setup.py Mon Sep 14 17:07:58 -0700 2009 merge from 0.10 [pjenvey]
directory tests/ Sun Dec 20 13:53:08 -0800 2009 Reslolve merge conflict leftovers [bbangert]
README.txt
Pylons
++++++

Pylons is a rapid web application development framework.

Full documentation is available online at http://pylonshq.com/docs/en/0.9.7/

Install
=======

Installation instructions are at http://pylonshq.com/docs/en/0.9.7/gettingstarted/

If you want to install from source you can run the following command:

.. code-block :: bash

    $ python setup.py install

This will display a message and download setuptools if the module is not
already installed. It will then install Pylons and all its dependencies. You
may need root privileges to install setuptools.

Testing
=======

To test the source distribution run the following command:

you will need to install Pylons as well some
additional tools.

.. code-block :: bash

    $ python setup.py test

This will install additional dependencies needed for the tests. As above, you
may need root privileges.

Documentation
=============

Generating documentation requires Sphinx:

.. code-block :: bash

    $ easy_install Sphinx

Then to build the documentation use the commands:

.. code-block :: bash

    $ cd pylons/docs/<lang>
    $ make html