{ "info": { "author": "Andreas Jung", "author_email": "info@zopyx.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Zope2", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "zopyx.existdb\n=============\n\n.. note:: This module \n\n - *is not* a replacement for the ZODB or any other Plone storage (never was, never will)\n - *is not* a storage layer for Archetypes or Dexterity content (never was, never will)\n - *is* a solution for mounting XML databases like eXist-db or\n BaseX into Plone through their WebDAV port\n - *is* an _experimental_ solution for mounting general WebDAV \n services into Plone\n\n``zopyx.existdb`` integrates Plone 4.3 and higher with \neXist-db providing the following features:\n\n- mounts an arbitary eXist-db collection into Plone\n- ACE editor integration\n- ZIP export from eXist-db\n- ZIP import into eXist-db\n- pluggable view mechanism for configuring custom views for XML database \n content by filename and view name\n- create, rename or delete collections through the web\n- extensible architecture through Plone Dexterity behaviors\n- support for XQuery scripts called through the RESTXQ layer of eXist-db\n (allows you to call XQuery scripts and return the output format (JSON,\n HTML, XML) depending on your application requirements)\n- dedicated per-connector logging facility\n- small and extensible\n- experimental support for mounting arbitrary WebDAV service into Plone (set\n the emulation mode to ``webdav`` in the eXist-db control panel of Plone)\n\nThe primary usecase for ``zopyx.existdb`` is the integration of XML document\ncollections into Plone using eXist-db as storage layer. ``zopyx.existdb`` is\nnot storage layer for Plone content in the first place although it could be\nused in some way for storing primary Plone content (or parts of the content)\ninside eXist-db. There is no build-in support for mapping metadata as stored in\nXML documents to Plone metadata or vice versa. However this could be\nimplemented easily in application specific code build on top of\n``zopyx.existdb``. The design goal of ``zopyx.existdb`` is to provide the basic\nfunctionality for integrating Plone with eXist-db without implementing any\nfurther specific application requirements. Additional functionality can be\nadded through Dexterity behaviors, supplementary browser views, event lifecycle\nsubscribers and related technology.\n\nInstallation\n------------\n\nAdd ``zopyx.existdb`` to the ``eggs`` and ``zcml`` options of your buildout\nconfiguration, re-run buildout and install the connector through the add-ons\nmanagement of Plone.\n\nConfiguration\n-------------\n\nGoto the Plone control panel and click on the ``Exist-DB`` configlet and\nconfigure the \n\n- eXist-db server url e.g. ``http://localhost:6080``\n\n The eXist-db subpath ``/exist/webdav/db`` will be added internally.\n\n- eXist-db username\n\n- eXist-db password\n\n- eXist-db emulation mode. Set the emulation mode to ``webdav`` for the integration of\n arbitrary WebDAV services.\n\n\nUsing zopyx.existdb\n-------------------\nThe package provides a new content-types ``Connector`` that will include\neXist-db into Plone - either from the top-level collection of your eXist-db\ndatabase or from a subcollection. You can browse and traverse into\nsubcollections, view single documents or edit text-ish content through the web\n(using the build-in ACE editor integration).\n\nAll connection settings (URL, username and password can be overriden on \nthe connector level) in order to ignore the Plone site-wide eXist-db\nsettings).\n\n.. note:: This module provides a generic integration of arbitrary \n WebDAV services like OwnCloud, BaseX (over WebDAV) or even other Plone\n serves (exposed through the Plone WebDAV source port) with Plone.\n This integration is highly experimental and not the primary purpose\n of ``zopyx.existdb``. Use the functionality at your own risk.\n In order to use this module together with WebDAV services other than the\n XML database eXist-db: you have to set the emulation mode to ``webdav``\n inside the eXist-db control panel of Plone\n\nLicense\n-------\nThis package is published under the GNU Public License V2 (GPL 2)\n\nSource code\n-----------\nSee https://bitbucket.org/onkopedia/zopyx.existdb\n\nBugtracker\n----------\nSee https://bitbucket.org/onkopedia/zopyx.existdb\n\nCredits\n-------\nThe development of ``zopyx.existdb`` was funded as part of a customer project\nby Deutsche Gesellschaft f\u00fcr H\u00e4matologie und medizinische Onkologie (DGHO).\n\n\nAuthor\n------\n| Andreas Jung/ZOPYX\n| Hundskapfklinge 33\n| D-72074 Tuebingen, Germany\n| info@zopyx.com\n| www.zopyx.com\n\n\nChangelog\n=========\n\n0.2.11 (2014-11-08)\n-------------------\n- updated documentation\n\n0.2.10 (2014-11-08)\n-------------------\n- bugfix release\n\n0.2.9 (2014-11-01)\n------------------\n- support for overriding credentials locally \n\n0.2.8 (2014-11-01)\n------------------\n- minor fix for mounting Plone sites over WebDAV into another Plone site\n\n0.2.7 (2014-11-01)\n------------------\n- experimental support for BaseX XML database through the WebDAV API.\n Limitations: REMOVE operations over WebDAV do not seem to work \n against BaseX 7.9\n\n\n0.2.6 (2014-11-01)\n------------------\n- more tests\n\n0.2.5 (2014-10-30)\n------------------\n- experimental traversal support for accessing WebDAV resources by path\n using (un)restrictedTraverse()\n- minor URL fixes\n- more tests \n\n0.2.4 (2014-10-22)\n-------------------\n- configuration option for default view for authenticated site visitors\n\n\n0.2.3 (2014-10-13)\n-------------------\n- fix in saving ACE editor content\n\n0.2.2 (2014-10-12)\n-------------------\n- typo in page template\n\n0.2.1 (2014-10-12)\n-------------------\n\n- added support for renaming a collection through the web\n\n0.2.0 (2014-10-02)\n-------------------\n\n- various minor bug fixes\n- added basic tests \n\n0.1.17 (2014-09-25)\n-------------------\n\n- fixed action links\n\n\n0.1.16 (2014-09-25)\n-------------------\n\n- Connector is no longer a folderish object\n\n0.1.15 (2014-09-22)\n-------------------\n\n- removed indexing support completely (leaving a specific\n indexing functionality to policy packages using zopyx.existdb)\n\n0.1.14 (2014-09-15)\n-------------------\n\n- fixed subpath handling in create/remove collections\n\n0.1.13 (2014-09-07)\n-------------------\n- support for removing collections TTW\n\n0.1.12 (2014-09-05)\n-------------------\n- support for creating new collections TTW\n\n0.1.11 (2014-08-21)\n-------------------\n- action \"Clear log\" added \n\n0.1.10 (2014-08-05)\n-------------------\n- log() got a new 'details' parameter for adding extensive logging information\n\n0.1.9 (2014-08-01)\n------------------\n- human readable timestamps\n\n0.1.8 (2014-07-31)\n------------------\n- minor visual changes\n\n0.1.7 (2014-07-29)\n------------------\n- rewritten code exist-db browser code (dealing the correct\n way with paths, filenames etc.)\n\n0.1.6 (2014-07-29)\n------------------\n- fixed improper view prefix in directory browser\n\n0.1.5 (2014-07-13)\n------------------\n- minor fixes and cleanup\n\n0.1.4 (2014-07-12)\n------------------\n- made webservice query API aware of all output formats (xml, html, json) \n \n- timezone handling: using environment variable TZ for converting eXist-db UTC\n timestamps to the TZ timezone (or UTC as default) for display purposes with\n Plone\n\n0.1.3 (2014-07-07)\n------------------\n- added webservice API interface\n- various bug fixes\n\n0.1.2 (2014-06-30)\n------------------\n- various bug fixes\n\n0.1.0 (2014-06-20)\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://pypi.python.org/pypi/zopyx.existdb", "keywords": "exist-db basex existdb Plone XML Python WebDAV", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "zopyx.existdb", "package_url": "https://pypi.org/project/zopyx.existdb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zopyx.existdb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/zopyx.existdb" }, "release_url": "https://pypi.org/project/zopyx.existdb/0.2.11.1/", "requires_dist": null, "requires_python": null, "summary": "Plone-ExistDB integration", "version": "0.2.11.1" }, "last_serial": 1299240, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3270021057950a5859541d2cb6ce0079", "sha256": "4b8788d240c12b3583f2390aeae5f02ffe8961a5f8ce441e84114fd170c06953" }, "downloads": -1, "filename": "zopyx.existdb-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3270021057950a5859541d2cb6ce0079", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9292548, "upload_time": "2014-06-20T09:38:42", "url": "https://files.pythonhosted.org/packages/7d/40/215653a903f66230eb64dbf2f848c9bbe7004e5f80ae411060b5064dab4f/zopyx.existdb-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ce42aa6773c9391929657044653707da", "sha256": "235ba309a0d3201f84692b31869550e832f26151e09092b88a1e2985a238a2ed" }, "downloads": -1, "filename": "zopyx.existdb-0.1.1.zip", "has_sig": false, "md5_digest": "ce42aa6773c9391929657044653707da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10545768, "upload_time": "2014-06-20T09:45:56", "url": "https://files.pythonhosted.org/packages/65/d8/da4f07ff2673862b1e24182799b7e0002aa4fd2895025192b82992130e29/zopyx.existdb-0.1.1.zip" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "8235cb01d66f350051c7e11811ea52e0", "sha256": "c1e2235587dcdbb2e6148e8a2aa25c5ece406d5df25fb77842b971013a7df9fd" }, "downloads": -1, "filename": "zopyx.existdb-0.1.10.zip", "has_sig": false, "md5_digest": "8235cb01d66f350051c7e11811ea52e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10551779, "upload_time": "2014-08-06T06:58:42", "url": "https://files.pythonhosted.org/packages/e4/54/9b3c1da3274fe6b87f4680b2b8bfd9bfe328b0b3e3b9753938b96f9cb89a/zopyx.existdb-0.1.10.zip" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "094434f7237b48edc2b1d34e6e36ecec", "sha256": "409fdca7f5410671296b8caaa7bdc9a65023c6e16cb3c6bb24a5ed97ab762fde" }, "downloads": -1, "filename": "zopyx.existdb-0.1.11.zip", "has_sig": false, "md5_digest": "094434f7237b48edc2b1d34e6e36ecec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10552056, "upload_time": "2014-08-21T13:17:26", "url": "https://files.pythonhosted.org/packages/b0/b5/dd54bfae9b252eef7f2bf70a15e68b12f496d14832dc8f68caab77ba8b40/zopyx.existdb-0.1.11.zip" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "22537cc2f6f6bfbda2d96aa7dd52190a", "sha256": "5aaae6698721bbcb31c34efc7eb6271185e7e9ae7aaa6d024805eb6068188e17" }, "downloads": -1, "filename": "zopyx.existdb-0.1.12.zip", "has_sig": false, "md5_digest": "22537cc2f6f6bfbda2d96aa7dd52190a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10552633, "upload_time": "2014-09-05T15:18:00", "url": "https://files.pythonhosted.org/packages/d7/8c/7b69c0e48fc51873c7d03224d8385b626a0f3636b076d9da0b40b6f89a82/zopyx.existdb-0.1.12.zip" } ], "0.1.12.1": [ { "comment_text": "", "digests": { "md5": "5b8347c3e04543c936501c8e986cf06a", "sha256": "dbef32a0527f0bd7676cc11061755490f8db05fd481246cbf2e5d9f306e020f5" }, "downloads": -1, "filename": "zopyx.existdb-0.1.12.1.zip", "has_sig": false, "md5_digest": "5b8347c3e04543c936501c8e986cf06a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10559341, "upload_time": "2014-09-05T15:22:37", "url": "https://files.pythonhosted.org/packages/13/05/345490f1a8bafd422d6ba8b9de2b9167a532a4f90972221e7053955436d1/zopyx.existdb-0.1.12.1.zip" } ], "0.1.12.2": [ { "comment_text": "", "digests": { "md5": "df9a38acb2b642f0ae7dad7fac8f689a", "sha256": "a4c090b9df26592484b099eae7161d1768ac0a0be9404e3994085ecdd6c478b1" }, "downloads": -1, "filename": "zopyx.existdb-0.1.12.2.zip", "has_sig": false, "md5_digest": "df9a38acb2b642f0ae7dad7fac8f689a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10559215, "upload_time": "2014-09-05T15:26:19", "url": "https://files.pythonhosted.org/packages/bb/8a/415aec5d1c7515cc250afa8fbde500ba690e1a1b0cbc36b53643567ac500/zopyx.existdb-0.1.12.2.zip" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "352e2b6c40f229770ad69a5aa6a9315f", "sha256": "8262b9fae975ea0953ff5855a8229ce603c35698aa8d8457584229153432139a" }, "downloads": -1, "filename": "zopyx.existdb-0.1.13.zip", "has_sig": false, "md5_digest": "352e2b6c40f229770ad69a5aa6a9315f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10552752, "upload_time": "2014-09-07T16:45:08", "url": "https://files.pythonhosted.org/packages/95/d0/e18f5fbdc503baaeb44dd5e78091ffc9391612050253225cedaf6fb489ec/zopyx.existdb-0.1.13.zip" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "d55f841134bca880f2c9ab23472e8391", "sha256": "a5db0b9837e74f9f84ede74e6a669b1bcbfd575bd0280b54eb5325cfbb296346" }, "downloads": -1, "filename": "zopyx.existdb-0.1.14.zip", "has_sig": false, "md5_digest": "d55f841134bca880f2c9ab23472e8391", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10552981, "upload_time": "2014-09-15T07:35:59", "url": "https://files.pythonhosted.org/packages/b8/ce/8fe96c103e537387cb9025b2c85a5f9e719c8fa6e038b51934e4e4140a2b/zopyx.existdb-0.1.14.zip" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "db3699f4c4d202e7ede9ff7d0248e611", "sha256": "e86a9bffd2b23435a993744234e393983b0c901802ab39aff5494da85083aaab" }, "downloads": -1, "filename": "zopyx.existdb-0.1.15.zip", "has_sig": false, "md5_digest": "db3699f4c4d202e7ede9ff7d0248e611", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10551941, "upload_time": "2014-09-22T19:10:42", "url": "https://files.pythonhosted.org/packages/1d/08/6e7a1bf1be0dfb45b931241c1a1fe4e04e9e152b352607feb6f0a60806e2/zopyx.existdb-0.1.15.zip" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "27497385bf3965deb7e1cb1da4c53898", "sha256": "b89310971a4cbc9dbd66e89d4aeb9a65d5a7bf270340568b4741ed9215a43e46" }, "downloads": -1, "filename": "zopyx.existdb-0.1.16.zip", "has_sig": false, "md5_digest": "27497385bf3965deb7e1cb1da4c53898", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10552780, "upload_time": "2014-09-25T08:15:14", "url": "https://files.pythonhosted.org/packages/47/05/b476badb6a94167e8249153ec0f8c48b0061083db0bc26cf5c0b030f7225/zopyx.existdb-0.1.16.zip" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "f0b386145cbfc1fab39b9701af34b924", "sha256": "9985a3b939e764cb77a75921dd6a8a2eed2394972f6f305cebbe4997b988c52b" }, "downloads": -1, "filename": "zopyx.existdb-0.1.17.zip", "has_sig": false, "md5_digest": "f0b386145cbfc1fab39b9701af34b924", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10552846, "upload_time": "2014-09-25T08:38:33", "url": "https://files.pythonhosted.org/packages/ce/f4/f73a232153d81b4cc029adca505e414e5e15a19888607859ed99150f1996/zopyx.existdb-0.1.17.zip" } ], "0.1.17.1": [ { "comment_text": "", "digests": { "md5": "0cb51f051525486c62e098ca8b58dd4d", "sha256": "6b04cb18281652e79f09c66d25975ffd262488075a717cccab2e34faca9f615c" }, "downloads": -1, "filename": "zopyx.existdb-0.1.17.1.zip", "has_sig": false, "md5_digest": "0cb51f051525486c62e098ca8b58dd4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10559829, "upload_time": "2014-09-25T08:42:18", "url": "https://files.pythonhosted.org/packages/29/fe/3f7288d6628b735b6f0a325135dc256832bfe86c1a21b215a51ed647329f/zopyx.existdb-0.1.17.1.zip" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "6b76b87eba42880fa50697aa1f57489a", "sha256": "85f0a1399064496a0641d0aeb9754640bf2e4dc05209abbde3da9093810d5e4d" }, "downloads": -1, "filename": "zopyx.existdb-0.1.2.zip", "has_sig": false, "md5_digest": "6b76b87eba42880fa50697aa1f57489a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10541302, "upload_time": "2014-06-30T07:37:09", "url": "https://files.pythonhosted.org/packages/16/ab/d6bdd4a7bd938f510ffb890c66f17b25bfeb5c9ee0b942d212ccf901cbd4/zopyx.existdb-0.1.2.zip" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "24e6b000b39302c7f236f3e29d82a2ce", "sha256": "e7fae607a9c9dc4a0ba5aa6ceb48098848480749e903b5bb98db19c28615d1a1" }, "downloads": -1, "filename": "zopyx.existdb-0.1.3.zip", "has_sig": false, "md5_digest": "24e6b000b39302c7f236f3e29d82a2ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10542918, "upload_time": "2014-07-08T08:41:50", "url": "https://files.pythonhosted.org/packages/ad/04/a9b4ff626120f1629e59fab428a3b3d1735b705de9bc9e92189259e80ced/zopyx.existdb-0.1.3.zip" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "435f446030046814834b2ca3ebde9257", "sha256": "6588848995949226eeccb5b0ee8db295cbd1d1d7a32311f7bb7067f46f5c571f" }, "downloads": -1, "filename": "zopyx.existdb-0.1.4.zip", "has_sig": false, "md5_digest": "435f446030046814834b2ca3ebde9257", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10543722, "upload_time": "2014-07-13T07:04:15", "url": "https://files.pythonhosted.org/packages/a1/b4/75bc23577bf0f2e099d270bd0bc252e444830fb051e4bc07da2e4e38e9ff/zopyx.existdb-0.1.4.zip" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "c39a26b3dbc02b82938c8829311c8b5f", "sha256": "affbad8b533b3cbd29e27cc0994ddcf99bc66aea2cd0235c70f23e995af9a642" }, "downloads": -1, "filename": "zopyx.existdb-0.1.5.zip", "has_sig": false, "md5_digest": "c39a26b3dbc02b82938c8829311c8b5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10545543, "upload_time": "2014-07-14T06:32:05", "url": "https://files.pythonhosted.org/packages/25/bb/9c8b3e861fbd9286169ced4e56e554ea41fcb98d8c3a8a59b999f1cc01a9/zopyx.existdb-0.1.5.zip" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "e85e34cbf77bf1db43e415f01a348298", "sha256": "082f421460bab7f5034400170bd00d081febf439fefa88d341bb4da87171482f" }, "downloads": -1, "filename": "zopyx.existdb-0.1.6.zip", "has_sig": false, "md5_digest": "e85e34cbf77bf1db43e415f01a348298", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10547579, "upload_time": "2014-07-29T06:20:45", "url": "https://files.pythonhosted.org/packages/93/76/c4cdfde43d6b247b583d85f3fcda3c1fa910d2f47deb54b0b3ee03224a2f/zopyx.existdb-0.1.6.zip" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "29fb75cc13640d826fbf7bfe6833e5dc", "sha256": "13130019c153834bba3f2bc9c793a92e22c202dbb35dfdd110a022158a82ba1a" }, "downloads": -1, "filename": "zopyx.existdb-0.1.7.zip", "has_sig": false, "md5_digest": "29fb75cc13640d826fbf7bfe6833e5dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10547786, "upload_time": "2014-07-29T07:44:46", "url": "https://files.pythonhosted.org/packages/60/b3/50b5c15abf12b41eb41bfd33b371fc2d99b603112a1d0f2a41143e53935b/zopyx.existdb-0.1.7.zip" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "1555103017bbfc8d691d982b4791a47a", "sha256": "52dacc4ed11ddf3eef8b0d891065dd0352c2765b7f8370f14541e9e2e266641b" }, "downloads": -1, "filename": "zopyx.existdb-0.1.8.zip", "has_sig": false, "md5_digest": "1555103017bbfc8d691d982b4791a47a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10547878, "upload_time": "2014-07-31T11:50:59", "url": "https://files.pythonhosted.org/packages/b7/bb/a8dde8c74fd0599f7de517b7f1b8441c6f04c93db3dd904a9af3b9ed54eb/zopyx.existdb-0.1.8.zip" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "18941bfdf5d9aa3ef1f1a91101dbd44c", "sha256": "28609a07775e3d4a6a55c5c291a17b7748233246f9b0ef401e226560d3f94054" }, "downloads": -1, "filename": "zopyx.existdb-0.1.9.zip", "has_sig": false, "md5_digest": "18941bfdf5d9aa3ef1f1a91101dbd44c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10548033, "upload_time": "2014-08-01T06:13:29", "url": "https://files.pythonhosted.org/packages/f3/07/9e11dd201ed36998c9bb775352544fe4e9fd97abf807350c4f729a5eeaba/zopyx.existdb-0.1.9.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6a37c5da83d4c63bf2226a01322ea172", "sha256": "d3bff2a843676ce868db1841e9dce9e26b2d631eecfc3355b0bb90e0436799f9" }, "downloads": -1, "filename": "zopyx.existdb-0.2.0.zip", "has_sig": false, "md5_digest": "6a37c5da83d4c63bf2226a01322ea172", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10549961, "upload_time": "2014-10-02T11:44:02", "url": "https://files.pythonhosted.org/packages/85/75/ad4f881cfb4a0b371bc06c6d87035be38051765c747cdc6ac4994dab2e9e/zopyx.existdb-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "625996266bd072f594c2cae3fefaffd2", "sha256": "195e86390b9a702e7a1c9191d0356f92056561fe68fbaff999f57b9ba32d3eef" }, "downloads": -1, "filename": "zopyx.existdb-0.2.1.zip", "has_sig": false, "md5_digest": "625996266bd072f594c2cae3fefaffd2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10550573, "upload_time": "2014-10-12T15:19:41", "url": "https://files.pythonhosted.org/packages/87/68/ae797e2242f21868dd3eb16d48f6fe5c7d039701fc4b1979ae57bb8c1904/zopyx.existdb-0.2.1.zip" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "94186a64d2657e58c44492ae6a656246", "sha256": "7f0c947b28601767a8da8498ded410d6dac2a2a67ed218cc0999c8a6d82b014f" }, "downloads": -1, "filename": "zopyx.existdb-0.2.10.zip", "has_sig": false, "md5_digest": "94186a64d2657e58c44492ae6a656246", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10558807, "upload_time": "2014-11-08T11:32:04", "url": "https://files.pythonhosted.org/packages/1d/51/74bc8adeb87f2a892b2ec666d44889d78482a83af8d1c7d5a6e0754da92b/zopyx.existdb-0.2.10.zip" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "6383cae9f920ca8c400e52ee004b358d", "sha256": "fe840a071de53a5cd6f05cc47579aa3d735a19f6f9d5f393655fdfcb7153544c" }, "downloads": -1, "filename": "zopyx.existdb-0.2.11.zip", "has_sig": false, "md5_digest": "6383cae9f920ca8c400e52ee004b358d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10558966, "upload_time": "2014-11-08T11:41:30", "url": "https://files.pythonhosted.org/packages/14/d9/48ed69fa3dd65fb9688f3a6964bca6144eba7af1646e382c47aee6437d8b/zopyx.existdb-0.2.11.zip" } ], "0.2.11.1": [ { "comment_text": "", "digests": { "md5": "6e1f6deb032d59d5a904e8bdb2234e32", "sha256": "4d71f81c9fde405bd71b07b5d1b8a690b349e7380c45750678a29b298d401b8c" }, "downloads": -1, "filename": "zopyx.existdb-0.2.11.1.zip", "has_sig": false, "md5_digest": "6e1f6deb032d59d5a904e8bdb2234e32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10565662, "upload_time": "2014-11-08T11:45:12", "url": "https://files.pythonhosted.org/packages/f9/28/ebd179a2771d5a79d42aee5eee2e09fda427a0fa602e17cbdac43426ff58/zopyx.existdb-0.2.11.1.zip" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "16135416a93f2fc2393e406677ad80f1", "sha256": "02356772138eb6620c57931350b0be2de5d3014d9f72ee17caad99cd060ad31b" }, "downloads": -1, "filename": "zopyx.existdb-0.2.2.zip", "has_sig": false, "md5_digest": "16135416a93f2fc2393e406677ad80f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10550639, "upload_time": "2014-10-12T18:31:14", "url": "https://files.pythonhosted.org/packages/2f/dc/59c982bf2e410e27381d1b3deee16463112218772e31e076021f3ed34243/zopyx.existdb-0.2.2.zip" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "12c1d86356404a685fd13abea75aa46a", "sha256": "8b749b8a73fb27b1a0f1b904cb3290d19c7844d7faa8ca412a84b7cc960243e4" }, "downloads": -1, "filename": "zopyx.existdb-0.2.3.zip", "has_sig": false, "md5_digest": "12c1d86356404a685fd13abea75aa46a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10550782, "upload_time": "2014-10-13T13:26:10", "url": "https://files.pythonhosted.org/packages/14/15/8428565542f44aaaab877f8bc12c0d959db9676976b266d18f21027692f8/zopyx.existdb-0.2.3.zip" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "65274256b6267f8d9edc5bd261b7c96f", "sha256": "0f6c51ef47702408eeba47c8e8b5789e54661cbe4fc99af7e8d59822a43c3c84" }, "downloads": -1, "filename": "zopyx.existdb-0.2.4.zip", "has_sig": false, "md5_digest": "65274256b6267f8d9edc5bd261b7c96f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10550942, "upload_time": "2014-10-22T11:29:35", "url": "https://files.pythonhosted.org/packages/09/03/43ca84f5736af15b88bc047f44aecbb845195d2645e8668b3293884c2dab/zopyx.existdb-0.2.4.zip" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "db708253980a3ca7a9153cf144fce2ad", "sha256": "c43ff3354b8459a9e75b45f0aef0124c56b6daac91c87ddfd975c46bc31b801d" }, "downloads": -1, "filename": "zopyx.existdb-0.2.5.zip", "has_sig": false, "md5_digest": "db708253980a3ca7a9153cf144fce2ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10551885, "upload_time": "2014-10-30T18:28:02", "url": "https://files.pythonhosted.org/packages/4c/88/197c8266daf37448ac581f228d63e68baacf4cb492e96f7d76444150fe64/zopyx.existdb-0.2.5.zip" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "0ef240265c5b11af48f7fa331f0585c5", "sha256": "1c5650a27c9cbeefc08d228ddd9da08594f1b088e5ec28faf6f5e5ef72ddbf6d" }, "downloads": -1, "filename": "zopyx.existdb-0.2.6.zip", "has_sig": false, "md5_digest": "0ef240265c5b11af48f7fa331f0585c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10552634, "upload_time": "2014-10-31T07:37:57", "url": "https://files.pythonhosted.org/packages/65/b5/ea6f545ac3f95bb6e4e3193c2585948c5fc6e73c904280dc5e344904f8ae/zopyx.existdb-0.2.6.zip" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "a5e415eb20d52194c8f5e7bd53e81ce4", "sha256": "f30b919af8303f182ac3e18994b6b3ffa8123aecb4138d4c5db16f20bcd0cd31" }, "downloads": -1, "filename": "zopyx.existdb-0.2.8.zip", "has_sig": false, "md5_digest": "a5e415eb20d52194c8f5e7bd53e81ce4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10553542, "upload_time": "2014-11-01T15:53:50", "url": "https://files.pythonhosted.org/packages/20/5b/63837006aed52791fc0a53610e7d4414bdf71d5c8a17c3e10108cd11fcfd/zopyx.existdb-0.2.8.zip" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "5047af429b598fabb99b9cca6b505a82", "sha256": "ae22b65ffadd38348bbd3e8e72ae4ee07d1d903a42d206fa0cfef184c4b17fc1" }, "downloads": -1, "filename": "zopyx.existdb-0.2.9.zip", "has_sig": false, "md5_digest": "5047af429b598fabb99b9cca6b505a82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10553740, "upload_time": "2014-11-01T19:49:40", "url": "https://files.pythonhosted.org/packages/c1/1a/ed83d80667bb17cc96a0ed09b7e355075768a7488b177cbcb2355c65675f/zopyx.existdb-0.2.9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e1f6deb032d59d5a904e8bdb2234e32", "sha256": "4d71f81c9fde405bd71b07b5d1b8a690b349e7380c45750678a29b298d401b8c" }, "downloads": -1, "filename": "zopyx.existdb-0.2.11.1.zip", "has_sig": false, "md5_digest": "6e1f6deb032d59d5a904e8bdb2234e32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10565662, "upload_time": "2014-11-08T11:45:12", "url": "https://files.pythonhosted.org/packages/f9/28/ebd179a2771d5a79d42aee5eee2e09fda427a0fa602e17cbdac43426ff58/zopyx.existdb-0.2.11.1.zip" } ] }