Metadata-Version: 2.1
Name: python-dwca-reader
Version: 0.14.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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: typing ; python_version < "3.5"

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

.. image:: https://travis-ci.org/BelgianBiodiversityPlatform/python-dwca-reader.svg?branch=master
    :target: https://travis-ci.org/BelgianBiodiversityPlatform/python-dwca-reader

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


