{ "info": { "author": "Jarn AS", "author_email": "info@jarn.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\n*Note: This code has been merged into Products.Archetypes and will be part of\nany Plone 4.1 and later release.*\n\nAt the heart of the Archetypes reference engine is the reference_catalog. This\nis a set of catalog indexes used to perform the actual query lookups.\n\nThe choice of using a ZCatalog has lead to some data structures which aren't\nsuited for handling references.\n\nThis project tries to work around some of the short comings of the internal\nimplementation of the reference engine without changing the public API or\nmaking any other changes to the stored data.\n\nDevelopment\n-----------\n\nThe source code can be found at:\nhttps://github.com/hannosch/experimental.atrefspeedup\n\nIf you encounter any issues, please contact hanno (at) jarn (dot) com.\n\nChangelog\n=========\n\n1.0a6 - 2011-08-02\n------------------\n\n- Protect against invalid references pointing to non-existent objects.\n [hannosch]\n\n1.0a5 - 2011-08-02\n------------------\n\n- Don't use `isdisjoint`, as it's not available on Python < 2.6.\n [hannosch]\n\n1.0a4 - 2010-11-22\n------------------\n\n- Deal gracefully with missing uid catalog entries for references.\n [hannosch, stefan]\n\n1.0a3 - 2010-11-05\n------------------\n\n- Speed up `getReferences` and `getBackReferences` of `Referenceable` objects.\n We no longer load the reference objects themselves but work directly with the\n information on the brains.\n [hannosch]\n\n- Speed up `getTargetObject` and `getSourceObject` on reference objects.\n [hannosch]\n\n1.0a2 - 2010-11-04\n------------------\n\n- Support passing in a list of relationships into the `getReferences` and\n `getBackReferences` methods.\n [hannosch]\n\n1.0a1 - 2010-10-18\n------------------\n\n- Initial implementation.\n [hannosch]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.jarn.com/", "keywords": "plone reference speed", "license": "GPL version 2", "maintainer": null, "maintainer_email": null, "name": "experimental.atrefspeedup", "package_url": "https://pypi.org/project/experimental.atrefspeedup/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/experimental.atrefspeedup/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.jarn.com/" }, "release_url": "https://pypi.org/project/experimental.atrefspeedup/1.0a6/", "requires_dist": null, "requires_python": null, "summary": "Speedup of the Archetypes reference engine.", "version": "1.0a6" }, "last_serial": 5343678, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "64d7a271e981f8d42d5067da104bb4de", "sha256": "b104dd2327b77621bcabfe31503336e8f1e3d2e66e8d15c5868b0b4ae9385f0a" }, "downloads": -1, "filename": "experimental.atrefspeedup-1.0a1.zip", "has_sig": false, "md5_digest": "64d7a271e981f8d42d5067da104bb4de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19146, "upload_time": "2010-10-18T18:46:44", "url": "https://files.pythonhosted.org/packages/4e/fd/4c473f2d61599478ffa0132b47ad7820e8c71a58b6e92894eeef4ad6260d/experimental.atrefspeedup-1.0a1.zip" } ], "1.0a2": [ { "comment_text": "", "digests": { "md5": "d940f4531041e0b51cfe8f7b7a6f68cf", "sha256": "65e7997a8692cc8e39013927cfc99174d4f505aece2dcf62f7c5095723aa6ffa" }, "downloads": -1, "filename": "experimental.atrefspeedup-1.0a2.zip", "has_sig": false, "md5_digest": "d940f4531041e0b51cfe8f7b7a6f68cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19677, "upload_time": "2010-11-04T14:21:42", "url": "https://files.pythonhosted.org/packages/07/7c/96b83a37fa00434aaac49821e80872d1f28e78aa463f034662d1580a8ea7/experimental.atrefspeedup-1.0a2.zip" } ], "1.0a3": [ { "comment_text": "", "digests": { "md5": "e1b76900490c5ded8eec72da0b4132fa", "sha256": "6c958b4822d187db6cb9c2638aed4e74ffc41bf96dbac76c5815408bcb8f9b2a" }, "downloads": -1, "filename": "experimental.atrefspeedup-1.0a3.zip", "has_sig": false, "md5_digest": "e1b76900490c5ded8eec72da0b4132fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20572, "upload_time": "2010-11-05T15:48:21", "url": "https://files.pythonhosted.org/packages/42/f4/26648e71e829a42aebece71d41a14bc519b66cffe65854fdc71be426c53c/experimental.atrefspeedup-1.0a3.zip" } ], "1.0a4": [ { "comment_text": "", "digests": { "md5": "833fb61ea5f1d1fea3f4b3c668a38c3c", "sha256": "e459ce806c9821fbb4c037638abddaabf05f152fd867739d35b3bb729a6e95e1" }, "downloads": -1, "filename": "experimental.atrefspeedup-1.0a4.zip", "has_sig": false, "md5_digest": "833fb61ea5f1d1fea3f4b3c668a38c3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20850, "upload_time": "2010-11-22T11:42:08", "url": "https://files.pythonhosted.org/packages/56/2d/304148d68c5cb6f656477411d881ae41bab7872de5bdf5ec6a9eb055be06/experimental.atrefspeedup-1.0a4.zip" } ], "1.0a5": [ { "comment_text": "", "digests": { "md5": "855aa33234a5c510cf3ac27d2bae7052", "sha256": "fecbc8598e9d75343428644dd8f547c7832d65e71757afc411e2e0286dc8ee6d" }, "downloads": -1, "filename": "experimental.atrefspeedup-1.0a5.zip", "has_sig": false, "md5_digest": "855aa33234a5c510cf3ac27d2bae7052", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21210, "upload_time": "2011-08-02T13:37:21", "url": "https://files.pythonhosted.org/packages/cb/28/e45f514ffc0b2c2274115c0c02109b5f3fad399edc5b8e9e218b1227f82f/experimental.atrefspeedup-1.0a5.zip" } ], "1.0a6": [ { "comment_text": "", "digests": { "md5": "d517bc5a25a3108f649d8f61b77c9a2d", "sha256": "b4669a5b37ae1add6279aec8e829db625bceade5154e5ab54b728f354bc34b23" }, "downloads": -1, "filename": "experimental.atrefspeedup-1.0a6.zip", "has_sig": false, "md5_digest": "d517bc5a25a3108f649d8f61b77c9a2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21343, "upload_time": "2011-08-02T17:07:53", "url": "https://files.pythonhosted.org/packages/bd/51/a87e5aa7c9a21fc70cbe84771da219a2ada1729bca31b21ce42e139cfb25/experimental.atrefspeedup-1.0a6.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d517bc5a25a3108f649d8f61b77c9a2d", "sha256": "b4669a5b37ae1add6279aec8e829db625bceade5154e5ab54b728f354bc34b23" }, "downloads": -1, "filename": "experimental.atrefspeedup-1.0a6.zip", "has_sig": false, "md5_digest": "d517bc5a25a3108f649d8f61b77c9a2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21343, "upload_time": "2011-08-02T17:07:53", "url": "https://files.pythonhosted.org/packages/bd/51/a87e5aa7c9a21fc70cbe84771da219a2ada1729bca31b21ce42e139cfb25/experimental.atrefspeedup-1.0a6.zip" } ] }