Skip to content

Instantly share code, notes, and snippets.

@thatch
Created September 3, 2022 17:39
Show Gist options
  • Save thatch/7848927fcd3faf9afbbec43a1869d7a4 to your computer and use it in GitHub Desktop.
Save thatch/7848927fcd3faf9afbbec43a1869d7a4 to your computer and use it in GitHub Desktop.
(.venv) [tim@rygel dowsing]$ python -m dowsing.pep517 $(python -m honesty.cmdline extract frozenlist==1.3.1) | jq .
/usr/lib/python3.10/runpy.py:126: RuntimeWarning: 'dowsing.pep517' found in sys.modules after import of package 'dowsing', but prior to execution of 'dowsing.pep517'; this may result in unpredictable behaviour
warn(RuntimeWarning(msg))
{
"get_requires_for_build_sdist": [
"setuptools >= 46.4.0",
"wheel >= 0.37.0",
"setuptools"
],
"get_requires_for_build_wheel": [
"setuptools >= 46.4.0",
"wheel >= 0.37.0",
"setuptools",
"wheel"
],
"get_metadata": {
"metadata_version": "2.1",
"name": "frozenlist",
"version": "attr: frozenlist.__version__",
"summary": "A list-like structure which implements collections.abc.MutableSequence",
"description": "file: README.rst",
"home_page": "https://github.com/aio-libs/frozenlist",
"license": "Apache 2",
"classifiers": [
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Development Status :: 5 - Production/Stable",
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows"
],
"maintainer": "aiohttp team <team@aiohttp.org>",
"maintainer_email": "team@aiohttp.org",
"requires_python": ">=3.7",
"project_urls": {
"Chat: Gitter": "https://gitter.im/aio-libs/Lobby",
"CI: Github Actions": "https://github.com/aio-libs/frozenlist/actions",
"Coverage: codecov": "https://codecov.io/github/aio-libs/frozenlist",
"Docs: RTD": "https://frozenlist.readthedocs.io",
"GitHub: issues": "https://github.com/aio-libs/frozenlist/issues",
"GitHub: repo": "https://github.com/aio-libs/frozenlist"
},
"description_content_type": "text/x-rst",
"include_package_data": true,
"package_data": {
"*": [
"*.so"
]
},
"packages": [
"find:"
],
"packages_dict": {
"frozenlist": "frozenlist"
}
},
"source_mapping": {
"frozenlist/_frozenlist.c": "frozenlist/_frozenlist.c",
"frozenlist/__init__.py": "frozenlist/__init__.py",
"frozenlist/py.typed": "frozenlist/py.typed",
"frozenlist/_frozenlist.pyx": "frozenlist/_frozenlist.pyx",
"frozenlist/__init__.pyi": "frozenlist/__init__.pyi"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment