Metadata-Version: 2.1
Name: geofeed-validator
Version: 0.6.1
Summary: Validator library for self-published geo feeds
Home-page: https://github.com/anexia-it/geofeed-validator
Author: Stephan Peijnik
Author-email: speijnik@anexia-it.com
License: AGPLv3+
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Requires-Dist: pycountry (>=20.7.3)
Requires-Dist: netaddr (>=0.7.11)

=================
geofeed-validator
=================
.. image:: https://github.com/anexia-it/geofeed-validator/actions/workflows/python-package.yml/badge.svg?branch=master
	:target: https://github.com/anexia-it/geofeed-validator/actions/workflows/python-package.yml/badge.svg?branch=master

.. image:: https://coveralls.io/repos/anexia-it/geofeed-validator/badge.png?branch=master 
	:target: https://coveralls.io/r/anexia-it/geofeed-validator?branch=master

.. image:: https://pypip.in/d/geofeed_validator/badge.png
        :target: https://pypi.python.org/pypi/geofeed_validator/

.. image:: https://pypip.in/v/geofeed_validator/badge.png
        :target: https://pypi.python.org/pypi/geofeed_validator/

.. image:: https://pypip.in/wheel/geofeed_validator/badge.png
        :target: https://pypi.python.org/pypi/geofeed_validator/

.. image:: https://pypip.in/license/geofeed_validator/badge.png
        :target: https://pypi.python.org/pypi/geofeed_validator/


geofeed-validator is a Python library which implements validation for self-published geofeeds as defined in
http://tools.ietf.org/html/draft-google-self-published-geofeeds-02.

Additionally to the library a sample CLI application is provided, which allows to validate geolocation feeds,
either located in the local filesystem, or downloaded from a remote host using urllib2.


