{ "info": { "author": "Benoit Suttor", "author_email": "bsuttor@cirb.irisnet.be", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Framework :: Zope2", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. contents::\n\nIntroduction\n============\n\nYou can open a browser and call the ::\n \n @@stomach_view?token=my_secret_token\n\nOr make python script which call view url as ::\n\n url = \"http://localhost:8080/Plone/stomach_view?token=my_secret_token\n request = urllib2.Request(url)\n request.add_header(\"Content-Type\", \"application/json\")\n response = urllib2.urlopen(request)\n print response.read()\n\nA json with a list of all eggs will be return.\n\nBenoit Suttor, Author\n\nChangelog\n=========\n\n0.2 (2013-07-25)\n----------------\n\n- Add little security with token and registry.\n [bsuttor]\n\n\n0.1 (2013-07-17)\n----------------\n\n- Package created using templer\n [bsuttor]", "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/collective/collective.stomach", "keywords": "", "license": "gpl", "maintainer": null, "maintainer_email": null, "name": "collective.stomach", "package_url": "https://pypi.org/project/collective.stomach/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.stomach/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/collective/collective.stomach" }, "release_url": "https://pypi.org/project/collective.stomach/0.2/", "requires_dist": null, "requires_python": null, "summary": "This products is used to see which eggs are in Plone site.", "version": "0.2" }, "last_serial": 824704, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fc123da5a3d044ae4a2354bfae0b7ec6", "sha256": "c8b43263becf900de3ace297eab39813dfa81255d0c697291ab0b6fa88ddd134" }, "downloads": -1, "filename": "collective.stomach-0.1.zip", "has_sig": false, "md5_digest": "fc123da5a3d044ae4a2354bfae0b7ec6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23458, "upload_time": "2013-07-17T08:35:36", "url": "https://files.pythonhosted.org/packages/16/08/6bc030188beb62639ab7b6482bcd847ab2eeae45a03ec0ce60a350059cdf/collective.stomach-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "08109a28cb822780d596a05293fd7afd", "sha256": "f4df026ac3dc09bacb9ebf6a790068af1839e843e7818877a97c4b87de460c5d" }, "downloads": -1, "filename": "collective.stomach-0.2.zip", "has_sig": false, "md5_digest": "08109a28cb822780d596a05293fd7afd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24100, "upload_time": "2013-07-25T08:34:55", "url": "https://files.pythonhosted.org/packages/e1/e7/cfc86a25229886af62c358a2fb0f616798c51f8274fe5d0c5432c41b76fd/collective.stomach-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08109a28cb822780d596a05293fd7afd", "sha256": "f4df026ac3dc09bacb9ebf6a790068af1839e843e7818877a97c4b87de460c5d" }, "downloads": -1, "filename": "collective.stomach-0.2.zip", "has_sig": false, "md5_digest": "08109a28cb822780d596a05293fd7afd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24100, "upload_time": "2013-07-25T08:34:55", "url": "https://files.pythonhosted.org/packages/e1/e7/cfc86a25229886af62c358a2fb0f616798c51f8274fe5d0c5432c41b76fd/collective.stomach-0.2.zip" } ] }