https://github.com/ptahproject/ptah
https://github.com/ptahproject/ptah
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ptahproject/ptah
- Owner: ptahproject
- License: other
- Created: 2011-09-15T16:52:05.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T11:41:05.000Z (almost 6 years ago)
- Last Synced: 2025-09-26T06:50:34.263Z (4 months ago)
- Language: Python
- Homepage:
- Size: 11.3 MB
- Stars: 72
- Watchers: 6
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-pyramid - Ptah - Ptah is a fast, fun, open (Other)
README
Ptah
====
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.3 or greater.
You can read the `ptah` documentation on-line at
`http://ptahproject.readthedocs.org `_.
.. image :: https://secure.travis-ci.org/ptahproject/ptah.png
:target: https://secure.travis-ci.org/ptahproject/ptah
Requirements
------------
- Python 2.6+ or Python 3.2+
- 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 develop
/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.
https://github.com/ptahproject/examples
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 online at `http://ptahproject.readthedocs.org/ `_
Report bugs at `Ptahproject @ Github `_
Known Issues
------------
On some versions of Ubuntu you may get Python 2.7 exiting stating it has "Aborted." There is a bug in ctypes on that particular Ubuntu platform.
License
-------
Ptah is offered under the BSD3 license.