1 line
1.5 KiB
JSON
1 line
1.5 KiB
JSON
{"classifiers": ["Development Status :: 6 - Mature", "Intended Audience :: Developers", "Natural Language :: English", "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries", "Topic :: Utilities"], "extensions": {"python.commands": {"wrap_console": {"isort": "isort.main:main"}}, "python.details": {"contacts": [{"email": "timothy.crosley@gmail.com", "name": "Timothy Crosley", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "https://github.com/timothycrosley/isort"}}, "python.exports": {"console_scripts": {"isort": "isort.main:main"}, "distutils.commands": {"isort": "isort.main:ISortCommand"}, "pylama.linter": {"isort": "isort.pylama_isort:Linter"}}}, "generator": "bdist_wheel (0.29.0)", "keywords": ["Refactor", "Python", "Python2", "Python3", "Refactoring", "Imports", "Sort", "Clean"], "license": "MIT", "metadata_version": "2.0", "name": "isort", "summary": "A Python utility / library to sort Python imports.", "test_requires": [{"requires": ["mock", "pytest"]}], "version": "4.2.15"} |