Metadata-Version: 2.1
Name: python-dwca-reader
Version: 0.16.0
Summary: A simple Python package to read Darwin Core Archive (DwC-A) files.
Home-page: https://github.com/BelgianBiodiversityPlatform/python-dwca-reader
Author: Nicolas Noé - Belgian Biodiversity Platform
Author-email: n.noe@biodiversity.be
License: BSD licence, see LICENCE.txt
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE.txt
License-File: AUTHORS

.. image:: https://badge.fury.io/py/python-dwca-reader.svg
    :target: https://badge.fury.io/py/python-dwca-reader

.. image:: https://github.com/BelgianBiodiversityPlatform/python-dwca-reader/workflows/run-unit-tests/badge.svg
   :alt: run-unit-tests

.. image:: https://readthedocs.org/projects/python-dwca-reader/badge/?version=latest
	:target: http://python-dwca-reader.readthedocs.org/en/latest/?badge=latest
	:alt: Documentation Status

What is it ?
============

A simple Python class to read `Darwin Core Archive`_ (DwC-A) files, including data downloads from `GBIF`_.

Documentation
-------------

The documentation has moved to: http://python-dwca-reader.readthedocs.org/.

.. _Darwin Core Archive: http://en.wikipedia.org/wiki/Darwin_Core_Archive
.. _GBIF: https://www.gbif.org
