Metadata-Version: 1.1
Name: supportdata
Version: 0.1.2
Summary: Download support data for Python pacakges, like sample data for tests and binary databases.
Home-page: https://github.com/castelao/supportdata
Author: Guilherme Castelão
Author-email: guilherme@castelao.net
License: BSD license
Description-Content-Type: UNKNOWN
Description: ===============================
        supportdata
        ===============================
        
        
        .. image:: https://zenodo.org/badge/74218542.svg
           :target: https://zenodo.org/badge/latestdoi/74218542
        
        .. image:: https://img.shields.io/pypi/v/supportdata.svg
                :target: https://pypi.python.org/pypi/supportdata
        
        .. image:: https://img.shields.io/travis/castelao/supportdata.svg
                :target: https://travis-ci.org/castelao/supportdata
        
        .. image:: https://readthedocs.org/projects/supportdata/badge/?version=latest
                :target: https://supportdata.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/castelao/supportdata/shield.svg
             :target: https://pyup.io/repos/github/castelao/supportdata/
             :alt: Updates
        
        
        Download support data for Python packages, like sample data for tests and binary databases.
        
        
        * Free software: BSD license
        * Documentation: https://supportdata.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was initially based in some functionalities that I wrote for CoTeDe & OceansDB, and later adopted some good ideas from astropy and bokeh.
        
        
        =======
        History
        =======
        
        0.1.2 (2017-12-09)
        ------------------
        
        * Bugfix for Python-2. Somefiles where truncated due to lack of a flush().
        
        0.1
        ---
        
        * Optimize use of locks. Major impact on parallel procedures.
        * Handle .gz & .zip files.
        
        0.0.1 (2016-11-19)
        ------------------
        
        * First release on PyPI.
        * Functionalities extracted from CoTede, Seabird and OceansDB.
        
Keywords: supportdata
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD 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.5
Classifier: Programming Language :: Python :: 3.6
