Metadata-Version: 1.1
Name: vega-datasets
Version: 0.1
Summary: A Python package for offline access to Vega datasets
Home-page: http://github.com/jakevdp/vega_datasets
Author: Jake VanderPlas
Author-email: jakevdp@gmail.com
License: MIT
Download-URL: http://github.com/jakevdp/vega_datasets
Description: 
        A Python package for offline access to Vega datasets available at
        https://github.com/vega/vega-datasets.
        
        This package has several goals:
        
        - Provide straightforward access to the datasets in vega-datasets
        - return the results in the form of a Pandas dataframe.
        - wherever dataset size and/or license constraints make it possible, bundle the dataset with the package so that datasets can be loaded in the absence of a web connection.
        
        Development at http://github.com/jakevdp/vega_datasets
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
