Metadata-Version: 1.1
Name: kibitzr
Version: 6.0.2
Summary: Self hosted web page changes monitoring
Home-page: https://github.com/kibitzr/kibitzr
Author: Peter Demin
Author-email: kibitzrrr@gmail.com
License: MIT license
Description: ===============================
        Kibitzr
        ===============================
        
        .. image:: https://badges.gitter.im/kibitzr/Lobby.svg
           :alt: Join the chat at https://gitter.im/kibitzr/Lobby
           :target: https://gitter.im/kibitzr/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        
        .. image:: https://img.shields.io/pypi/v/kibitzr.svg
                :target: https://pypi.python.org/pypi/kibitzr
        
        .. image:: https://github.com/kibitzr/kibitzr/actions/workflows/test.yml/badge.svg
                :target: https://github.com/kibitzr/kibitzr/actions/workflows/test.yml
        
        .. image:: https://readthedocs.org/projects/kibitzr/badge/?version=latest
                :target: https://kibitzr.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://www.codefactor.io/repository/github/kibitzr/kibitzr/badge
                :target: https://www.codefactor.io/repository/github/kibitzr/kibitzr
                :alt: CodeFactor
        
        .. image:: https://coveralls.io/repos/github/kibitzr/kibitzr/badge.svg?branch=master
                :target: https://coveralls.io/github/kibitzr/kibitzr?branch=master
                :alt: Coveralls
        
        .. image:: https://pepy.tech/badge/kibitzr
                :target: https://pepy.tech/project/kibitzr
                :alt: Downloads
        
        
        Kibitzr is like a secret twin brother who does routine tasks and asks for nothing in return. Try and see it for yourself.
        
        * Problems? Ask in issues_, or gitter_
        * Documentation: https://kibitzr.readthedocs.io.
        * Free software: MIT license
        
        .. _gitter: https://gitter.im/kibitzr/Lobby
        .. _issues: https://github.com/kibitzr/kibitzr/issues/
        
        
        Changelog
        =========
        
        Unreleased
        ----------
        
        [6.0.2] - 2021-12-05
        --------------------
        
        -  Update docker image
        
        .. _section-1:
        
        [6.0.1] - 2021-10-11
        --------------------
        
        Added
        -----
        
        -  `Gotify
           notifier <https://kibitzr.readthedocs.io/en/latest/gotify.html>`__ by
           `egvimo <https://github.com/egvimo>`__ in
           `PR#108 <for://github.com/kibitzr/kibitzr/pull/108>`__
        
        .. _section-2:
        
        [6.0.0] - 2019-08-06
        --------------------
        
        Removed
        -------
        
        -  Support for Python 2.6, 3.4 ## Added
        -  Support for Python 3.7
        
        .. _section-3:
        
        [5.4.4] - 2019-08-06
        --------------------
        
        Fixed
        -----
        
        -  skip handling of unsupported SIGUSR1 under Windows #73. ## Added
        -  provide context for ``{{ env }}`` dictionary in all Jinja templates.
        
        .. _section-4:
        
        [5.4.3] - 2019-06-07
        --------------------
        
        .. _fixed-1:
        
        Fixed
        -----
        
        -  Fixed ``xpath`` in Jinja transform for attribute and namespace access
           (#81 thanks to @mstarzyk).
        
        .. _section-5:
        
        [5.4.2] - 2018-12-27
        --------------------
        
        Changed
        -------
        
        -  Better support for dynamic forms filling. Check only first form field
           for accessibility.
        -  Changed ``bash`` to ``shell`` in docs and added alias.
        
        .. _section-6:
        
        [5.4.1] - 2018-11-27
        --------------------
        
        .. _changed-1:
        
        Changed
        -------
        
        -  Replaced option ``verify_cert`` with ``verify-cert`` for consistency.
        
        .. _section-7:
        
        [5.4.0] - 2018-10-20
        --------------------
        
        .. _added-1:
        
        Added
        -----
        
        -  Schedule option (#71 thanks to @cescobarresi).
        -  Option to omit HTTPS certificate verification in simple fetcher (#72
           thanks to @cescobarresi).
        
        .. _section-8:
        
        [5.3.5] - 2018-10-02
        --------------------
        
        .. _added-2:
        
        Added
        -----
        
        -  Telegram notifier option ``split-on`` (#70 thanks to @cescobarresi).
           ## Changed
        -  Fixed ``xpath`` transform for attribute and namespace access (#68
           thanks to @cescobarresi).
        
        .. _section-9:
        
        [5.3.4] - 2018-09-28
        --------------------
        
        .. _added-3:
        
        Added
        -----
        
        -  ``xpath-all`` transform (#67 thanks to @cescobarresi).
        
        .. _section-10:
        
        [5.3.3] - 2018-08-24
        --------------------
        
        .. _added-4:
        
        Added
        -----
        
        -  [undocumented] ``before_start`` extension interface.
        
        .. _section-11:
        
        [5.3.2] - 2018-08-16
        --------------------
        
        .. _changed-2:
        
        Changed
        -------
        
        -  Made custom Jinja filters ignore None values.
        -  convert lxml to defusedxml in transformer/html.py (#61 thanks to
           @unit-00).
        
        .. _section-12:
        
        [5.3.1] - 2018-07-06
        --------------------
        
        .. _added-5:
        
        Added
        -----
        
        -  [undocumented] CLI extension interface.
        
        [5.3.0.alpha] - 2018-05-06
        --------------------------
        
        .. _added-6:
        
        Added
        -----
        
        -  [undocumented] fetcher extension interface.
        
        .. _section-13:
        
        [5.2.0] - 2018-05-06
        --------------------
        
        .. _changed-3:
        
        Changed
        -------
        
        -  ``kibitzr firefox`` now prompts for Return to save profile.
        -  Firefox profile directory path moved to capabilities in the new
           version.
        
        .. _section-14:
        
        [5.1.1] - 2018-04-19
        --------------------
        
        .. _added-7:
        
        Added
        -----
        
        -  ``kibitzr stash`` command to show stash contents.
        
        .. _section-15:
        
        [5.1.0] - 2018-04-10
        --------------------
        
        .. _added-8:
        
        Added
        -----
        
        -  kibitzr clean command to delete changes history (#13 thanks to
           @attilanagy).
        -  Jinja filters: int and float.
        
        .. _section-16:
        
        [5.0.0] - 2017-12-16
        --------------------
        
        .. _changed-4:
        
        Changed
        -------
        
        -  Dropped support for Firefox < 56 (using -headless instead of XVFB).
        
        .. _section-17:
        
        [4.0.10] - 2017-08-28
        ---------------------
        
        .. _changed-5:
        
        Changed
        -------
        
        -  Fix #47: Xpath transform encodes content to UTF-8 before parsing
           (X|HT)ML.
        
        .. _section-18:
        
        [4.0.9] - 2017-08-21
        --------------------
        
        .. _fixed-2:
        
        Fixed
        -----
        
        -  Allow SMTP without authentication. ## Changed
        -  Use local SMTP server by default.
        
        .. _section-19:
        
        [4.0.8] - 2017-08-02
        --------------------
        
        .. _fixed-3:
        
        Fixed
        -----
        
        -  Fixed xpath selector transform.
        
        .. _section-20:
        
        [4.0.7] - 2017-06-29
        --------------------
        
        .. _fixed-4:
        
        Fixed
        -----
        
        -  Fixed interruption exit code (1).
        
        .. _section-21:
        
        [4.0.6] - 2017-06-28
        --------------------
        
        .. _fixed-5:
        
        Fixed
        -----
        
        -  Exit(2) when receiving SIGTERM/SIGINT.
        
        .. _section-22:
        
        [4.0.5] - 2017-06-14
        --------------------
        
        .. _fixed-6:
        
        Fixed
        -----
        
        -  Exit(1) Kibitzr when Firefox goes funny business.
        
        .. _section-23:
        
        [4.0.4] - 2017-06-07
        --------------------
        
        .. _changed-6:
        
        Changed
        -------
        
        -  Firefox fetcher: Implicitly wait 2 seconds for selects.
        -  Firefox fetcher: Resize window before each fetch. ## Fixed
        -  bash transform: Skip execution for empty content.
        
        .. _section-24:
        
        [4.0.3] - 2017-05-25
        --------------------
        
        .. _added-9:
        
        Added
        -----
        
        -  Changes style “new” - show only current content if it changed. ##
           Fixed
        -  text filter in Jinja templates.
        -  Adapted list of requirements for Windows.
        
        .. _section-25:
        
        [4.0.2] - 2017-05-21
        --------------------
        
        .. _added-10:
        
        Added
        -----
        
        -  Explicit telegram imprinting. ## Fixed
        -  Dynamically import only what’s needed in checks.
        -  Better Windows support.
        -  Support for non-ascii URLs.
        
        .. _section-26:
        
        [4.0.1] - 2017-05-10
        --------------------
        
        .. _added-11:
        
        Added
        -----
        
        -  Credentials extensions through entry points (for kibitzr-keyring).
        
        .. _section-27:
        
        [4.0.0] - 2017-05-08
        --------------------
        
        .. _added-12:
        
        Added
        -----
        
        -  ``kibitzr init`` - create sample configuration files. ## Changed
        -  Changed kibitzr CLI commands structure (``kibitzr run`` instead of
           ``kibitzr``).
        
        .. _section-28:
        
        [3.1.8] - 2017-05-08
        --------------------
        
        .. _fixed-7:
        
        Fixed
        -----
        
        -  Unspecified period caused error (introduced in 3.1.4).
        
        .. _section-29:
        
        [3.1.7] - 2017-05-06
        --------------------
        
        .. _fixed-8:
        
        Fixed
        -----
        
        -  Gracefull shutdown on SIGTERM (as on SIGINT).
        
        .. _section-30:
        
        [3.1.6] - 2017-05-05
        --------------------
        
        .. _fixed-9:
        
        Fixed
        -----
        
        -  Jinja transform. ## Added
        -  CHANGELOG to PyPI page.
        
        .. _section-31:
        
        [3.1.4] - 2017-05-04
        --------------------
        
        .. _changed-7:
        
        Changed
        -------
        
        -  human-readable period.
        
        .. _section-32:
        
        [3.1.3] - 2017-05-01
        --------------------
        
        .. _fixed-10:
        
        Fixed
        -----
        
        -  Bash and Python transforms parameter (dis)order.
        -  Skip Bash transform if input is empty. ## Changed
        -  Requests fetcher uses caching.
        
        .. _section-33:
        
        [3.1.0] - 2017-05-01
        --------------------
        
        .. _added-13:
        
        Added
        -----
        
        -  Jinja transform. ## Removed
        -  cut and sort transforms (superseded by bash).
        
        .. _section-34:
        
        [3.0.11] - 2017-04-30
        ---------------------
        
        .. _added-14:
        
        Added
        -----
        
        -  Browser form filling shorthand.
        
        .. _section-35:
        
        [3.0.10] - 2017-04-29
        ---------------------
        
        .. _added-15:
        
        Added
        -----
        
        -  Bash transform. ## Fixed
        -  jq transform input encoding.
        
        .. _section-36:
        
        [3.0.9] - 2017-04-25
        --------------------
        
        .. _fixed-11:
        
        Fixed
        -----
        
        -  Firefox fetcher: retry 3 times on stale element exception.
        -  Persistent Firefox: Ignore all exceptions when closing.
        
        .. _section-37:
        
        [3.0.8] - 2017-04-24
        --------------------
        
        .. _added-16:
        
        Added
        -----
        
        -  Transformer css-all selector which returns all elements instead of
           first.
        -  Python transformer. ## Changed
        -  Missing check name autopopulated from URL or autogenerated.
        
        .. _section-38:
        
        [3.0.7] - 2017-04-19
        --------------------
        
        .. _added-17:
        
        Added
        -----
        
        -  Zapier notifier.
        
        .. _section-39:
        
        [3.0.6] - 2017-04-19
        --------------------
        
        .. _added-18:
        
        Added
        -----
        
        -  Telegram notifier.
        
        .. _section-40:
        
        [3.0.3] - 2017-04-18
        --------------------
        
        .. _added-19:
        
        Added
        -----
        
        -  Persistent firefox profile [undocumented].
        
        .. _section-41:
        
        [3.0.2] - 2017-04-18
        --------------------
        
        .. _added-20:
        
        Added
        -----
        
        -  Short form for SMTP notifier #11. ## Fixed
        -  Weird BS4 misbehaviour in CSS selector.
        
        .. _section-42:
        
        [3.0.1] - 2017-04-07
        --------------------
        
        .. _fixed-12:
        
        Fixed
        -----
        
        -  Exit if no checks defined.
        -  Better credentials reloading.
        
        .. _section-43:
        
        [3.0.0] - 2017-04-04
        --------------------
        
        .. _changed-8:
        
        Changed
        -------
        
        -  Switched to selenium >3 and Firefox >48.
        
        .. _section-44:
        
        [2.7.4] - 2017-04-01
        --------------------
        
        .. _changed-9:
        
        Changed
        -------
        
        -  Closing FireFox tab after it was fetched to reduce idle CPU.
        
        .. _section-45:
        
        [2.7.3] - 2017-03-31
        --------------------
        
        .. _added-21:
        
        Added
        -----
        
        -  Started CHANGELOG.
        -  script.python fetcher.
        
Keywords: kibitzr
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
