dctap2shex / tapshex /__init__.py
rimpo's picture
feat: add tapshex files
64940d7
raw
history blame contribute delete
364 Bytes
"""Converts TAP/CSV into ShEx Schema."""
from dctap.tapclasses import TAPShape, TAPStatementTemplate
from dctap.csvreader import csvreader
__version__ = "0.2.3"
# Keep version number in sync with:
# - https://github.com/tap/tapshex/blob/main/docs/conf.py#L28
# ../docs/conf.py
# - https://github.com/tap/tapshex/blob/main/dctap/cli.py#L20
# ../dctap/cli.py