.gitignore
.gitignore.in
LICENSE
MANIFEST.in
Makefile
Pipfile
Pipfile.lock
README.md
mypy.ini
pyproject.toml
renovate.json
setup.cfg
.github/workflows/happy.yml
.github/workflows/pypi-publish.yml
.github/workflows/python-test.yml
bamboo_crawler/__init__.py
bamboo_crawler/__main__.py
bamboo_crawler/_version.py
bamboo_crawler/cli.py
bamboo_crawler/job.py
bamboo_crawler/parser.py
bamboo_crawler/task.py
bamboo_crawler.egg-info/PKG-INFO
bamboo_crawler.egg-info/SOURCES.txt
bamboo_crawler.egg-info/dependency_links.txt
bamboo_crawler.egg-info/entry_points.txt
bamboo_crawler.egg-info/requires.txt
bamboo_crawler.egg-info/top_level.txt
bamboo_crawler/constants/__init__.py
bamboo_crawler/crawler/__init__.py
bamboo_crawler/directives/__init__.py
bamboo_crawler/directives/default.py
bamboo_crawler/directives/searcher.py
bamboo_crawler/file/__init__.py
bamboo_crawler/gzip/__init__.py
bamboo_crawler/interfaces/__init__.py
bamboo_crawler/interfaces/context.py
bamboo_crawler/interfaces/deserializer.py
bamboo_crawler/interfaces/inputter.py
bamboo_crawler/interfaces/outputter.py
bamboo_crawler/interfaces/processor.py
bamboo_crawler/interfaces/serializer.py
bamboo_crawler/json/__init__.py
bamboo_crawler/python/__init__.py
bamboo_crawler/scraper/__init__.py
bamboo_crawler/sql/__init__.py
bamboo_crawler/sqs_s3/__init__.py
bamboo_crawler/stdio/__init__.py
example/recipe.yml
tests/__init__.py
tests/aws/__init__.py
tests/aws/env.yml
tests/aws/recipe.yml
tests/aws/test_aws.py
tests/constants/__init__.py
tests/constants/recipe.yml
tests/constants/test_constants.py
tests/crawling/__init__.py
tests/crawling/recipe.yml
tests/crawling/test_crawling.py
tests/crawling/assets/index.html
tests/scraping/__init__.py
tests/scraping/recipe.yml
tests/scraping/test_scraper.py
tests/scraping/assets/index.html
tests/scraping/assets/sample.json
tests/sql/__init__.py
tests/sql/recipe.yml
tests/sql/test_sql.py