Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 719 Bytes

README.rst

File metadata and controls

28 lines (20 loc) · 719 Bytes

Csv2shex (superseded by tap2shex)

Generate ShEx schemas from application profiles in CSV.

Documentation

See https://csv2shex.readthedocs.io/en/latest/ (not much there yet)

Documentation Status

Installation

$ git clone https://github.com/tombaker/csv2shex.git
$ cd csv2shex
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install flit
$ flit install -s