Metadata-Version: 2.1
Name: km3compass
Version: 0.3.2
Summary: Light weight package to read and exploit km3net compass data
Home-page: https://git.km3net.de/km3py/km3compass
Author: Valentin Pestel
Author-email: vpestel@km3net.de
License: UNKNOWN
Description: Light weight package to read and exploit km3net compass data
        ============================================================
        
        .. image:: https://git.km3net.de/km3py/km3compass/badges/master/pipeline.svg
            :target: https://git.km3net.de/km3py/km3compass/pipelines
        
        .. image:: https://git.km3net.de/km3py/km3compass/badges/master/coverage.svg
            :target: https://km3py.pages.km3net.de/km3compass/coverage
        
        .. image:: https://git.km3net.de/examples/km3badges/-/raw/master/docs-latest-brightgreen.svg
            :target: https://km3py.pages.km3net.de/km3compass
        
        
        Setup
        =====
        
        Currently, only solution is to install the repository from source.
        After cloning the repository, you can install it with pip (preferably inside a virtual env).
        From inside the repository:
        
        
        .. code:: bash
        
           pip install ./
        
        And you are done !
        
        
        Command line interface
        ======================
        
        This package provides some command line tool that can be used to interact with compass data.
        
        
        
        
        Acknowledgements
        ================
        
        Thanks especially to the gracious help of all contributors:
        
        Valentin Pestel, Tamas Gal, Cristiano Bozza, Bryan Darquea, Jhilik Majumdar
        
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Requires-Python: >=3.6
Provides-Extra: dev
