..
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.
Copyright (C) 2024 Graz University of Technology.
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.4 (release 2024-11-30)
- setup: change to reusable workflows
- setup: pin dependencies
- i18n:push translations
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/1f/7e/195619dc46ca75aff5ccd426ca4eceb49d6cf589b9c1507352667fe96638/invenio_formatter-2.0.4.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 Copyright (C) 2024 Graz University of Technology.\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.4 (release 2024-11-30)\n\n- setup: change to reusable workflows\n- setup: pin dependencies\n- i18n:push translations\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",
"bugtrack_url": null,
"license": "MIT",
"summary": "\"Jinja utilities for Invenio.\"",
"version": "2.0.4",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-formatter"
},
"split_keywords": [
"invenio",
"jinja2",
"flask"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c4f13f9d9794ba2a655c9f792edf020573bfe81d307e95ec9fcf6033bab3f82d",
"md5": "181b42581a70d69beedc722133ec2aac",
"sha256": "9323dea423927829a332cee7ae1d4c0d127a51709cec612f17da8d5cb1a7f711"
},
"downloads": -1,
"filename": "invenio_formatter-2.0.4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "181b42581a70d69beedc722133ec2aac",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 86092,
"upload_time": "2024-11-30T20:49:36",
"upload_time_iso_8601": "2024-11-30T20:49:36.477561Z",
"url": "https://files.pythonhosted.org/packages/c4/f1/3f9d9794ba2a655c9f792edf020573bfe81d307e95ec9fcf6033bab3f82d/invenio_formatter-2.0.4-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1f7e195619dc46ca75aff5ccd426ca4eceb49d6cf589b9c1507352667fe96638",
"md5": "7a5f692cd47138ff7bb734f76837f1bc",
"sha256": "7aee94ec01c3cabc6da57825df3352a12f8b91a2e69c7599bdf001febf6bed05"
},
"downloads": -1,
"filename": "invenio_formatter-2.0.4.tar.gz",
"has_sig": false,
"md5_digest": "7a5f692cd47138ff7bb734f76837f1bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 38463,
"upload_time": "2024-11-30T20:49:46",
"upload_time_iso_8601": "2024-11-30T20:49:46.531057Z",
"url": "https://files.pythonhosted.org/packages/1f/7e/195619dc46ca75aff5ccd426ca4eceb49d6cf589b9c1507352667fe96638/invenio_formatter-2.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-30 20:49:46",
"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"
}