{ "info": { "author": "Alex Clark", "author_email": "aclark@aclark.net", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\n``collective.package`` is a sample add-on package for Plone developers.\n\nMotivation\n----------\n\nBoilerplate code from ``ZopeSkel`` is nice; but not quite as nice as example code.\n\nInstallation\n------------\n\nYou may install this add-on via Buildout, like so::\n\n virtualenv-2.7 .\n bin/pip install zc.buildout\n bin/buildout init\n cat << EOF > buildout.cfg\n [buildout]\n extends = http://build.pythonpackages.com/buildout/plone/latest\n [plone]\n eggs += collective.package\n EOF\n bin/buildout\n bin/plone fg\n\nExamples\n--------\n\nThis package contains code examples for common add-on package tasks in Plone.\nFor example, creating a Python package that \"shows up\" as an installable\nadd-on in the Plone control panel. Or installing an authentication plugin.\n\nHere is a list of examples:\n\n* How do I make my package \"show up\" in Plone?\n\n * Use the ``Quick Installer``.\n\n* How do I create an authentication plugin?\n\n * Use the ``Pluggable Auth Service``.\n\nChangelog\n=========\n\n0.3.1 (2012-04-07)\n------------------\n\n* Clean up package\n [aclark]\n\n0.3.0 (2012-04-07)\n------------------\n\n* Clean up package\n [aclark]\n\n0.2 (12/01/2010)\n----------------\n\n* Add PAS example\n* Rename Products.product to collective.package\n\n0.1 - Unreleased\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": "http://collective.github.com/collective.package/", "keywords": "plone example package", "license": "ZPL", "maintainer": null, "maintainer_email": null, "name": "collective.package", "package_url": "https://pypi.org/project/collective.package/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.package/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://collective.github.com/collective.package/" }, "release_url": "https://pypi.org/project/collective.package/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Sample package to demonstrate development of add-ons for the Plone CMS", "version": "0.3.1" }, "last_serial": 787988, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "4196216d808fa6b9353dfbc22aa277e4", "sha256": "c62245b46f3cb0e69431f45cf2251005bcdd9dcf8ba4d28a6a32432921a58040" }, "downloads": -1, "filename": "collective.package-0.2.zip", "has_sig": false, "md5_digest": "4196216d808fa6b9353dfbc22aa277e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21993, "upload_time": "2010-12-02T04:28:40", "url": "https://files.pythonhosted.org/packages/ff/d0/52ead561942e9868a93a183d6ed2f0f0e40863395707df7a021ce6faa995/collective.package-0.2.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "28cc17300dacfe5788652cbd3bad7071", "sha256": "3919b93aeb0030fa2c8cf08abf40bfe3effdff62ac5998a73d48e82c22446807" }, "downloads": -1, "filename": "collective.package-0.3.zip", "has_sig": false, "md5_digest": "28cc17300dacfe5788652cbd3bad7071", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26922, "upload_time": "2012-04-08T03:14:41", "url": "https://files.pythonhosted.org/packages/62/d2/837d73fc0c7a0cdf54b4bb607a1e376c0970f7df2ef22cd98e7ef971ae2d/collective.package-0.3.zip" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "8dc9e7ccc30624da0440f3be852f079e", "sha256": "5474f0c9f0b016d60dbd41be1ea6e87f39f915a9925c72465d13ac7852ccb38c" }, "downloads": -1, "filename": "collective.package-0.3.1.zip", "has_sig": false, "md5_digest": "8dc9e7ccc30624da0440f3be852f079e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26788, "upload_time": "2012-04-08T03:47:29", "url": "https://files.pythonhosted.org/packages/cb/26/0f0d4427e452f782f93a477d74314449817ed05f7e7ba9798bb4d6a6cd5e/collective.package-0.3.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8dc9e7ccc30624da0440f3be852f079e", "sha256": "5474f0c9f0b016d60dbd41be1ea6e87f39f915a9925c72465d13ac7852ccb38c" }, "downloads": -1, "filename": "collective.package-0.3.1.zip", "has_sig": false, "md5_digest": "8dc9e7ccc30624da0440f3be852f079e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26788, "upload_time": "2012-04-08T03:47:29", "url": "https://files.pythonhosted.org/packages/cb/26/0f0d4427e452f782f93a477d74314449817ed05f7e7ba9798bb4d6a6cd5e/collective.package-0.3.1.zip" } ] }