Ptah is a fast, fun, open source high-level Python web development environment.
Project description
Ptah is a fast, fun, open source high-level Python web development environment. Ptah is built on top of the Pyramid web framework. Ptah’s goal is to make developing interactive web sites and applications fun. Ptah aims to fill a void in the Pyramid eco-system, a “full stack” environment which is well integrated and provides opinions (forms, management ui, models, etc).
Ptah is loosely affiliated with the Pyramid, Django, Drupal and Zope/Plone communities.
Most documentation requires Ptah 0.2 or greater.
Requirements
Python 2.7+ or Python 3.2+, we use collections.OrderedDict
virtualenv
Note for Windows Users
On Windows virtualenv/bin will be virtualenv/Scripts besides this difference everything else below is the same.
Grab the release
If you do not want to faff about with source, cloning repos, etc. Just grab the latest released version of ptah.
$ /path/to/virtualenv/bin/pip install ptah
Ptah from source
If you want the latest and greatest you need to grab code from source.
clone ptah from github and then install it:
$ /path/to/virtualenv/bin/python setup.py develop
then run the tests:
$ /path/to/virtualenv/bin/python setup.py test
An empty project
Let’s generate a empty project using the ptah_starter scaffolding. You can start from there:
/path/to/virtualenv $ bin/pcreate -t ptah_starter myapp /path/to/virtualenv $ cd myapp /path/to/virtualenv/myapp $ ../bin/python setup.py /path/to/virtaulenv/myapp $ ../bin/pserve settings.ini --reload
Open your browser to http://localhost:6543/ if you want examples that do more such as demonstrating editing models and authentication. Check out the examples.
Examples
There are several example applications ready for you to install and see Ptah in action. You can find them in the examples repository at github.
Support and Documentation
Ptahproject google groups/mailing list, Ptahproject Google Groups
On irc, use the freenode network and find us on channels, #ptahproject and #pyramid.
Documentation can be found in docs directory. You can also see it rendered at ptahproject.readthedocs.org
Report bugs at Ptahproject @ Github
Known Issues
On some versions of Ubuntu you may get Python exiting stating it has “Aborted.” There is a bug in ctypes on that particular Ubuntu platform.
License
Ptah is offered under the BSD3 license.
0.2 (2011-12-21)
require pyramid 1.3
0.1.1 (2011-12-05)
Fix rst renderer
0.1 (2011-11-19)
Initial release
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
File details
Details for the file ptah-0.2.tar.gz
.
File metadata
- Download URL: ptah-0.2.tar.gz
- Upload date:
- Size: 809.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a17fd6a612a318f805bc137b69cdd189969fefedcf1c270867dd14a5568fb89 |
|
MD5 | 658a2fbb1b6b342ab75bd570b0c55a37 |
|
BLAKE2b-256 | 7a6afc2edf1fcab4256c6a2d345c23ae55ab1899315b6b4a8da0f74e32f1f016 |