Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

metadata.json 1.7KB

1
  1. {"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.7", "Programming Language :: Python :: 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", "license": "LICENSE.txt"}, "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"}}}, "extras": [], "generator": "bdist_wheel (0.30.0)", "keywords": ["Refactor", "Python", "Python2", "Python3", "Refactoring", "Imports", "Sort", "Clean"], "license": "MIT", "metadata_version": "2.0", "name": "isort", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "run_requires": [{"environment": "python_version==\"2.7\"", "requires": ["futures"]}], "summary": "A Python utility / library to sort Python imports.", "test_requires": [{"requires": ["mock", "pytest"]}], "version": "4.3.4"}