Metadata-Version: 2.4
Name: gddkia-impediments-on-roads
Version: 1.0.0
Summary: Impediments on roads provided by GDDKiA
Home-page: https://github.com/tomi77/python-gddkia-impediments-on-roads
Author: Tomasz Jakub Rup
Author-email: tomasz.rup@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: summary

=======================================
Impediments on roads provided by GDDKiA
=======================================

.. image:: https://codeclimate.com/github/tomi77/python-gddkia-impediments-on-roads/badges/gpa.svg
   :target: https://codeclimate.com/github/tomi77/python-gddkia-impediments-on-roads
   :alt: Code Climate
.. image:: https://travis-ci.org/tomi77/python-gddkia-impediments-on-roads.svg?branch=master
    :target: https://travis-ci.org/tomi77/python-gddkia-impediments-on-roads
.. image:: https://coveralls.io/repos/github/tomi77/python-gddkia-impediments-on-roads/badge.svg?branch=master
    :target: https://coveralls.io/github/tomi77/python-gddkia-impediments-on-roads?branch=master

Simple wrapper for a data about impediments on roads provided by GDDKiA.

Installation
============

Install package via ``pip``
::

    pip install gddkia-impediments-on-roads


Usage
=====

::

    from impediments import get_impediments

    impediments = get_impediments()
