.gitignore
LICENSE.txt
README.md
conftest.py
pyproject.toml
.github/workflows/publish.yml
docs/Makefile
docs/source/conf.py
docs/source/index.rst
wrds/__init__.py
wrds/_version.py
wrds/sql.py
wrds.egg-info/PKG-INFO
wrds.egg-info/SOURCES.txt
wrds.egg-info/dependency_links.txt
wrds.egg-info/requires.txt
wrds.egg-info/top_level.txt
wrds/tests/__init__.py
wrds/tests/test_connect.py
wrds/tests/test_init.py
wrds/tests/test_pgpass.py
wrds/tests/test_raw_sql.py