{ "info": { "author": "Nathan Van Gheem", "author_email": "nathan.vangheem@wildcardcorp.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis package allows you to fix problems with missing classes\nwhen packages do not properly uninstall.\n\nTo define which classes or interfaces need to be fixed, you need\nto specify them as environment variables in your buildout file.\n\nThe format for replacement classes is `MISSING_ `\n\nFor instance::\n\n [instance]\n recipe = plone.recipe.zope2instance\n ...\n environment-vars =\n MISSING_ICatalog zc.relation.interfaces\n MISSING_IQueue collective.pdfpeek.async\n MISSING_Queue collective.pdfpeek.async\n MISSING_IPDFpeekLayer collective.pdfpeek.browser.interfaces\n ...\n\n\nYou can also define a replacement module to use instead of having\nwildcard.fixmissing automatically create it for you.\n\nExample::\n\n [instance]\n recipe = plone.recipe.zope2instance\n ...\n environment-vars =\n MISSING_ICatalog zc.relation.interfaces=my.module.interfaces\n ...\n\nChangelog\n=========\n\n1.0 (2015-05-15)\n----------------\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": "https://github.com/collective/wildcard.fixmissing/", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "wildcard.fixmissing", "package_url": "https://pypi.org/project/wildcard.fixmissing/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wildcard.fixmissing/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/collective/wildcard.fixmissing/" }, "release_url": "https://pypi.org/project/wildcard.fixmissing/1.0/", "requires_dist": null, "requires_python": null, "summary": "a package that allows you to fix missing modules which cause errors with the ZODB", "version": "1.0" }, "last_serial": 2803702, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "99a8e0d64c74a69c06daeb92fcb65efb", "sha256": "3465ca8a093b3b85201c636f6a7c42e99aaf0bf08010a7a17bb84ddb3d08c8e8" }, "downloads": -1, "filename": "wildcard.fixmissing-1.0.zip", "has_sig": false, "md5_digest": "99a8e0d64c74a69c06daeb92fcb65efb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14950, "upload_time": "2015-05-15T18:42:36", "url": "https://files.pythonhosted.org/packages/af/88/e0c0cd9feedcd3035deab0d71d5ca504190650b4871ca1ab6f4f274e246d/wildcard.fixmissing-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "99a8e0d64c74a69c06daeb92fcb65efb", "sha256": "3465ca8a093b3b85201c636f6a7c42e99aaf0bf08010a7a17bb84ddb3d08c8e8" }, "downloads": -1, "filename": "wildcard.fixmissing-1.0.zip", "has_sig": false, "md5_digest": "99a8e0d64c74a69c06daeb92fcb65efb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14950, "upload_time": "2015-05-15T18:42:36", "url": "https://files.pythonhosted.org/packages/af/88/e0c0cd9feedcd3035deab0d71d5ca504190650b4871ca1ab6f4f274e246d/wildcard.fixmissing-1.0.zip" } ] }