Metadata-Version: 2.1
Name: repo2rocrate
Version: 0.1.0
Summary: Generate RO-Crates from workflow repositories
Home-page: https://github.com/crs4/repo2rocrate
Author: Simone Leo
Author-email: <simone.leo@crs4.it>
License: Apache-2.0
Platform: Linux
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# repo2rocrate

Generate a [Workflow Testing RO-Crate](https://crs4.github.io/life_monitor/workflow_testing_ro_crate) from a "best-practices" workflow repository.

Example:

```
pip install -r requirements.txt
python setup.py install
git clone https://github.com/crs4/fair-crcc-send-data
repo2rocrate -r fair-crcc-send-data -l snakemake --repo-url https://github.com/crs4/fair-crcc-send-data --license GPL-3.0
```


