Metadata-Version: 2.1
Name: lhcbstyle
Version: 0.0.1
Summary: LHCb style for ROOT plots
Home-page: https://gitlab.cern.ch/lhcb-docs/lhcbstyle
Author: Adam Morris
Author-email: adam.morris@cern.ch
License: GPL-3.0-only
Description: # lhcbstyle
        
        [![PyPI version](https://badge.fury.io/py/lhcbstyle.svg)](https://pypi.org/project/lhcbstyle)
        [![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/lhcbstyle)](https://github.com/conda-forge/lhcbstyle-feedstock)
        [![Python 3.7‒3.9](https://img.shields.io/badge/python-2.7%2C3.5%E2%80%923.9-blue)](https://www.python.org)
        
        TODO
        
        ## Usage
        
        TODO
        
        ## Contributing
        
        Creating a development environment
        ```bash
        ssh://git@gitlab.cern.ch:7999/lhcb-docs/lhcbstyle.git
        cd lhcbstyle
        mamba create --name test-env root pytest pip setuptools_scm
        pip install -e .[testing]
        pre-commit install
        curl -o lb-check-copyright "https://gitlab.cern.ch/lhcb-core/LbDevTools/raw/master/LbDevTools/SourceTools.py?inline=false"
        chmod +x lb-check-copyright
        ```
        
        Running the tests:
        ```bash
        pre-commit run --all-files
        pytest
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Provides-Extra: testing
