.editorconfig
.gitignore
.pre-commit-config.yaml
MANIFEST.in
README.md
VERSION
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/ISSUE_TEMPLATE.md
.github/pull_request_template.md
.github/workflows/tests.yml
dawson_college_pyscrapper/__init__.py
dawson_college_pyscrapper/constants.py
dawson_college_pyscrapper/exceptions.py
dawson_college_pyscrapper/models.py
dawson_college_pyscrapper/scrapper.py
dawson_college_pyscrapper/util.py
dawson_college_pyscrapper.egg-info/PKG-INFO
dawson_college_pyscrapper.egg-info/SOURCES.txt
dawson_college_pyscrapper.egg-info/dependency_links.txt
dawson_college_pyscrapper.egg-info/requires.txt
dawson_college_pyscrapper.egg-info/top_level.txt
tests/__init__.py
tests/test_exceptions.py
tests/test_models.py
tests/test_scrapper.py
tests/test_util.py
tests/utils.py