Metadata-Version: 2.1
Name: imio.scan_logger
Version: 0.3.1
Summary: Plone product to save log files or messages from scan clients
Home-page: https://github.com/imio/imio.scan_logger
Author: sgeulette
Author-email: s.geulette@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/imio.scan_logger/
Project-URL: Source, https://github.com/imio/imio.scan_logger
Project-URL: Tracker, https://github.com/imio/imio.scan_logger/issues
Keywords: Python Plone CMS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.7
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: imio.helpers>=1.0.0rc4
Requires-Dist: plone.api>=1.8.4
Requires-Dist: plone.app.dexterity
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing>=5.0.0; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"

.. 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]
