Metadata-Version: 2.1
Name: reproschema
Version: 0.0.1
Summary: Reproschema Python library
Home-page: https://github.com/nipype/pydra-ml
Author: Repronim developers
Author-email: info@repronim.org
Maintainer: Repronim developers
Maintainer-email: info@repronim.org
License: Apache License, 2.0
Description: ![Python package](https://github.com/nipype/pydra-ml/workflows/Python%20package/badge.svg?branch=master)
        
        # Reproschema Python library and Command Line Interface (CLI)
        
        
        ### Installation
        
        reproschema requires Python 3.7+.
        
        ```
        pip install reproschema
        ```
        
        ## CLI usage
        
        This package installs `reproschema` a CLI.
        
        ## Developer installation
        
        Install repo in developer mode:
        
        ```
        git clone https://github.com/ReproNim/reproschema-py.git
        cd reproschema-py
        pip install -e .[dev]
        ```
        
        It is also useful to install pre-commit, which takes care of styling when
        committing code. When pre-commit is used you may have to run git commit twice,
        since pre-commit may make additional changes to your code for styling and will
        not commit these changes by default:
        
        ```
        pre-commit install
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Provides: reproschema
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: doc
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: tests
Provides-Extra: dev
Provides-Extra: all
