Pylons Web Framework
Project description
Pylons
======
The Pylons web framework is aimed at making webapps and large programmatic website
development in Python easy. Several key points:
* A framework to make writing web applications in Python easy
* Inspired by Rails and TurboGears
* Utilizes a minimalist, component-based philosophy that makes it easy to expand on
* Harness existing knowledge about Python
Knowing Python makes Pylons easy
---------------------------------
Pylons makes it easy to expand on your knowledge of Python to master Pylons for web
development. Using a MVC style dispath, Python knowledge is used at various levels:
* The Controller is just a basic Python class, called for each request.
Customizing the
response is as easy as overriding __call__ to make your webapp work how you want.
* Myghty templating compiles directly to Python byte-code for speed and utilizes
Python
for template control rather than creating its own template syntax for "for,
while, etc"
Current Status
---------------
Pylons 0.9.4.1 described on this page is stable.
Download and Installation
-------------------------
Pylons can be installed with `Easy Install
<http://peak.telecommunity.com/DevCenter/EasyInstall>`_ by typing::
> easy_install Pylons
Dependant packages are automatically installed from
the `Pylons download page <http://pylonshq.com/download/>`_ .
======
The Pylons web framework is aimed at making webapps and large programmatic website
development in Python easy. Several key points:
* A framework to make writing web applications in Python easy
* Inspired by Rails and TurboGears
* Utilizes a minimalist, component-based philosophy that makes it easy to expand on
* Harness existing knowledge about Python
Knowing Python makes Pylons easy
---------------------------------
Pylons makes it easy to expand on your knowledge of Python to master Pylons for web
development. Using a MVC style dispath, Python knowledge is used at various levels:
* The Controller is just a basic Python class, called for each request.
Customizing the
response is as easy as overriding __call__ to make your webapp work how you want.
* Myghty templating compiles directly to Python byte-code for speed and utilizes
Python
for template control rather than creating its own template syntax for "for,
while, etc"
Current Status
---------------
Pylons 0.9.4.1 described on this page is stable.
Download and Installation
-------------------------
Pylons can be installed with `Easy Install
<http://peak.telecommunity.com/DevCenter/EasyInstall>`_ by typing::
> easy_install Pylons
Dependant packages are automatically installed from
the `Pylons download page <http://pylonshq.com/download/>`_ .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Pylons-0.9.4.1.tar.gz
(162.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
Pylons-0.9.4.1-py2.4.egg
(216.2 kB
view details)
File details
Details for the file Pylons-0.9.4.1.tar.gz.
File metadata
- Download URL: Pylons-0.9.4.1.tar.gz
- Upload date:
- Size: 162.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77e5a62e3c4772c886abd1d052cbcdeec4ec6627356ad7d00525962f362cac51
|
|
| MD5 |
59d438240d6dce3b560d9912f2204992
|
|
| BLAKE2b-256 |
465d72e7575bf7d29bc75fe37bbfb589e26709d5806e8a0db8a405a43f4e5aa8
|
File details
Details for the file Pylons-0.9.4.1-py2.4.egg.
File metadata
- Download URL: Pylons-0.9.4.1-py2.4.egg
- Upload date:
- Size: 216.2 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ae3a5533bfdd37f2a698feae4cf8c471939ca26c1364ea8dee35aecd5f42232
|
|
| MD5 |
433711dd927ecf39e50c7903e1f92c4a
|
|
| BLAKE2b-256 |
2ff97d72081594af4c72dad8ff1ac90635bd323af761429e670d550d16be09dd
|