Metadata-Version: 2.3
Name: geofeed-validator
Version: 0.7.1
Summary: Validator library for self-published geo feeds
Author: Stephan Peijnik-Steinwender, Gerhard Bogner
Author-email: Stephan Peijnik-Steinwender <SPeijnik@anexia-it.com>, Gerhard Bogner <GBogner@anexia-it.com>
License: AGPLv3+
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.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 :: Libraries :: Python Modules
Requires-Dist: pycountry>=24.6.1
Requires-Python: >=3.10, <4
Project-URL: homepage, https://github.com/anexia-it/geofeed-validator
Project-URL: repository, https://github.com/anexia-it/geofeed-validator
Description-Content-Type: text/x-rst

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

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

.. image:: https://img.shields.io/pypi/dm/geofeed_validator.svg
        :target: https://pypi.python.org/pypi/geofeed_validator/

.. image:: https://img.shields.io/pypi/v/geofeed_validator.svg
        :target: https://pypi.python.org/pypi/geofeed_validator/

.. image:: https://img.shields.io/pypi/wheel/geofeed_validator.svg
        :target: https://pypi.python.org/pypi/geofeed_validator/

.. image:: https://img.shields.io/pypi/l/geofeed_validator.svg
        :target: https://pypi.python.org/pypi/geofeed_validator/


geofeed-validator is a Python library which implements validation for self-published geofeeds as defined in
https://datatracker.ietf.org/doc/html/rfc8805.

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.
