.flake8
.gitignore
.readthedocs.yaml
LICENSE
Pipfile
README.rst
pyproject.toml
.github/workflows/python-package.yml
database/NGC.csv
database/addendum.csv
database/createdb.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/readme.rst
docs/cli/ongc.rst
docs/modules/data.rst
docs/modules/exceptions.rst
docs/modules/index.rst
docs/modules/ongc.rst
src/PyOngc.egg-info/PKG-INFO
src/PyOngc.egg-info/SOURCES.txt
src/PyOngc.egg-info/dependency_links.txt
src/PyOngc.egg-info/entry_points.txt
src/PyOngc.egg-info/requires.txt
src/PyOngc.egg-info/top_level.txt
src/pyongc/__init__.py
src/pyongc/data.py
src/pyongc/exceptions.py
src/pyongc/ongc.db
src/pyongc/ongc.py
src/pyongc/scripts/__init__.py
src/pyongc/scripts/ongc.py
tests/__init__.py
tests/test_data.py
tests/test_ongc.py
tests/scripts/__init__.py
tests/scripts/test_ongc.py