shed
Package — Code QualityPython 3.7+Intermediate
Opinionated wrapper combining black, isort, pyupgrade, autoflake
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- black, isort, pyupgrade, autoflake, com2ann
- Install
pip install shed
Learn by Difficulty
Quick Example
python
# Install: pip install shed import shed # Basic shed usage print(f"Using shed") # See documentation for detailed examples
shed is a third-party package. Opinionated wrapper combining black, isort, pyupgrade, autoflake. Install with: pip install shed
Try in PlaygroundTags
packagecode-qualitylintingformatting