.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/gavel_owl.rst
docs/reference/index.rst
src/__init__.py
src/gavel_owl/__init__.py
src/gavel_owl/cli.py
src/gavel_owl.egg-info/PKG-INFO
src/gavel_owl.egg-info/SOURCES.txt
src/gavel_owl.egg-info/dependency_links.txt
src/gavel_owl.egg-info/entry_points.txt
src/gavel_owl.egg-info/not-zip-safe
src/gavel_owl.egg-info/requires.txt
src/gavel_owl.egg-info/top_level.txt
src/gavel_owl/dialects/__init__.py
src/gavel_owl/dialects/fowl/FOLSymbol.py
src/gavel_owl/dialects/fowl/__init__.py
src/gavel_owl/dialects/fowl/dialect.py
src/gavel_owl/dialects/fowl/macleod_clif_parser.py
src/gavel_owl/dialects/fowl/ontology_inference.py
src/gavel_owl/dialects/fowl/parser.py
src/gavel_owl/dialects/owl/__init__.py
src/gavel_owl/dialects/owl/dialect.py
src/gavel_owl/dialects/owl/parser.py
src/gavel_owl/jars/__init__.py
tests/test_gavel_owl.py