LICENSE
README.md
pyproject.toml
src/not_a_robot/__init__.py
src/not_a_robot/autoretrain.py
src/not_a_robot/detector.py
src/not_a_robot/io.py
src/not_a_robot/pipeline.py
src/not_a_robot/schema.py
src/not_a_robot/session.py
src/not_a_robot/train.py
src/not_a_robot.egg-info/PKG-INFO
src/not_a_robot.egg-info/SOURCES.txt
src/not_a_robot.egg-info/dependency_links.txt
src/not_a_robot.egg-info/requires.txt
src/not_a_robot.egg-info/top_level.txt
src/not_a_robot/features/__init__.py
src/not_a_robot/features/clicks.py
src/not_a_robot/features/engagement.py
src/not_a_robot/features/enrichment.py
src/not_a_robot/features/mouse.py
src/not_a_robot/features/scroll.py
src/not_a_robot/features/timing.py
tests/test_autoretrain.py
tests/test_click_features.py
tests/test_detector.py
tests/test_engagement_features.py
tests/test_enrichment.py
tests/test_evaluate_cv.py
tests/test_io.py
tests/test_mouse_features.py
tests/test_pipeline.py
tests/test_scroll_features.py
tests/test_session.py
tests/test_timing_features.py