Metadata-Version: 1.2
Name: hepbasestack
Version: 0.1.3
Summary: Collection of tools/snippets useful for working with the python data analysis stack. Provides logging, matplotlibstyles, etc.
Home-page: https://github.com/achim1/hepbasestack
Author: Achim Stoessl
Author-email: achim.stoessl@gmail.com
License: GPL
Download-URL: https://github.com/achim1/hepbasestack/archive/v0.1.3.tar.gz
Description: # hep-basestack
        
        [![Coverage Status](https://coveralls.io/repos/github/achim1/hepbasestack/badge.svg?branch=master)](https://coveralls.io/github/achim1/hepbasestack?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/hepbasestack/badge/?version=latest)](https://hepbasestack.readthedocs.io/en/latest/?badge=latest)
        [![Build Status](https://travis-ci.org/achim1/hepbasestack.svg?branch=master)](https://travis-ci.org/achim1/hepbasestack)
        
        Collection of recurring snippets in common projects which includes logging, adjusting matploltib styles, setting plot layouts, 
        determinining if something is executed within and ipython notebook etc.
        
        The hep in the name referes to high-energy particlephysiscs and the commonly used software stack numpy/matplotlib, which this
        packages should help to handle more comfortly with the provided snippets. However, it is not tied to the use in high-energy physics.
        
        ### Installation
        
        `pip install hepbasestack`
        
Keywords: logging,utils,hep,particle physicshelpers,visualization
Platform: Ubuntu 16.04
Platform: Ubuntu 16.10
Platform: SL6.1
Platform: Ubuntu 18.04
Platform: Ubuntu 18.10
Platform: Ubuntu 19.04
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6.0
