{ "info": { "author": "CERN", "author_email": "info@invenio-software.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "..\n This file is part of Invenio.\n Copyright (C) 2015 CERN.\n\n Invenio is free software; you can redistribute it\n and/or modify it under the terms of the GNU General Public License as\n published by the Free Software Foundation; either version 2 of the\n License, or (at your option) any later version.\n\n Invenio is distributed in the hope that it will be\n useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with Invenio; if not, write to the\n Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,\n MA 02111-1307, USA.\n\n In applying this license, CERN does not\n waive the privileges and immunities granted to it by virtue of its status\n as an Intergovernmental Organization or submit itself to any jurisdiction.\n\n=============\n Invenio-Ext\n=============\n\n.. image:: https://img.shields.io/travis/inveniosoftware/invenio-ext.svg\n :target: https://travis-ci.org/inveniosoftware/invenio-ext\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-ext.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-ext\n\n.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-ext.svg\n :target: https://github.com/inveniosoftware/invenio-ext/releases\n\n.. image:: https://img.shields.io/pypi/dm/invenio-ext.svg\n :target: https://pypi.python.org/pypi/invenio-ext\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-ext.svg\n :target: https://github.com/inveniosoftware/invenio-ext/blob/master/LICENSE\n\n\nInvenio module that provides integration with Flask extensions.\n\n*This is an experimental developer preview release.*\n\n* Free software: GPLv2 license\n* Documentation: https://invenio-ext.readthedocs.org.\n\n\n..\n This file is part of Invenio.\n Copyright (C) 2015 CERN.\n\n Invenio is free software; you can redistribute it\n and/or modify it under the terms of the GNU General Public License as\n published by the Free Software Foundation; either version 2 of the\n License, or (at your option) any later version.\n\n Invenio is distributed in the hope that it will be\n useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with Invenio; if not, write to the\n Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,\n MA 02111-1307, USA.\n\n In applying this license, CERN does not\n waive the privileges and immunities granted to it by virtue of its status\n as an Intergovernmental Organization or submit itself to any jurisdiction.\n\nChanges\n=======\n\nVersion 0.3.2 (released 2015-10-07)\n-----------------------------------\n\n- Code style fixes and version bump of required packages.\n\nVersion 0.3.1 (released 2015-10-05)\n-----------------------------------\n\nImproved features\n~~~~~~~~~~~~~~~~~\n\n- Uses CFG_VERSION config variable to generate `bower.json`.\n\nBug fixes\n~~~~~~~~~\n\n- Allows legacy UserInfo object creation without Invenio-Access\n package.\n\nVersion 0.3.0 (released 2015-10-02)\n-----------------------------------\n\nIncompatible changes\n~~~~~~~~~~~~~~~~~~~~\n\n- Removes record related tasks in favor of `invenio-records`.\n\nBug fixes\n~~~~~~~~~\n\n- Adds missing dependency to invenio-collections>=0.1.2.\n- Removes references to invenio.config and replaces them with\n invenio_base.globals.cfg.\n- Adds missing dependency to invenio-testing.\n- Replaces if statement by try...except block to check if a model has\n a mixer associated with it.\n\nVersion 0.2.1 (released 2015-09-23)\n-----------------------------------\n\nIncompatible changes\n~~~~~~~~~~~~~~~~~~~~\n\n- Removes previously disabled legacy handlers.\n\nBug fixes\n~~~~~~~~~\n\n- Adds missing MySQL-python>=1.2.5 dependency.\n\nVersion 0.2.0 (released 2015-09-22)\n-----------------------------------\n\nIncompatible changes\n~~~~~~~~~~~~~~~~~~~~\n\n- Removes `get_record` from global Jinja context.\n- Removes possibility to import config as invenio package attribute.\n Replace `from invenio import config` by using `current_app.config`.\n- Removes endpoints serving legacy webinterfaces and legacy admin\n pages.\n- Removes bibdocfile dependency.\n\nBug fixes\n~~~~~~~~~\n\n- Adds missing invenio-base, raven and redis dependencies.\n- Adds missing dependencies to SQLAlchemy-Utils and intbitset.\n- Adds missing invenio-celery>=0.1.0 dependency.\n- Removes dependency on legacy WebUser module.\n\nVersion 0.1.0 (released 2015-09-17)\n-----------------------------------\n\n- Initial public release.", "description_content_type": null, "docs_url": "https://pythonhosted.org/invenio-ext/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/inveniosoftware/invenio-ext", "keywords": "invenio TODO", "license": "GPLv2", "maintainer": "", "maintainer_email": "", "name": "invenio-ext", "package_url": "https://pypi.org/project/invenio-ext/", "platform": "any", "project_url": "https://pypi.org/project/invenio-ext/", "project_urls": { "Homepage": "https://github.com/inveniosoftware/invenio-ext" }, "release_url": "https://pypi.org/project/invenio-ext/0.3.2/", "requires_dist": [ "Cerberus (>=0.7,<0.7.1)", "Flask-Admin (>=1.1.0)", "Flask-Assets (>=0.10)", "Flask-Babel (>=0.9)", "Flask-Breadcrumbs (>=0.2)", "Flask-Cache (>=0.12)", "Flask-Collect (>=1.1.1)", "Flask-Email (>=1.4.4)", "Flask-Gravatar (>=0.4.2)", "Flask-IIIF (>=0.2.0)", "Flask-Login (>=0.2.7)", "Flask-Menu (>=0.2)", "Flask-OAuthlib (>=0.6.0,<0.7)", "Flask-Principal (>=0.4)", "Flask-RESTful (>=0.2.12)", "Flask-Registry (>=0.2)", "Flask-SQLAlchemy (>=2.0)", "Flask-Script (>=2.0.5)", "Flask-WTF (>=0.10.2)", "Flask (>=0.10.1)", "MySQL-python (>=1.2.5)", "backports.lzma (>=0.0.3)", "celery (>=3.1.8)", "elasticsearch (>=1.3.0)", "fixture (>=1.5)", "intbitset (>=2.0.0)", "invenio-base (>=0.3.1)", "invenio-celery (>=0.1.1)", "invenio-utils (>=0.2.0)", "lxml (>=3.3)", "oauthlib (==0.7.2)", "passlib (>=1.6.2)", "python-dateutil (>=1.5)", "raven (>=5.0.0)", "redis (>=2.8.0)", "requests (>=2.4.0)", "six (>=1.7.2)", "sqlalchemy-utils[encrypted] (>=0.31.0)", "Sphinx (>=1.3); extra == 'docs'", "sphinx-rtd-theme (>=0.1.7); extra == 'docs'", "coverage (>=4.0.0); extra == 'tests'", "Flask-SSO (>=0.2); extra == 'tests'", "httpretty (>=0.8.10); extra == 'tests'", "invenio-access (>=0.2.0); extra == 'tests'", "invenio-accounts (>=0.2.0); extra == 'tests'", "invenio-collections (>=0.2.0); extra == 'tests'", "invenio-records (>=0.3.4.post1); extra == 'tests'", "invenio-oauth2server (>=0.2.0); extra == 'tests'", "invenio-testing (>=0.1.1); extra == 'tests'", "mock (>=1.0.1); extra == 'tests'", "pytest (>=2.8.0); extra == 'tests'", "pytest-cov (>=2.1.0); extra == 'tests'", "pytest-isort (>=0.1.0); extra == 'tests'", "pytest-pep8 (>=1.0.6); extra == 'tests'", "setuptools (>=17.1); extra == 'tests'" ], "requires_python": "", "summary": "Invenio module that provides integration with Flask extensions.", "version": "0.3.2" }, "last_serial": 2359036, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "99fab8f5ba570ec1e72e12c95425473e", "sha256": "fc870461170496270cf439337f7d4194a1178d06b3a5304459fde05008e2c7fb" }, "downloads": -1, "filename": "invenio_ext-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "99fab8f5ba570ec1e72e12c95425473e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 209892, "upload_time": "2015-09-17T15:04:22", "url": "https://files.pythonhosted.org/packages/2b/16/58ae8b14a48f01ad5d553cfc004f9cb56a8269185229b7e537260b09a2f5/invenio_ext-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f1cbb66c268fb9d60803b124f0ec466", "sha256": "9dc4c1bc66b873fd4e0533d59cde0f25e505208ee15128324154fda0be383f0c" }, "downloads": -1, "filename": "invenio-ext-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5f1cbb66c268fb9d60803b124f0ec466", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 142203, "upload_time": "2015-09-17T15:04:16", "url": "https://files.pythonhosted.org/packages/da/95/26fc1153131e0accfd0a0669f6ae99ca7eba01a3b9486e4c292cb18b064b/invenio-ext-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "667d8b4602beb4fff2aadb6bbc54a23e", "sha256": "b492040846ee01c7d4a387a5b9b9cd0af786a40ea75cbb23f9ffb178bde8e65f" }, "downloads": -1, "filename": "invenio_ext-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "667d8b4602beb4fff2aadb6bbc54a23e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 210202, "upload_time": "2015-09-22T17:19:52", "url": "https://files.pythonhosted.org/packages/ae/91/35eaea6251ef6b8db8bfbbe6d763ddb791a34476bc50c023ba3ad1b278e4/invenio_ext-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7246776797f1d06073b57de025c4c2b", "sha256": "668b728b125adcc5f763afb6ea04b4f9ac8c629f0a248e4cafa43cc3f33944a1" }, "downloads": -1, "filename": "invenio-ext-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b7246776797f1d06073b57de025c4c2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 145718, "upload_time": "2015-09-22T17:19:47", "url": "https://files.pythonhosted.org/packages/91/e5/4a0130311f1571a0b1cb73aba0268e296729ff7db1fa8171c6a57e013780/invenio-ext-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "86e3039479757934d735aa2ab0a00681", "sha256": "310b5537f578f56aa07f3b72e57a5b94c48dd49f633de5f2942b0a4ce16d85c6" }, "downloads": -1, "filename": "invenio_ext-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "86e3039479757934d735aa2ab0a00681", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 206531, "upload_time": "2015-09-23T12:54:38", "url": "https://files.pythonhosted.org/packages/3f/11/37af1bea32c623a6dca657f4b135ca6ec1552b5b83cda381c1af397b34d1/invenio_ext-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d675061553acb1f6da6f3925257b43bc", "sha256": "0337993ccc3df73ce5aafc730b6ac0170fcb1f054025cc9ae8b6726ecf8afc7f" }, "downloads": -1, "filename": "invenio-ext-0.2.1.tar.gz", "has_sig": false, "md5_digest": "d675061553acb1f6da6f3925257b43bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 142298, "upload_time": "2015-09-23T12:54:29", "url": "https://files.pythonhosted.org/packages/d1/d5/168510e93d47dd0736ad63e45e5a337929ad81beff18f660b335834c1f71/invenio-ext-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "6582452141dd6b50dcab5d12a88f806d", "sha256": "b9d1c4c0274aac0cf515e8a9865066bcd63304cc0d7964e8f7aa5a91f8406a0a" }, "downloads": -1, "filename": "invenio_ext-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6582452141dd6b50dcab5d12a88f806d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 202393, "upload_time": "2015-10-02T14:02:38", "url": "https://files.pythonhosted.org/packages/1c/e3/6081ad9c2c0b302d755c43eece136cc2d04f6322e7f6bd606fa80c86f205/invenio_ext-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "080ec39c3be108d20be5a2791b69b86e", "sha256": "cc22259aa39ea825083e0066becae2bf27da9df5be51745a2f6cf7ab6e94689a" }, "downloads": -1, "filename": "invenio-ext-0.3.0.tar.gz", "has_sig": false, "md5_digest": "080ec39c3be108d20be5a2791b69b86e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 139900, "upload_time": "2015-10-02T14:02:27", "url": "https://files.pythonhosted.org/packages/69/33/91565b7ccf16c65df60c3ce2bb0648c3b19753744614d192aa7e475d133b/invenio-ext-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "a4d7bccad780bb1b77537be7b257f5dd", "sha256": "7e27e6c40d7d266c283fe42afdfeeeea1fcaae22ef3f5ce9c25b40d085f5adab" }, "downloads": -1, "filename": "invenio_ext-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a4d7bccad780bb1b77537be7b257f5dd", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 202601, "upload_time": "2015-10-05T15:26:11", "url": "https://files.pythonhosted.org/packages/1b/d9/7cf1ee0635aabcc1ac01fbc9737f2909d688eed04b2f20a8cfee2464a7e4/invenio_ext-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9906cef096855716d11afb02eaca0449", "sha256": "17a6d646d7c7ae9c9c577389ff61721851849a7bea9b33277b94a2d2384c8a93" }, "downloads": -1, "filename": "invenio-ext-0.3.1.tar.gz", "has_sig": false, "md5_digest": "9906cef096855716d11afb02eaca0449", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140313, "upload_time": "2015-10-05T15:25:59", "url": "https://files.pythonhosted.org/packages/44/dc/7fb3e1dbbf0f7fbfb6c526868e0e4e7e406b56659713249ddfde553f0dcd/invenio-ext-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "d1124df06361365fcc18040188f4104e", "sha256": "02497d7d7d261cdb0147c2ffebe59d2b96c9e96108bc6635c2d674140cb3c57d" }, "downloads": -1, "filename": "invenio_ext-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1124df06361365fcc18040188f4104e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 202448, "upload_time": "2015-10-07T09:44:48", "url": "https://files.pythonhosted.org/packages/76/0f/128e8f71d575f34c6683b9b949df3a58a4acdd9b0c76374da03a61daee9d/invenio_ext-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "daf6f877a216dbfe3c5714013108011b", "sha256": "1ba827cd2881f5544b7668890a50808a063b088475ec3fe8e4e85ff8b5854cd7" }, "downloads": -1, "filename": "invenio-ext-0.3.2.tar.gz", "has_sig": false, "md5_digest": "daf6f877a216dbfe3c5714013108011b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140416, "upload_time": "2015-10-07T09:44:52", "url": "https://files.pythonhosted.org/packages/6e/6f/fcd3b44904625f4dacfc108f4432395ae7fa06557a53e58a61e353d9eb3a/invenio-ext-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1124df06361365fcc18040188f4104e", "sha256": "02497d7d7d261cdb0147c2ffebe59d2b96c9e96108bc6635c2d674140cb3c57d" }, "downloads": -1, "filename": "invenio_ext-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1124df06361365fcc18040188f4104e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 202448, "upload_time": "2015-10-07T09:44:48", "url": "https://files.pythonhosted.org/packages/76/0f/128e8f71d575f34c6683b9b949df3a58a4acdd9b0c76374da03a61daee9d/invenio_ext-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "daf6f877a216dbfe3c5714013108011b", "sha256": "1ba827cd2881f5544b7668890a50808a063b088475ec3fe8e4e85ff8b5854cd7" }, "downloads": -1, "filename": "invenio-ext-0.3.2.tar.gz", "has_sig": false, "md5_digest": "daf6f877a216dbfe3c5714013108011b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 140416, "upload_time": "2015-10-07T09:44:52", "url": "https://files.pythonhosted.org/packages/6e/6f/fcd3b44904625f4dacfc108f4432395ae7fa06557a53e58a61e353d9eb3a/invenio-ext-0.3.2.tar.gz" } ] }