{ "info": { "author": "Ptah Project", "author_email": "ptahproject@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pyramid", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "Ptah\n====\n\nPtah 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).\n\nPtah is loosely affiliated with the Pyramid, Django, Drupal and Zope/Plone communities. \n\nMost documentation requires Ptah 0.3 or greater.\n\nYou can read the `ptah` documentation on-line at \n`http://ptahproject.readthedocs.org `_.\n\nRequirements\n------------\n\n- Python 2.6+ or Python 3.2+\n\n- virtualenv\n\nNote for Windows Users\n----------------------\n\nOn Windows virtualenv/bin will be virtualenv/Scripts besides this difference everything else below is the same.\n\n\nGrab the release\n----------------\n\nIf you do not want to faff about with source, cloning repos, etc. Just grab the latest released version of ptah. \n\n $ /path/to/virtualenv/bin/pip install ptah\n\n\nPtah from source\n----------------\n\nIf you want the latest and greatest you need to grab code from source. \n\nclone `ptah` from github and then install it::\n\n $ /path/to/virtualenv/bin/python setup.py develop\n\nthen run the tests::\n\n $ /path/to/virtualenv/bin/python setup.py test\n\n\nAn empty project\n----------------\n\nLet's generate a empty project using the `ptah_starter` scaffolding. You can start from there::\n\n /path/to/virtualenv $ bin/pcreate -t ptah_starter myapp\n /path/to/virtualenv $ cd myapp\n /path/to/virtualenv/myapp $ ../bin/python setup.py develop\n /path/to/virtaulenv/myapp $ ../bin/pserve settings.ini --reload\n\nOpen your browser to http://localhost:6543/ if you want examples that do more such as demonstrating editing models and authentication. Check out the examples.\n \n\nExamples\n--------\n\nThere are several example applications ready for you to install and see Ptah in action. You can find them in the `examples` repository at github.\n\nhttps://github.com/ptahproject/examples\n\n\nSupport and Documentation\n-------------------------\n\nPtahproject google groups/mailing list, `Ptahproject Google Groups `_\n\nOn irc, use the freenode network and find us on channels, #ptahproject and #pyramid.\n\nDocumentation can be found in `docs` directory. You can also see it online at `http://ptahproject.readthedocs.org/ `_\n\nReport bugs at `Ptahproject @ Github `_\n\n\nKnown Issues\n------------\n\nOn 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.\n\n\nLicense\n-------\n\nPtah is offered under the BSD3 license.\n\n\nAuthors\n-------\n\nPtah is written by Python enthusiasts who refuse to compromise.\n\n=======\nCHANGES\n=======\n\n0.5.1 (2012-05-03)\n==================\n\nFeatures\n--------\n\n- Split ptah.cms to external package\n\n\n0.4.2 (2012-04-23)\n==================\n\nBug fixes\n---------\n\n- venusian 1.0a6 compatibility\n\n\n0.4.1 (2012-04-16)\n==================\n\nBug fixes\n---------\n\n- venusian 1.0a4 compatibility\n\n\n0.4.0 (2012-04-06)\n==================\n\nFeatures\n--------\n\n- Added html5 file api support in FileField\n\n- alembic 0.2.x\n\n- twitter bootstrap 2.0\n\n- CKEditor (instead of tinymce)\n\n\n0.3.3 (2012-01-31)\n==================\n\nFeatures\n--------\n\n- Added `ptah.enable_modules` setting, list of enabled\n management modules.\n\n- Require alembic 0.1.1\n\n\nBug fixes\n---------\n\n- Encode `content-type` header for blob `data` rest action\n\n- Do not use `request` for application factories in\n `applications` rest action. It brakes security for current root object.\n\n\n0.3.2 (2012-01-20)\n==================\n\n- JQuery 1.7.1\n\n\nBug fixes\n---------\n\n- Check migration version information only if sqla \n has been configured.\n\n- Run ptah.shutdown() before exit from process.\n\n\n0.3.1 (2012-01-19)\n==================\n\nFeatures\n--------\n\n- Added ``voc_factory`` attribute to ``VocabularyField``\n\n\nBug fixes\n---------\n\n- Stop process if current revisions are \n different from head revisions.\n\n- Execute ``POPULATE_DB_SCHEMA`` populate step\n instead of all populate steps during migration.\n\n\n0.3.0 (2012-01-12)\n==================\n\nFeatures\n--------\n\n- Added data migration subsystem. It is documented\n in the \"Data migration\" chapter.\n\n- Added data population subsystem. It is documented\n in the \"Data population\" chapter.\n\n- Added a ``ptah-migrate`` script. It is documented\n in the \"Command-Line utilities\" chapter.\n\n- Added a ``ptah-populate`` script. It is documented\n in the \"Command-Line utilities\" chapter.\n\n- Added a ``default_roles`` setting. It defines\n list of roles for principal.\n\n- Its possible to start ptah without database.\n\n- Added json dict column ``ptah_nodes.annotations``.\n\n- Removed `ptah_content` table columns,\n `view`, `creators`, `subjects`, `publisher`, `contributors`.\n\n\nBug Fixes\n---------\n\n- MySQL Compatibility #116\n\n\n0.2.1 (2011-12-28)\n==================\n\nFeatures\n--------\n\n- Added python2.6 support.\n\n- Added a ``ptah-manage`` script. It is documented\n in the \"Command-Line utilities\" chapter.\n\n\n- Fixed mail template generation on python3\n\n\n0.2 (2011-12-21)\n================\n\n- require pyramid 1.3\n\n\n0.1.1 (2011-12-05)\n==================\n\n- Fix rst renderer\n\n\n0.1 (2011-11-19)\n================\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ptahproject/ptahcms/", "keywords": null, "license": "BSD-derived", "maintainer": null, "maintainer_email": null, "name": "ptahcms", "package_url": "https://pypi.org/project/ptahcms/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ptahcms/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ptahproject/ptahcms/" }, "release_url": "https://pypi.org/project/ptahcms/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Ptah is a fast, fun, open source high-level Python web development environment.", "version": "0.5.1" }, "last_serial": 796775, "releases": { "0.5.1": [ { "comment_text": "", "digests": { "md5": "98c92f452e0f7df986431b25817499ff", "sha256": "cf8dd3b9e57007ae71254ea75eb77241ebe0dfc3dc4ccbceff40d4843f7ce5b9" }, "downloads": -1, "filename": "ptahcms-0.5.1.tar.gz", "has_sig": false, "md5_digest": "98c92f452e0f7df986431b25817499ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39920, "upload_time": "2012-05-04T00:56:22", "url": "https://files.pythonhosted.org/packages/8f/91/bef2d54c088699e01bef6b3400bf5d56fdf9fcc5948159f2b7f6c2d34889/ptahcms-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "98c92f452e0f7df986431b25817499ff", "sha256": "cf8dd3b9e57007ae71254ea75eb77241ebe0dfc3dc4ccbceff40d4843f7ce5b9" }, "downloads": -1, "filename": "ptahcms-0.5.1.tar.gz", "has_sig": false, "md5_digest": "98c92f452e0f7df986431b25817499ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39920, "upload_time": "2012-05-04T00:56:22", "url": "https://files.pythonhosted.org/packages/8f/91/bef2d54c088699e01bef6b3400bf5d56fdf9fcc5948159f2b7f6c2d34889/ptahcms-0.5.1.tar.gz" } ] }