Metadata-Version: 2.0
Name: pywhip
Version: 0.1.1
Summary: Python package to validate data against whip specifications
Home-page: https://github.com/inbo/pywhip
Author: Stijn Van Hoey
Author-email: stijn.vanhoey@gmail.com
License: MIT license
Keywords: pywhip,whip,Darwin_Core_Archive,data validation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)
Requires-Dist: cerberus (==1.1)
Requires-Dist: pyaml (==17.8.0)
Requires-Dist: python-dateutil (==2.6.1)
Requires-Dist: python-dwca-reader (==0.10.2)
Requires-Dist: rfc3987 (==1.3.7)

======
pywhip
======


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

.. image:: https://img.shields.io/travis/inbo/pywhip.svg
        :target: https://travis-ci.org/inbo/pywhip

.. image:: https://pyup.io/repos/github/inbo/pywhip/shield.svg
     :target: https://pyup.io/repos/github/inbo/pywhip/
     :alt: Updates


Python package to validate data against `whip specifications`_

.. _`whip specifications`: https://github.com/inbo/whip

* Free software: MIT license
* Documentation: https://inbo.github.io/pywhip


Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.1 (2017-09-12)
------------------

* First release on PyPI.
* Package structure with CI integration
* tox testing on multiple Python versions


