isort-black-compat

View on PyPIReverse Dependencies (0)

4.3.211 isort_black_compat-4.3.211-py3-none-any.whl

Wheel Details

Project: isort-black-compat
Version: 4.3.211
Filename: isort_black_compat-4.3.211-py3-none-any.whl
Download: [link]
Size: 48443
MD5: 1509db53b6e542ad9a2363264ead5b28
SHA256: 86314733e830c9df047fed8f6596229a65f84146ec6296155b96ecdb0f5f7d43
Uploaded: 2020-04-28 17:06:04 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: isort-black-compat
Version: 4.3.211
Summary: A Python utility / library to sort Python imports, written by Timothy Crosley.
Author: Sam Shleifer
Author-Email: sshleifer[at]gmail.com
Home-Page: https://github.com/sshleifer/isort
License: MIT
Keywords: Refactor,Python,Python3,Refactoring,Imports,Sort,Clean
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Requires-Dist: pipreqs; extra == "pipfile"
Requires-Dist: requirementslib; extra == "pipfile"
Requires-Dist: toml; extra == "pyproject"
Requires-Dist: pipreqs; extra == "requirements"
Requires-Dist: pip-api; extra == "requirements"
Requires-Dist: appdirs (>=1.4.0); extra == "xdg_home"
Provides-Extra: pipfile
Provides-Extra: pyproject
Provides-Extra: requirements
Provides-Extra: xdg_home
Description-Content-Type: text/markdown
[Description omitted; length: 18877 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
isort/__init__.py sha256=h_yMwJOTso_Pf37W4LIR-weF_AnQAxX7BLE58-rk7A4 1296
isort/__main__.py sha256=iK0trzN9CCXpQX-XPZDZ9JVkm2Lc0q0oiAgsa6FkJb4 36
isort/compat.py sha256=42fRc8n9Tkm1YzjQFgfn49rtM33FrtrhZD-kE5DGKL0 8686
isort/finders.py sha256=vU9SnAexEtbTOEl4MGfQersC5u-WqK-o4Dp47aO2LlA 14398
isort/format.py sha256=-ePhjw16rHUnkA5w9-c6Wkk7Z9Xx17mOLeDSoJFVgF4 1968
isort/hooks.py sha256=ta1WjWLpFmeP-bHetN8gLFBQ_x82-6AvMJOwMHk6V0c 3328
isort/isort.py sha256=dipu97kRjQUQY8gtibfBp2QieYV8nCih45His8ot_yk 58742
isort/main.py sha256=CA-9G_bU0mjtvUaXL-p_7WsMnjLvxK5ZAD6pKp-l20o 24093
isort/natural.py sha256=_1UcZW2UFscXO6n4hz3GGq8CjycTBlPjAOo3bVhtLyE 1986
isort/pie_slice.py sha256=hO6l1XocvGAd8XTR8526r-G7XIncUQB53_DHQ4AZEYI 5612
isort/pylama_isort.py sha256=TvwJY7dJHRV7wKIIha-hp2iLQXdlC2f5uCtE3gv4Ri4 920
isort/settings.py sha256=NZY10j5SdSW6n6NKJ_QV8gdK6HkI8JcWRIeJT8KEruo 15942
isort/utils.py sha256=JnX9tvvzRaYZ5lApO-msswNWrm1A-OD57NAclUqniQc 1737
isort/stdlibs/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
isort/stdlibs/py27.py sha256=oIcNMx6821hJrKquYB5cV8Q6zcGKwrwCr2YiTiPW3Hs 4393
isort/stdlibs/py3.py sha256=biJn4eqo7Dw64p4tz-7hDBods0ELMcnQ3RVvlStEA6A 3221
isort_black_compat-4.3.211.dist-info/LICENSE sha256=BjKUABw9Uj26y6ud1UrCKZgnVsyvWSylMkCysM3YIGU 1089
isort_black_compat-4.3.211.dist-info/METADATA sha256=vYu61-XBY_s5gO0w4pmyH9eC12Q1p_WRY99JAg8xd7c 20425
isort_black_compat-4.3.211.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
isort_black_compat-4.3.211.dist-info/entry_points.txt sha256=2M99eSFpnteDm3ekW8jya2a3A0-vFntKdT1fP93Tyks 148
isort_black_compat-4.3.211.dist-info/top_level.txt sha256=mrBLoVpJnQWBbnMOSdzkjN1E9Z-e3Zd-MRlo88bstUk 6
isort_black_compat-4.3.211.dist-info/RECORD

top_level.txt

isort

entry_points.txt

isort = isort.main:main
isort = isort.main:ISortCommand
isort = isort.pylama_isort:Linter