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.5 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.5 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.5.tar.gz
(179.5 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.5-py2.4.egg
(225.8 kB
view details)
File details
Details for the file Pylons-0.9.5.tar.gz.
File metadata
- Download URL: Pylons-0.9.5.tar.gz
- Upload date:
- Size: 179.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03f6a049cd2d2ddcedfdd54dcfca213bd0e394bd00528a0d9c114cb1ec1c45ff
|
|
| MD5 |
929825ab20610f4ec15038c2a590d8cf
|
|
| BLAKE2b-256 |
1503392b00c5b41e688d97cfdb6efb670e3d0485cf4dd77ee013b2f857cc80f6
|
File details
Details for the file Pylons-0.9.5-py2.4.egg.
File metadata
- Download URL: Pylons-0.9.5-py2.4.egg
- Upload date:
- Size: 225.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6f40abc53fa1a20575be2080f20443b0d27bdae6c297ef582e1d641f11bac19
|
|
| MD5 |
70b598dbbe24284f9a64664fa63baafe
|
|
| BLAKE2b-256 |
076c0ec2346158f58f889910ceb20899b827437286961080b7eb63ad77b2a8ff
|