{ "info": { "author": "Ptah Project", "author_email": "ptahproject@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pylons", "Intended Audience :: Developers", "Programming Language :: Python", "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_crowd`` README\n==========================\n\nThis packages provides a nearly-complete user registration and management\nfacility. It is similar to ``cartouche`` in feature set. The `ptah_crowd` \npackage contains:\n\n- User registration forms\n\n- Reset password functionality\n\n- Ability to validate & suspend accounts\n\n- User model\n\n- User properties models/API\n\n- Ptah Management Plugin so you can manipulate API in web interface\n\n``ptah_crowd`` is built on-top of Pyramid and Ptah. It provides quite a few\nfeatures and is generic enough to \"plug into\" instead of build from scratch.\nIt is a framework and not library. ``ptah_crowd``` does something\nout-of-the-box and is meant to be extended. \n\nIt is worthwhile to understand that ``ptah_crowd`` is *not* a wsgi application.\nYou need an application such as one of the applications in the examples github\nrepository, https://github.com/ptahproject/examples\n\nQuick start\n-----------\n\nIf you do not have an application, lets use examples/ptah_models.\n\nInstall ``ptah_models`` into your virtualenv::\n\n $ cd examples/ptah_models\n $ /path/to/virtualenv/bin/python setup.py develop\n\nThen install ``ptah_crowd`` into your virtualenv::\n\n $ cd ptah_crowd\n $ /path/to/virtualenv/bin/python setup.py develop\n\nNow all that is remaining is telling the application to use\n``ptah_crowd``. This is really easy. Two ways.\n\n#1 - Edit the .ini File::\n\n $ cd examples/ptah_models\n $ edit settings.ini\n\nAdd `ptah_crowd` to the end of the `pyramid.includes` line::\n\n pyramid.includes = ptah pyramid_debugtoolbar ptah_crowd\n\n#2 - Add it to the WSGI app::\n\n $ cd examples/ptah_models/ptah_models\n $ edit app.py\n \nBelow the ``config.include('ptah')`` statment you can add::\n\n config.include('ptah_crowd')\n\nThen start pyramid::\n\n $ /path/to/virtualenv/bin/pserve settings.ini\n\nTo learn more about extending Pyramid you can read more in the documentation.\nhttp://readthedocs.org/docs/pyramid/en/latest/narr/extending.html\n\n=======\nCHANGES\n=======\n\n\n0.1 (2011-12-22)\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/ptah_crowd/", "keywords": null, "license": "BSD-derived", "maintainer": null, "maintainer_email": null, "name": "ptah_crowd", "package_url": "https://pypi.org/project/ptah_crowd/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ptah_crowd/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ptahproject/ptah_crowd/" }, "release_url": "https://pypi.org/project/ptah_crowd/0.1/", "requires_dist": null, "requires_python": null, "summary": "User management for Ptah.", "version": "0.1" }, "last_serial": 796774, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c52762c83e76af8529ec2d6dec4fe3a8", "sha256": "afad8bbde22ef64d0c970e03e7b1029c7ff67f96733c58aea57b09b4baf28d39" }, "downloads": -1, "filename": "ptah_crowd-0.1.tar.gz", "has_sig": false, "md5_digest": "c52762c83e76af8529ec2d6dec4fe3a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22015, "upload_time": "2011-12-22T08:33:20", "url": "https://files.pythonhosted.org/packages/8b/71/48ab50d414d271e50acdc1d1cfa45344c5c9a92ddb48010db1b04100cf02/ptah_crowd-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c52762c83e76af8529ec2d6dec4fe3a8", "sha256": "afad8bbde22ef64d0c970e03e7b1029c7ff67f96733c58aea57b09b4baf28d39" }, "downloads": -1, "filename": "ptah_crowd-0.1.tar.gz", "has_sig": false, "md5_digest": "c52762c83e76af8529ec2d6dec4fe3a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22015, "upload_time": "2011-12-22T08:33:20", "url": "https://files.pythonhosted.org/packages/8b/71/48ab50d414d271e50acdc1d1cfa45344c5c9a92ddb48010db1b04100cf02/ptah_crowd-0.1.tar.gz" } ] }