Csv2shex (superseded by tap2shex)
Generate ShEx schemas from application profiles in CSV.
See https://csv2shex.readthedocs.io/en/latest/ (not much there yet)
$ git clone https://github.com/tombaker/csv2shex.git
$ cd csv2shex
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install flit
$ flit install -s