Metadata-Version: 2.1
Name: hepdata_lib
Version: 0.1.1
Summary: Library for getting your data into HEPData
Home-page: http://github.com/clelange/hepdata_lib
Author: Andreas Albert, Clemens Lange
Author-email: clemens.lange@cern.ch
License: UNKNOWN
Project-URL: Bug Reports, http://github.com/clelange/hepdata_lib/issues
Project-URL: Source, http://github.com/clelange/hepdata_lib
Description: # hepdata_lib
        
        [![DOI](https://zenodo.org/badge/129248575.svg)](https://zenodo.org/badge/latestdoi/129248575)
        [![PyPI version](https://badge.fury.io/py/hepdata_lib.svg)](https://badge.fury.io/py/hepdata_lib)
        
        Library for getting your data into HEPData
        
        ## Installation
        
        ```
        pip install hepdata_lib
        ```
        
        ## External dependencies
        
        - [ROOT](https://root.cern.ch)
        - [ImageMagick](https://www.imagemagick.org)
        
        Make sure that you have `ROOT` in your `$PYTHONPATH` and that the `convert` command is available by adding its location to your `$PATH` if needed.
        
Keywords: HEPData physics OpenData
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
