LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
src/app/advanced_crawler.py
src/app/batch_crawler.py
src/app/terminal_crawler.py
src/crawlier/__init__.py
src/crawlier/cli.py
src/crawlier/crawler.py
src/crawlier/setup_path.py
src/crawlier.egg-info/PKG-INFO
src/crawlier.egg-info/SOURCES.txt
src/crawlier.egg-info/dependency_links.txt
src/crawlier.egg-info/entry_points.txt
src/crawlier.egg-info/not-zip-safe
src/crawlier.egg-info/requires.txt
src/crawlier.egg-info/top_level.txt
src/crawlier/app/__init__.py
src/crawlier/app/batch_crawler.py
src/crawlier/app/terminal_crawler.py
tests/__init__.py
tests/conftest.py
tests/test.py
tests/test_crawlier.py