.. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on PyPI or github. It is a comment.
.. image:: https://github.com/imio/imio.scan_logger/actions/workflows/plone-package.yml/badge.svg
:target: https://github.com/imio/imio.scan_logger/actions/workflows/plone-package.yml
.. image:: https://coveralls.io/repos/github/imio/imio.scan_logger/badge.svg?branch=main
:target: https://coveralls.io/github/imio/imio.scan_logger?branch=main
:alt: Coveralls
.. image:: https://codecov.io/gh/imio/imio.scan_logger/branch/master/graph/badge.svg
:target: https://codecov.io/gh/imio/imio.scan_logger
.. image:: https://img.shields.io/pypi/v/imio.scan_logger.svg
:target: https://pypi.python.org/pypi/imio.scan_logger/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/status/imio.scan_logger.svg
:target: https://pypi.python.org/pypi/imio.scan_logger
:alt: Egg Status
.. image:: https://img.shields.io/pypi/pyversions/imio.scan_logger.svg?style=plastic :alt: Supported - Python Versions
.. image:: https://img.shields.io/pypi/l/imio.scan_logger.svg
:target: https://pypi.python.org/pypi/imio.scan_logger/
:alt: License
================
imio.scan_logger
================
Plone product to save log files or messages from scan clients
..
Features
--------
- @message-receiver endpoint to get rest message from clients
Translations
------------
This product has been translated into
- French
Installation
------------
Install imio.scan_logger by adding it to your buildout::
[buildout]
...
eggs =
imio.scan_logger
and then running ``bin/buildout``
Authors
-------
sgeulette
Contributors
------------
Put your name here, you deserve it!
- ?
Contribute
----------
- Issue Tracker: https://github.com/imio/imio.scan_logger/issues
- Source Code: https://github.com/imio/imio.scan_logger
License
-------
The project is licensed under the GPLv2.
Contributors
============
- Stephan Geulette, s.geulette@imio.be
Changelog
=========
0.3.1 (2024-08-26)
------------------
- Symlink correction.
[sgeulette]
0.3.0 (2024-08-26)
------------------
- Added symlinked client folder to ease search and verification.
[sgeulette]
- Enclosed all treatment in try except to send notification when an error occurs.
[sgeulette]
- Included hostname in filename for customer with multiple pcs.
[sgeulette]
- Added client version in email and log
[sgeulette]
0.2.1 (2024-08-14)
------------------
- Added hostname in mail info and log.
[sgeulette]
0.2.0 (2024-08-14)
------------------
- Send email only if given level is ERROR.
[sgeulette]
0.1.0 (2024-08-14)
------------------
- Initial release with @message-receiver endpoint.
[sgeulette]
Raw data
{
"_id": null,
"home_page": "https://github.com/imio/imio.scan_logger",
"name": "imio.scan-logger",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "Python Plone CMS",
"author": "sgeulette",
"author_email": "s.geulette@imio.be",
"download_url": "https://files.pythonhosted.org/packages/b2/60/23eae3c157b765bd1c19ecaa7b63f62975f806c7928e68c87dbd216f92b1/imio_scan_logger-0.3.1.tar.gz",
"platform": null,
"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.html\n This text does not appear on PyPI or github. It is a comment.\n\n.. image:: https://github.com/imio/imio.scan_logger/actions/workflows/plone-package.yml/badge.svg\n :target: https://github.com/imio/imio.scan_logger/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/imio/imio.scan_logger/badge.svg?branch=main\n :target: https://coveralls.io/github/imio/imio.scan_logger?branch=main\n :alt: Coveralls\n\n.. image:: https://codecov.io/gh/imio/imio.scan_logger/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/imio/imio.scan_logger\n\n.. image:: https://img.shields.io/pypi/v/imio.scan_logger.svg\n :target: https://pypi.python.org/pypi/imio.scan_logger/\n :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/imio.scan_logger.svg\n :target: https://pypi.python.org/pypi/imio.scan_logger\n :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/imio.scan_logger.svg?style=plastic :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/imio.scan_logger.svg\n :target: https://pypi.python.org/pypi/imio.scan_logger/\n :alt: License\n\n\n================\nimio.scan_logger\n================\n\nPlone product to save log files or messages from scan clients\n\n..\n Features\n --------\n\n - @message-receiver endpoint to get rest message from clients\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- French\n\n\nInstallation\n------------\n\nInstall imio.scan_logger by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n imio.scan_logger\n\n\nand then running ``bin/buildout``\n\n\nAuthors\n-------\n\nsgeulette\n\n\nContributors\n------------\n\nPut your name here, you deserve it!\n\n- ?\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/imio/imio.scan_logger/issues\n- Source Code: https://github.com/imio/imio.scan_logger\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Stephan Geulette, s.geulette@imio.be\n\n\nChangelog\n=========\n\n\n0.3.1 (2024-08-26)\n------------------\n\n- Symlink correction.\n [sgeulette]\n\n0.3.0 (2024-08-26)\n------------------\n\n- Added symlinked client folder to ease search and verification.\n [sgeulette]\n- Enclosed all treatment in try except to send notification when an error occurs.\n [sgeulette]\n- Included hostname in filename for customer with multiple pcs.\n [sgeulette]\n- Added client version in email and log\n [sgeulette]\n\n0.2.1 (2024-08-14)\n------------------\n\n- Added hostname in mail info and log.\n [sgeulette]\n\n0.2.0 (2024-08-14)\n------------------\n\n- Send email only if given level is ERROR.\n [sgeulette]\n\n0.1.0 (2024-08-14)\n------------------\n\n- Initial release with @message-receiver endpoint.\n [sgeulette]\n",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "Plone product to save log files or messages from scan clients",
"version": "0.3.1",
"project_urls": {
"Homepage": "https://github.com/imio/imio.scan_logger",
"PyPI": "https://pypi.org/project/imio.scan_logger/",
"Source": "https://github.com/imio/imio.scan_logger",
"Tracker": "https://github.com/imio/imio.scan_logger/issues"
},
"split_keywords": [
"python",
"plone",
"cms"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "274cd348041638bddd6468fd3b8429b9aaf6af6bde88c70de2642f48cf71654c",
"md5": "909cc6a999e03e78f11890c29cc941d1",
"sha256": "95be8e57e6325cc56b790a51210a37011a1864ade54814b2a97d10b2f87435f9"
},
"downloads": -1,
"filename": "imio.scan_logger-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "909cc6a999e03e78f11890c29cc941d1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 16779,
"upload_time": "2024-08-26T18:37:42",
"upload_time_iso_8601": "2024-08-26T18:37:42.076837Z",
"url": "https://files.pythonhosted.org/packages/27/4c/d348041638bddd6468fd3b8429b9aaf6af6bde88c70de2642f48cf71654c/imio.scan_logger-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b26023eae3c157b765bd1c19ecaa7b63f62975f806c7928e68c87dbd216f92b1",
"md5": "2e31a120ff0c7f17a7b3c3e2985481a3",
"sha256": "f5cec0355be7f1f3849a246c09a6155eb5dad9f1d6724c2607287b5220866c97"
},
"downloads": -1,
"filename": "imio_scan_logger-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "2e31a120ff0c7f17a7b3c3e2985481a3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 18393,
"upload_time": "2024-08-26T18:37:43",
"upload_time_iso_8601": "2024-08-26T18:37:43.770574Z",
"url": "https://files.pythonhosted.org/packages/b2/60/23eae3c157b765bd1c19ecaa7b63f62975f806c7928e68c87dbd216f92b1/imio_scan_logger-0.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-26 18:37:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "imio",
"github_project": "imio.scan_logger",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "imio.scan-logger"
}