Name | stdlib-list JSON |
Version |
0.11.1
JSON |
| download |
home_page | None |
Summary | A list of Python Standard Libraries (2.7 through 3.13). |
upload_time | 2025-02-18 15:39:38 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# stdlib-list
[](https://badge.fury.io/py/stdlib-list)
[](https://pepy.tech/project/stdlib-list)
[](https://github.com/pypi/stdlib-list/actions/workflows/ci.yml)
This package includes lists of all of the standard libraries for Python 2.6
through 3.13.
**IMPORTANT**: If you're on Python 3.10 or newer, you **probably don't need this library**.
See [`sys.stdlib_module_names`](https://docs.python.org/3/library/sys.html#sys.stdlib_module_names)
and [`sys.builtin_module_names`](https://docs.python.org/3/library/sys.html#sys.builtin_module_names)
for similar functionality.
## Installation
`stdlib-list` is available on PyPI:
```bash
python -m pip install stdlib-list
```
## Usage
```python
>>> from stdlib_list import stdlib_list
>>> libraries = stdlib_list("2.7")
>>> libraries[:10]
['AL', 'BaseHTTPServer', 'Bastion', 'CGIHTTPServer', 'ColorPicker', 'ConfigParser', 'Cookie', 'DEVICE', 'DocXMLRPCServer', 'EasyDialogs']
```
For more details, check out [the docs](https://pypi.github.io/stdlib-list/).
## Credits and Project History
This library was created by [@jackmaney](https://github.com/jackmaney),
and was maintained with the help of [@ocefpaf](https://github.com/ocefpaf) and
[@ericdill](https://github.com/ericdill) until
[version 0.8.0](https://github.com/pypi/stdlib-list/releases/tag/v0.8.0),
after which the primary maintainer
[archived the project](https://github.com/pypi/stdlib-list/commit/7bc9a32789221b4e23edcb6a2c1466e8234aabbb).
With the primary maintainer's approval, the project was transferred
from `jackmaney/python-stdlib-list` to `pypi/stdlib-list`, and was adopted
by new maintainers.
The README immediately prior to the maintainership transfer is
preserved at [`READMD.md.old`](./README.md.old).
Raw data
{
"_id": null,
"home_page": null,
"name": "stdlib-list",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "William Woodruff <william@yossarian.net>",
"keywords": null,
"author": null,
"author_email": "Jack Maney <jackmaney@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/5d/09/8d5c564931ae23bef17420a6c72618463a59222ca4291a7dd88de8a0d490/stdlib_list-0.11.1.tar.gz",
"platform": null,
"description": "# stdlib-list\n\n[](https://badge.fury.io/py/stdlib-list)\n[](https://pepy.tech/project/stdlib-list)\n[](https://github.com/pypi/stdlib-list/actions/workflows/ci.yml)\n\nThis package includes lists of all of the standard libraries for Python 2.6\nthrough 3.13.\n\n**IMPORTANT**: If you're on Python 3.10 or newer, you **probably don't need this library**.\nSee [`sys.stdlib_module_names`](https://docs.python.org/3/library/sys.html#sys.stdlib_module_names)\nand [`sys.builtin_module_names`](https://docs.python.org/3/library/sys.html#sys.builtin_module_names)\nfor similar functionality.\n\n## Installation\n\n`stdlib-list` is available on PyPI:\n\n```bash\npython -m pip install stdlib-list\n```\n\n## Usage\n\n```python\n>>> from stdlib_list import stdlib_list\n>>> libraries = stdlib_list(\"2.7\")\n>>> libraries[:10]\n['AL', 'BaseHTTPServer', 'Bastion', 'CGIHTTPServer', 'ColorPicker', 'ConfigParser', 'Cookie', 'DEVICE', 'DocXMLRPCServer', 'EasyDialogs']\n```\n\nFor more details, check out [the docs](https://pypi.github.io/stdlib-list/).\n\n## Credits and Project History\n\nThis library was created by [@jackmaney](https://github.com/jackmaney),\nand was maintained with the help of [@ocefpaf](https://github.com/ocefpaf) and\n[@ericdill](https://github.com/ericdill) until\n[version 0.8.0](https://github.com/pypi/stdlib-list/releases/tag/v0.8.0),\nafter which the primary maintainer\n[archived the project](https://github.com/pypi/stdlib-list/commit/7bc9a32789221b4e23edcb6a2c1466e8234aabbb).\n\nWith the primary maintainer's approval, the project was transferred\nfrom `jackmaney/python-stdlib-list` to `pypi/stdlib-list`, and was adopted\nby new maintainers.\n\nThe README immediately prior to the maintainership transfer is\npreserved at [`READMD.md.old`](./README.md.old).\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A list of Python Standard Libraries (2.7 through 3.13).",
"version": "0.11.1",
"project_urls": {
"Documentation": "https://pypi.github.io/stdlib-list/",
"Homepage": "https://pypi.org/project/stdlib-list/",
"Issues": "https://github.com/pypi/stdlib-list/issues",
"Source": "https://github.com/pypi/stdlib-list"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "88c74102536de33c19d090ed2b04e90e7452e2e3dc653cf3323208034eaaca27",
"md5": "a11255240759e5934743cf45d6835723",
"sha256": "9029ea5e3dfde8cd4294cfd4d1797be56a67fc4693c606181730148c3fd1da29"
},
"downloads": -1,
"filename": "stdlib_list-0.11.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a11255240759e5934743cf45d6835723",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 83620,
"upload_time": "2025-02-18T15:39:37",
"upload_time_iso_8601": "2025-02-18T15:39:37.020891Z",
"url": "https://files.pythonhosted.org/packages/88/c7/4102536de33c19d090ed2b04e90e7452e2e3dc653cf3323208034eaaca27/stdlib_list-0.11.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5d098d5c564931ae23bef17420a6c72618463a59222ca4291a7dd88de8a0d490",
"md5": "0f75cef0b35310b61c070d698ec35b3e",
"sha256": "95ebd1d73da9333bba03ccc097f5bac05e3aa03e6822a0c0290f87e1047f1857"
},
"downloads": -1,
"filename": "stdlib_list-0.11.1.tar.gz",
"has_sig": false,
"md5_digest": "0f75cef0b35310b61c070d698ec35b3e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 60442,
"upload_time": "2025-02-18T15:39:38",
"upload_time_iso_8601": "2025-02-18T15:39:38.769010Z",
"url": "https://files.pythonhosted.org/packages/5d/09/8d5c564931ae23bef17420a6c72618463a59222ca4291a7dd88de8a0d490/stdlib_list-0.11.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-18 15:39:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pypi",
"github_project": "stdlib-list",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "stdlib-list"
}