.coveragerc
.env.example
.gitignore
.pre-commit-config.yaml
CLAUDE.md
LICENSE
README.md
pyproject.toml
.claude/settings.json
.github/workflows/publish.yaml
.github/workflows/test.yaml
nanoserp/__init__.py
nanoserp/_version.py
nanoserp/cli.py
nanoserp/exceptions.py
nanoserp/models.py
nanoserp/scrape.py
nanoserp/search.py
nanoserp/settings.py
nanoserp.egg-info/PKG-INFO
nanoserp.egg-info/SOURCES.txt
nanoserp.egg-info/dependency_links.txt
nanoserp.egg-info/entry_points.txt
nanoserp.egg-info/requires.txt
nanoserp.egg-info/top_level.txt
skills/nanoserp/SKILL.md
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_models.py
tests/test_scrape.py
tests/test_search.py