Skip to content
/ pylons Public

Pylons Framework, community maintained with guidance/assistance from the Pylons Project. Merged with repoze.bfg for Pyramid framework.

License

Notifications You must be signed in to change notification settings

Pylons/pylons

Folders and files

NameName
Last commit message
Last commit date
May 21, 2017
Jan 18, 2015
Dec 13, 2011
Jan 18, 2015
Oct 13, 2011
Jul 9, 2010
Mar 2, 2010
Jan 18, 2015
Jul 22, 2015
Jan 17, 2015
Sep 10, 2015
Mar 28, 2017
Jun 27, 2007
Feb 19, 2009
Dec 16, 2011
Jan 12, 2018
Jan 12, 2018

Repository files navigation

Pylons

Build Status

Pylons is a rapid web application development framework.

Note

Pylons has merged with repoze.bfg, and is now in maintenance-only mode. It's highly recommended that new projects start with the new merged web framework, pyramid.

Install

Read the online Installation instructions.

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

$ 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:

$ python setup.py test

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

Documentation

Read the complete Pylons web framework documentation.

Definitive Guide to Pylons is a book about Pylons published by Apress, written by James Gardner, with free HTML rendering.

Generating documentation requires Sphinx:

$ easy_install Sphinx

Then to build the documentation use the commands:

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

About

Pylons Framework, community maintained with guidance/assistance from the Pylons Project. Merged with repoze.bfg for Pyramid framework.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published