Metadata-Version: 2.1
Name: itkdb
Version: 0.0.1
Summary: Python wrapper to interface with ITk DB.
Home-page: https://gitlab.cern.ch/scipp/itkdb
Author: Giordon Stark
Author-email: gstark@cern.ch
License: UNKNOWN
Description: # ITk DB
        
        To install as a user
        
        ```
        pip install itkdb
        ```
        
        or if you wish to develop/contribute
        
        ```
        git clone ...
        cd production_database_scripts/
        pip install -e .[develop]
        ```
        
        or
        
        ```
        git clone ...
        cd production_database_scripts/
        pip install -e .[complete]
        ```
        
        ## Using
        
        Command line available via
        
        ```
        itkdb --help
        ```
        
        ## Develop
        
        ### Bump Version
        
        Run `bumpversion x.y.z` to bump to the next version. We will always tag any version we bump, and this creates the relevant commits/tags for you. All you need to do is `git push --tags` and that should be it.
        
Keywords: physics itk database wrapper
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Description-Content-Type: text/markdown
Provides-Extra: develop
Provides-Extra: plotting
Provides-Extra: complete
