metadata.json 1.5 KB

1
  1. {"license": "MIT", "name": "wheel", "metadata_version": "2.0", "generator": "bdist_wheel (0.24.0)", "test_requires": [{"requires": ["jsonschema", "pytest", "coverage", "pytest-cov"]}], "summary": "A built-package format for Python.", "run_requires": [{"requires": ["ed25519ll"], "extra": "faster-signatures"}, {"requires": ["keyring"], "extra": "signatures"}, {"environment": "python_version==\"2.6\"", "requires": ["argparse"]}, {"environment": "sys_platform!=\"win32\"", "requires": ["pyxdg"], "extra": "signatures"}], "version": "0.24.0", "extensions": {"python.details": {"project_urls": {"Home": "http://bitbucket.org/pypa/wheel/"}, "document_names": {"description": "DESCRIPTION.rst", "license": "LICENSE.txt"}, "contacts": [{"role": "author", "email": "dholth@fastmail.fm", "name": "Daniel Holth"}]}, "python.commands": {"wrap_console": {"wheel": "wheel.tool:main"}}, "python.exports": {"console_scripts": {"wheel": "wheel.tool:main"}, "distutils.commands": {"bdist_wheel": "wheel.bdist_wheel:bdist_wheel"}}}, "keywords": ["wheel", "packaging"], "classifiers": ["Development Status :: 4 - Beta", "Intended Audience :: Developers", "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.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4"], "extras": ["faster-signatures", "signatures", "tool"]}