Metadata-Version: |
2.1 |
Name: |
gadd |
Version: |
0.2.3 |
Summary: |
Sort imports, remove unused imports, run Black, flake8, pylint, vulture in one go for al staged .py files |
Author: |
Almaz Kunpeissov |
Author-Email: |
hello[at]akun.dev |
Home-Page: |
https://github.com/almazkun/gadd |
Project-Url: |
Documentation, https://github.com/almazkun/gadd |
Project-Url: |
Repository, https://github.com/almazkun/gadd |
License: |
MIT |
Keywords: |
Black,Sort imports,analysis,automation,autopep8,code,flake8,formatter,gofmt,lint,linter,pyfmt,pylint,python,remove unused imports,rustfmt,static,vulture,yapf |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Software Development :: Debuggers |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Quality Assurance |
Requires-Python: |
>=3.6,<4.0 |
Requires-Dist: |
autoflake (<1.5.0,>=1.4.0) |
Requires-Dist: |
black (==21.10b0) |
Requires-Dist: |
flake8 (<4.0.0,>=3.0.0) |
Requires-Dist: |
gitpython (<3.2.0,>=3.1.0) |
Requires-Dist: |
isort (<5.11.0,>=5.10.0) |
Requires-Dist: |
pylint (<2.12.0,>=2.11.0) |
Requires-Dist: |
vulture (<2.4.0,>=2.3.0) |
Description-Content-Type: |
text/markdown |