.dockerignore
.flake8
.gitignore
LICENSE
Makefile
README.md
config.yaml.example
pyproject.toml
pytest.ini
requirements.txt
setup.py
.cursorrules/README.md
.cursorrules/aptly-integration.md
.cursorrules/architecture.md
.cursorrules/code-style.md
.cursorrules/development.md
.cursorrules/docker-python-versions.md
.cursorrules/documentation.md
.cursorrules/error-handling.md
.cursorrules/git-workflow.md
.cursorrules/mvp-requirements.md
.cursorrules/pitfalls.md
.cursorrules/quick-reference.md
.cursorrules/security.md
.cursorrules/testing.md
.github/dependabot.yml
.github/scripts/get_module_docstring.py
.github/workflows/.gitkeep
.github/workflows/ci-auto-fix.yml
.github/workflows/code-review.yml
.github/workflows/deploy-packages.yml
.github/workflows/docs-update.yml
.github/workflows/publish-pypi.yml
.github/workflows/tests.yml
debrepomanager/__init__.py
debrepomanager/aptly.py
debrepomanager/cli.py
debrepomanager/config.py
debrepomanager/gpg.py
debrepomanager/utils.py
debrepomanager.egg-info/PKG-INFO
debrepomanager.egg-info/SOURCES.txt
debrepomanager.egg-info/dependency_links.txt
debrepomanager.egg-info/entry_points.txt
debrepomanager.egg-info/requires.txt
debrepomanager.egg-info/top_level.txt
docs/APT_CONFIGURATION.md
docs/ARCHITECTURE.md
docs/CHANGELOG.md
docs/CONFIG.md
docs/DEPLOYMENT_GUIDE.md
docs/DEVELOPMENT.md
docs/DUAL_FORMAT.md
docs/IMPLEMENTATION_PLAN.md
docs/IMPLEMENTATION_STEPS.md
docs/PHASES_OVERVIEW.md
docs/PLAN.md
docs/PROJECT_STRUCTURE.md
docs/QUICKSTART.md
docs/README.md
docs/START_HERE.md
docs/SUMMARY.md
docs/TODO.md
docs/WORKFLOWS.md
docs/reports/CI_SUCCESS_REPORT.md
docs/reports/COMPLETE_ANALYSIS_REPORT.md
docs/reports/FINAL_REPORT.md
docs/reports/INTEGRATION_TESTS_EXPANSION.md
docs/reports/PROJECT_STATUS.md
docs/reports/PR_SUMMARY.md
docs/reports/WORK_COMPLETED.md
docs/reports/ИТОГОВЫЙ_АНАЛИЗ.md
docs/reports/ПОЛНЫЙ_ИТОГ_РАБОТЫ.md
tests/__init__.py
tests/test_aptly.py
tests/test_cli.py
tests/test_config.py
tests/test_gpg.py
tests/test_utils.py
tests/integration/Dockerfile
tests/integration/README.md
tests/integration/__init__.py
tests/integration/create_test_packages.sh
tests/integration/docker-compose.yml
tests/integration/test_integration.py