.coveragerc
.env
.env.example
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE.txt
README.md
docker-compose.yml
env.yml
environment.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.ipynb_checkpoints/Untitled-checkpoint.ipynb
configs/.gitignore
data/.gitignore
data/external/.gitignore
data/interim/.gitignore
data/processed/.gitignore
data/raw/.gitignore
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
models/.gitignore
notebooks/playground.ipynb
references/.gitignore
reports/figures/.gitignore
scripts/train_model.py
src/awk_plus_plus/__init__.py
src/awk_plus_plus/actions.py
src/awk_plus_plus/cli.py
src/awk_plus_plus/dash.py
src/awk_plus_plus/parser.py
src/awk_plus_plus/plugin_manager.py
src/awk_plus_plus/sql_action.py
src/awk_plus_plus/url_action.py
src/awk_plus_plus/webapp.py
src/awk_plus_plus.egg-info/PKG-INFO
src/awk_plus_plus.egg-info/SOURCES.txt
src/awk_plus_plus.egg-info/dependency_links.txt
src/awk_plus_plus.egg-info/entry_points.txt
src/awk_plus_plus.egg-info/not-zip-safe
src/awk_plus_plus.egg-info/requires.txt
src/awk_plus_plus.egg-info/top_level.txt
src/awk_plus_plus/io/__init__.py
src/awk_plus_plus/io/assets.py
src/awk_plus_plus/io/http.py
tests/conftest.py
tests/io_test.py
tests/mail_test.py