Metadata-Version: 2.1
Name: udata-croquemort
Version: 2.0.0
Summary: Croquemort support for uData
Home-page: https://github.com/opendatateam/udata-croquemort
Author: Opendata Team
Author-email: opendatateam@data.gouv.fr
License: LGPL
Description: # uData-croquemort
        
        This plugin provides integration between uData and Croquemort link checker.
        
        ## Compatibility
        
        **udata-croquemort** requires Python 2.7+ and [uData][].
        
        ## Installation
        
        Install [uData][].
        
        Remain in the same virtual environment (for Python) and use the same version of npm (for JS).
        
        Install **udata-croquemort**:
        
        ```shell
        pip install udata-croquemort
        ```
        
        Modify your local configuration file of **udata** (typically, `udata.cfg`) as following:
        
        ```python
        PLUGINS = ['croquemort']
        LINKCHECKING_DEFAULT_LINKCHECKER = 'croquemort'
        CROQUEMORT_URL = 'http://localhost:8000'
        CROQUEMORT_NB_RETRY = 10
        CROQUEMORT_DELAY = 1
        ```
        
        [uData]: https://github.com/opendatateam/udata
        
        # Changelog
        
        ## 2.0.0 (2020-03-11)
        
        - Migrate to python3 🐍 [#93](https://github.com/opendatateam/udata-croquemort/pull/93)
        
        ## 1.0.4 (2019-05-20)
        
        - Do not check FTP(S) urls [#86](https://github.com/opendatateam/udata-croquemort/pull/86)
        
        ## 1.0.3 (2018-07-30)
        
        - Handle croquemort response w/o updated attr [#31](https://github.com/opendatateam/udata-croquemort/pull/31)
        
        ## 1.0.2 (2018-03-13)
        
        - Switch to pytest
        
        ## 1.0.1 (2017-10-20)
        
        - Fix setup.py version
        
        ## 1.0.0 (2017-10-20)
        
        - Stable version
        
        ## 0.0.1 (2017-10-03)
        
        - Initial release
        
        
Keywords: udata croquemort
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Software Distribution
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
