Metadata-Version: 2.4
Name: python-dwca-reader
Version: 0.17.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.8
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 :: Implementation :: PyPy
Requires-Python: >=3.8
License-File: LICENSE.txt
License-File: AUTHORS
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

.. 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
