LICENSE
README.md
pyproject.toml
src/paperd/__init__.py
src/paperd/__main__.py
src/paperd.egg-info/PKG-INFO
src/paperd.egg-info/SOURCES.txt
src/paperd.egg-info/dependency_links.txt
src/paperd.egg-info/entry_points.txt
src/paperd.egg-info/requires.txt
src/paperd.egg-info/top_level.txt
src/paperd/application/__init__.py
src/paperd/application/bootstrap.py
src/paperd/application/service.py
src/paperd/domain/__init__.py
src/paperd/domain/errors.py
src/paperd/domain/models.py
src/paperd/domain/time.py
src/paperd/infrastructure/__init__.py
src/paperd/infrastructure/arxiv.py
src/paperd/infrastructure/config.py
src/paperd/infrastructure/database.py
src/paperd/infrastructure/http.py
src/paperd/infrastructure/logging.py
src/paperd/infrastructure/rate_limit.py
src/paperd/infrastructure/scheduler.py
src/paperd/infrastructure/source.py
src/paperd/infrastructure/notifications/__init__.py
src/paperd/infrastructure/notifications/feishu.py
src/paperd/presentation/__init__.py
src/paperd/presentation/cli.py
src/paperd/presentation/console.py
src/paperd/presentation/commands/__init__.py
src/paperd/presentation/commands/common.py
src/paperd/presentation/commands/fetch.py
src/paperd/presentation/commands/help.py
src/paperd/presentation/commands/init.py
src/paperd/presentation/commands/list.py
src/paperd/presentation/commands/run.py
src/paperd/presentation/commands/show.py
src/paperd/presentation/commands/status.py
tests/test_arxiv_api.py
tests/test_cli.py
tests/test_config.py
tests/test_feishu.py
tests/test_http.py
tests/test_scheduler.py
tests/test_service.py
tests/test_source.py
tests/test_status.py
tests/test_timezone_utils.py