invenio-formatter


Nameinvenio-formatter JSON
Version 2.0.3 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-formatter
Summary"Jinja utilities for Invenio."
upload_time2024-04-02 12:20:35
maintainerNone
docs_urlhttps://pythonhosted.org/invenio-formatter/
authorCERN
requires_python>=3.8
licenseMIT
keywords invenio jinja2 flask
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    This file is part of Invenio.
    Copyright (C) 2015-2018 CERN.

    Invenio is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.

===================
 Invenio-Formatter
===================

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-formatter.svg
        :target: https://github.com/inveniosoftware/invenio-formatter/blob/master/LICENSE

.. image:: https://github.com/inveniosoftware/invenio-theme/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-theme/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-formatter.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-formatter

.. image:: https://img.shields.io/pypi/v/invenio-formatter.svg
        :target: https://pypi.org/pypi/invenio-formatter


Jinja utilities for Invenio.

Further documentation is available on
https://invenio-formatter.readthedocs.io/

..
    This file is part of Invenio.
    Copyright (C) 2015-2024 CERN.

    Invenio is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 2.0.3 (released 2024-04-02)

- escaped badge title and value on svg generation

Version 2.0.2 (released 2024-02-01)

- templates: replace reStructedText with reStructuredText

Version 2.0.1 (released 2023-07-26)

- badges: semantic html Fixes

Version 2.0.0 (released 2023-07-19)

- setup: bump pillow minimum version

Version 1.3.0 (released 2023-07-17)

- add template filter for human readable time

Version 1.2.0 (released 2021-02-28)

- remove flask-babelex deprecated dependency
- upgrade invenio-i18n to manage babel globally

Version 1.1.4 (released 2021-10-18)

- Add translation CI
- Add pulled translations
- Move from setup.py to setup.cfg
- Add black

Version 1.1.3 (released 2021-10-18)

- Unpin Flask verison.

Version 1.1.2 (released 2021-07-15)

- Bump Flask minimum version

Version 1.1.1 (released 2021-07-15)

- Adds german translations

Version 1.1.0 (released 2020-12-09)

- Integrates Semantic-UI templates
- Migrates CI to GitHub actions

Version 1.0.3 (released 2020-05-06)

- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0

Version 1.0.2 (released 2019-07-29)

- Adds HTML sanitization Jinja filter.

Version 1.0.1 (released 2018-05-25)

- Fixes issue with badges being cached.

Version 1.0.0 (released 2018-03-23)

- Initial public release.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inveniosoftware/invenio-formatter",
    "name": "invenio-formatter",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/invenio-formatter/",
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "invenio jinja2 flask",
    "author": "CERN",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/78/97/2c8d36d759e9a37145ffe34dbd576bf2c8438b197a65f840837bc567d781/invenio-formatter-2.0.3.tar.gz",
    "platform": "any",
    "description": "..\n    This file is part of Invenio.\n    Copyright (C) 2015-2018 CERN.\n\n    Invenio is free software; you can redistribute it and/or modify it\n    under the terms of the MIT License; see LICENSE file for more details.\n\n===================\n Invenio-Formatter\n===================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-formatter.svg\n        :target: https://github.com/inveniosoftware/invenio-formatter/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-theme/workflows/CI/badge.svg\n        :target: https://github.com/inveniosoftware/invenio-theme/actions\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-formatter.svg\n        :target: https://coveralls.io/r/inveniosoftware/invenio-formatter\n\n.. image:: https://img.shields.io/pypi/v/invenio-formatter.svg\n        :target: https://pypi.org/pypi/invenio-formatter\n\n\nJinja utilities for Invenio.\n\nFurther documentation is available on\nhttps://invenio-formatter.readthedocs.io/\n\n..\n    This file is part of Invenio.\n    Copyright (C) 2015-2024 CERN.\n\n    Invenio is free software; you can redistribute it and/or modify it\n    under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion 2.0.3 (released 2024-04-02)\n\n- escaped badge title and value on svg generation\n\nVersion 2.0.2 (released 2024-02-01)\n\n- templates: replace reStructedText with reStructuredText\n\nVersion 2.0.1 (released 2023-07-26)\n\n- badges: semantic html Fixes\n\nVersion 2.0.0 (released 2023-07-19)\n\n- setup: bump pillow minimum version\n\nVersion 1.3.0 (released 2023-07-17)\n\n- add template filter for human readable time\n\nVersion 1.2.0 (released 2021-02-28)\n\n- remove flask-babelex deprecated dependency\n- upgrade invenio-i18n to manage babel globally\n\nVersion 1.1.4 (released 2021-10-18)\n\n- Add translation CI\n- Add pulled translations\n- Move from setup.py to setup.cfg\n- Add black\n\nVersion 1.1.3 (released 2021-10-18)\n\n- Unpin Flask verison.\n\nVersion 1.1.2 (released 2021-07-15)\n\n- Bump Flask minimum version\n\nVersion 1.1.1 (released 2021-07-15)\n\n- Adds german translations\n\nVersion 1.1.0 (released 2020-12-09)\n\n- Integrates Semantic-UI templates\n- Migrates CI to GitHub actions\n\nVersion 1.0.3 (released 2020-05-06)\n\n- Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0\n\nVersion 1.0.2 (released 2019-07-29)\n\n- Adds HTML sanitization Jinja filter.\n\nVersion 1.0.1 (released 2018-05-25)\n\n- Fixes issue with badges being cached.\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"Jinja utilities for Invenio.\"",
    "version": "2.0.3",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-formatter"
    },
    "split_keywords": [
        "invenio",
        "jinja2",
        "flask"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7708f6e6498b4816b3c37d63eae229807d85dbcc85396b4459ce68cb8e050c31",
                "md5": "9758bb88bb6773a6d8ca61d104c78ec3",
                "sha256": "e3ac8f121df9af570845f544d7ac034c75fcfa7e47854b2ec40043cb0f5e32df"
            },
            "downloads": -1,
            "filename": "invenio_formatter-2.0.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9758bb88bb6773a6d8ca61d104c78ec3",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 85959,
            "upload_time": "2024-04-02T12:20:33",
            "upload_time_iso_8601": "2024-04-02T12:20:33.325871Z",
            "url": "https://files.pythonhosted.org/packages/77/08/f6e6498b4816b3c37d63eae229807d85dbcc85396b4459ce68cb8e050c31/invenio_formatter-2.0.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78972c8d36d759e9a37145ffe34dbd576bf2c8438b197a65f840837bc567d781",
                "md5": "2c177dfa702549b29ecc7f297bc81863",
                "sha256": "17aee69fb74f369971d2f30401bef2b94045c4eac8d01db04f2b113711d2f1f0"
            },
            "downloads": -1,
            "filename": "invenio-formatter-2.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2c177dfa702549b29ecc7f297bc81863",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 33683,
            "upload_time": "2024-04-02T12:20:35",
            "upload_time_iso_8601": "2024-04-02T12:20:35.243535Z",
            "url": "https://files.pythonhosted.org/packages/78/97/2c8d36d759e9a37145ffe34dbd576bf2c8438b197a65f840837bc567d781/invenio-formatter-2.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 12:20:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inveniosoftware",
    "github_project": "invenio-formatter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-formatter"
}
        
Elapsed time: 0.21973s