{
"info": {
"author": "Syslab.com",
"author_email": "pilz@syslab.com",
"bugtrack_url": null,
"classifiers": [
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 5.0",
"Framework :: Plone :: 5.1",
"Framework :: Plone :: 5.2",
"Framework :: Plone :: Addon",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
],
"description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide_addons.html\n This text does not appear on pypi or github. It is a comment.\n\n==============================================================================\nplone.patternslib\n==============================================================================\n\nAn add-on to make `patternslib `_ patterns available within Plone 5.\nIt has some limitations (see below).\n\nFeatures\n--------\n\nPlone 5's Mockup patterns have been relying on the Patternslib core (scanner, registry, base class etc.) for quite some time already.\n\nBecause of this it's possible to use Patternslib patterns (as opposed to the Mockup patterns in Plone 5).\n\nThis package makes a selection of those patterns available in Plone 5.\n\nKnown Issues\n------------\n\nThere are still a few patterns that both Plone 5 and Patternslib have.\nThey either conflict, because they use the same name or they conflict,\nbecause they attempt to do the same or similar things.\nFor now we chose to explicitly exclude them here.\n\nThe Patternslib patterns that are currently **disabled** (for various reasons) are:\n\n* ``pat-colour-picker``\n* ``pat-date-picker``\n* ``pat-gallery``\n* ``pat-image-crop``\n* ``pat-legend``: It conflicts with pat-autotoc\n* ``pat-notification``\n* ``pat-sortable``: Naming conflict with *pat-sortable* in Mockup.\n* ``pat-subform``\n* ``pat-tabs``: New, unreleased Patternslib pattern. Not aware of any conflicts.\n* ``pat-toggle``: Naming conflict with *pat-toggle* in Mockup.\n* ``pat-tooltip``: Naming conflict with *pat-tooltip* in Mockup.\n* ``pat-validation``\n\nExamples\n--------\n\nThere are example browser views for four patterns in the browser directory.\nIf all went well, you can test the following patterns by calling their browser view examples on your plone site:\n\n- ``@@pat-depends``\n- ``@@pat-inject``\n- ``@@pat-masonry``\n- ``@@pat-switch``\n\n\nDevelopment\n-----------\n\nThis package is built similarly to how the mockup sources are pulled into the Plone egg. There is a Makefile which clones patternslib.\nSimilarly to how it is done in Plone5, Patternslib is cloned and built, but only the necessary parts of it are checked in to plone.patternslib.\n\nMake sure that when you update Patternslib that the newer version or files are compatible with the version of `pat-utils` that are in Mockup/Plone 5.0.x.\nWe are able to override the version of `pat-parser`, but not `pat-utils`,\nbecause it's included in the `plone-compiled.js` bundle (\"baked into the cake\" so to speak).\nThis means that we have to rely on the version of `pat-utils` in Mockup/Plone 5.x.\nIf no new methods have been added to `pat-utils` in later versions of Patternslib, then it shouldn't be an issue.\n\nIf you make some changes to the pattern or the bundle, you need to re-compile the bundle.\n\nYou can use `plone-compile-resources `_ script on a Plone site where this plugin is installed:\n\n ./bin/plone-compile-resources --site-id=Plone -b bundle-leaflet\n\n ./bin/plone-compile-resources --site-id=Plone -b patterns\n\n\nInstallation\n------------\n\nInstall plone.patternslib by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n plone.patternslib\n\nand then running ``bin/buildout``.\n\nInstall the plone.patternslib package into your site.\nIt will register a patternslib resource bundle in addition to the existing plone mockup bundles.\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/plone/plone.patternslib/issues\n- Source Code: https://github.com/plone/plone.patternslib\n\n\nSupport\n-------\n\nIf you are having issues, please put them into the issue tracker.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\n- jcopkode, jc@opkode.com\n- Syslab.com, pilz@syslab.com\n\n\n\nChangelog\n=========\n\n1.1.0 (2019-04-11)\n------------------\n\n- Upgrade pat-leaflet to 1.3.0.\n [thet]\n\n- Remove 2nd CSS resource from Leaflet Markercluster as Plone doesn't compile it properly.\n [thet]\n\n- Register ``pat-date-picker``.\n [thet]\n\n- Update dependencies, deped on Patterns 2.1.x.\n [thet]\n\n- Update to latest Patterns.\n [thet]\n\n- Remove registry initialization in bundles.\n [cekk]\n\n- Declare support for python 3.\n [vincero]\n\n\n1.0 (2017-02-28)\n----------------\n\n- Git-un-exclude ``dist`` directory within the ``static`` folder.\n [thet]\n\n- Fix font-awesome web font path.\n [thet]\n\n- Fix Leaflet icon integration.\n [thet]\n\n- Register resources with their uncompressed files, whereever they are available.\n This helps debugging and the resource registry itself can handle compression on it's own.\n [thet]\n\n- Upgrade Patternslib to latest version.\n [thet]\n\n- Better ``pat-gallery`` integration.\n [thet]\n\n- Add ``pat-leaflet`` resources.\n [thet]\n\n- Use bower to manage resources instead of Makefile script.\n [thet]\n\n- Remove browserlayer and add upgrade step for removal from component registry.\n [thet]\n\n- Cleanup.\n [thet]\n\n\n0.2 (2016-04-27)\n----------------\n\n- Polyfill removeDuplicateObjects so that we can use version 2.0.13 of\n Patternslib with Plone/Mockup which still uses Patternslib 2.0.11.\n\n\n0.1 (2016-04-27)\n----------------\n\n- Initial release.",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://pypi.python.org/pypi/plone.patternslib",
"keywords": "Python Plone",
"license": "GPL version 2",
"maintainer": "",
"maintainer_email": "",
"name": "plone.patternslib",
"package_url": "https://pypi.org/project/plone.patternslib/",
"platform": "",
"project_url": "https://pypi.org/project/plone.patternslib/",
"project_urls": {
"Homepage": "https://pypi.python.org/pypi/plone.patternslib"
},
"release_url": "https://pypi.org/project/plone.patternslib/1.1.0/",
"requires_dist": null,
"requires_python": "",
"summary": "An add-on to make patternslib patterns available within Plone 5.",
"version": "1.1.0"
},
"last_serial": 5149316,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "10f056edc24ce7d25da50be9da194420",
"sha256": "96c5ba7328f5c24dba052946f968dde02a02953466870937e0af546a971de940"
},
"downloads": -1,
"filename": "plone.patternslib-0.1.tar.gz",
"has_sig": false,
"md5_digest": "10f056edc24ce7d25da50be9da194420",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 707716,
"upload_time": "2016-04-27T06:47:08",
"url": "https://files.pythonhosted.org/packages/3d/9e/a20b45bc253c8508804b6a0fc01739659fb85030f21d2223f611b87ef343/plone.patternslib-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "f6eda218a7bbc5fadddfe9e5a777a4ab",
"sha256": "c1c613d3a4f859bf5f47a2c9e4d254213b6c55f379c35b3e85768023b6956eb8"
},
"downloads": -1,
"filename": "plone.patternslib-0.2.tar.gz",
"has_sig": false,
"md5_digest": "f6eda218a7bbc5fadddfe9e5a777a4ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 707847,
"upload_time": "2016-04-27T07:10:46",
"url": "https://files.pythonhosted.org/packages/52/cb/bb2812d0982dfdc4366b5ccded8f6df0974b840ae2f2cd6898b900cc35f5/plone.patternslib-0.2.tar.gz"
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "83cd08945be97e050c1380de247ed751",
"sha256": "32e7dc25dfe9502a46b363b42495a02e19598f8a56f2433c48acc6fa6323f162"
},
"downloads": -1,
"filename": "plone.patternslib-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "83cd08945be97e050c1380de247ed751",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7206691,
"upload_time": "2017-04-28T13:23:18",
"url": "https://files.pythonhosted.org/packages/ee/6d/e6c790aa4d4b3dd52d8a43eec81862c3538a2070348dd98f3fda3844bf48/plone.patternslib-0.2.1.tar.gz"
}
],
"1.0": [
{
"comment_text": "",
"digests": {
"md5": "af804716ffba5e09221e5bae7afc32c8",
"sha256": "5bf1e9ae858ea39e1e6cf27421555c1340a973d863de2d28e1088b6b7f509adf"
},
"downloads": -1,
"filename": "plone.patternslib-1.0.tar.gz",
"has_sig": false,
"md5_digest": "af804716ffba5e09221e5bae7afc32c8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7150216,
"upload_time": "2017-02-28T09:49:05",
"url": "https://files.pythonhosted.org/packages/b3/79/b1e677541069aa463cf3f55bb2519250f5df8b47806b097736391ac729d1/plone.patternslib-1.0.tar.gz"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "54743a568088f04d01dd8d025499f94e",
"sha256": "e2c9a8570c3735eac9d419430135c083ff121e61347446f8972f86aeb8a7afb5"
},
"downloads": -1,
"filename": "plone.patternslib-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "54743a568088f04d01dd8d025499f94e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8346928,
"upload_time": "2019-04-11T12:18:58",
"url": "https://files.pythonhosted.org/packages/cb/91/18d19701c89ddb4f5d8f7687733b379ddedc2ffe82f6cb3c3639120606a3/plone.patternslib-1.1.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "54743a568088f04d01dd8d025499f94e",
"sha256": "e2c9a8570c3735eac9d419430135c083ff121e61347446f8972f86aeb8a7afb5"
},
"downloads": -1,
"filename": "plone.patternslib-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "54743a568088f04d01dd8d025499f94e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8346928,
"upload_time": "2019-04-11T12:18:58",
"url": "https://files.pythonhosted.org/packages/cb/91/18d19701c89ddb4f5d8f7687733b379ddedc2ffe82f6cb3c3639120606a3/plone.patternslib-1.1.0.tar.gz"
}
]
}