{
"info": {
"author": "staugur",
"author_email": "staugur@saintic.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Flask",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Flask-PluginKit\n===============\n\nWeb program plugin development kit based on flask.\n\n|Build Status| |Documentation Status| |codecov| |PyPI|\n\n\nInstallation\n------------\n\n- Production Version\n\n `$ pip install -U Flask-PluginKit`\n\n- Development Version\n\n `$ pip install -U git+https://github.com/staugur/Flask-PluginKit.git@master`\n\n\nQuickstart\n----------\n\n- The normal pattern\n\n.. code:: python\n\n from flask_pluginkit import PluginManager\n pm = PluginManager(app)\n\n- The factory pattern\n\n.. code:: python\n\n from flask_pluginkit import PluginManager\n pm = PluginManager()\n pm.init_app(app)\n\n\nDocumentation\n-------------\n\n- `\u7b80\u4f53\u4e2d\u6587 `__\n\n- `English `__\n\n\nContributing\n------------\n\nFor setting up the development environment,\nand how to contribute to Flask-PluginKit,\nplease see `contributing guidelines`_.\n\n.. _contributing guidelines: https://github.com/staugur/Flask-PluginKit/blob/master/CONTRIBUTING.rst\n\n\nLinks\n-----\n\n- GitHub https://github.com/staugur/Flask-PluginKit\n- Author https://www.saintic.com\n- Issues https://github.com/staugur/Flask-PluginKit/issues\n- Projects using *Flask-PluginKit* https://github.com/topics/flask-pluginkit\n- Official plugins based on *Flask-PluginKit* https://github.com/flask-pluginkit\n\n\nLICENSE\n-------\n\nBSD 3-Clause License, more see LICENSE.\n\n\nEND\n---\n\nWelcome to submit pull request and star.\n\n.. |Build Status| image:: https://travis-ci.org/staugur/Flask-PluginKit.svg?branch=master\n :target: https://travis-ci.org/staugur/Flask-PluginKit\n.. |Documentation Status| image:: https://open.saintic.com/rtfd/badge/flask-pluginkit\n :target: https://flask-pluginkit.rtfd.vip\n.. |codecov| image:: https://codecov.io/gh/staugur/Flask-PluginKit/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/staugur/Flask-PluginKit\n.. |PyPI| image:: https://img.shields.io/pypi/v/Flask-PluginKit.svg?style=popout\n :target: https://pypi.org/project/Flask-PluginKit/\n\n\n",
"description_content_type": "",
"docs_url": null,
"download_url": "https://github.com/staugur/Flask-PluginKit/releases/tag/v3.4.0",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/staugur/Flask-PluginKit",
"keywords": "flask plugin",
"license": "BSD 3-Clause",
"maintainer": "",
"maintainer_email": "",
"name": "Flask-PluginKit",
"package_url": "https://pypi.org/project/Flask-PluginKit/",
"platform": "",
"project_url": "https://pypi.org/project/Flask-PluginKit/",
"project_urls": {
"Code": "https://github.com/staugur/Flask-PluginKit",
"Documentation": "https://flask-pluginkit.rtfd.vip",
"Download": "https://github.com/staugur/Flask-PluginKit/releases/tag/v3.4.0",
"Homepage": "https://github.com/staugur/Flask-PluginKit",
"Issue tracker": "https://github.com/staugur/Flask-PluginKit/issues"
},
"release_url": "https://pypi.org/project/Flask-PluginKit/3.4.0/",
"requires_dist": [
"Flask (>=0.9)",
"semver (>=2.0.0)"
],
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"summary": "Load and run plugins for your Flask application",
"version": "3.4.0"
},
"last_serial": 5895327,
"releases": {
"2.1.0": [
{
"comment_text": "",
"digests": {
"md5": "723092c31da13bbf1274414cdd8b7750",
"sha256": "4cef76e2042e3cfc0b5ccd2bb24d529ca177416908ca286630f9b8e0a258d460"
},
"downloads": -1,
"filename": "Flask_PluginKit-2.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "723092c31da13bbf1274414cdd8b7750",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 19630,
"upload_time": "2018-11-02T10:46:17",
"url": "https://files.pythonhosted.org/packages/59/ad/ae92a98d59fda1acf35b28c9fb1c620fcc8889608f865d021f7bd3362d38/Flask_PluginKit-2.1.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "ba3410ecb204044274e0e4b06e9d5203",
"sha256": "3940214512044a4ab115e3230d359cb955fda54a97bd7582fda9431db4195b2c"
},
"downloads": -1,
"filename": "Flask-PluginKit-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ba3410ecb204044274e0e4b06e9d5203",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19113,
"upload_time": "2018-11-02T10:46:19",
"url": "https://files.pythonhosted.org/packages/4e/1a/329d7d088058fbb59054ad81e870a226807207f40114fbbf04e11d778e01/Flask-PluginKit-2.1.0.tar.gz"
}
],
"2.1.1": [
{
"comment_text": "",
"digests": {
"md5": "13aebc2ddc4fb28916d190a2acee0327",
"sha256": "7ce0b10a9b6a8cc70d5ad10cda5593457080129e978e52d3df195ea7ae77b373"
},
"downloads": -1,
"filename": "Flask_PluginKit-2.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "13aebc2ddc4fb28916d190a2acee0327",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 20177,
"upload_time": "2018-12-06T06:45:13",
"url": "https://files.pythonhosted.org/packages/63/27/16ca4d90099f8359c84161dd48322a4b4bb9e9d6bbfcf68a2a039a9cf59f/Flask_PluginKit-2.1.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "68f3503e3142a873bb81d5b96560f5f3",
"sha256": "8cb1f73b0737dc0f0e1c91bf3e11c7da8c5333b0470af745448e75157e2bc56d"
},
"downloads": -1,
"filename": "Flask-PluginKit-2.1.1.tar.gz",
"has_sig": false,
"md5_digest": "68f3503e3142a873bb81d5b96560f5f3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20038,
"upload_time": "2018-12-06T06:45:14",
"url": "https://files.pythonhosted.org/packages/75/f6/deab4c457b14d8b0aacf54660ccf2f049de421da1dc9aa68ef93a8b6b9b1/Flask-PluginKit-2.1.1.tar.gz"
}
],
"2.2.0": [
{
"comment_text": "",
"digests": {
"md5": "21213ce69c8ba6650ddadd6257353ae8",
"sha256": "fedf73580a1da373b982034a78defdc3bb5c93f0494bbaab3a2ba4ff21016d63"
},
"downloads": -1,
"filename": "Flask_PluginKit-2.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "21213ce69c8ba6650ddadd6257353ae8",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 20035,
"upload_time": "2019-04-04T01:26:13",
"url": "https://files.pythonhosted.org/packages/57/d0/b575bfc0f4e12e864d70f36f00696dac02e86985f399ef21100b70c41a52/Flask_PluginKit-2.2.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "8215f67b565574d131046387301b28a9",
"sha256": "85370fb695afb100b1e119e4b9216719b6c56c8ba3caaf4b64a74b0e49ff6055"
},
"downloads": -1,
"filename": "Flask-PluginKit-2.2.0.tar.gz",
"has_sig": false,
"md5_digest": "8215f67b565574d131046387301b28a9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20054,
"upload_time": "2019-04-04T01:26:15",
"url": "https://files.pythonhosted.org/packages/79/16/fdebecdf08f9a922db4f1bebde8bb6c6a9b5e045ad30776d067a2abb22b7/Flask-PluginKit-2.2.0.tar.gz"
}
],
"2.3.0": [
{
"comment_text": "",
"digests": {
"md5": "988e16d6dbf17f387cd2f63748ce68f0",
"sha256": "03a125b4fd27090f8677fafa3dac5d598294f946198032eb37b394e2ffccd18a"
},
"downloads": -1,
"filename": "Flask_PluginKit-2.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "988e16d6dbf17f387cd2f63748ce68f0",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 20954,
"upload_time": "2019-04-05T14:02:56",
"url": "https://files.pythonhosted.org/packages/5a/bd/ba9671e862d1f91594f7312ad476d0fecd13be301623b4c65b1a01aad75a/Flask_PluginKit-2.3.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "d0e0f90fc02740218168706dcdc7752d",
"sha256": "8e788647f834de9917c30c8601e7bc10ce442581f4a1c1889ed9dff19b3f9f1b"
},
"downloads": -1,
"filename": "Flask-PluginKit-2.3.0.tar.gz",
"has_sig": false,
"md5_digest": "d0e0f90fc02740218168706dcdc7752d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 20119,
"upload_time": "2019-04-05T14:02:58",
"url": "https://files.pythonhosted.org/packages/66/80/ae8ad6726d8c178643c02f8175ece0bab65a69897530b2156decec96e955/Flask-PluginKit-2.3.0.tar.gz"
}
],
"2.3.1": [
{
"comment_text": "",
"digests": {
"md5": "c7bd970201c5e58e9108ee1c85176a23",
"sha256": "22ee9d30662bce05c422552f8f740885f7bdaf4c56e8e19002ce2a91b6a7c971"
},
"downloads": -1,
"filename": "Flask_PluginKit-2.3.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c7bd970201c5e58e9108ee1c85176a23",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 21277,
"upload_time": "2019-04-09T06:14:41",
"url": "https://files.pythonhosted.org/packages/64/34/120752b51dedad84e00683b691389253e2328d5bc3a65b4c41c1583eb85c/Flask_PluginKit-2.3.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "dc721adcd07156842931471bc414f00b",
"sha256": "0ce641d3ef377e6da4fca9363c8cec42be3169c8d9d262f9639d0df748a02bd2"
},
"downloads": -1,
"filename": "Flask-PluginKit-2.3.1.tar.gz",
"has_sig": false,
"md5_digest": "dc721adcd07156842931471bc414f00b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 20515,
"upload_time": "2019-04-09T06:14:43",
"url": "https://files.pythonhosted.org/packages/06/b7/00dee1a59f28a46aa6ef35e3ce7a1702caea5e2e8fbefc258702f2cbbdc2/Flask-PluginKit-2.3.1.tar.gz"
}
],
"2.3.2": [
{
"comment_text": "",
"digests": {
"md5": "4b066ad54609ca53daaa3ef7a01cfab4",
"sha256": "d09758b58c23263da35de559c13e559f2eece05852310d27c601ee1cd0997a18"
},
"downloads": -1,
"filename": "Flask_PluginKit-2.3.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4b066ad54609ca53daaa3ef7a01cfab4",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 21560,
"upload_time": "2019-04-09T08:44:03",
"url": "https://files.pythonhosted.org/packages/17/7b/4916a2bb93c4c21dec530dfa57efbdd5bef554e30e6fe4e4f03c8ebe178e/Flask_PluginKit-2.3.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "66a7bb7cce43cb28cd1e754cb637e690",
"sha256": "6be49e706e35abe0e3e981d4ec3436c225ab9964030425f48335c0083d778e94"
},
"downloads": -1,
"filename": "Flask-PluginKit-2.3.2.tar.gz",
"has_sig": false,
"md5_digest": "66a7bb7cce43cb28cd1e754cb637e690",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 20885,
"upload_time": "2019-04-09T08:44:04",
"url": "https://files.pythonhosted.org/packages/49/ef/608a8331beb759c1f890885c5bf5b0cc1b269507827c9d51e276b61aed18/Flask-PluginKit-2.3.2.tar.gz"
}
],
"2.4.0": [
{
"comment_text": "",
"digests": {
"md5": "08655ff95037def1ba414bdc8f03f01b",
"sha256": "548af2428681e341d699f18b3b99c5687fcb4170b3caed980a94c007de2bc641"
},
"downloads": -1,
"filename": "Flask_PluginKit-2.4.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "08655ff95037def1ba414bdc8f03f01b",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 21719,
"upload_time": "2019-04-12T03:07:38",
"url": "https://files.pythonhosted.org/packages/8d/ed/b1527077b8726d6db0b0a2f1a7a01f34d4f1d2aef828226b95dc70957868/Flask_PluginKit-2.4.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "dd95b6f873faac6fbca2875da3f84371",
"sha256": "d6a4558eb732f9b7da214fd9b91d525316970e5bc5dd1b78e841784f8c3ec05b"
},
"downloads": -1,
"filename": "Flask-PluginKit-2.4.0.tar.gz",
"has_sig": false,
"md5_digest": "dd95b6f873faac6fbca2875da3f84371",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 21297,
"upload_time": "2019-04-12T03:07:39",
"url": "https://files.pythonhosted.org/packages/27/ec/1b5bac2d7d9efcf8eb5df7362a0cc495f829911aedd6f382d6f64ef61fdb/Flask-PluginKit-2.4.0.tar.gz"
}
],
"2.4.1": [
{
"comment_text": "",
"digests": {
"md5": "9b5fe32cbaeb46d63d2c7b8ebc4d4140",
"sha256": "d58fd68b157f079d63dd587d743c31509a18ff28e19b45454f39787b660c0939"
},
"downloads": -1,
"filename": "Flask-PluginKit-2.4.1.tar.gz",
"has_sig": false,
"md5_digest": "9b5fe32cbaeb46d63d2c7b8ebc4d4140",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 21491,
"upload_time": "2019-07-04T07:56:34",
"url": "https://files.pythonhosted.org/packages/f1/95/74d089d9bfb5be84cd9b785179d190cbacccb6531500bad1b62cb03c7666/Flask-PluginKit-2.4.1.tar.gz"
}
],
"3.0.0": [
{
"comment_text": "",
"digests": {
"md5": "0139dd8df0920d8bd8cb9c60fcd10e32",
"sha256": "aba60c86f1dbc03018ff68ba7c296370b0ce2141e5a8ccc984b900c42b99231b"
},
"downloads": -1,
"filename": "Flask_PluginKit-3.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "0139dd8df0920d8bd8cb9c60fcd10e32",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 13914,
"upload_time": "2019-07-20T14:54:31",
"url": "https://files.pythonhosted.org/packages/bf/28/70b5af42a4c4e7f1579ecd13064ec61d66fe392295d35f14a8f481d5d078/Flask_PluginKit-3.0.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "91f7a120c664704e395b451df89806d1",
"sha256": "ca142b0474c4f69a1365e7acbc5f4f5064ec416a3a5f72e601ac222e3ab1b3aa"
},
"downloads": -1,
"filename": "Flask-PluginKit-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "91f7a120c664704e395b451df89806d1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 11932,
"upload_time": "2019-07-20T14:54:33",
"url": "https://files.pythonhosted.org/packages/c4/5a/fda8200f0f6fbaf67515ae095a8dca8f95e89bd00f00791abb00c75768e5/Flask-PluginKit-3.0.0.tar.gz"
}
],
"3.0.1": [
{
"comment_text": "",
"digests": {
"md5": "ebaadd939ce77eb6e963447eaff45465",
"sha256": "cf3e2505749e6829cec0577bd8695a9a38365a639e4c283cf8610a096ecf8e25"
},
"downloads": -1,
"filename": "Flask_PluginKit-3.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ebaadd939ce77eb6e963447eaff45465",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 13926,
"upload_time": "2019-07-21T07:20:10",
"url": "https://files.pythonhosted.org/packages/71/65/5286231d742ecc67e9f3bd2a6bdde55296b135b69a4accd05acd63b58340/Flask_PluginKit-3.0.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "9c10b7f72828fc8b456f5e30c526d24a",
"sha256": "a7ee59c89807480d19e0b9e8624ed7bc81fdf900f6351d40dc0972a5a1ea0660"
},
"downloads": -1,
"filename": "Flask-PluginKit-3.0.1.tar.gz",
"has_sig": false,
"md5_digest": "9c10b7f72828fc8b456f5e30c526d24a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 11951,
"upload_time": "2019-07-21T07:20:12",
"url": "https://files.pythonhosted.org/packages/02/53/089a0f8b6ed76ce824a68dfffdb2c58e284d485423053520a6a8c4f89ced/Flask-PluginKit-3.0.1.tar.gz"
}
],
"3.1.0": [
{
"comment_text": "",
"digests": {
"md5": "d139f2b83d8ca18617d1b183aa179a25",
"sha256": "d5f4845dc2fd702ed341a2a5ce021b8f099718709d758b2708bb6e014321b46d"
},
"downloads": -1,
"filename": "Flask_PluginKit-3.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d139f2b83d8ca18617d1b183aa179a25",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 17343,
"upload_time": "2019-07-22T09:52:08",
"url": "https://files.pythonhosted.org/packages/d0/d5/6305673d0bd8e80a09543441dd21f4f6d057010effb325ee3e5aa50c344d/Flask_PluginKit-3.1.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "ad1f8eb45f7de08b2fe95cae1df375c8",
"sha256": "a076af536755d8e04e59c5e404f55e1bbf38520c31a07e26d65fe1febb846cde"
},
"downloads": -1,
"filename": "Flask-PluginKit-3.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ad1f8eb45f7de08b2fe95cae1df375c8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 14695,
"upload_time": "2019-07-22T09:52:10",
"url": "https://files.pythonhosted.org/packages/78/95/399fb8dd80f872b279eb645d11cd45e23ab422bc55c14c37e3b15783e27b/Flask-PluginKit-3.1.0.tar.gz"
}
],
"3.2.0": [
{
"comment_text": "",
"digests": {
"md5": "4e129f6dd8abd8058a5bbb3e6b49b89b",
"sha256": "7076dcf876d4289003201c17207b7942d4bb0d3715fd73c980e4ff61fe9176ee"
},
"downloads": -1,
"filename": "Flask_PluginKit-3.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4e129f6dd8abd8058a5bbb3e6b49b89b",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 19036,
"upload_time": "2019-07-25T08:34:46",
"url": "https://files.pythonhosted.org/packages/67/e4/7c54b438d3b41fe7136b08b2bc1c1ef5b0ea116efd4655c6be67da22d5b5/Flask_PluginKit-3.2.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "42c773c2d17cc04cf0d5689d29410202",
"sha256": "0830f101dfea0f9f4773db4f8d9c1d79f97d20393e4e861ae11445bebf8185ea"
},
"downloads": -1,
"filename": "Flask-PluginKit-3.2.0.tar.gz",
"has_sig": false,
"md5_digest": "42c773c2d17cc04cf0d5689d29410202",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 16416,
"upload_time": "2019-07-25T08:34:48",
"url": "https://files.pythonhosted.org/packages/c8/f0/9c71ee69af2a3dceef02470329b928c16f944724f553774f73814c8fed04/Flask-PluginKit-3.2.0.tar.gz"
}
],
"3.3.0": [
{
"comment_text": "",
"digests": {
"md5": "62fb564564b8cbf604b0cbb9c638416e",
"sha256": "7411258f3b2539346e9f8b1eac09d8641a3650824edd5443f45daf4fb954ed09"
},
"downloads": -1,
"filename": "Flask_PluginKit-3.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "62fb564564b8cbf604b0cbb9c638416e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 87389,
"upload_time": "2019-07-31T14:10:49",
"url": "https://files.pythonhosted.org/packages/dd/a6/4081590793c31ad694f997ff81ded8da770a8142896eee6bc98efe607e54/Flask_PluginKit-3.3.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "5bd17777c51651b353221c64d9f4abe4",
"sha256": "0d0b48ea6649207f952f74c7879311cdd7a01ce895a030b61949b338e2d0fd0a"
},
"downloads": -1,
"filename": "Flask-PluginKit-3.3.0.tar.gz",
"has_sig": false,
"md5_digest": "5bd17777c51651b353221c64d9f4abe4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 83662,
"upload_time": "2019-07-31T14:10:51",
"url": "https://files.pythonhosted.org/packages/b8/ad/a91012f27e778dc2b2abc98c10fdf2e935aebb35fa5b54acfbef9718ba83/Flask-PluginKit-3.3.0.tar.gz"
}
],
"3.3.1": [
{
"comment_text": "",
"digests": {
"md5": "c0bd828430f285fa2a48dfcb460d4f77",
"sha256": "506f63b75d5051bec456eadeddb2eaa95990a4a5f0c5aeaf8b854ed491b94318"
},
"downloads": -1,
"filename": "Flask_PluginKit-3.3.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c0bd828430f285fa2a48dfcb460d4f77",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 87985,
"upload_time": "2019-09-17T09:01:49",
"url": "https://files.pythonhosted.org/packages/c0/6a/9e3c364b01485afa6ed59fbf6cc3dd0fa4271e177696014783293e4ae58d/Flask_PluginKit-3.3.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "ec4251cab759de3c8ceb9a6bf1a837c4",
"sha256": "3d6133188c295e9d0200c9e1ecf8205dc3d6662037bec71d466ea108285449db"
},
"downloads": -1,
"filename": "Flask-PluginKit-3.3.1.tar.gz",
"has_sig": false,
"md5_digest": "ec4251cab759de3c8ceb9a6bf1a837c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 84750,
"upload_time": "2019-09-17T09:01:50",
"url": "https://files.pythonhosted.org/packages/1f/13/2b99db63b7aaedc6a0e2e09e4469083a0408fc9224f8b7b612e18f1a0fce/Flask-PluginKit-3.3.1.tar.gz"
}
],
"3.4.0": [
{
"comment_text": "",
"digests": {
"md5": "db20056b6950a14e1ea9dd5e1acda3ab",
"sha256": "f5882d60e6959acf5105cbd3b8fa186dd601c6bd029bde4d75813de4d409da57"
},
"downloads": -1,
"filename": "Flask_PluginKit-3.4.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "db20056b6950a14e1ea9dd5e1acda3ab",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 91757,
"upload_time": "2019-09-27T10:08:08",
"url": "https://files.pythonhosted.org/packages/66/4b/efa4d95eebbd31a5401373dee95511d007ff25f9d8ea71ec3f04a4362690/Flask_PluginKit-3.4.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "066c0cf3f1e194e7c79f9f666c94e04f",
"sha256": "98d99ab0f70063ac99d8dff1f691103230b5c479de6e407fef69a72883cad79d"
},
"downloads": -1,
"filename": "Flask-PluginKit-3.4.0.tar.gz",
"has_sig": false,
"md5_digest": "066c0cf3f1e194e7c79f9f666c94e04f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 89019,
"upload_time": "2019-09-27T10:08:10",
"url": "https://files.pythonhosted.org/packages/2e/8a/9bc0ef7f72b00cc5b62820db0f93bdf1e0acd1f0ca71163c4e39dfa94490/Flask-PluginKit-3.4.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "db20056b6950a14e1ea9dd5e1acda3ab",
"sha256": "f5882d60e6959acf5105cbd3b8fa186dd601c6bd029bde4d75813de4d409da57"
},
"downloads": -1,
"filename": "Flask_PluginKit-3.4.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "db20056b6950a14e1ea9dd5e1acda3ab",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 91757,
"upload_time": "2019-09-27T10:08:08",
"url": "https://files.pythonhosted.org/packages/66/4b/efa4d95eebbd31a5401373dee95511d007ff25f9d8ea71ec3f04a4362690/Flask_PluginKit-3.4.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "066c0cf3f1e194e7c79f9f666c94e04f",
"sha256": "98d99ab0f70063ac99d8dff1f691103230b5c479de6e407fef69a72883cad79d"
},
"downloads": -1,
"filename": "Flask-PluginKit-3.4.0.tar.gz",
"has_sig": false,
"md5_digest": "066c0cf3f1e194e7c79f9f666c94e04f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
"size": 89019,
"upload_time": "2019-09-27T10:08:10",
"url": "https://files.pythonhosted.org/packages/2e/8a/9bc0ef7f72b00cc5b62820db0f93bdf1e0acd1f0ca71163c4e39dfa94490/Flask-PluginKit-3.4.0.tar.gz"
}
]
}