{
"info": {
"author": "Svintsov Dmitry",
"author_email": "sacrud@uralbash.ru",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Environment :: Web Environment",
"Framework :: Pyramid",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Natural Language :: Russian",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Database",
"Topic :: Internet"
],
"description": "|Build Status| |Coverage Status| |PyPI|\n\npyramid_sacrud\n==============\n\nDocumentation ``_\n\nOverview\n--------\n\nPyramid CRUD interface. Provides an administration web interface for Pyramid.\nUnlike classic CRUD, ``pyramid_sacrud`` allows overrides and flexibility to\ncustomize your interface, similar to ``django.contrib.admin`` but uses a\ndifferent backend to provide resources. `New Architecture\n`_\nbuilt on the resources and mechanism traversal, allows to use it in various\ncases.\n\nThe list of standard backends:\n\n* `ps_alchemy `_ - provides SQLAlchemy\n models.\n* ps_mongo - provides MongoDB.\n* etc..\n\nLook how easy it is to use with Pyramid and SQLAlchemy:\n\n.. code-block:: python\n\n from .models import (Model1, Model2, Model3,)\n\n # add SQLAlchemy backend\n config.include('ps_alchemy')\n\n # add sacrud and project models\n config.include('pyramid_sacrud')\n settings = config.registry.settings\n settings['pyramid_sacrud.models'] = (('Group1', [Model1, Model2]),\n ('Group2', [Model3]))\n\ngo to http://localhost:6543/sacrud/\n\nAnd see...\n\n|sacrud_index|\n\nExample can be found here https://github.com/sacrud/ps_alchemy/tree/master/example\n\nInstalling\n==========\n\n.. code-block:: bash\n\n pip install pyramid_sacrud\n\nSupport and Development\n=======================\n\nTo report bugs, use the `issue tracker\n`_.\n\nWe welcome any contribution: suggestions, ideas, commits with new futures,\nbug fixes, refactoring, docs, tests, translations etc\n\nIf you have question, contact me sacrud@uralbash.ru or IRC channel #sacrud\n\nLicense\n=======\n\nThe project is licensed under the MIT license.\n\n.. |Build Status| image:: https://travis-ci.org/sacrud/pyramid_sacrud.svg?branch=master\n :target: https://travis-ci.org/sacrud/pyramid_sacrud\n.. |Coverage Status| image:: https://coveralls.io/repos/sacrud/pyramid_sacrud/badge.png?branch=master\n :target: https://coveralls.io/r/sacrud/pyramid_sacrud?branch=master\n.. |sacrud_index| image:: https://raw.githubusercontent.com/sacrud/pyramid_sacrud/master/docs/_static/img/index.png\n :target: https://raw.githubusercontent.com/sacrud/pyramid_sacrud/master/docs/_static/img/index.png\n.. |PyPI| image:: http://img.shields.io/pypi/dm/pyramid_sacrud.svg\n :target: https://pypi.python.org/pypi/pyramid_sacrud/\n\n0.3.3 (2016-03-15)\n==================\n\n- Moved CRUD part to `ps_crud `_\n\n0.3.2 (2016-02-07)\n==================\n\n- rename CONFIG_MODELS to CONFIG_RESOURCES\n- make GroupResource as default parent\n- add exampe with custom resource\n\n0.3.1 (2016-01-08)\n==================\n\n- add paginate>=0.5.0 version to requirements.txt (see #117)\n\n0.3.0 (2016-01-07)\n==================\n\n- New resources architecture\n- move SQLAlchemy handler to separate module ``ps_alchemy``\n- migrate test to py.test (#102 issue)",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://github.com/sacrud/pyramid_sacrud/",
"keywords": null,
"license": "MIT",
"maintainer": null,
"maintainer_email": null,
"name": "pyramid_sacrud",
"package_url": "https://pypi.org/project/pyramid_sacrud/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/pyramid_sacrud/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://github.com/sacrud/pyramid_sacrud/"
},
"release_url": "https://pypi.org/project/pyramid_sacrud/0.3.3/",
"requires_dist": null,
"requires_python": null,
"summary": "Pyramid CRUD, admin web interface.",
"version": "0.3.3"
},
"last_serial": 2008099,
"releases": {
"0.0.1": [
{
"comment_text": "",
"digests": {
"md5": "ad629837bb8ca2010d52552909ac301f",
"sha256": "bfc5240c147faf079e80e93a367109cb474b94bf6838f485283738542c209cef"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "ad629837bb8ca2010d52552909ac301f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 130025,
"upload_time": "2014-11-06T16:32:24",
"url": "https://files.pythonhosted.org/packages/99/d2/75fa1d06a4dc21c1ec3ff1877c76b76dd75063bb2c4abcdc6239868cef51/pyramid_sacrud-0.0.1.tar.gz"
}
],
"0.0.1a": [],
"0.0.1a1": [
{
"comment_text": "",
"digests": {
"md5": "d86784abbcbede6b9b547b49e0585142",
"sha256": "98ec34499db451f87fb1eb44682c42a1510abde348492a0c6a02c0a9c5fb1d45"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.0.1a1.tar.gz",
"has_sig": false,
"md5_digest": "d86784abbcbede6b9b547b49e0585142",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 277131,
"upload_time": "2014-09-18T14:26:40",
"url": "https://files.pythonhosted.org/packages/fa/19/ccd9eaef383b273460d12aea990050125b405fcc3e04eb63f7974e17fbd4/pyramid_sacrud-0.0.1a1.tar.gz"
}
],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "cb5a476c2ffac4a33d9b12a4da862455",
"sha256": "ff045d0ee3a69432a31e4d74fbf5b66e561e76ae4f997c291aff340244fb68a9"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "cb5a476c2ffac4a33d9b12a4da862455",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 347960,
"upload_time": "2014-11-07T16:08:05",
"url": "https://files.pythonhosted.org/packages/87/aa/a5b099e0c906945747e80dccd7ec5e065842cf0da7688ece468243f02115/pyramid_sacrud-0.0.2.tar.gz"
}
],
"0.0.3": [
{
"comment_text": "",
"digests": {
"md5": "052345b58d66c47252bb98e76817ad31",
"sha256": "cff4ad1dd6c6f63be2c0d0f8de7de489ca3c8f48a43264dd373ce1481d6e64fd"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "052345b58d66c47252bb98e76817ad31",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 359687,
"upload_time": "2014-12-12T12:12:47",
"url": "https://files.pythonhosted.org/packages/7a/84/38a4c0c8750dde9e7f6e8a79f105dc47c0b6b31b280e7ef4a71fb643e619/pyramid_sacrud-0.0.3.tar.gz"
}
],
"0.0.4": [
{
"comment_text": "",
"digests": {
"md5": "a7f5614720b31ea99cf46560255bc3c3",
"sha256": "30f1c31a7c6d7d4a3d135c2d8b7f665ea5502fd74c457e8ba94ca163a12f555d"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "a7f5614720b31ea99cf46560255bc3c3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 359711,
"upload_time": "2014-12-14T15:20:25",
"url": "https://files.pythonhosted.org/packages/dc/6c/0048aab2b11cabdca4955cf511ff5d043be82750dd54c5e384e779d7b6e4/pyramid_sacrud-0.0.4.tar.gz"
}
],
"0.0.5": [
{
"comment_text": "",
"digests": {
"md5": "e020a09fcd8222a12411286c3a15688a",
"sha256": "c1ae5a3fac5ae010478038fef6cb859b402c49618f036b4537be09ba7f39a77b"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "e020a09fcd8222a12411286c3a15688a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 359722,
"upload_time": "2014-12-31T06:54:14",
"url": "https://files.pythonhosted.org/packages/5c/72/9e924bbc868832f14684390c9e33faf2d29f05427b672e7e312fa53c3c5d/pyramid_sacrud-0.0.5.tar.gz"
}
],
"0.0.6.post1": [
{
"comment_text": "",
"digests": {
"md5": "c1e1c7d5c3bfadae1e433473f2797a3d",
"sha256": "00cf544a4f38b158df1a1eb69dccad30144c7532ec575f8b3d016bcb56fd74ca"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.0.6.post1.tar.gz",
"has_sig": false,
"md5_digest": "c1e1c7d5c3bfadae1e433473f2797a3d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 238959,
"upload_time": "2015-04-05T08:01:50",
"url": "https://files.pythonhosted.org/packages/2f/85/5ba7921a08e7ad8ffad8f2a378a5c3ec09d1541b9e5364a4e9834488cfbc/pyramid_sacrud-0.0.6.post1.tar.gz"
}
],
"0.0.7": [
{
"comment_text": "",
"digests": {
"md5": "b0f368a47b45ad870eaa4504c8995160",
"sha256": "33a11490ce2d2635bb1c21b8229f08fcd83030d2cdda887db1cf767141636b07"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "b0f368a47b45ad870eaa4504c8995160",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 265899,
"upload_time": "2015-04-24T04:54:28",
"url": "https://files.pythonhosted.org/packages/06/40/0e4a557663f64b57c77a9aff9212808fec3b5b51079ee6cf6ea4902a7074/pyramid_sacrud-0.0.7.tar.gz"
}
],
"0.0.8": [
{
"comment_text": "",
"digests": {
"md5": "65622777f0b6ee729eb4019de1daadfc",
"sha256": "8195657ec3a529a12a22d302965c252e8391478b3fd5e822948b5f7f2fe048db"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "65622777f0b6ee729eb4019de1daadfc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 177438,
"upload_time": "2015-06-04T10:38:37",
"url": "https://files.pythonhosted.org/packages/62/ad/8996674301fd9972b8cbbf829ad34db7566e18b60da5ddcfe249b41795c1/pyramid_sacrud-0.0.8.tar.gz"
}
],
"0.0.9": [
{
"comment_text": "",
"digests": {
"md5": "07fc5b1cf4744045bc0eeea5316e5bf1",
"sha256": "6716d2354624f234ba82ab1d8173ac9c99d9fde95ecccdc2c7b4891a7bc18e5c"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.0.9.tar.gz",
"has_sig": false,
"md5_digest": "07fc5b1cf4744045bc0eeea5316e5bf1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 177463,
"upload_time": "2015-06-11T09:10:14",
"url": "https://files.pythonhosted.org/packages/77/b3/e643e742d1f5145f2fe8834837cb86447af13054e60d898243d7d14496b3/pyramid_sacrud-0.0.9.tar.gz"
}
],
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "b0984ad096c941bd9f6125d9da8462e0",
"sha256": "10786224a9c3ebade2b3b712d054aae1431b11390269289227906c3a7f635e01"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "b0984ad096c941bd9f6125d9da8462e0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 177714,
"upload_time": "2015-06-12T11:12:11",
"url": "https://files.pythonhosted.org/packages/67/f7/b25f2f03bb0e7f1ceef7015957826591fdd0d90380d4e10343b4e2624298/pyramid_sacrud-0.1.0.tar.gz"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "fde41238b128ac48ed7bc474506a02a3",
"sha256": "0280d41662eb3e693967a38f22f1a0fce60bdc3d8b58860b31518f4f5ecb1fbf"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "fde41238b128ac48ed7bc474506a02a3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 189466,
"upload_time": "2015-07-07T07:13:07",
"url": "https://files.pythonhosted.org/packages/80/0c/89fa38ada802c1a06c7f533c97a2457b7aeb2f3b16257bfcbb39fceefd96/pyramid_sacrud-0.1.1.tar.gz"
}
],
"0.1.1.post0": [
{
"comment_text": "",
"digests": {
"md5": "dd463ab507c0e52ee943c31f9904d03c",
"sha256": "c1677d811a5fe04ddb42287fbd262cc56cab7c893f188a45ca651d488c995146"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.1.1.post0.tar.gz",
"has_sig": false,
"md5_digest": "dd463ab507c0e52ee943c31f9904d03c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 189507,
"upload_time": "2015-07-07T07:16:52",
"url": "https://files.pythonhosted.org/packages/4f/08/42ec8e0466a73ae2146660752a2b5c7ea68460d1f859ad17da9a6fcedd6f/pyramid_sacrud-0.1.1.post0.tar.gz"
}
],
"0.1.1.post1": [
{
"comment_text": "",
"digests": {
"md5": "6f52923c8f0f58fe558218e5e2440c58",
"sha256": "e75486e98c060fd9cce8f84bd248fbb5914806039d647b1cd1a584286e713506"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.1.1.post1.tar.gz",
"has_sig": false,
"md5_digest": "6f52923c8f0f58fe558218e5e2440c58",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 189568,
"upload_time": "2015-07-07T07:20:43",
"url": "https://files.pythonhosted.org/packages/43/50/f793ddc4247c827009570dfd2080293abf068a8faf52af4dfb3f86d53f5e/pyramid_sacrud-0.1.1.post1.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "55beb33292ca54113499f84cdf206eb5",
"sha256": "bbec4ac2589042976b699ea2b351cb7e63d8855945264f058064315e743f2f1a"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "55beb33292ca54113499f84cdf206eb5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 189664,
"upload_time": "2015-08-19T11:51:21",
"url": "https://files.pythonhosted.org/packages/d8/31/950ee8b706d99f83dd5c3436ddadd530e0ec8c9dcf108181b543712a713c/pyramid_sacrud-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "9fcc304962e7784337a15cc533b60e41",
"sha256": "7959ffbd63f838930f8642916df0c0885d913b8346a7a9f89a1e2bbe32b8122b"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "9fcc304962e7784337a15cc533b60e41",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 548674,
"upload_time": "2015-09-08T14:46:40",
"url": "https://files.pythonhosted.org/packages/83/b8/5595ca3fdb91769b5fd2d02e842d06625d46f44a166fbfd0ccc93b4c856b/pyramid_sacrud-0.1.3.tar.gz"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "8a29e6842da86f96a3c7817d1cf27235",
"sha256": "3c624446567f129b0a4e7477c00ea02953d0b15d84457779e1fd6b124ae3504c"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "8a29e6842da86f96a3c7817d1cf27235",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1330618,
"upload_time": "2015-11-13T10:30:58",
"url": "https://files.pythonhosted.org/packages/cb/7e/4a3adc6cbac0ac111541ec8bda387f7fe50fe9dfc32a713b94201b2d8f2f/pyramid_sacrud-0.2.0.tar.gz"
}
],
"0.2.0.post0": [
{
"comment_text": "",
"digests": {
"md5": "48fc29dda27e3107a2030b58a08f48e4",
"sha256": "29d75948d35b41942756acec4968ff0c2fc0cf4d7b82696042be48f388051e7b"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.2.0.post0.tar.gz",
"has_sig": false,
"md5_digest": "48fc29dda27e3107a2030b58a08f48e4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1330778,
"upload_time": "2015-12-01T11:33:21",
"url": "https://files.pythonhosted.org/packages/35/77/7d9b55929c0d6d838fcbe9b7d4a08262234c6f9840e76c160603ae4b2ad5/pyramid_sacrud-0.2.0.post0.tar.gz"
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "f5c63408172cf1c12ee68c504cec88d8",
"sha256": "93f4db30dd8624afd66830d3a95846f3e0fa775c1d6a4d460ecce43677e98a88"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "f5c63408172cf1c12ee68c504cec88d8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1329594,
"upload_time": "2015-12-02T14:29:28",
"url": "https://files.pythonhosted.org/packages/e9/c1/bb8ff3d0446611c05645147fe7cdcd619ca30085372be16cdd248c8af64f/pyramid_sacrud-0.2.1.tar.gz"
}
],
"0.2.2": [
{
"comment_text": "",
"digests": {
"md5": "aef3e1a6d4f988411e6770a0637243b5",
"sha256": "67cc3632a0b6a3b19dcba1cdd9e3209c9430dcba426ca7ee8330ac20c2c0f3b5"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "aef3e1a6d4f988411e6770a0637243b5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1390223,
"upload_time": "2016-01-07T17:45:37",
"url": "https://files.pythonhosted.org/packages/83/02/920c85d10e2eff6f2628644e85cf91432747726043f379ad4af28542cbab/pyramid_sacrud-0.2.2.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "ab370a0c2e4b1974dcda15c8c0a69589",
"sha256": "95a13e91188429a6d4e6e354acc3793c1e30d474138cbe102ebb52bd16fad486"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "ab370a0c2e4b1974dcda15c8c0a69589",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1517448,
"upload_time": "2016-01-07T18:36:32",
"url": "https://files.pythonhosted.org/packages/cf/ba/a7a8bb178886da73b09032a17025870ef0d9047000a4e670e72b60560d1e/pyramid_sacrud-0.3.0.tar.gz"
}
],
"0.3.0.post0": [
{
"comment_text": "",
"digests": {
"md5": "ac5a1bfa644cd7bd322bafc925590cc6",
"sha256": "0742ef32a0eb8772591ef1f56be0ba9233442211590af16dcb8ea7a4c923ae64"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.3.0.post0.tar.gz",
"has_sig": false,
"md5_digest": "ac5a1bfa644cd7bd322bafc925590cc6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1585442,
"upload_time": "2016-01-08T12:55:30",
"url": "https://files.pythonhosted.org/packages/a8/d5/c43b039c249d3a1266bf28f5155652b0d4fda8324228b16e985ac0d332d0/pyramid_sacrud-0.3.0.post0.tar.gz"
}
],
"0.3.1": [
{
"comment_text": "",
"digests": {
"md5": "d3ea132c1b8ef823ebf82512aff33aec",
"sha256": "80ced6c9ec338d8eadd7dee7380a1eaa35abb1893d3cc01fa71c096beed72445"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "d3ea132c1b8ef823ebf82512aff33aec",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1585356,
"upload_time": "2016-01-08T18:56:04",
"url": "https://files.pythonhosted.org/packages/5e/c2/4915e922be392d0217a3e8fa40195adedee2ba4eda706610f342f4fe475b/pyramid_sacrud-0.3.1.tar.gz"
}
],
"0.3.2": [
{
"comment_text": "",
"digests": {
"md5": "1479e6a6fba509cc8c72c516f461bbc0",
"sha256": "50b9279cbdb53526d54597a8335f06b2fbb85fe98d61b763d1e4d49ec3fa33f1"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "1479e6a6fba509cc8c72c516f461bbc0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1593282,
"upload_time": "2016-02-07T09:28:56",
"url": "https://files.pythonhosted.org/packages/62/30/1a68634c17560846d6c8a377ee587b0d7fc1a284996716c4c27f99c62fba/pyramid_sacrud-0.3.2.tar.gz"
}
],
"0.3.3": [
{
"comment_text": "",
"digests": {
"md5": "9f3c2c7b7cfd7248c6634020ded7249c",
"sha256": "1a7ffce191a4f2316a495d68eff23c1bec5aa6a2988c692d527bbffaa8574afc"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "9f3c2c7b7cfd7248c6634020ded7249c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1622438,
"upload_time": "2016-03-15T15:36:04",
"url": "https://files.pythonhosted.org/packages/6e/ef/1f93aeb5f764a1a5d98250aff7d64548f3b941e949d39776daae4c35a8d4/pyramid_sacrud-0.3.3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "9f3c2c7b7cfd7248c6634020ded7249c",
"sha256": "1a7ffce191a4f2316a495d68eff23c1bec5aa6a2988c692d527bbffaa8574afc"
},
"downloads": -1,
"filename": "pyramid_sacrud-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "9f3c2c7b7cfd7248c6634020ded7249c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1622438,
"upload_time": "2016-03-15T15:36:04",
"url": "https://files.pythonhosted.org/packages/6e/ef/1f93aeb5f764a1a5d98250aff7d64548f3b941e949d39776daae4c35a8d4/pyramid_sacrud-0.3.3.tar.gz"
}
]
}