README.md
pyproject.toml
fastpluggy_pypi_registry.egg-info/PKG-INFO
fastpluggy_pypi_registry.egg-info/SOURCES.txt
fastpluggy_pypi_registry.egg-info/dependency_links.txt
fastpluggy_pypi_registry.egg-info/entry_points.txt
fastpluggy_pypi_registry.egg-info/requires.txt
fastpluggy_pypi_registry.egg-info/top_level.txt
src/__init__.py
src/config.py
src/errors.py
src/filters.py
src/plugin.py
src/rate_limit.py
src/visibility.py
src/models/__init__.py
src/models/analytics.py
src/models/audit_log.py
src/models/fastpluggy_api.py
src/models/metrics.py
src/models/package_dependency.py
src/models/plugin.py
src/models/pypi.py
src/models/screenshot.py
src/repository/__init__.py
src/repository/package_dependency.py
src/repository/stats_package.py
src/router/__init__.py
src/router/admin.py
src/router/api.py
src/router/fastpluggy_api.py
src/router/frontend.py
src/router/marketplace.py
src/router/pypi.py
src/router/pypi_api.py
src/router/screenshot.py
src/scripts/__init__.py
src/scripts/init_package_dependency_descriptions.py
src/security_scan/README.md
src/security_scan/__init__.py
src/security_scan/core.py
src/security_scan/scanners.py
src/security_scan/utils.py
src/static/favicon.svg
src/static/css/browse.css
src/static/css/detail.css
src/static/css/home.css
src/static/css/styles.css
src/static/js/browse.js
src/static/js/detail.js
src/static/js/home.js
src/static/js/registry.js
src/tasks/__init__.py
src/tasks/package_scan.py
src/tasks/security_scan.py
src/tasks/utils.py
src/templates/base.html.j2
src/templates/browse_plugins.html.j2
src/templates/index.html.j2
src/templates/plugin_detail.html.j2
src/templates/admin/audit_log_filter_bar.html.j2
src/templates/admin/package_settings.html.j2
src/templates/admin/packages_filter_bar.html.j2
src/templates/components/footer.html.j2
src/templates/components/head.html.j2
src/templates/components/header.html.j2
src/templates/components/scripts.html.j2
src/tools/__init__.py
src/tools/dependency_utils.py
src/tools/package_extractor.py
tests/test_admin_packages.py
tests/test_browse_pagination.py
tests/test_db_indexes.py
tests/test_docker_endpoint.py
tests/test_error_responses.py
tests/test_fastpluggy_api.py
tests/test_marketplace_api.py
tests/test_metrics_provider.py
tests/test_package_settings.py
tests/test_plugins.py
tests/test_pypi.py
tests/test_rate_limiting.py
tests/test_save_to_db_param.py
tests/test_screenshots.py
tests/test_security_scan_utils.py
tests/test_visibility_access_control.py