Metadata-Version: 2.1
Name: zimscraperlib
Version: 1.1.2
Summary: Collection of python tools to re-use common code across scrapers
Home-page: https://github.com/openzim/python_scraperlib
Author: kiwix
Author-email: reg@kiwix.org
License: GPLv3+
Description: zimscraperlib
        =============
        
        [![Build Status](https://github.com/openzim/python_scraperlib/workflows/CI/badge.svg?query=branch%3Amaster)](https://github.com/openzim/python_scraperlib/actions?query=branch%3Amaster)
        [![CodeFactor](https://www.codefactor.io/repository/github/openzim/python_scraperlib/badge)](https://www.codefactor.io/repository/github/openzim/python_scraperlib)
        [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
        [![PyPI version shields.io](https://img.shields.io/pypi/v/zimscraperlib.svg)](https://pypi.org/project/zimscraperlib/)
        [![codecov](https://codecov.io/gh/openzim/python_scraperlib/branch/master/graph/badge.svg)](https://codecov.io/gh/openzim/python_scraperlib)
        
        Collection of python code to re-use across python-based scrapers
        
        # Usage
        
        * This library is meant to be installed via PyPI ([`zimscraperlib`](https://pypi.org/project/zimscraperlib/)).
        * Make sure to reference it using a version code as the API is subject to frequent changes.
        * API should remain the same only within the same *minor* version.
        
        Example usage:
        
        ``` pip
        zimscraperlib>=1.1,<1.2
        ```
        
        # Users
        
        Non-exhaustive list of scrapers using it (check status when updating API):
        
        * [openzim/youtube](https://github.com/openzim/youtube)
        * [openzim/nautilus](https://github.com/openzim/nautilus)
        
        # releasing
        
        * Update your dependencies: `pip install -U setuptools wheel twine`
        * Make sure CHANGELOG.md is up-to-date
        * Bump version on `src/zimscraperlib/VERSION`
        * Build packages `python ./setup.py sdist bdist_wheel`
        * Upload to PyPI `twine upload dist/zimscraperlib-2.0.0*`.
        * Commit your Changelog + version bump changes
        * Tag version on git `git tag -a v2.0.0`
        
Keywords: kiwix zim offline
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
