LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
airules/api_clients.py
airules/cli.py
airules/cli_old.py
airules/commands.py
airules/config.py
airules/exceptions.py
airules/file_operations.py
airules/models.py
airules/services.py
airules/ui.py
airules/venv_check.py
airules/analyzer/__init__.py
airules/analyzer/core.py
airules/analyzer/data_models.py
airules/analyzer/dependency_analyzer.py
airules/analyzer/file_scanner.py
airules/analyzer/framework_detector.py
airules/analyzer/language_detector.py
airules/analyzer/models.py
airules/analyzer/package_parser.py
airules/analyzer/tag_generator.py
airules/analyzer/tag_rules.py
airules/analyzer/tag_validator.py
rules4.egg-info/PKG-INFO
rules4.egg-info/SOURCES.txt
rules4.egg-info/dependency_links.txt
rules4.egg-info/entry_points.txt
rules4.egg-info/requires.txt
rules4.egg-info/top_level.txt
tests/conftest.py
tests/test_airules.py
tests/test_analyzer_core.py
tests/test_auto_command.py
tests/test_auto_integration.py
tests/test_error_handling.py
tests/test_file_creation.py
tests/test_file_scanner.py
tests/test_language_detector.py
tests/test_performance.py
tests/test_tag_generator.py
tests/test_venv_check.py
tests/analyzer/__init__.py
tests/analyzer/test_dependency_analyzer.py
tests/analyzer/test_framework_detector.py
tests/analyzer/test_integration.py
tests/analyzer/test_package_parser.py
tests/fixtures/__init__.py
tests/fixtures/mock_projects.py