LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
assets/rich-demo.svg
examples/README.md
examples/results.json
examples/urls.json
src/__init__.py
src/api/__init__.py
src/api/cli.py
src/crawlers/__init__.py
src/crawlers/batch_crawler.py
src/database/__init__.py
src/database/supabase_client.py
src/extractors/__init__.py
src/extractors/company_extractor.py
src/models/__init__.py
src/models/company.py
src/nordcrawl.egg-info/PKG-INFO
src/nordcrawl.egg-info/SOURCES.txt
src/nordcrawl.egg-info/dependency_links.txt
src/nordcrawl.egg-info/entry_points.txt
src/nordcrawl.egg-info/not-zip-safe
src/nordcrawl.egg-info/requires.txt
src/nordcrawl.egg-info/top_level.txt
supabase/config.toml
supabase/migrations/20240325000001_create_company_data_table.sql
tests/conftest.py
tests/test_batch_crawler.py
tests/test_company_extractor.py