Metadata-Version: 1.1
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
Description: ======
        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
        
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
