Metadata-Version: 1.1
Name: hc
Version: 0.1.0
Summary: Holiday converter tool
Home-page: https://gitlab.com/ypid/hc
Author: Robin Schneider
Author-email: ypid@riseup.net
License: AGPL-3.0
Description: hc introduction
        ===============
        
        | |GitLab CI Build Status| (GitLab CI) - |Travis CI Build Status| (Travis CI) - |coverage report| - |Read The Docs| |CII Best Practices|
        | |Version| |License| |Python versions| |dev status| |pypi monthly downloads|
        
        hc – holiday converter
        
        Supports the following inputs and outputs:
        
        * Input: German school holidays (HTML tables) from http://www.schulferien.org/
        * Input and output: (School) holidays format used by `opening_hours.js <https://github.com/opening-hours/opening_hours.js>`_
        
        Supports the following data serialization languages:
        
        * YAML
        * JSON
        
        Repositories
        ------------
        
        * `GitLab <https://gitlab.com/ypid/hc>`_ (primary repo with issue tracker)
        * `GitHub <https://github.com/ypid/hc>`_ (mirror)
        
        Documentation
        -------------
        
        * `Read the Docs <https://holiday-converter.readthedocs.io/en/latest/>`_
        
        Authors
        -------
        
        * `Robin Schneider <https://me.ypid.de/>`_
        
        License
        -------
        
        `GNU Affero General Public License v3 (AGPL-3.0)`_
        
        .. _GNU Affero General Public License v3 (AGPL-3.0): https://tldrlegal.com/license/gnu-affero-general-public-license-v3-%28agpl-3.0%29
        .. _Makefile: https://gitlab.com/ypid/hc/blob/master/Makefile
        .. _tests directory: https://gitlab.com/ypid/hc/tree/master/tests
        
        .. |GitLab CI Build Status| image:: https://gitlab.com/ypid/hc/badges/master/build.svg
           :target: https://gitlab.com/ypid/hc/commits/master
        
        .. |coverage report| image:: https://gitlab.com/ypid/hc/badges/master/coverage.svg
           :target: https://ypid.gitlab.io/hc/coverage/
        
        .. |Travis CI Build Status| image:: https://travis-ci.org/ypid/hc.svg
           :target: https://travis-ci.org/ypid/hc
        
        .. |Read the Docs| image:: https://readthedocs.org/projects/holiday-converter/badge/?version=latest
           :target: https://holiday-converter.readthedocs.io/en/latest/
        
        .. |CII Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/744/badge
           :target: https://bestpractices.coreinfrastructure.org/projects/744
        
        .. |Version| image:: https://img.shields.io/pypi/v/hc.svg
           :target: https://pypi.python.org/pypi/hc
        
        .. |License| image:: https://img.shields.io/pypi/l/hc.svg
           :target: https://pypi.python.org/pypi/hc
        
        .. |Python versions| image:: https://img.shields.io/pypi/pyversions/hc.svg
           :target: https://pypi.python.org/pypi/hc
        
        .. |dev status| image:: https://img.shields.io/pypi/status/hc.svg
           :target: https://pypi.python.org/pypi/hc
        
        .. |pypi monthly downloads| image:: https://img.shields.io/pypi/dm/hc.svg
           :target: https://pypi.python.org/pypi/hc
        
Keywords: school holidays schulferien germany
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: DFSG approved
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Text Processing :: Markup :: HTML
