https://github.com/pylons/pylons
Pylons Framework, community maintained with guidance/assistance from the Pylons Project. Merged with repoze.bfg for Pyramid framework.
https://github.com/pylons/pylons
Last synced: 8 months ago
JSON representation
Pylons Framework, community maintained with guidance/assistance from the Pylons Project. Merged with repoze.bfg for Pyramid framework.
- Host: GitHub
- URL: https://github.com/pylons/pylons
- Owner: Pylons
- License: other
- Created: 2010-12-18T17:51:00.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T20:31:28.000Z (almost 5 years ago)
- Last Synced: 2025-05-09T12:19:33.395Z (8 months ago)
- Language: Python
- Homepage:
- Size: 10.7 MB
- Stars: 236
- Watchers: 28
- Forks: 76
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
Pylons
++++++
.. image:: https://secure.travis-ci.org/Pylons/pylons.png?branch=master
:alt: Build Status
:target: https://secure.travis-ci.org/Pylons/pylons
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:
.. 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:
.. code-block :: bash
$ 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:
.. code-block :: bash
$ easy_install Sphinx
Then to build the documentation use the commands:
.. code-block :: bash
$ cd pylons/docs/
$ make html