{ "info": { "author": "Benoit Chesneau", "author_email": "benoitc@e-engura.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Database", "Topic :: Utilities" ], "description": "CouchApp: Standalone CouchDB Application Development Made Simple\n================================================================\n.. image:: https://img.shields.io/travis/couchapp/couchapp/master.png?style=flat-square\n :target: https://travis-ci.org/couchapp/couchapp\n\n.. image:: https://img.shields.io/coveralls/couchapp/couchapp/master.png?style=flat-square\n :target: https://coveralls.io/r/couchapp/couchapp\n\nCouchApp is designed to structure standalone CouchDB application\ndevelopment for maximum application portability.\n\nCouchApp is a set of scripts and a `jQuery `_ plugin\ndesigned to bring clarity and order to the freedom of\n`CouchDB `_'s document-based approach.\n\nAlso, be sure to checkout our Erlang-based sibling,\n`erica `_.\n\n.. contents::\n\n\nWrite apps using just JavaScript and HTML\n-----------------------------------------\n\nRender HTML documents using JavaScript templates run by CouchDB. You'll\nget parallelism and cacheability, **using only HTML and JS.** Building\nstandalone CouchDB applications according to correct principles affords\nyou options not found on other platforms.\n\nDeploy your apps to the client\n++++++++++++++++++++++++++++++\n\nCouchDB's replication means that programs running locally can still be\nsocial. Applications control replication data-flows, so publishing\nmessages and subscribing to other people is easy. Your users will see\nthe benefits of the web without the hassle of requiring always-on\nconnectivity.\n\nInstallation\n------------\n\nCouchapp requires Python 2.6 or greater. Couchapp is most easily installed \nusing the latest versions of the standard python packaging tools, setuptools \nand pip. They may be installed like so::\n\n $ curl -O https://bootstrap.pypa.io/get-pip.py\n $ sudo python get-pip.py\n\nInstalling couchapp is then simply a matter of::\n\n $ pip install couchapp\n\nOn OSX 10.6/10.7 you may need to set ARCH_FLAGS::\n\n $ env ARCHFLAGS=\"-arch i386 -arch x86_64\" pip install couchapp\n\nTo install/upgrade a development version of couchapp::\n\n $ pip install -e git+http://github.com/couchapp/couchapp.git#egg=Couchapp\n\nNote: Some installations need to use *sudo* command before each command\nline.\n\nNote: On debian system don't forget to install python-dev.\n\nTo install on Windows follow instructions `here\n`_.\n\nMore installation options on the `website\n`_.\n\nGetting started\n---------------\n\nRead the `tutorial `_.\n\nDocumentation\n-------------\n\nIt's available at https://couchapp.readthedocs.org/en/latest\n\nTesting\n-------\n\nWe use `nose `_. and\n`nose-testconfig `_. for setting\nup and running tests.\n\n::\n\n $ python setup.py nosetests\n\nConfig\n++++++\n\nOur ``nosetests`` will run with options listed in ``setup.cfg``.\n\nIn the ``tests`` directory, copy ``config.sample.ini`` to ``config.ini``, tweak\nthe settings, and then modify your ``setup.cfg``::\n\n [nosetests]\n ...\n tc-file=tests/config.ini\n\nCoverage\n++++++++\n\nIf you're wanting to examine code coverage reports (because you've got big\nplans to make our tests better!), you can browse around the ``cover`` dir ::\n\n $ cd cover\n $ python2 -m SimpleHTTPServer\n\nor (if you prefer python3)::\n\n $ python3 -m http.server\n\nDebug\n+++++\n\nIf you want to debug the failed run with ``pdb``, add the following option to\n``setup.cfg``::\n\n [nosetests]\n ...\n pdb=1\n\nThanks for testing ``couchapp``!\n\nBuilding the docs\n-----------------\n\nWe generate the document via ``sphinx``.\n\nFirst, prepare our building env.\nWe need ``sphinx``::\n\n $ cd docs/\n $ pip install sphinx\n\nTo build it, just issue::\n\n $ make html\n\nAnd sphinx will generate static html at *docs/_build/html*.\nWe can browse the site from this dir already.\n\nOther resources\n---------------\n\n* `List of CouchApps `_", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/couchapp/couchapp/tree/master", "keywords": "couchdb couchapp", "license": "Apache License 2", "maintainer": "", "maintainer_email": "", "name": "Couchapp", "package_url": "https://pypi.org/project/Couchapp/", "platform": "any", "project_url": "https://pypi.org/project/Couchapp/", "project_urls": { "Homepage": "http://github.com/couchapp/couchapp/tree/master" }, "release_url": "https://pypi.org/project/Couchapp/1.0.2/", "requires_dist": [ "restkit (==4.2.2)", "watchdog (==0.6.0)" ], "requires_python": "", "summary": "Standalone CouchDB Application Development Made Simple.", "version": "1.0.2" }, "last_serial": 2042939, "releases": { "0.1.14": [ { "comment_text": "", "digests": { "md5": "13d36fa3fd4126e72e9715accc11b71d", "sha256": "cdc32a2dbcedca5bc55c37af596b683dcb592048bf9f6a3ddc2cbed38de950c1" }, "downloads": -1, "filename": "Couchapp-0.1.14.tar.gz", "has_sig": false, "md5_digest": "13d36fa3fd4126e72e9715accc11b71d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 842998, "upload_time": "2009-03-05T14:07:42", "url": "https://files.pythonhosted.org/packages/91/1f/a816bcefc70d0f6e3fe290c5d7933212d0a861f29d1f52b00d3512e01879/Couchapp-0.1.14.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "78ba05653a699618a12f2927f17a9175", "sha256": "0b97e556fea5a541ec5fc0122434a4cce50411cb97a2b5d9673f2fee5bff76d2" }, "downloads": -1, "filename": "Couchapp-0.2.tar.gz", "has_sig": false, "md5_digest": "78ba05653a699618a12f2927f17a9175", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33744, "upload_time": "2009-03-27T13:10:58", "url": "https://files.pythonhosted.org/packages/ea/e8/2adfca41e02b63c28f8306e845b4ab92499d5f067481e0bfc540b3a79318/Couchapp-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "4e6b9299a28d9acf1ae352cee9fd3ea4", "sha256": "8a861135db96eb2014d52821645e0efcdfeb68abf436cf58ae8ee992fe39a08c" }, "downloads": -1, "filename": "Couchapp-0.3.tar.gz", "has_sig": false, "md5_digest": "4e6b9299a28d9acf1ae352cee9fd3ea4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 892269, "upload_time": "2009-05-27T20:01:15", "url": "https://files.pythonhosted.org/packages/94/dd/5c48d5bae3d2dbf86f51a037288b028efc592accf478d1dce60d4e323ec2/Couchapp-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "674b280503d3042c4455a1dcb2b67957", "sha256": "d6bd70363b08bc183c02775dd9c95d74547c203aed5d5087f71d0e2cb112e66d" }, "downloads": -1, "filename": "Couchapp-0.3.1.tar.gz", "has_sig": false, "md5_digest": "674b280503d3042c4455a1dcb2b67957", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 895025, "upload_time": "2009-06-10T14:47:57", "url": "https://files.pythonhosted.org/packages/23/94/36f0aa9b09ef6a95ddda96b697d1a6c126f645e71a6b0372dec9f8942776/Couchapp-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "04f2c9438d948df4d41608d4f469efa3", "sha256": "fc9ad468d5dd7a0974ce182b0f2499b13d1db0d32213291297b18ecda5643544" }, "downloads": -1, "filename": "Couchapp-0.3.2.tar.gz", "has_sig": false, "md5_digest": "04f2c9438d948df4d41608d4f469efa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73456, "upload_time": "2009-06-24T14:41:10", "url": "https://files.pythonhosted.org/packages/f0/f0/02fea062f172463af8c3f8bd63b41b1d082c6f80a2c8de1c01fa9664c838/Couchapp-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "606d992403cd49dcff593867ae1b6d6b", "sha256": "9946e6318c61bb92d96e84d3b4fda8e647e2cfc1a704b4c56f983e8527a247dd" }, "downloads": -1, "filename": "Couchapp-0.3.3.tar.gz", "has_sig": false, "md5_digest": "606d992403cd49dcff593867ae1b6d6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73634, "upload_time": "2009-08-05T19:37:19", "url": "https://files.pythonhosted.org/packages/3a/c0/d41baa20e7b57339a57d79f85e55083acc34d4a3e3117aa12747979519da/Couchapp-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "dfa2c1c29088f123c0be9238a0d1752b", "sha256": "49a6eb2a27de71ca5d0f3dac0cb88f71568247417b2fc5b6aef5d511827a0470" }, "downloads": -1, "filename": "Couchapp-0.3.4.tar.gz", "has_sig": false, "md5_digest": "dfa2c1c29088f123c0be9238a0d1752b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77928, "upload_time": "2009-11-02T23:08:51", "url": "https://files.pythonhosted.org/packages/70/b0/a42ac3d78188c36eba9d752cae417183479afd83c6763fb09993226c8c33/Couchapp-0.3.4.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "8490a5ff951432cfcbb9a4247efdd56e", "sha256": "e7ac36873accc46bd405629808a75ea02af54a126e75bd635e340175f20b4c42" }, "downloads": -1, "filename": "Couchapp-0.4.tar.gz", "has_sig": false, "md5_digest": "8490a5ff951432cfcbb9a4247efdd56e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44788, "upload_time": "2009-11-05T15:04:48", "url": "https://files.pythonhosted.org/packages/5f/b1/9f28011f1a27e30428d8c25221e1eb901c5983aae60d635eb792179ce022/Couchapp-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "6e6d4fe263874090f71f0cc6576a1a1c", "sha256": "db49209def5ce5b834f74c317cf7af50fdcc72d89b11ee369f4c51f083e39302" }, "downloads": -1, "filename": "Couchapp-0.5.tar.gz", "has_sig": false, "md5_digest": "6e6d4fe263874090f71f0cc6576a1a1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65520, "upload_time": "2009-11-28T12:22:17", "url": "https://files.pythonhosted.org/packages/bc/aa/1ffe6d1fa13417b13e38c4612c1c6d3e9a76da1d81226a55494808c0d708/Couchapp-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "182ff9271e89d26a90a3613062df6e25", "sha256": "bffd36441ea884319af1ae3d4691545dbd1419a060eae9e32d9538ab4e2d011a" }, "downloads": -1, "filename": "Couchapp-0.5.1.tar.gz", "has_sig": false, "md5_digest": "182ff9271e89d26a90a3613062df6e25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71191, "upload_time": "2009-12-09T01:21:46", "url": "https://files.pythonhosted.org/packages/ca/19/e775c7ca30845792c84564f998d2a7fef09692da42f12d4681f95e303d6e/Couchapp-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "6c3a26bbb3346e25a244c1b0f71caf31", "sha256": "300010baa6eb31084880f8594b445f070f12acc198368722befcce6729f28c48" }, "downloads": -1, "filename": "Couchapp-0.5.2.tar.gz", "has_sig": false, "md5_digest": "6c3a26bbb3346e25a244c1b0f71caf31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68785, "upload_time": "2009-12-10T21:56:36", "url": "https://files.pythonhosted.org/packages/66/2f/80f43f7ec3d0f5fb46ac9670696b9e60432a64bdf632cb1d003509feaf5b/Couchapp-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "ee1ba536818307041d4640d6168c0fd4", "sha256": "b7ce19b07f38c84fec07c1d65db357ab2b8fd45fd678e992e4e16d1f488750e2" }, "downloads": -1, "filename": "Couchapp-0.5.3.tar.gz", "has_sig": false, "md5_digest": "ee1ba536818307041d4640d6168c0fd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 73707, "upload_time": "2010-02-02T23:23:31", "url": "https://files.pythonhosted.org/packages/c0/2a/79b973a9b4b427783e415ff20bf41354a148c86d2392239e8c0ce5309f9f/Couchapp-0.5.3.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "0f221289f62ab61a000dceb2f0cf91f0", "sha256": "ebb0e050abab5c261898001e4e9c766a29f7d122595cb2d4f696c6b0249a3120" }, "downloads": -1, "filename": "Couchapp-0.6.0.tar.gz", "has_sig": false, "md5_digest": "0f221289f62ab61a000dceb2f0cf91f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 323313, "upload_time": "2010-05-01T00:45:53", "url": "https://files.pythonhosted.org/packages/c8/7b/ab32437ddd3ebb79d1051f607f9bbf295dcbce6b61962b4b27f9042cecc9/Couchapp-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "fb61acca5edc6a7dd5e687e275b6d3c9", "sha256": "1a71f93bba4d9bfb08185031b596528f2c91aa8789884913c3f82fad2226516d" }, "downloads": -1, "filename": "Couchapp-0.6.1.tar.gz", "has_sig": false, "md5_digest": "fb61acca5edc6a7dd5e687e275b6d3c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 327505, "upload_time": "2010-05-07T23:21:21", "url": "https://files.pythonhosted.org/packages/3b/d4/da0a301135a8bde824e546692cd4d7bf78432cd4ed4dda6c4380c7da2b01/Couchapp-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "4c4e1e44d0879ee50fe3e25cfdf42937", "sha256": "82e49a2725fadd87200465b09a0159d67eaf7af111bef080134da275fc71554e" }, "downloads": -1, "filename": "Couchapp-0.6.2.tar.gz", "has_sig": false, "md5_digest": "4c4e1e44d0879ee50fe3e25cfdf42937", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116943, "upload_time": "2010-06-05T20:20:38", "url": "https://files.pythonhosted.org/packages/80/52/c95b6524ec14a0d71cca743f1fe0a9c623351da6619e2f980a83793706ec/Couchapp-0.6.2.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "59040ee4a1538a1b3af0a5ac99c79196", "sha256": "9c7bbcecf4bc5d39290aafaf87fbad31e356e0c79eefccc9409fd03ecdde9d72" }, "downloads": -1, "filename": "Couchapp-0.7.0.tar.gz", "has_sig": false, "md5_digest": "59040ee4a1538a1b3af0a5ac99c79196", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83028, "upload_time": "2010-08-13T16:40:15", "url": "https://files.pythonhosted.org/packages/8f/68/3f5eb5a7da6c69454d47bbe68b06e770d1eef7d34de87999b2caf3ed98d6/Couchapp-0.7.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "62070af21e0bf277e5da72b831a599c2", "sha256": "1162399921a23dab01ce238aad38e3d3e7827c496e39f32d002e8a0bd18ce669" }, "downloads": -1, "filename": "Couchapp-0.7.0.win32-py2.7.exe", "has_sig": false, "md5_digest": "62070af21e0bf277e5da72b831a599c2", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 295457, "upload_time": "2010-08-13T21:09:03", "url": "https://files.pythonhosted.org/packages/bc/be/91236b678a8570f89a2504102743630f69cc2302668d367c770117417aa1/Couchapp-0.7.0.win32-py2.7.exe" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "e6b02376b44986eb4239dfdb64e90073", "sha256": "0b114435a705b83082a4873116377596af37ad2ecb69916c06be6e0b0c5564aa" }, "downloads": -1, "filename": "Couchapp-0.7.1.tar.gz", "has_sig": false, "md5_digest": "e6b02376b44986eb4239dfdb64e90073", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81779, "upload_time": "2010-09-18T20:40:42", "url": "https://files.pythonhosted.org/packages/fe/a5/572259d6d290a795e2b6c90998a63114103fcb64db4632d83114bad46491/Couchapp-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "e90e9e9d520f02ab2dc1b29a419300db", "sha256": "f4addcbc8fcf999f52999cafb4b49b66abefd15a94d058fc2ca0b72390c689ba" }, "downloads": -1, "filename": "Couchapp-0.7.2.tar.gz", "has_sig": false, "md5_digest": "e90e9e9d520f02ab2dc1b29a419300db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83476, "upload_time": "2010-11-26T05:32:28", "url": "https://files.pythonhosted.org/packages/0d/f6/5c0d43fbdb3137a43825b2b810f7319f96e3f1c56c3fade3a1fc5eb7f5f7/Couchapp-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "5631b0e1f079b82f0ada6ef78acf7d71", "sha256": "fcef45a9b6632b376a8965c3230e4c999867f1b4ca43aabf60abcefaedc7906e" }, "downloads": -1, "filename": "Couchapp-0.7.3.tar.gz", "has_sig": false, "md5_digest": "5631b0e1f079b82f0ada6ef78acf7d71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 137979, "upload_time": "2011-02-03T22:21:08", "url": "https://files.pythonhosted.org/packages/d3/08/fc12c89ffc3dc89b5c31d30dcf26b28789a6ce407656c0f54fda2830cb1a/Couchapp-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "ee1cf527b32e10f85e089fb4575b3891", "sha256": "97725a2950ece5a6beb29a3ca69a5f15bd8042cd9f65547dc46de3145eb4cac2" }, "downloads": -1, "filename": "Couchapp-0.7.4.tar.gz", "has_sig": false, "md5_digest": "ee1cf527b32e10f85e089fb4575b3891", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 138660, "upload_time": "2011-02-03T22:39:36", "url": "https://files.pythonhosted.org/packages/6a/18/83a2202bcb6fa0ddbe8d5820a7f4dc4fb89f1140e111c5fe8f0b6b65c40d/Couchapp-0.7.4.tar.gz" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "d38742f263166c386fd3c6c045018ade", "sha256": "6926e9cd5b6ee49f14fef7bf0e2ec9983a30207424c7320a6a042c9df434c362" }, "downloads": -1, "filename": "Couchapp-0.7.5.tar.gz", "has_sig": false, "md5_digest": "d38742f263166c386fd3c6c045018ade", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 144852, "upload_time": "2011-02-07T22:37:07", "url": "https://files.pythonhosted.org/packages/73/c5/1580959f709878892718b8da80f099f7d0d3872bb4dc612824dbf9856eb9/Couchapp-0.7.5.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "e3c2d34c1cc069eec48e87cbcd0cce5b", "sha256": "70779f9c6ef79e25940d49f853f8b8b0149c01d81216e1ce512ac564712c3c35" }, "downloads": -1, "filename": "Couchapp-0.8.0.tar.gz", "has_sig": false, "md5_digest": "e3c2d34c1cc069eec48e87cbcd0cce5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 422911, "upload_time": "2011-05-08T17:35:12", "url": "https://files.pythonhosted.org/packages/a6/ab/dba267361e596e943f443db89a2fcd25ebe9fee47214e8b5516292dc2d87/Couchapp-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "2e96729c444ec9edfc921850f1d986a9", "sha256": "be566ae10ca158320c43862f02d8e7cf91d9573523f1f392ab852367d6a705bd" }, "downloads": -1, "filename": "Couchapp-0.8.1.tar.gz", "has_sig": false, "md5_digest": "2e96729c444ec9edfc921850f1d986a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 422171, "upload_time": "2011-05-09T05:50:47", "url": "https://files.pythonhosted.org/packages/3b/87/1bd63f41fe9e0a7068b625f7a7012b2488b666f915401aaaf25312b09927/Couchapp-0.8.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "d41a9ebb73fcedaeccda0c714829eebb", "sha256": "c675ca0d5e99b2843d5dc01fd1a13083f85dec70e45cf981df669ec81b7c4b93" }, "downloads": -1, "filename": "Couchapp-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d41a9ebb73fcedaeccda0c714829eebb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 275942, "upload_time": "2011-11-08T20:52:48", "url": "https://files.pythonhosted.org/packages/c0/25/485f275e19e122a216510086d0f5bb80ea3a08382f508d736676a9993f33/Couchapp-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "ac01e3b0ba458fde2f8c7cbebb7d81c6", "sha256": "ebe32e9cc2f99d094a9a919d403b90390d1cd254aef3b89b2605ebfca8f280af" }, "downloads": -1, "filename": "Couchapp-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ac01e3b0ba458fde2f8c7cbebb7d81c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 274246, "upload_time": "2011-11-22T22:53:34", "url": "https://files.pythonhosted.org/packages/42/53/50efe5331dcc15715e1cda7a9d70b2f445bbfbcd185c764212b92d319822/Couchapp-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "2e4b23d6d53661483d401c2485e60740", "sha256": "95b26bd19794b516a22710837f83c833869e05fedefed67a7fe82e024a211b0f" }, "downloads": -1, "filename": "Couchapp-1.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "2e4b23d6d53661483d401c2485e60740", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 98630, "upload_time": "2016-04-03T09:57:01", "url": "https://files.pythonhosted.org/packages/6e/ed/84ed6c6390cdf432f0eca144b53c5c3e0936a7127ea8ecfa4f3990b4be16/Couchapp-1.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9762e0367e3ec166c43a542dbc485804", "sha256": "9a1aba7536f03e0a3ae2786c8ac40aeea9309737aa0257c9a5bf865cddcf6ed1" }, "downloads": -1, "filename": "Couchapp-1.0.2.tar.gz", "has_sig": false, "md5_digest": "9762e0367e3ec166c43a542dbc485804", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80385, "upload_time": "2016-04-03T09:57:15", "url": "https://files.pythonhosted.org/packages/1d/4b/921fcbac374cc1a8a442b48f02dc99de190009596b65dc30d7b33da7952e/Couchapp-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e4b23d6d53661483d401c2485e60740", "sha256": "95b26bd19794b516a22710837f83c833869e05fedefed67a7fe82e024a211b0f" }, "downloads": -1, "filename": "Couchapp-1.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "2e4b23d6d53661483d401c2485e60740", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 98630, "upload_time": "2016-04-03T09:57:01", "url": "https://files.pythonhosted.org/packages/6e/ed/84ed6c6390cdf432f0eca144b53c5c3e0936a7127ea8ecfa4f3990b4be16/Couchapp-1.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9762e0367e3ec166c43a542dbc485804", "sha256": "9a1aba7536f03e0a3ae2786c8ac40aeea9309737aa0257c9a5bf865cddcf6ed1" }, "downloads": -1, "filename": "Couchapp-1.0.2.tar.gz", "has_sig": false, "md5_digest": "9762e0367e3ec166c43a542dbc485804", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80385, "upload_time": "2016-04-03T09:57:15", "url": "https://files.pythonhosted.org/packages/1d/4b/921fcbac374cc1a8a442b48f02dc99de190009596b65dc30d7b33da7952e/Couchapp-1.0.2.tar.gz" } ] }