Metadata-Version: 2.1
Name: xlcrf
Version: 0.0.2
Summary: Small tools to create Excel CRFs from structure files
Home-page: https://github.com/lbraglia/xlcrf
Author: Luca Braglia
Author-email: lbraglia@gmail.com
Project-URL: Bug Tracker, https://github.com/lbraglia/xlcrf/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# xlcrf

A tool (library + command line script) to create xlsx files for data
collection with input validation, given a standard description of the
dataset (xlsx file as well).


## usage
```
l@m740n:~$ xlcrf -h
usage: xlcrf [-h] [--f F] [--outdir OUTDIR]

optional arguments:
  -h, --help       show this help message and exit
  --f F            str: comma separated list of structure excels (default: )
  --outdir OUTDIR  str: directory where to export files (default: .)
```
eg this will produce `example1_CRF.xlsx`
```
xlcrf --f example1.xlsx
```

## examples of structure files
[here](https://github.com/lbraglia/xlcrf/tree/main/examples)
