A tool to analyze Python package dependencies for purity.
pip install cleanse# Analyze requirements file
cleanse analyze requirements.txt
# Show verbose output
cleanse analyze -v requirements.txt
# Output as JSON
cleanse analyze --json requirements.txt
# Show help
cleanse --helpThis project uses PDM for dependency management.
# Install dependencies
pdm install
# Run tests
pdm run test
# Run linting
pdm run lintMIT License