README.md
__init__.py
gen.py
pyproject.toml
./__init__.py
./gen.py
cmds/__init__.py
cmds/check.py
cmds/cli.py
cmds/new.py
cmds/run.py
cmds/ua.py
cmds/utils.py
cmds/tmpls/__init__.py
cmds/tmpls/spider.txt
coocan.egg-info/PKG-INFO
coocan.egg-info/SOURCES.txt
coocan.egg-info/dependency_links.txt
coocan.egg-info/entry_points.txt
coocan.egg-info/requires.txt
coocan.egg-info/top_level.txt
req/__init__.py
req/errs.py
req/request.py
req/response.py
spider/__init__.py
spider/base.py
tests/test_cli.py
tests/test_gen.py
tests/test_request.py
tests/test_response.py
tests/test_spider.py