v0.3.1 - First PyPI Release
馃帀 First Published Version to PyPI
Package Name: lint-claude
What's New in v0.3.1
- Renamed package from
claude-linttolint-claudefor better uniqueness - Fixed CLI program name to match package name
- Ready for PyPI publishing with trusted publishing setup
Installation
# Run directly without installing (recommended)
uvx lint-claude --help
# Or install globally
uv tool install lint-claude
pip install lint-claudeQuick Start
# Check changed files
uvx lint-claude --working
# Check PR changes
uvx lint-claude --diff mainKnown Issues
- Some integration tests fail on Windows CI (platform-specific, functionality works)
- Tests pass on Linux and macOS
Documentation
- README - Complete guide
- Publishing Guide - For maintainers
Note: First time publishing requires PyPI trusted publisher setup. See docs/PUBLISHING.md