Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError Exception: DatasetGenerationCastError Message: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 3 new columns ({'maintainer_email', 'comment_text', 'maintainer'}) and 4 missing columns ({'uploaded_via', 'metadata_version', 'description_content_type', 'license_expression'}). This happened while the json dataset builder was generating data using hf://datasets/labofsahil/pypi-packages-metadata-dataset/pypi-packages-metadata-000000000001.json (at revision d6843a9a8a035f740764b470670ec5359422de08) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations) Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1831, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast name: string version: string summary: string description: string author: string author_email: string license: string keywords: string classifiers: list<item: string> child 0, item: string platform: list<item: string> child 0, item: string home_page: string download_url: string requires: list<item: string> child 0, item: string provides: list<item: string> child 0, item: string obsoletes: list<item: null> child 0, item: null requires_dist: list<item: string> child 0, item: string provides_dist: list<item: null> child 0, item: null obsoletes_dist: list<item: null> child 0, item: null requires_external: list<item: null> child 0, item: null project_urls: list<item: string> child 0, item: string upload_time: string filename: string size: string path: string python_version: string packagetype: string has_signature: bool md5_digest: string sha256_digest: string blake2_256_digest: string license_files: list<item: null> child 0, item: null maintainer: string maintainer_email: string comment_text: string requires_python: string to {'metadata_version': Value('string'), 'name': Value('string'), 'version': Value('string'), 'summary': Value('string'), 'description': Value('string'), 'description_content_type': Value('string'), 'author': Value('string'), 'author_email': Value('string'), 'license': Value('string'), 'keywords': Value('string'), 'classifiers': List(Value('string')), 'platform': List(Value('null')), 'home_page': Value('string'), 'download_url': Value('string'), 'requires': List(Value('null')), 'provides': List(Value('null')), 'obsoletes': List(Value('null')), 'requires_dist': List(Value('string')), 'provides_dist': List(Value('null')), 'obsoletes_dist': List(Value('null')), 'requires_external': List(Value('null')), 'project_urls': List(Value('string')), 'uploaded_via': Value('string'), 'upload_time': Value('string'), 'filename': Value('string'), 'size': Value('string'), 'path': Value('string'), 'python_version': Value('string'), 'packagetype': Value('string'), 'has_signature': Value('bool'), 'md5_digest': Value('string'), 'sha256_digest': Value('string'), 'blake2_256_digest': Value('string'), 'license_files': List(Value('string')), 'requires_python': Value('string'), 'license_expression': Value('string')} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1451, in compute_config_parquet_and_info_response parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet( File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 994, in stream_convert_to_parquet builder._prepare_split( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1833, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 3 new columns ({'maintainer_email', 'comment_text', 'maintainer'}) and 4 missing columns ({'uploaded_via', 'metadata_version', 'description_content_type', 'license_expression'}). This happened while the json dataset builder was generating data using hf://datasets/labofsahil/pypi-packages-metadata-dataset/pypi-packages-metadata-000000000001.json (at revision d6843a9a8a035f740764b470670ec5359422de08) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
metadata_version
string | name
string | version
string | summary
string | description
string | description_content_type
string | author
null | author_email
null | license
null | keywords
null | classifiers
list | platform
list | home_page
null | download_url
null | requires
list | provides
list | obsoletes
list | requires_dist
list | provides_dist
list | obsoletes_dist
list | requires_external
list | project_urls
list | uploaded_via
string | upload_time
string | filename
string | size
string | path
string | python_version
string | packagetype
string | has_signature
bool | md5_digest
string | sha256_digest
string | blake2_256_digest
string | license_files
list | requires_python
string | license_expression
string |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2.4
|
types-protobuf
|
6.30.2.20250914
|
Typing stubs for protobuf
|
## Typing stubs for protobuf
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`protobuf`](https://github.com/protocolbuffers/protobuf) package. It can be used by type checkers
to check code that uses `protobuf`. This version of
`types-protobuf` aims to provide accurate annotations for
`protobuf~=6.30.2`.
Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 29.0 on [protobuf v30.2](https://github.com/protocolbuffers/protobuf/releases/tag/v30.2) (python `protobuf==6.30.2`).
This stub package is marked as [partial](https://typing.python.org/en/latest/spec/distributing.html#partial-stub-packages).
If you find that annotations are missing, feel free to contribute and help complete them.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/protobuf`](https://github.com/python/typeshed/tree/main/stubs/protobuf)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/protobuf.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:55:59.489874 UTC
|
types_protobuf-6.30.2.20250914-py3-none-any.whl
|
76546
|
6c/c4/3fcb1f8e03456a8a33a5dfb9f9788b0a91023e5fad6a37d46fc6831629a7/types_protobuf-6.30.2.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
7aa619b9b98096eadd27730f5e7a6124
|
cfc24977c0f38cf2896d918a59faed7650eb983be6070343a6204ac8ac0a297e
|
6cc43fcb1f8e03456a8a33a5dfb9f9788b0a91023e5fad6a37d46fc6831629a7
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-protobuf
|
6.30.2.20250914
|
Typing stubs for protobuf
|
## Typing stubs for protobuf
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`protobuf`](https://github.com/protocolbuffers/protobuf) package. It can be used by type checkers
to check code that uses `protobuf`. This version of
`types-protobuf` aims to provide accurate annotations for
`protobuf~=6.30.2`.
Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 29.0 on [protobuf v30.2](https://github.com/protocolbuffers/protobuf/releases/tag/v30.2) (python `protobuf==6.30.2`).
This stub package is marked as [partial](https://typing.python.org/en/latest/spec/distributing.html#partial-stub-packages).
If you find that annotations are missing, feel free to contribute and help complete them.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/protobuf`](https://github.com/python/typeshed/tree/main/stubs/protobuf)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/protobuf.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:00.798239 UTC
|
types_protobuf-6.30.2.20250914.tar.gz
|
62424
|
36/d1/e12dad323fe6e2455b768828de288f60d5160f41dad5d31af8ef92a6acbb/types_protobuf-6.30.2.20250914.tar.gz
|
source
|
sdist
| false |
aa1b2868dbe03a27f7cf6a40beb09409
|
c2105326d0a52de3d33b84af0010d834ebbd4c17c50ff261fa82551ab75d9559
|
36d1e12dad323fe6e2455b768828de288f60d5160f41dad5d31af8ef92a6acbb
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-docutils
|
0.22.0.20250914
|
Typing stubs for docutils
|
## Typing stubs for docutils
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`docutils`](https://sourceforge.net/p/docutils/code) package. It can be used by type checkers
to check code that uses `docutils`. This version of
`types-docutils` aims to provide accurate annotations for
`docutils==0.22.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/docutils`](https://github.com/python/typeshed/tree/main/stubs/docutils)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/docutils.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:03.449517 UTC
|
types_docutils-0.22.0.20250914-py3-none-any.whl
|
91784
|
ec/7b/ddf2a291e5145d8abe3bf8e264b232b8bd9c6865121257dfd43079ce9b6d/types_docutils-0.22.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
f6f0326e273125410bf08e03a614e37c
|
f1eec1a6024feef6560688fd9525ff888b95866cecb685e0a68bd095e817b00a
|
ec7bddf2a291e5145d8abe3bf8e264b232b8bd9c6865121257dfd43079ce9b6d
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-docutils
|
0.22.0.20250914
|
Typing stubs for docutils
|
## Typing stubs for docutils
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`docutils`](https://sourceforge.net/p/docutils/code) package. It can be used by type checkers
to check code that uses `docutils`. This version of
`types-docutils` aims to provide accurate annotations for
`docutils==0.22.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/docutils`](https://github.com/python/typeshed/tree/main/stubs/docutils)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/docutils.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:04.766958 UTC
|
types_docutils-0.22.0.20250914.tar.gz
|
56496
|
4d/72/48cad115dff86755d83bbb37eb70df2d26a1fb2d8b5e1725d6524e0f08a4/types_docutils-0.22.0.20250914.tar.gz
|
source
|
sdist
| false |
ec60672948dc5c307a43fca9f4fa6373
|
0c7f61c90ed2900fa5c8e6cd375222981be1e28240b8c8a67ca4a186e367618d
|
4d7248cad115dff86755d83bbb37eb70df2d26a1fb2d8b5e1725d6524e0f08a4
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-pyasn1
|
0.6.0.20250914
|
Typing stubs for pyasn1
|
## Typing stubs for pyasn1
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`pyasn1`](https://github.com/pyasn1/pyasn1) package. It can be used by type checkers
to check code that uses `pyasn1`. This version of
`types-pyasn1` aims to provide accurate annotations for
`pyasn1==0.6.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/pyasn1`](https://github.com/python/typeshed/tree/main/stubs/pyasn1)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/pyasn1.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:07.247171 UTC
|
types_pyasn1-0.6.0.20250914-py3-none-any.whl
|
24052
|
6c/9d/5eb611d0db5b980cbb7d3eaca5baf187d5346f6371fdb6c708847539cea6/types_pyasn1-0.6.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
caddef34eb1b0bf1a5184351a2b64566
|
68ffeef3c28e1ed120b8b81a242f238f137543e68d466d84a97edcf3e4203b5b
|
6c9d5eb611d0db5b980cbb7d3eaca5baf187d5346f6371fdb6c708847539cea6
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-pyasn1
|
0.6.0.20250914
|
Typing stubs for pyasn1
|
## Typing stubs for pyasn1
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`pyasn1`](https://github.com/pyasn1/pyasn1) package. It can be used by type checkers
to check code that uses `pyasn1`. This version of
`types-pyasn1` aims to provide accurate annotations for
`pyasn1==0.6.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/pyasn1`](https://github.com/python/typeshed/tree/main/stubs/pyasn1)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/pyasn1.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:08.041444 UTC
|
types_pyasn1-0.6.0.20250914.tar.gz
|
17109
|
69/92/bfe2385ee347c9d528adbd0fd8e5d7da6bcd18572cc42fd94e44c182dd69/types_pyasn1-0.6.0.20250914.tar.gz
|
source
|
sdist
| false |
f70f59986aad5507a58ed2469320451d
|
236102553b76c938953037b7ae93d11d395d9413b7f2f8083d3b19d740f7eda6
|
6992bfe2385ee347c9d528adbd0fd8e5d7da6bcd18572cc42fd94e44c182dd69
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-openpyxl
|
3.1.5.20250914
|
Typing stubs for openpyxl
|
## Typing stubs for openpyxl
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`openpyxl`](https://foss.heptapod.net/openpyxl/openpyxl) package. It can be used by type checkers
to check code that uses `openpyxl`. This version of
`types-openpyxl` aims to provide accurate annotations for
`openpyxl==3.1.5`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/openpyxl`](https://github.com/python/typeshed/tree/main/stubs/openpyxl)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/openpyxl.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:10.737942 UTC
|
types_openpyxl-3.1.5.20250914-py3-none-any.whl
|
166083
|
11/79/c00552fe903089431e680ba8cf3cde60b23ac3c35e9c0c4a6175185b2818/types_openpyxl-3.1.5.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
50d1b5df8c64784f60b40c89573100a5
|
61763fa44414011acd87a42d4058dd221a4fe6e6efd105b7d35f5d5a194fef26
|
1179c00552fe903089431e680ba8cf3cde60b23ac3c35e9c0c4a6175185b2818
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-openpyxl
|
3.1.5.20250914
|
Typing stubs for openpyxl
|
## Typing stubs for openpyxl
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`openpyxl`](https://foss.heptapod.net/openpyxl/openpyxl) package. It can be used by type checkers
to check code that uses `openpyxl`. This version of
`types-openpyxl` aims to provide accurate annotations for
`openpyxl==3.1.5`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/openpyxl`](https://github.com/python/typeshed/tree/main/stubs/openpyxl)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/openpyxl.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:11.942286 UTC
|
types_openpyxl-3.1.5.20250914.tar.gz
|
100843
|
1b/64/c83b8b6ef6d16dd9548fffb962c224ed0648e9d90388c6179348ff0cc848/types_openpyxl-3.1.5.20250914.tar.gz
|
source
|
sdist
| false |
44c2583c95ba8147c646ebcdcc1f2f0e
|
74602c740d4bfe628b258f67d7173eca34aefa472eb74579487df834f93837c2
|
1b64c83b8b6ef6d16dd9548fffb962c224ed0648e9d90388c6179348ff0cc848
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-PyMySQL
|
1.1.0.20250914
|
Typing stubs for PyMySQL
|
## Typing stubs for PyMySQL
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`PyMySQL`](https://github.com/PyMySQL/PyMySQL) package. It can be used by type checkers
to check code that uses `PyMySQL`. This version of
`types-PyMySQL` aims to provide accurate annotations for
`PyMySQL==1.1.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/PyMySQL`](https://github.com/python/typeshed/tree/main/stubs/PyMySQL)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/PyMySQL.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:14.69851 UTC
|
types_pymysql-1.1.0.20250914-py3-none-any.whl
|
23180
|
ba/d2/3bf7535311e90085f25d21606f6043a8c77b2eefeecc35f17a8a2189f7e0/types_pymysql-1.1.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
ef565369b14957d34e6be6e11799557c
|
6d9f57c5958fe45389e93e07de9b7ec7c30f5ae3fa7bec7abc7a596eedeeb188
|
bad23bf7535311e90085f25d21606f6043a8c77b2eefeecc35f17a8a2189f7e0
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-PyMySQL
|
1.1.0.20250914
|
Typing stubs for PyMySQL
|
## Typing stubs for PyMySQL
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`PyMySQL`](https://github.com/PyMySQL/PyMySQL) package. It can be used by type checkers
to check code that uses `PyMySQL`. This version of
`types-PyMySQL` aims to provide accurate annotations for
`PyMySQL==1.1.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/PyMySQL`](https://github.com/python/typeshed/tree/main/stubs/PyMySQL)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/PyMySQL.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:15.518179 UTC
|
types_pymysql-1.1.0.20250914.tar.gz
|
22238
|
d3/8f/38665f473e7a49569c0e00575aa1db9973e05e7d58f034a0dc5a1617be78/types_pymysql-1.1.0.20250914.tar.gz
|
source
|
sdist
| false |
4ed501263860230fb35121da4cb1aea4
|
69cc8d23e3c34d4d355af1a381964cae0f3264e948f63f9ef0f3e78d93e172d5
|
d38f38665f473e7a49569c0e00575aa1db9973e05e7d58f034a0dc5a1617be78
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-pywin32
|
311.0.0.20250914
|
Typing stubs for pywin32
|
## Typing stubs for pywin32
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`pywin32`](https://github.com/mhammond/pywin32) package. It can be used by type checkers
to check code that uses `pywin32`. This version of
`types-pywin32` aims to provide accurate annotations for
`pywin32==311.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/pywin32`](https://github.com/python/typeshed/tree/main/stubs/pywin32)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/pywin32.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:18.871746 UTC
|
types_pywin32-311.0.0.20250914-py3-none-any.whl
|
392852
|
e2/80/b3b418f3b9c7e0f5427991cb5706e0cd91f5e0535eb9289938c023cee8bd/types_pywin32-311.0.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
9ab1f7ad7cb70005ce078bbb4443c39f
|
dffb84066c878338a816b6fb59d2a4c6c544c838e7249de0717ea400edf649f2
|
e280b3b418f3b9c7e0f5427991cb5706e0cd91f5e0535eb9289938c023cee8bd
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-pywin32
|
311.0.0.20250914
|
Typing stubs for pywin32
|
## Typing stubs for pywin32
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`pywin32`](https://github.com/mhammond/pywin32) package. It can be used by type checkers
to check code that uses `pywin32`. This version of
`types-pywin32` aims to provide accurate annotations for
`pywin32==311.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/pywin32`](https://github.com/python/typeshed/tree/main/stubs/pywin32)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/pywin32.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:19.981481 UTC
|
types_pywin32-311.0.0.20250914.tar.gz
|
329463
|
cd/d9/85e055efe88ad49e722701ef4908fcc9424aeab2039ffcab5df82706de1b/types_pywin32-311.0.0.20250914.tar.gz
|
source
|
sdist
| false |
cf77d47651f7bdea3bd1b0b3506f10cd
|
efc932c8ba8b66e4538388de49a88eb3a60c917ebac2c5e9f8fbdfee88841658
|
cdd985e055efe88ad49e722701ef4908fcc9424aeab2039ffcab5df82706de1b
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-pika-ts
|
1.3.0.20250914
|
Typing stubs for pika
|
## Typing stubs for pika
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`pika`](https://github.com/pika/pika) package. It can be used by type checkers
to check code that uses `pika`. This version of
`types-pika-ts` aims to provide accurate annotations for
`pika==1.3.*`.
The `types-pika` package contains alternate, more complete type stubs, that are maintained outside of typeshed.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/pika`](https://github.com/python/typeshed/tree/main/stubs/pika)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/pika.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:22.549275 UTC
|
types_pika_ts-1.3.0.20250914-py3-none-any.whl
|
31507
|
e0/9b/c23c8435d42f7d431d137ed42af85acd729ecb20fcf02d31a028b37f97fa/types_pika_ts-1.3.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
cdb295a35b3f3e8cc5fb3695536a64fe
|
c4b9dfc25350a6135de5714518e4b831b37c3fb3625e4ebb4c61181a916b6f02
|
e09bc23c8435d42f7d431d137ed42af85acd729ecb20fcf02d31a028b37f97fa
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-pika-ts
|
1.3.0.20250914
|
Typing stubs for pika
|
## Typing stubs for pika
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`pika`](https://github.com/pika/pika) package. It can be used by type checkers
to check code that uses `pika`. This version of
`types-pika-ts` aims to provide accurate annotations for
`pika==1.3.*`.
The `types-pika` package contains alternate, more complete type stubs, that are maintained outside of typeshed.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/pika`](https://github.com/python/typeshed/tree/main/stubs/pika)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/pika.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:23.393329 UTC
|
types_pika_ts-1.3.0.20250914.tar.gz
|
23853
|
ea/97/5ff23d9bf737fb7ab374c8e63e0f02634477d69badce96faf1f716843c6d/types_pika_ts-1.3.0.20250914.tar.gz
|
source
|
sdist
| false |
3d5937cb7088011be953ced63af0e5f5
|
3e1bac6f1b3b17a9b51f88b529c718bf40f964905029aa10fc17a49f9eada1e6
|
ea975ff23d9bf737fb7ab374c8e63e0f02634477d69badce96faf1f716843c6d
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
mwxlib
|
1.6.3
|
A wrapper of matplotlib and wxPython (phoenix)
|
# mwxlib
Welcome to mwxlib project!
Python package based on matplotlib/wx and wxPython shell extension library
See [Demo Script and Gallery](./demo/readme.md).
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
- ~~Python 2.7~~ (PY2 support has ended since 0.50)
- ~~Python 3.5~~ (PY35 support has ended since 0.70)
- ~~Python 3.7~~ (PY37 support has ended since 0.80)
- ~~Python 3.8 -- 3.9~~ (Deprecated since 0.90)
- Python 3.10 -- 3.12
- wxpython >= 4.2.2 (recommended)
- numpy
- pillow
- matplotlib
- opencv-python
- Python 3.13
- There are some bugs in mwxlib that remain unfixed.
- A version of wxpython for PY313 has released on PyPi.
* You can also download the snapshot from https://wxpython.org/Phoenix/snapshot-builds/,
### Installing
To install, type:
```
pip install mwxlib
```
To install latest version from GitHub, type:
```
pip install git+https://github.com/komoto48g/mwxlib.git
```
### How to use
mwx.deb is wx.py.shell-base inspector used for debugging in the target process.
```
>>> import mwx; mwx.deb()
```
:memo: mwxlib creates "~/.mwxlib/" in your *HOME* directory.
This includes history, logs, dump files used to check when an error occurs.
:memo: At the first startup, it takes some time to collect module information and create a dictionary file.
The collected module name is used for completion at the time of input in the shell.
(If you start the shell while pressing [C-S-], the dictionary file will be recreated)
As you are diving into the python process, you can watch, inspect, and debug the target.
Enjoy diving!
### Uninstalling
```
pip uninstall mwxlib
```
# Features

The animation shows how the Nautilus works, which is embedded in a simple PyEditor app.
As you are diving into the python process,
you can watch, inspect, and change everything in the target.
## Nautilus in the Shell
The framework has an extended class based on wx.py.shell.Shell named Nautilus,
which has the following features:
1. Auto-completion and apropos functions are reinforced.
- [1] history-comp-mode
- [2] word-comp-mode
- [3] apropos-comp-mode
- [4] text-comp-mode
- [5] module-comp-mode
2. Magic syntax.
- [ ` ] quoteback
- [@] pullback
3. Powerful inspectoin utilities.
- Filling
- InspectionTool
- Ghost in the shell
**All objects in the process can be accessed using:**
```
self : the target of the shell,
this : the module which includes target.
```
**To include the shell in your wxPython application:**
```
>>> self.inspector = mwx.ShellFrame(self, target=self)
```
## Autocomp key bindings
C-up : [0] retrieve previous history
C-down : [0] retrieve next history
C-j, M-j : [0] tooltip of eval (for the selected or focused word)
C-h, M-h : [0] calltip of help (for the selected or focused func)
TAB : [1] history-comp-mode
M-p : [1] retrieve previous history in comp-mode
M-n : [1] retrieve next history in comp-mode
M-. : [2] word-comp-mode
M-/ : [3] apropos-comp-mode
M-, : [4] text-comp-mode
M-m : [5] module-comp-mode
* All completions [1--5] are incremental when pressed any alnums, and decremental when backspace.
See [key bindings](key-bindings.md) for more information.
## Magic syntax
- quoteback : ```x`y --> y=x | x`y`z --> z=y=x```
- pullback : ```x@y --> y(x) | x@y@z --> z(y(x))```
- apropos : ```x.y? [not] p => shows apropos &optional (not-)matched by p:predicates```
equiv. apropos(y, x [,ignorecase ?:True,??:False] [,pred=p])
y can contain regular expressions.
(RE) \\a:[a-z], \\A:[A-Z] can be used in addition.
p can be ?atom, ?callable, ?instance(*types), and
predicates imported from inspect
e.g., isclass, ismodule, ismethod, isfunction, etc.
* info : ?x --> info(x) shows short information
* help : ??x --> help(x) shows full description
* sx : !x --> sx(x) executes command in external shell
Note: The last three (*) are original syntax defined in wx.py.shell,
at present version, enabled with USE_MAGIC switch being on
## built-in utilities
@p : Synonym of print.
@pp : Synonym of pprint.
@mro : Display mro list and filename:lineno.
@where : Display filename:lineno.
@info : Short info.
@help : Full description.
@load : Load a file in Log.
@dive : Clone the shell with new target.
@debug : Open pdb debugger or event monitor.
@watch : Watch for events using event monitor.
@timeit : Measure CPU time (per one execution).
@profile : Profile a single function call.
@highlight : Highlight the widget.
@filling : Inspection using ``wx.lib.filling.Filling``.
## Ghost in the shell
Ghost in the shell is the help system for divers,
which is a notebook-style window consists of four editors:
- scratch buffer
+ a temporary buffer
- Help buffer
+ piping text from info(?) and help(??)
- Logging buffer
+ logging debug process and the input-history
# Authors
* Kazuya O'moto - *Initial work* -
See also the list of who participated in this project.
# Attribution
Default icons are provided by `wx.ArtProvider`.
Optional icons are provided by:
- [famfamfam: Silk icons](http://www.famfamfam.com/lab/icons/silk/) designed by Mark James.
- [Tango desktop project](http://tango.freedesktop.org/Tango_Desktop_Project).
- [Iconify - Freedom to choose icons](https://iconify.design/).
Note:
Other icons could be attributed to other open sources.
This is a mish-mash of stuff from all over the internet.
If I missed an author credit or attribution, please let me know.
# License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Software Development :: Libraries :: Python Modules"
] |
[] | null | null |
[] |
[] |
[] |
[
"wxpython>=4.2.0",
"matplotlib",
"opencv-python",
"scipy"
] |
[] |
[] |
[] |
[] |
twine/6.1.0 CPython/3.12.5
|
2025-09-14 02:56:22.614122 UTC
|
mwxlib-1.6.3-py3-none-any.whl
|
178315
|
27/de/d6a1584d11dee28bd5129f9406df311c493fa47d5a13efa03ecd14fecee6/mwxlib-1.6.3-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
f717139a61d92da76aff5d0cbb683e74
|
23b521c6dd93304070d9c3cb08d41bb77c64a8b6f8680b6452915c4795399420
|
27ded6a1584d11dee28bd5129f9406df311c493fa47d5a13efa03ecd14fecee6
|
[] | null | null |
2.4
|
types-pyserial
|
3.5.0.20250914
|
Typing stubs for pyserial
|
## Typing stubs for pyserial
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`pyserial`](https://github.com/pyserial/pyserial) package. It can be used by type checkers
to check code that uses `pyserial`. This version of
`types-pyserial` aims to provide accurate annotations for
`pyserial==3.5.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/pyserial`](https://github.com/python/typeshed/tree/main/stubs/pyserial)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/pyserial.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:26.901433 UTC
|
types_pyserial-3.5.0.20250914-py3-none-any.whl
|
25343
|
39/50/643ec408fdfdbe2d516e4e28c59b9c095e9b3262348a442e2b2304c6e447/types_pyserial-3.5.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
c2a56be889e2d284a628702e45aa13da
|
3d1122fcf81399566e8d78a4bed19ce4f2ba3e8f8a6d24460b3078e212744297
|
3950643ec408fdfdbe2d516e4e28c59b9c095e9b3262348a442e2b2304c6e447
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-pyserial
|
3.5.0.20250914
|
Typing stubs for pyserial
|
## Typing stubs for pyserial
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`pyserial`](https://github.com/pyserial/pyserial) package. It can be used by type checkers
to check code that uses `pyserial`. This version of
`types-pyserial` aims to provide accurate annotations for
`pyserial==3.5.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/pyserial`](https://github.com/python/typeshed/tree/main/stubs/pyserial)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/pyserial.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:27.701289 UTC
|
types_pyserial-3.5.0.20250914.tar.gz
|
19776
|
7a/a5/a71d5b139e54f4bc3e13152c0c8d96db86bb9826d1c2b1518840f318cd57/types_pyserial-3.5.0.20250914.tar.gz
|
source
|
sdist
| false |
0852a5cee7f9b99adf82d1622cc0c2a0
|
bf5c5e64d5ccb3399f6b47550197901413f4a2714d2aff0569f705016d10ec84
|
7aa5a71d5b139e54f4bc3e13152c0c8d96db86bb9826d1c2b1518840f318cd57
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-reportlab
|
4.4.1.20250914
|
Typing stubs for reportlab
|
## Typing stubs for reportlab
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`reportlab`](https://github.com/MrBitBucket/reportlab-mirror) package. It can be used by type checkers
to check code that uses `reportlab`. This version of
`types-reportlab` aims to provide accurate annotations for
`reportlab~=4.4.1`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/reportlab`](https://github.com/python/typeshed/tree/main/stubs/reportlab)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/reportlab.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:30.227655 UTC
|
types_reportlab-4.4.1.20250914-py3-none-any.whl
|
109305
|
f3/1f/fbe254b21eee54687fb84fac3d2aad113d9623262d38310a885c8a98fe8a/types_reportlab-4.4.1.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
e5f326d583386b249e57ebf13f473727
|
4448fc9996db60b3ce7238f0038fedd9dc149afddc52da5649628aa7b4849d27
|
f31ffbe254b21eee54687fb84fac3d2aad113d9623262d38310a885c8a98fe8a
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-reportlab
|
4.4.1.20250914
|
Typing stubs for reportlab
|
## Typing stubs for reportlab
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`reportlab`](https://github.com/MrBitBucket/reportlab-mirror) package. It can be used by type checkers
to check code that uses `reportlab`. This version of
`types-reportlab` aims to provide accurate annotations for
`reportlab~=4.4.1`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/reportlab`](https://github.com/python/typeshed/tree/main/stubs/reportlab)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/reportlab.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:31.397777 UTC
|
types_reportlab-4.4.1.20250914.tar.gz
|
68548
|
7c/8f/2dc67bf9837a331076f703c94fd24146d73a429b7ad058f7c962082c654e/types_reportlab-4.4.1.20250914.tar.gz
|
source
|
sdist
| false |
85ab03038f59818f34755d8c5bcaa17e
|
871faabc17b074d258aa57eeb7a6347d9c65ce3dc0a6e2f41008d4ddacb8826e
|
7c8f2dc67bf9837a331076f703c94fd24146d73a429b7ad058f7c962082c654e
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-lupa
|
2.5.0.20250914
|
Typing stubs for lupa
|
## Typing stubs for lupa
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`lupa`](https://github.com/scoder/lupa) package. It can be used by type checkers
to check code that uses `lupa`. This version of
`types-lupa` aims to provide accurate annotations for
`lupa==2.5.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/lupa`](https://github.com/python/typeshed/tree/main/stubs/lupa)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/lupa.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:33.755425 UTC
|
types_lupa-2.5.0.20250914-py3-none-any.whl
|
15457
|
c1/af/449d49ef4353c6833b674253684aa12ff2e76eaf19dd4dc6b9d3895f207b/types_lupa-2.5.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
890fa3292d4a1bdc44e1723dbad405ce
|
6b13f3dd8d36a36234dc4bd8e39961ec024e5a2ac7b3cda1bd609a136a773536
|
c1af449d49ef4353c6833b674253684aa12ff2e76eaf19dd4dc6b9d3895f207b
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-lupa
|
2.5.0.20250914
|
Typing stubs for lupa
|
## Typing stubs for lupa
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`lupa`](https://github.com/scoder/lupa) package. It can be used by type checkers
to check code that uses `lupa`. This version of
`types-lupa` aims to provide accurate annotations for
`lupa==2.5.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/lupa`](https://github.com/python/typeshed/tree/main/stubs/lupa)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/lupa.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:34.506145 UTC
|
types_lupa-2.5.0.20250914.tar.gz
|
9609
|
29/ee/c9764ccdd143c16e9087bf95adcb93165dccc29b2113d578c82acf5777cf/types_lupa-2.5.0.20250914.tar.gz
|
source
|
sdist
| false |
3fd1fc06ee4e6792f8e89c5478465b5c
|
1f4e6c6564201ff73e4d66f4831b261541becc4cf3e614766e34c9b76eddf5d4
|
29eec9764ccdd143c16e9087bf95adcb93165dccc29b2113d578c82acf5777cf
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-cffi
|
1.17.0.20250914
|
Typing stubs for cffi
|
## Typing stubs for cffi
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`cffi`](https://github.com/python-cffi/cffi/) package. It can be used by type checkers
to check code that uses `cffi`. This version of
`types-cffi` aims to provide accurate annotations for
`cffi==1.17.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/cffi`](https://github.com/python/typeshed/tree/main/stubs/cffi)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"types-setuptools"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/cffi.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:36.835024 UTC
|
types_cffi-1.17.0.20250914-py3-none-any.whl
|
20094
|
c7/43/1b676c3a6f3a81ed4b34c5f0148320f3029d3dc85f91f3f5aca7cc3136f4/types_cffi-1.17.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
67fbb60befbe23f7f43e4a2dc2058059
|
f563d7ac8faa664be9e828222bea5cc9cdda9e3fcdc9f077434c5a1fda9c802a
|
c7431b676c3a6f3a81ed4b34c5f0148320f3029d3dc85f91f3f5aca7cc3136f4
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-cffi
|
1.17.0.20250914
|
Typing stubs for cffi
|
## Typing stubs for cffi
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`cffi`](https://github.com/python-cffi/cffi/) package. It can be used by type checkers
to check code that uses `cffi`. This version of
`types-cffi` aims to provide accurate annotations for
`cffi==1.17.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/cffi`](https://github.com/python/typeshed/tree/main/stubs/cffi)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"types-setuptools"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/cffi.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:37.768689 UTC
|
types_cffi-1.17.0.20250914.tar.gz
|
17157
|
c0/2c/72ee071568b2777a49f6a33bc56591df903449acdf93486bd89427d7893b/types_cffi-1.17.0.20250914.tar.gz
|
source
|
sdist
| false |
c8b71ec06de6c3a856710d82de2085e9
|
b0d051a5d7cfc22a5195f2167e0130ee4755baa6f045f4efa2bf3dc12916679f
|
c02c72ee071568b2777a49f6a33bc56591df903449acdf93486bd89427d7893b
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-icalendar
|
6.3.1.20250914
|
Typing stubs for icalendar
|
## Typing stubs for icalendar
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`icalendar`](https://github.com/collective/icalendar) package. It can be used by type checkers
to check code that uses `icalendar`. This version of
`types-icalendar` aims to provide accurate annotations for
`icalendar==6.3.1`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/icalendar`](https://github.com/python/typeshed/tree/main/stubs/icalendar)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"types-python-dateutil",
"types-pytz"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/icalendar.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:40.164633 UTC
|
types_icalendar-6.3.1.20250914-py3-none-any.whl
|
23056
|
60/04/cb3ebf52ed3081cf7da19760917ba3957a5b0007e87808c793362791eb43/types_icalendar-6.3.1.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
c60efc1dd25e8131c09579cd63c8ee48
|
29108f79b04b2978852d78e422765a5572ea27308e885e1b6c12f58e5ab2a607
|
6004cb3ebf52ed3081cf7da19760917ba3957a5b0007e87808c793362791eb43
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-icalendar
|
6.3.1.20250914
|
Typing stubs for icalendar
|
## Typing stubs for icalendar
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`icalendar`](https://github.com/collective/icalendar) package. It can be used by type checkers
to check code that uses `icalendar`. This version of
`types-icalendar` aims to provide accurate annotations for
`icalendar==6.3.1`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/icalendar`](https://github.com/python/typeshed/tree/main/stubs/icalendar)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"types-python-dateutil",
"types-pytz"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/icalendar.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:41.495868 UTC
|
types_icalendar-6.3.1.20250914.tar.gz
|
18009
|
e2/43/d8e17ee5aa82578bad1df60c04bc8e9c62fcb61cb66656c95c37883fa788/types_icalendar-6.3.1.20250914.tar.gz
|
source
|
sdist
| false |
03451f8cc8163d6d8fed23503351c9f0
|
48930985a83abe8e5ba34a5a8545897869a1f9db61b555994afeaf41f22602a3
|
e243d8e17ee5aa82578bad1df60c04bc8e9c62fcb61cb66656c95c37883fa788
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-Authlib
|
1.6.2.20250914
|
Typing stubs for Authlib
|
## Typing stubs for Authlib
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`Authlib`](https://github.com/lepture/authlib) package. It can be used by type checkers
to check code that uses `Authlib`. This version of
`types-Authlib` aims to provide accurate annotations for
`Authlib~=1.6.2`.
This stub package is marked as [partial](https://typing.python.org/en/latest/spec/distributing.html#partial-stub-packages).
If you find that annotations are missing, feel free to contribute and help complete them.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/Authlib`](https://github.com/python/typeshed/tree/main/stubs/Authlib)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"cryptography"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/Authlib.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:44.257816 UTC
|
types_authlib-1.6.2.20250914-py3-none-any.whl
|
79099
|
a0/06/74b0bdac8c85b3be32c74cf07bd2f60244aa74b55c4c57f7e8e3e2f11e36/types_authlib-1.6.2.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
8883e90bf63d9c011f02e663d208571c
|
99c5aa02579faa5f4fe84336d6c7f48fac7a463962d8b8122325845c6339aa00
|
a00674b0bdac8c85b3be32c74cf07bd2f60244aa74b55c4c57f7e8e3e2f11e36
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-Authlib
|
1.6.2.20250914
|
Typing stubs for Authlib
|
## Typing stubs for Authlib
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`Authlib`](https://github.com/lepture/authlib) package. It can be used by type checkers
to check code that uses `Authlib`. This version of
`types-Authlib` aims to provide accurate annotations for
`Authlib~=1.6.2`.
This stub package is marked as [partial](https://typing.python.org/en/latest/spec/distributing.html#partial-stub-packages).
If you find that annotations are missing, feel free to contribute and help complete them.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/Authlib`](https://github.com/python/typeshed/tree/main/stubs/Authlib)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"cryptography"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/Authlib.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:45.128587 UTC
|
types_authlib-1.6.2.20250914.tar.gz
|
36985
|
ce/c4/21761f01f762e5fc56314e94ee763f18e4cef4f46e6fc5c24a1a269f6e48/types_authlib-1.6.2.20250914.tar.gz
|
source
|
sdist
| false |
43a3827ad28b6978456fab51c5eb2cb9
|
063a0ca531c9edaabd47bea205758bb6a8e66621642ce4cea14c549eaa614d91
|
cec421761f01f762e5fc56314e94ee763f18e4cef4f46e6fc5c24a1a269f6e48
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-django-filter
|
25.1.0.20250914
|
Typing stubs for django-filter
|
## Typing stubs for django-filter
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`django-filter`](https://github.com/carltongibson/django-filter/) package. It can be used by type checkers
to check code that uses `django-filter`. This version of
`types-django-filter` aims to provide accurate annotations for
`django-filter==25.1.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/django-filter`](https://github.com/python/typeshed/tree/main/stubs/django-filter)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"django-stubs"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/django-filter.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:47.496518 UTC
|
types_django_filter-25.1.0.20250914-py3-none-any.whl
|
19287
|
ad/e4/02de6970edc944c42bf1e172766fa446531b820b96331abdaf028577a242/types_django_filter-25.1.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
bb0cdb120a7488dce01fe102846f508b
|
d044a2ea97c34e079a0b5d8d7385e992b1b42568738e60cffd95feff0f4973f3
|
ade402de6970edc944c42bf1e172766fa446531b820b96331abdaf028577a242
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-django-filter
|
25.1.0.20250914
|
Typing stubs for django-filter
|
## Typing stubs for django-filter
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`django-filter`](https://github.com/carltongibson/django-filter/) package. It can be used by type checkers
to check code that uses `django-filter`. This version of
`types-django-filter` aims to provide accurate annotations for
`django-filter==25.1.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/django-filter`](https://github.com/python/typeshed/tree/main/stubs/django-filter)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"django-stubs"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/django-filter.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:48.240515 UTC
|
types_django_filter-25.1.0.20250914.tar.gz
|
15486
|
f9/61/818ad65db55141ec49d283fbe1c1b71dbd66361b5690681fc81cd4bda1e5/types_django_filter-25.1.0.20250914.tar.gz
|
source
|
sdist
| false |
b2f1b8a46d7ee33f6ba2e27a746a6672
|
4eb6b8ce6321f94bc488ec71fa834aa932c8106dd6f5cbee85cf25500206bda6
|
f961818ad65db55141ec49d283fbe1c1b71dbd66361b5690681fc81cd4bda1e5
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-shapely
|
2.1.0.20250914
|
Typing stubs for shapely
|
## Typing stubs for shapely
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`shapely`](https://github.com/shapely/shapely) package. It can be used by type checkers
to check code that uses `shapely`. This version of
`types-shapely` aims to provide accurate annotations for
`shapely==2.1.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/shapely`](https://github.com/python/typeshed/tree/main/stubs/shapely)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"numpy>=1.20"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/shapely.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:51.000671 UTC
|
types_shapely-2.1.0.20250914-py3-none-any.whl
|
37796
|
da/60/21b997b639da159545618671fbcb3dee4bfb9d466c055a0e90afd4874531/types_shapely-2.1.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
ef7a4cd6528ce845500d548b78bbe49f
|
eb616bd5281acfade70e160bbae3801c03f8adc59e650077a72e08e7ff6adfa4
|
da6021b997b639da159545618671fbcb3dee4bfb9d466c055a0e90afd4874531
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-shapely
|
2.1.0.20250914
|
Typing stubs for shapely
|
## Typing stubs for shapely
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`shapely`](https://github.com/shapely/shapely) package. It can be used by type checkers
to check code that uses `shapely`. This version of
`types-shapely` aims to provide accurate annotations for
`shapely==2.1.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/shapely`](https://github.com/python/typeshed/tree/main/stubs/shapely)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"numpy>=1.20"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/shapely.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:51.792823 UTC
|
types_shapely-2.1.0.20250914.tar.gz
|
26304
|
0a/38/f8325825070d6f4d0652b6c5973c21914b582d8ac1dbd859254bc0a50231/types_shapely-2.1.0.20250914.tar.gz
|
source
|
sdist
| false |
7e68dd9eafbda72c72d0b4a23e081640
|
e68643a75a152a8aae2907ebb090cd93a372f2e79852c1af22cd69ab34eaf2c3
|
0a38f8325825070d6f4d0652b6c5973c21914b582d8ac1dbd859254bc0a50231
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-networkx
|
3.5.0.20250914
|
Typing stubs for networkx
|
## Typing stubs for networkx
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`networkx`](https://github.com/networkx/networkx) package. It can be used by type checkers
to check code that uses `networkx`. This version of
`types-networkx` aims to provide accurate annotations for
`networkx==3.5`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/networkx`](https://github.com/python/typeshed/tree/main/stubs/networkx)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"numpy>=1.20"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/networkx.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:54.698057 UTC
|
types_networkx-3.5.0.20250914-py3-none-any.whl
|
159101
|
82/55/9be4b551a758636380dab60f685d56372d64f27aba05abe3253af178ad60/types_networkx-3.5.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
050f6a4c09e20984e6b785047af7af08
|
35706c368f80eb115b8c8ed2a777ca1d714b2e57b792e908cd4e69422a9d484a
|
82559be4b551a758636380dab60f685d56372d64f27aba05abe3253af178ad60
|
[
"LICENSE"
] |
>=3.10
|
Apache-2.0
|
2.4
|
types-networkx
|
3.5.0.20250914
|
Typing stubs for networkx
|
## Typing stubs for networkx
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`networkx`](https://github.com/networkx/networkx) package. It can be used by type checkers
to check code that uses `networkx`. This version of
`types-networkx` aims to provide accurate annotations for
`networkx==3.5`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/networkx`](https://github.com/python/typeshed/tree/main/stubs/networkx)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"numpy>=1.20"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/networkx.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:55.879818 UTC
|
types_networkx-3.5.0.20250914.tar.gz
|
71374
|
cc/8e/8f6ec9f4b63d61bfdc9775aa2580b7aa9d78a8fa6f5f9cac14de6ed5d59e/types_networkx-3.5.0.20250914.tar.gz
|
source
|
sdist
| false |
818bc2dd5d1b35048b36b97100720510
|
ba3e97132ab02e873494e393402b0947434146f23b57c80543aae1e76fa739b8
|
cc8e8f6ec9f4b63d61bfdc9775aa2580b7aa9d78a8fa6f5f9cac14de6ed5d59e
|
[
"LICENSE"
] |
>=3.10
|
Apache-2.0
|
2.4
|
types-qrcode
|
8.2.0.20250914
|
Typing stubs for qrcode
|
## Typing stubs for qrcode
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`qrcode`](https://github.com/lincolnloop/python-qrcode) package. It can be used by type checkers
to check code that uses `qrcode`. This version of
`types-qrcode` aims to provide accurate annotations for
`qrcode==8.2.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/qrcode`](https://github.com/python/typeshed/tree/main/stubs/qrcode)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"Pillow>=10.3.0"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/qrcode.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:58.353747 UTC
|
types_qrcode-8.2.0.20250914-py3-none-any.whl
|
19849
|
46/47/9105e9949a83789b6982bcbab4874ce7804f74fd27e6ab83d0186805b0aa/types_qrcode-8.2.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
311be4700baf85d93319ecdae5534024
|
6b992d62f05c2df0422507c5307ddd969c0a4d2ab23863c4217f96226710c308
|
46479105e9949a83789b6982bcbab4874ce7804f74fd27e6ab83d0186805b0aa
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-qrcode
|
8.2.0.20250914
|
Typing stubs for qrcode
|
## Typing stubs for qrcode
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`qrcode`](https://github.com/lincolnloop/python-qrcode) package. It can be used by type checkers
to check code that uses `qrcode`. This version of
`types-qrcode` aims to provide accurate annotations for
`qrcode==8.2.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/qrcode`](https://github.com/python/typeshed/tree/main/stubs/qrcode)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"Pillow>=10.3.0"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/qrcode.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:56:59.106326 UTC
|
types_qrcode-8.2.0.20250914.tar.gz
|
14988
|
a6/1b/b662d2baa355df5739ca084b0d959a5ce8d0e1bea742ee3e027372f89a56/types_qrcode-8.2.0.20250914.tar.gz
|
source
|
sdist
| false |
6fc5842d92eccdfa21c1df6521f53aa1
|
fc82e0112095c60c0ef3e403ab2a604a9ae1929c70fb0e708bc1ebfe8ca5c45e
|
a61bb662d2baa355df5739ca084b0d959a5ce8d0e1bea742ee3e027372f89a56
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-seaborn
|
0.13.2.20250914
|
Typing stubs for seaborn
|
## Typing stubs for seaborn
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`seaborn`](https://github.com/mwaskom/seaborn) package. It can be used by type checkers
to check code that uses `seaborn`. This version of
`types-seaborn` aims to provide accurate annotations for
`seaborn==0.13.2`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/seaborn`](https://github.com/python/typeshed/tree/main/stubs/seaborn)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"matplotlib>=3.8",
"numpy>=1.20",
"pandas-stubs"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/seaborn.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:57:01.730822 UTC
|
types_seaborn-0.13.2.20250914-py3-none-any.whl
|
40943
|
bd/5a/6b970ba04bdea1086a743eee5f85ab55b39e2077abbe288b9f58ba9fc1f8/types_seaborn-0.13.2.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
651be006f58b0f0f926986052954f913
|
130a87771f9cc508ca259982b61507d195925c652b8e50bc7e3e14944ce02f43
|
bd5a6b970ba04bdea1086a743eee5f85ab55b39e2077abbe288b9f58ba9fc1f8
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-seaborn
|
0.13.2.20250914
|
Typing stubs for seaborn
|
## Typing stubs for seaborn
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`seaborn`](https://github.com/mwaskom/seaborn) package. It can be used by type checkers
to check code that uses `seaborn`. This version of
`types-seaborn` aims to provide accurate annotations for
`seaborn==0.13.2`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/seaborn`](https://github.com/python/typeshed/tree/main/stubs/seaborn)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"matplotlib>=3.8",
"numpy>=1.20",
"pandas-stubs"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/seaborn.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:57:03.056584 UTC
|
types_seaborn-0.13.2.20250914.tar.gz
|
29360
|
ea/5d/518d3dd1033b5a61e5b36f0f69fb5e506dee8541e1209b6b9d66a6146e25/types_seaborn-0.13.2.20250914.tar.gz
|
source
|
sdist
| false |
c849a5b0c60f86868bc6c635514d35ec
|
e8697e66be6cda98a99643b04a120b884c079c55afee8bd03b091700abca524c
|
ea5d518d3dd1033b5a61e5b36f0f69fb5e506dee8541e1209b6b9d66a6146e25
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-gevent
|
25.4.0.20250914
|
Typing stubs for gevent
|
## Typing stubs for gevent
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`gevent`](https://github.com/gevent/gevent) package. It can be used by type checkers
to check code that uses `gevent`. This version of
`types-gevent` aims to provide accurate annotations for
`gevent==25.4.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/gevent`](https://github.com/python/typeshed/tree/main/stubs/gevent)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"types-greenlet",
"types-psutil"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/gevent.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:57:05.479771 UTC
|
types_gevent-25.4.0.20250914-py3-none-any.whl
|
55425
|
92/37/5c294552b713789f10c7a49d59177b4af886df3bd4ac243c942ffc54b6df/types_gevent-25.4.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
eb5dadfcb7688299c75137b71ab24e82
|
3968edb88fe7af1be004f816e025951352e975e7a59625430d6f776e273364ad
|
92375c294552b713789f10c7a49d59177b4af886df3bd4ac243c942ffc54b6df
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-gevent
|
25.4.0.20250914
|
Typing stubs for gevent
|
## Typing stubs for gevent
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`gevent`](https://github.com/gevent/gevent) package. It can be used by type checkers
to check code that uses `gevent`. This version of
`types-gevent` aims to provide accurate annotations for
`gevent==25.4.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/gevent`](https://github.com/python/typeshed/tree/main/stubs/gevent)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"types-greenlet",
"types-psutil"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/gevent.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:57:06.645415 UTC
|
types_gevent-25.4.0.20250914.tar.gz
|
37952
|
7e/32/87df83d64fc893d77bf1c1106daa957200c2e00f843c5ae48fb322865666/types_gevent-25.4.0.20250914.tar.gz
|
source
|
sdist
| false |
901a2e8ad86dfcc4988675bc75a7cf57
|
71f8bcfb6ce078b647c51ae922a4733c6f5d1b1d245d522c57b4fe4ba1b7efe5
|
7e3287df83d64fc893d77bf1c1106daa957200c2e00f843c5ae48fb322865666
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-hvac
|
2.3.0.20250914
|
Typing stubs for hvac
|
## Typing stubs for hvac
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`hvac`](https://github.com/hvac/hvac) package. It can be used by type checkers
to check code that uses `hvac`. This version of
`types-hvac` aims to provide accurate annotations for
`hvac==2.3.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/hvac`](https://github.com/python/typeshed/tree/main/stubs/hvac)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"types-requests"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/hvac.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:57:09.113804 UTC
|
types_hvac-2.3.0.20250914-py3-none-any.whl
|
42413
|
1b/fd/3592f1913d44f8c6a6dc10aea95cb22399eaa66908b9cc66ba1168189f8e/types_hvac-2.3.0.20250914-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
93cca13a897b15bcf54fd029900d2e44
|
b5553d84abe95e0709a9b76fd87cfe06edf3b9959c528bc26ff7cf4dfd5e4e1a
|
1bfd3592f1913d44f8c6a6dc10aea95cb22399eaa66908b9cc66ba1168189f8e
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.4
|
types-hvac
|
2.3.0.20250914
|
Typing stubs for hvac
|
## Typing stubs for hvac
This is a [type stub package](https://typing.python.org/en/latest/tutorials/external_libraries.html)
for the [`hvac`](https://github.com/hvac/hvac) package. It can be used by type checkers
to check code that uses `hvac`. This version of
`types-hvac` aims to provide accurate annotations for
`hvac==2.3.*`.
This package is part of the [typeshed project](https://github.com/python/typeshed).
All fixes for types and metadata should be contributed there.
See [the README](https://github.com/python/typeshed/blob/main/README.md)
for more details. The source for this package can be found in the
[`stubs/hvac`](https://github.com/python/typeshed/tree/main/stubs/hvac)
directory.
This package was tested with the following type checkers:
* [mypy](https://github.com/python/mypy/) 1.18.1
* [pyright](https://github.com/microsoft/pyright) 1.1.405
It was generated from typeshed commit
[`4b0623f4fb2c4e5a04a0244e1592b1481a26e47e`](https://github.com/python/typeshed/commit/4b0623f4fb2c4e5a04a0244e1592b1481a26e47e).
|
text/markdown
| null | null | null | null |
[
"Programming Language :: Python :: 3",
"Typing :: Stubs Only"
] |
[] | null | null |
[] |
[] |
[] |
[
"types-requests"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/python/typeshed",
"GitHub, https://github.com/python/typeshed",
"Changes, https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/hvac.md",
"Issue tracker, https://github.com/python/typeshed/issues",
"Chat, https://gitter.im/python/typing"
] |
twine/6.2.0 CPython/3.13.7
|
2025-09-14 02:57:09.894417 UTC
|
types_hvac-2.3.0.20250914.tar.gz
|
24160
|
cb/bf/4e883e1adfc33c0796a5785c895545e00389c512b42a890343068c75082d/types_hvac-2.3.0.20250914.tar.gz
|
source
|
sdist
| false |
32f73aa72a535010b2b110c7fc2fc021
|
ac7e72fa014c2b21d8856408dbc7ac16ffb0f4cf567b8c8cd61aa9848ec8f194
|
cbbf4e883e1adfc33c0796a5785c895545e00389c512b42a890343068c75082d
|
[
"LICENSE"
] |
>=3.9
|
Apache-2.0
|
2.3
|
svc-infra
|
0.1.264
|
Infrastructure for building and deploying prod-ready services
|
# svc-infra
Will add description later.
|
text/markdown
| null | null | null | null |
[
"Development Status :: 4 - Beta",
"Framework :: FastAPI",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
"Typing :: Typed"
] |
[] | null | null |
[] |
[] |
[] |
[
"ai-infra<0.2.0,>=0.1.63",
"aiosqlite<0.21.0,>=0.20.0; extra == \"sqlite\"",
"alembic<2.0.0,>=1.13.2",
"asyncpg<0.31.0,>=0.30.0; extra == \"pg\"",
"authlib<2.0.0,>=1.6.2",
"duckdb<2.0.0,>=1.1.3; extra == \"duckdb\"",
"email-validator<3.0.0,>=2.2.0",
"fastapi<0.117.0,>=0.116.1",
"fastapi-users-db-sqlalchemy<8.0.0,>=7.0.0",
"fastapi-users[oauth]<15.0.0,>=14.0.1",
"greenlet<4,>=3",
"httpx<0.29.0,>=0.28.1",
"httpx-oauth<0.17.0,>=0.16.1",
"mcp<2.0.0,>=1.13.0",
"motor<4.0.0,>=3.7.1",
"mysqlclient<3.0.0,>=2.2.4; extra == \"mysql\"",
"opentelemetry-exporter-otlp<2.0.0,>=1.36.0",
"opentelemetry-instrumentation-fastapi<0.58,>=0.57b0",
"opentelemetry-instrumentation-httpx<0.58,>=0.57b0",
"opentelemetry-instrumentation-requests<0.58,>=0.57b0",
"opentelemetry-instrumentation-sqlalchemy<0.58,>=0.57b0",
"opentelemetry-propagator-b3<2.0.0,>=1.36.0",
"opentelemetry-sdk<2.0.0,>=1.36.0",
"passlib[bcrypt]<2.0.0,>=1.7.4",
"pre-commit<5.0.0,>=4.3.0",
"prometheus-client<0.23.0,>=0.22.1; extra == \"metrics\"",
"psycopg2-binary<3.0.0,>=2.9.10; extra == \"pg2\"",
"psycopg[binary]<4.0.0,>=3.2.10; extra == \"pg\"",
"pydantic-settings<3.0.0,>=2.10.1",
"pymysql<2.0.0,>=1.1.1; extra == \"mysql\"",
"pyodbc<6.0.0,>=5.1.0; extra == \"mssql\"",
"python-dotenv<2.0.0,>=1.1.1",
"redshift-connector<3.0.0,>=2.0.918; extra == \"redshift\"",
"snowflake-connector-python<4.0.0,>=3.12.0; extra == \"snowflake\"",
"sqlalchemy[asyncio]<3.0.0,>=2.0.43",
"typer<0.17.0,>=0.16.1"
] |
[] |
[] |
[] |
[
"Documentation, https://github.com/your-org/svc-infra#readme",
"Homepage, https://github.com/your-org/svc-infra",
"Issues, https://github.com/your-org/svc-infra/issues",
"Repository, https://github.com/your-org/svc-infra"
] |
twine/6.1.0 CPython/3.13.7
|
2025-09-14 02:57:47.668846 UTC
|
svc_infra-0.1.264-py3-none-any.whl
|
131033
|
47/b3/63fe6948d135427c39f5565e1cec2685d3ae585e20b43f3e3ee9fd372a99/svc_infra-0.1.264-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
f4388284067485b59518ed95eff6152f
|
274b50dc820945cb5bfcd066671e326485984b6f2c286043cfaf38f2f1795164
|
47b363fe6948d135427c39f5565e1cec2685d3ae585e20b43f3e3ee9fd372a99
|
[] |
<4.0,>=3.11
| null |
2.4
|
course-constraint-scheduler
|
2.2.2.post0
|
A constraint solver for generating schedules
|
# Course Constraint Scheduler
A powerful constraint satisfaction solver for generating academic course schedules using the Z3 theorem prover.
## Overview
The Course Constraint Scheduler is designed to solve complex academic scheduling problems by modeling them as constraint satisfaction problems. It can handle:
- **Faculty Constraints**: Availability, credit limits, course preferences
- **Room Constraints**: Room assignments, lab requirements, capacity limits
- **Time Constraints**: Time slot conflicts, meeting patterns, duration requirements
- **Course Constraints**: Prerequisites, conflicts, section limits
- **Optimization**: Multiple optimization strategies for better schedules
## Features
- **Z3 Integration**: Uses Microsoft's Z3 theorem prover for efficient constraint solving
- **Flexible Configuration**: JSON-based configuration with comprehensive validation
- **Multiple Output Formats**: JSON and CSV output support with type-safe serialization
- **REST API**: Full HTTP API for integration with web applications
- **Asynchronous Processing**: Background schedule generation for large problems
- **Session Management**: Persistent sessions for iterative schedule generation
- **Optimization Flags**: Configurable optimization strategies
- **Type Safety**: Comprehensive TypedDict definitions for all JSON structures
- **Enhanced Validation**: Cross-reference validation and business logic constraints
- **Improved Error Handling**: Detailed error messages for configuration debugging
- **Strict Type Validation**: Pydantic models with strict validation and custom type definitions
- **Computed Fields**: Automatic serialization with computed fields for clean JSON output
## Quick Start
Requires a minimum version of Python 3.12
### Installation
```bash
pip install course-constraint-scheduler
```
### Command Line Usage
```bash
# Generate schedules from configuration file
scheduler example.json --limit 10 --format json --output schedules
# Interactive mode
scheduler example.json --limit 5
```
### Python API
```python
from scheduler import (
CombinedConfig,
Scheduler,
load_config_from_file,
)
# Load configuration
config = load_config_from_file(CombinedConfig, "example.json")
# Create scheduler
scheduler = Scheduler(config)
# Generate schedules
for schedule in scheduler.get_models():
print("Schedule:")
for course in schedule:
print(f"{course.as_csv()}")
```
### REST API
```bash
# Start the server with custom options
scheduler-server --port 8000 --host 0.0.0.0 --log-level info --workers 16
# Submit a schedule request
curl -X POST "http://localhost:8000/submit" \
-H "Content-Type: application/json" \
-d @example.json
# Get the next schedule
curl -X POST "http://localhost:8000/schedules/{schedule_id}/next"
# Check generation progress
curl -X GET "http://localhost:8000/schedules/{schedule_id}/count"
```
## Documentation
First, ensure the scheduler is installed via the [Installation](#installation) section above.
### Python API Documentation
To view the Python API documentation:
```console
pip install pdoc
pdoc scheduler
```
### REST API Documentation
To access the REST API documentation:
```console
scheduler-server
# open http://localhost:8000/docs/ in a web browser
```
### Configuration Guide
It is recommended to launch the REST API documentation and look at the Schema for `/submit`
Alternatively, you can visit [./docs/configuration.md](./docs/configuration.md) to see the documentation related to the configuration file format and examples.
## Configuration
The scheduler uses a JSON configuration file that defines:
- **Rooms and Labs**: Available facilities and their constraints
- **Courses**: Course requirements, conflicts, and faculty assignments
- **Faculty**: Availability, preferences, and teaching constraints
- **Time Slots**: Available time blocks and class patterns
- **Optimization**: Flags for different optimization strategies
Example configuration:
```json
{
"config": {
"rooms": ["Room A", "Room B"],
"labs": ["Lab 1"],
"courses": [
{
"course_id": "CS101",
"credits": 3,
"room": ["Room A"],
"lab": ["Lab 1"],
"conflicts": [],
"faculty": ["Dr. Smith"]
}
],
"faculty": [
{
"name": "Dr. Smith",
"maximum_credits": 12,
"minimum_credits": 6,
"unique_course_limit": 3,
"times": {
"MON": ["09:00-17:00"],
"TUE": ["09:00-17:00"],
"WED": ["09:00-17:00"],
"THU": ["09:00-17:00"],
"FRI": ["09:00-17:00"]
}
}
]
},
"time_slot_config": {
"times": {
"MON": [
{
"start": "09:00",
"spacing": 60,
"end": "17:00"
}
]
},
"classes": [
{
"credits": 3,
"meetings": [
{
"day": "MON",
"duration": 150,
"lab": false
}
]
}
]
},
"limit": 10,
"optimizer_flags": ["faculty_course", "pack_rooms"]
}
```
## Architecture
The scheduler is built with a modular architecture:
- **Core Solver**: Z3-based constraint satisfaction engine
- **Configuration Management**: Pydantic-based configuration validation with comprehensive error handling
- **Model Classes**: Enhanced data structures for courses, faculty, and time slots with improved serialization
- **JSON Types**: Comprehensive TypedDict definitions for type-safe JSON handling
- **Output Writers**: JSON and CSV output formatters with context manager support
- **REST Server**: FastAPI-based HTTP API with asynchronous processing and session management
- **Session Management**: Persistent session handling for large problems with background task support
## Performance
- **Small Problems** (< 10 courses): Near-instantaneous solving
- **Medium Problems** (10-50 courses): Seconds to minutes
- **Large Problems** (50+ courses): May take several minutes
- **Optimization**: Use appropriate optimizer flags to reduce solving time
## Development
### Setup
```bash
# Clone the repository
git clone <repository-url>
cd course-constraint-scheduler
# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytest
# Run linting
ruff check src/
```
### Project Structure
```
src/scheduler/
βββ __init__.py # Main package exports with all types
βββ config.py # Configuration models with strict validation and type definitions
βββ json_types.py # TypedDict definitions for JSON structures
βββ logging.py # Logging setup
βββ main.py # Command-line interface
βββ scheduler.py # Core scheduling logic with Z3 integration
βββ server.py # REST API server with session management
βββ time_slot_generator.py # Utility for generating valid time slots
βββ models/ # Enhanced data models
β βββ __init__.py # Model exports
β βββ course.py # Course and instance models with computed fields
β βββ day.py # Day enumeration (IntEnum)
β βββ time_slot.py # Time-related models with comprehensive methods
β βββ identifiable.py # Base identifiable class
βββ writers/ # Output formatters
βββ __init__.py # Writer exports
βββ csv_writer.py # CSV output with context manager support
βββ json_writer.py # JSON output with context manager support
```
## Contributing
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Add tests for new functionality
5. Ensure all tests pass
6. Submit a pull request
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Support
For questions, issues, or feature requests:
- Check the documentation
- Review existing issues
- Create a new issue with detailed information
- Include configuration examples and error messages
## Recent Updates
### Enhanced Configuration Validation
- Comprehensive cross-reference validation ensures all IDs exist
- Business logic validation prevents impossible constraints
- Detailed error messages for easier debugging
- Support for preference scores (0-10) with improved validation
### Improved Type Safety
- New `json_types.py` module with comprehensive TypedDict definitions
- Type-safe JSON handling throughout the application
- Enhanced serialization with computed fields
- Better integration with modern Python type checking
### Enhanced REST API
- Improved session management with background task support
- Better error handling and status codes
- Enhanced command-line options for server configuration
- Comprehensive API documentation with examples
### Model Improvements
- Enhanced Course and TimeSlot models with better methods
- Improved serialization with computed fields
- Better time handling with IntEnum for days
- Context manager support for writers
## Roadmap
- [ ] Web-based configuration interface
- [ ] Schedule visualization tools
- [ ] Multi-objective optimization support
|
text/markdown
| null | null | null | null |
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12"
] |
[] | null | null |
[] |
[] |
[] |
[
"click~=8.2.1",
"fastapi~=0.116.1",
"pydantic~=2.11.7",
"requests~=2.32.5",
"uvicorn[standard]~=0.35.0",
"z3-solver~=4.15.3.0"
] |
[] |
[] |
[] |
[] |
uv/0.8.4
|
2025-09-14 02:57:49.174166 UTC
|
course_constraint_scheduler-2.2.2.post0-py3-none-any.whl
|
30121
|
f1/7b/6a1f6d4800168e2d9219c3effe01e578946def2ff7e9562e54a23f782730/course_constraint_scheduler-2.2.2.post0-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
7bd126e57029ce3c373783f78263ddf2
|
8930b188478e21b05b935488bc08b121fe84fb495a8a7c618288ac5101458d89
|
f17b6a1f6d4800168e2d9219c3effe01e578946def2ff7e9562e54a23f782730
|
[
"LICENSE"
] |
>=3.12
|
MIT
|
2.3
|
svc-infra
|
0.1.264
|
Infrastructure for building and deploying prod-ready services
|
# svc-infra
Will add description later.
|
text/markdown
| null | null | null | null |
[
"Development Status :: 4 - Beta",
"Framework :: FastAPI",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
"Typing :: Typed"
] |
[] | null | null |
[] |
[] |
[] |
[
"ai-infra<0.2.0,>=0.1.63",
"aiosqlite<0.21.0,>=0.20.0; extra == \"sqlite\"",
"alembic<2.0.0,>=1.13.2",
"asyncpg<0.31.0,>=0.30.0; extra == \"pg\"",
"authlib<2.0.0,>=1.6.2",
"duckdb<2.0.0,>=1.1.3; extra == \"duckdb\"",
"email-validator<3.0.0,>=2.2.0",
"fastapi<0.117.0,>=0.116.1",
"fastapi-users-db-sqlalchemy<8.0.0,>=7.0.0",
"fastapi-users[oauth]<15.0.0,>=14.0.1",
"greenlet<4,>=3",
"httpx<0.29.0,>=0.28.1",
"httpx-oauth<0.17.0,>=0.16.1",
"mcp<2.0.0,>=1.13.0",
"motor<4.0.0,>=3.7.1",
"mysqlclient<3.0.0,>=2.2.4; extra == \"mysql\"",
"opentelemetry-exporter-otlp<2.0.0,>=1.36.0",
"opentelemetry-instrumentation-fastapi<0.58,>=0.57b0",
"opentelemetry-instrumentation-httpx<0.58,>=0.57b0",
"opentelemetry-instrumentation-requests<0.58,>=0.57b0",
"opentelemetry-instrumentation-sqlalchemy<0.58,>=0.57b0",
"opentelemetry-propagator-b3<2.0.0,>=1.36.0",
"opentelemetry-sdk<2.0.0,>=1.36.0",
"passlib[bcrypt]<2.0.0,>=1.7.4",
"pre-commit<5.0.0,>=4.3.0",
"prometheus-client<0.23.0,>=0.22.1; extra == \"metrics\"",
"psycopg2-binary<3.0.0,>=2.9.10; extra == \"pg2\"",
"psycopg[binary]<4.0.0,>=3.2.10; extra == \"pg\"",
"pydantic-settings<3.0.0,>=2.10.1",
"pymysql<2.0.0,>=1.1.1; extra == \"mysql\"",
"pyodbc<6.0.0,>=5.1.0; extra == \"mssql\"",
"python-dotenv<2.0.0,>=1.1.1",
"redshift-connector<3.0.0,>=2.0.918; extra == \"redshift\"",
"snowflake-connector-python<4.0.0,>=3.12.0; extra == \"snowflake\"",
"sqlalchemy[asyncio]<3.0.0,>=2.0.43",
"typer<0.17.0,>=0.16.1"
] |
[] |
[] |
[] |
[
"Documentation, https://github.com/your-org/svc-infra#readme",
"Homepage, https://github.com/your-org/svc-infra",
"Issues, https://github.com/your-org/svc-infra/issues",
"Repository, https://github.com/your-org/svc-infra"
] |
twine/6.1.0 CPython/3.13.7
|
2025-09-14 02:57:49.320035 UTC
|
svc_infra-0.1.264.tar.gz
|
84529
|
86/a2/4d3000236e6e5dd15e2a512e085c62a5b831be354fd105428b5e4b6427ea/svc_infra-0.1.264.tar.gz
|
source
|
sdist
| false |
1372f4520a7a30a52dc5c899d390f796
|
410ab9ea7d101f2bc0a1d8389677fc7cc3945da3fda14246e269a6470bc02e4a
|
86a24d3000236e6e5dd15e2a512e085c62a5b831be354fd105428b5e4b6427ea
|
[] |
<4.0,>=3.11
| null |
2.4
|
course-constraint-scheduler
|
2.2.2.post0
|
A constraint solver for generating schedules
|
# Course Constraint Scheduler
A powerful constraint satisfaction solver for generating academic course schedules using the Z3 theorem prover.
## Overview
The Course Constraint Scheduler is designed to solve complex academic scheduling problems by modeling them as constraint satisfaction problems. It can handle:
- **Faculty Constraints**: Availability, credit limits, course preferences
- **Room Constraints**: Room assignments, lab requirements, capacity limits
- **Time Constraints**: Time slot conflicts, meeting patterns, duration requirements
- **Course Constraints**: Prerequisites, conflicts, section limits
- **Optimization**: Multiple optimization strategies for better schedules
## Features
- **Z3 Integration**: Uses Microsoft's Z3 theorem prover for efficient constraint solving
- **Flexible Configuration**: JSON-based configuration with comprehensive validation
- **Multiple Output Formats**: JSON and CSV output support with type-safe serialization
- **REST API**: Full HTTP API for integration with web applications
- **Asynchronous Processing**: Background schedule generation for large problems
- **Session Management**: Persistent sessions for iterative schedule generation
- **Optimization Flags**: Configurable optimization strategies
- **Type Safety**: Comprehensive TypedDict definitions for all JSON structures
- **Enhanced Validation**: Cross-reference validation and business logic constraints
- **Improved Error Handling**: Detailed error messages for configuration debugging
- **Strict Type Validation**: Pydantic models with strict validation and custom type definitions
- **Computed Fields**: Automatic serialization with computed fields for clean JSON output
## Quick Start
Requires a minimum version of Python 3.12
### Installation
```bash
pip install course-constraint-scheduler
```
### Command Line Usage
```bash
# Generate schedules from configuration file
scheduler example.json --limit 10 --format json --output schedules
# Interactive mode
scheduler example.json --limit 5
```
### Python API
```python
from scheduler import (
CombinedConfig,
Scheduler,
load_config_from_file,
)
# Load configuration
config = load_config_from_file(CombinedConfig, "example.json")
# Create scheduler
scheduler = Scheduler(config)
# Generate schedules
for schedule in scheduler.get_models():
print("Schedule:")
for course in schedule:
print(f"{course.as_csv()}")
```
### REST API
```bash
# Start the server with custom options
scheduler-server --port 8000 --host 0.0.0.0 --log-level info --workers 16
# Submit a schedule request
curl -X POST "http://localhost:8000/submit" \
-H "Content-Type: application/json" \
-d @example.json
# Get the next schedule
curl -X POST "http://localhost:8000/schedules/{schedule_id}/next"
# Check generation progress
curl -X GET "http://localhost:8000/schedules/{schedule_id}/count"
```
## Documentation
First, ensure the scheduler is installed via the [Installation](#installation) section above.
### Python API Documentation
To view the Python API documentation:
```console
pip install pdoc
pdoc scheduler
```
### REST API Documentation
To access the REST API documentation:
```console
scheduler-server
# open http://localhost:8000/docs/ in a web browser
```
### Configuration Guide
It is recommended to launch the REST API documentation and look at the Schema for `/submit`
Alternatively, you can visit [./docs/configuration.md](./docs/configuration.md) to see the documentation related to the configuration file format and examples.
## Configuration
The scheduler uses a JSON configuration file that defines:
- **Rooms and Labs**: Available facilities and their constraints
- **Courses**: Course requirements, conflicts, and faculty assignments
- **Faculty**: Availability, preferences, and teaching constraints
- **Time Slots**: Available time blocks and class patterns
- **Optimization**: Flags for different optimization strategies
Example configuration:
```json
{
"config": {
"rooms": ["Room A", "Room B"],
"labs": ["Lab 1"],
"courses": [
{
"course_id": "CS101",
"credits": 3,
"room": ["Room A"],
"lab": ["Lab 1"],
"conflicts": [],
"faculty": ["Dr. Smith"]
}
],
"faculty": [
{
"name": "Dr. Smith",
"maximum_credits": 12,
"minimum_credits": 6,
"unique_course_limit": 3,
"times": {
"MON": ["09:00-17:00"],
"TUE": ["09:00-17:00"],
"WED": ["09:00-17:00"],
"THU": ["09:00-17:00"],
"FRI": ["09:00-17:00"]
}
}
]
},
"time_slot_config": {
"times": {
"MON": [
{
"start": "09:00",
"spacing": 60,
"end": "17:00"
}
]
},
"classes": [
{
"credits": 3,
"meetings": [
{
"day": "MON",
"duration": 150,
"lab": false
}
]
}
]
},
"limit": 10,
"optimizer_flags": ["faculty_course", "pack_rooms"]
}
```
## Architecture
The scheduler is built with a modular architecture:
- **Core Solver**: Z3-based constraint satisfaction engine
- **Configuration Management**: Pydantic-based configuration validation with comprehensive error handling
- **Model Classes**: Enhanced data structures for courses, faculty, and time slots with improved serialization
- **JSON Types**: Comprehensive TypedDict definitions for type-safe JSON handling
- **Output Writers**: JSON and CSV output formatters with context manager support
- **REST Server**: FastAPI-based HTTP API with asynchronous processing and session management
- **Session Management**: Persistent session handling for large problems with background task support
## Performance
- **Small Problems** (< 10 courses): Near-instantaneous solving
- **Medium Problems** (10-50 courses): Seconds to minutes
- **Large Problems** (50+ courses): May take several minutes
- **Optimization**: Use appropriate optimizer flags to reduce solving time
## Development
### Setup
```bash
# Clone the repository
git clone <repository-url>
cd course-constraint-scheduler
# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytest
# Run linting
ruff check src/
```
### Project Structure
```
src/scheduler/
βββ __init__.py # Main package exports with all types
βββ config.py # Configuration models with strict validation and type definitions
βββ json_types.py # TypedDict definitions for JSON structures
βββ logging.py # Logging setup
βββ main.py # Command-line interface
βββ scheduler.py # Core scheduling logic with Z3 integration
βββ server.py # REST API server with session management
βββ time_slot_generator.py # Utility for generating valid time slots
βββ models/ # Enhanced data models
β βββ __init__.py # Model exports
β βββ course.py # Course and instance models with computed fields
β βββ day.py # Day enumeration (IntEnum)
β βββ time_slot.py # Time-related models with comprehensive methods
β βββ identifiable.py # Base identifiable class
βββ writers/ # Output formatters
βββ __init__.py # Writer exports
βββ csv_writer.py # CSV output with context manager support
βββ json_writer.py # JSON output with context manager support
```
## Contributing
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Add tests for new functionality
5. Ensure all tests pass
6. Submit a pull request
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Support
For questions, issues, or feature requests:
- Check the documentation
- Review existing issues
- Create a new issue with detailed information
- Include configuration examples and error messages
## Recent Updates
### Enhanced Configuration Validation
- Comprehensive cross-reference validation ensures all IDs exist
- Business logic validation prevents impossible constraints
- Detailed error messages for easier debugging
- Support for preference scores (0-10) with improved validation
### Improved Type Safety
- New `json_types.py` module with comprehensive TypedDict definitions
- Type-safe JSON handling throughout the application
- Enhanced serialization with computed fields
- Better integration with modern Python type checking
### Enhanced REST API
- Improved session management with background task support
- Better error handling and status codes
- Enhanced command-line options for server configuration
- Comprehensive API documentation with examples
### Model Improvements
- Enhanced Course and TimeSlot models with better methods
- Improved serialization with computed fields
- Better time handling with IntEnum for days
- Context manager support for writers
## Roadmap
- [ ] Web-based configuration interface
- [ ] Schedule visualization tools
- [ ] Multi-objective optimization support
|
text/markdown
| null | null | null | null |
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12"
] |
[] | null | null |
[] |
[] |
[] |
[
"click~=8.2.1",
"fastapi~=0.116.1",
"pydantic~=2.11.7",
"requests~=2.32.5",
"uvicorn[standard]~=0.35.0",
"z3-solver~=4.15.3.0"
] |
[] |
[] |
[] |
[] |
uv/0.8.4
|
2025-09-14 02:57:50.154182 UTC
|
course_constraint_scheduler-2.2.2.post0.tar.gz
|
92889
|
fe/e3/12a26fb4d3b3c9311333a80a57db7284434b76cd5bdbe83f1e93b1768c13/course_constraint_scheduler-2.2.2.post0.tar.gz
|
source
|
sdist
| false |
2cde88977a72d8d46b51397a3ed0b7c2
|
149b0c524ee2948b0a3a70622a20dd8d407dd4b301bffe20108de0913d86d6fa
|
fee312a26fb4d3b3c9311333a80a57db7284434b76cd5bdbe83f1e93b1768c13
|
[
"LICENSE"
] |
>=3.12
|
MIT
|
2.4
|
sekaibot-adapter-cqhttp
|
0.1.0
|
OneBot(CQHTTP) adapter for SekaiBot.
| null | null | null | null | null | null |
[
"Development Status :: 3 - Alpha",
"Framework :: AsyncIO",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat"
] |
[] | null | null |
[] |
[] |
[] |
[
"sekaibot==0.1.0"
] |
[] |
[] |
[] |
[
"Repository, https://github.com/sekaibot-dev/sekaibot"
] |
twine/6.2.0 CPython/3.12.9
|
2025-09-14 02:58:28.860081 UTC
|
sekaibot_adapter_cqhttp-0.1.0-py3-none-any.whl
|
12077
|
5b/e6/d966c550a789cbd03a3cd10225d91163e53b6d871a57723f155a1f45ae45/sekaibot_adapter_cqhttp-0.1.0-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
2e56e75296514dcd14d38912cd3d22c2
|
e0cda1eb1f8a251982b194d024b984c3e35d156324d640a0635c86e79b2d1bd5
|
5be6d966c550a789cbd03a3cd10225d91163e53b6d871a57723f155a1f45ae45
|
[] |
<4,>=3.11
| null |
2.4
|
sekaibot-adapter-onebot
|
0.1.0
|
OneBot V12 adapter for SekaiBot.
| null | null | null | null | null | null |
[
"Development Status :: 3 - Alpha",
"Framework :: AsyncIO",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat"
] |
[] | null | null |
[] |
[] |
[] |
[
"sekaibot==0.1.0"
] |
[] |
[] |
[] |
[
"Repository, https://github.com/sekaibot-dev/sekaibot"
] |
twine/6.2.0 CPython/3.12.9
|
2025-09-14 02:58:34.972416 UTC
|
sekaibot_adapter_onebot-0.1.0-py3-none-any.whl
|
9970
|
80/17/435ab851be111c29f4009f2e9bf48c2fffc4a1c5de836f8f9011c0ae6c82/sekaibot_adapter_onebot-0.1.0-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
bfda915ecca789b7d5401acf81aa2410
|
25fcc155ec8bc5b8f47df5fbf7269e88d41ad94ed77cd99a56eb7611151bb328
|
8017435ab851be111c29f4009f2e9bf48c2fffc4a1c5de836f8f9011c0ae6c82
|
[] |
<4,>=3.11
| null |
2.4
|
sekaibot-plugin-apscheduler
|
0.1.0
|
APScheduler plugin for SekaiBot.
| null | null | null | null | null | null |
[
"Development Status :: 3 - Alpha",
"Framework :: AsyncIO",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat"
] |
[] | null | null |
[] |
[] |
[] |
[
"apscheduler<4.0,>=3.7",
"sekaibot==0.1.0"
] |
[] |
[] |
[] |
[
"Repository, https://github.com/sekaibot-dev/sekaibot"
] |
twine/6.2.0 CPython/3.12.9
|
2025-09-14 02:58:36.23926 UTC
|
sekaibot_plugin_apscheduler-0.1.0-py3-none-any.whl
|
3063
|
50/bb/a0bd4151b0935e86e865efb5a8fed552a91e69acb6c84c8bc03116d22a76/sekaibot_plugin_apscheduler-0.1.0-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
ee138071cc7d2f785f8116359dc8d273
|
8088b4010bce6aaf7b2b4093d300f7f9328366373b4c5c858801973c5f4d9b28
|
50bba0bd4151b0935e86e865efb5a8fed552a91e69acb6c84c8bc03116d22a76
|
[] |
>=3.9
| null |
2.4
|
sekaibot-adapter-cqhttp
|
0.1.0
|
OneBot(CQHTTP) adapter for SekaiBot.
| null | null | null | null | null | null |
[
"Development Status :: 3 - Alpha",
"Framework :: AsyncIO",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat"
] |
[] | null | null |
[] |
[] |
[] |
[
"sekaibot==0.1.0"
] |
[] |
[] |
[] |
[
"Repository, https://github.com/sekaibot-dev/sekaibot"
] |
twine/6.2.0 CPython/3.12.9
|
2025-09-14 02:58:37.891504 UTC
|
sekaibot_adapter_cqhttp-0.1.0.tar.gz
|
11273
|
86/d1/fde20ca2337333770b637fa200a0cc638d7290a613667cbd061943445bab/sekaibot_adapter_cqhttp-0.1.0.tar.gz
|
source
|
sdist
| false |
fefa9df95097d1edab7323274682b296
|
da6de70233f1fb320a8557ab80f32c87f955f3ebdf64472f0cd6cfece125deb0
|
86d1fde20ca2337333770b637fa200a0cc638d7290a613667cbd061943445bab
|
[] |
<4,>=3.11
| null |
2.4
|
sekaibot-adapter-onebot
|
0.1.0
|
OneBot V12 adapter for SekaiBot.
| null | null | null | null | null | null |
[
"Development Status :: 3 - Alpha",
"Framework :: AsyncIO",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat"
] |
[] | null | null |
[] |
[] |
[] |
[
"sekaibot==0.1.0"
] |
[] |
[] |
[] |
[
"Repository, https://github.com/sekaibot-dev/sekaibot"
] |
twine/6.2.0 CPython/3.12.9
|
2025-09-14 02:58:38.978503 UTC
|
sekaibot_adapter_onebot-0.1.0.tar.gz
|
9414
|
35/5b/69cf44038c0b92951a9b632d33e19410dbb74f4b3314c6e8afeb07d20e90/sekaibot_adapter_onebot-0.1.0.tar.gz
|
source
|
sdist
| false |
6c6252e5c117341281ae6a294ae210dc
|
972125798c049ae0742e3c96161cc9574d26ce47b54f0e4ec95fddefb2598b56
|
355b69cf44038c0b92951a9b632d33e19410dbb74f4b3314c6e8afeb07d20e90
|
[] |
<4,>=3.11
| null |
2.4
|
sekaibot-plugin-apscheduler
|
0.1.0
|
APScheduler plugin for SekaiBot.
| null | null | null | null | null | null |
[
"Development Status :: 3 - Alpha",
"Framework :: AsyncIO",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat"
] |
[] | null | null |
[] |
[] |
[] |
[
"apscheduler<4.0,>=3.7",
"sekaibot==0.1.0"
] |
[] |
[] |
[] |
[
"Repository, https://github.com/sekaibot-dev/sekaibot"
] |
twine/6.2.0 CPython/3.12.9
|
2025-09-14 02:58:39.744715 UTC
|
sekaibot_plugin_apscheduler-0.1.0.tar.gz
|
3571
|
25/75/abbb4fbe63231d7ffd0eceeb7171a7079ef18409fa68f45db860b97a699c/sekaibot_plugin_apscheduler-0.1.0.tar.gz
|
source
|
sdist
| false |
29aa1b23ec927da2ee3eb349b8fb00c2
|
252265cf29c2b193b07e7f0ac27a34d448114276d632f1925be66219138c94ab
|
2575abbb4fbe63231d7ffd0eceeb7171a7079ef18409fa68f45db860b97a699c
|
[] |
>=3.9
| null |
2.3
|
leetcode-py-sdk
|
0.20.0
|
Modern Python LeetCode practice environment with automated problem generation, beautiful data structure visualizations, and comprehensive testing
|
# LeetCode Practice Repository π
[](https://sonarcloud.io/summary/new_code?id=wisarootl_leetcode-py)
[](https://sonarcloud.io/summary/new_code?id=wisarootl_leetcode-py)
[](https://sonarcloud.io/summary/new_code?id=wisarootl_leetcode-py)
[](https://codecov.io/gh/wisarootl/leetcode-py)
[](https://github.com/wisarootl/zerv/actions/workflows/ci-test.yml)
[](https://github.com/wisarootl/zerv/actions/workflows/cd.yml)
A modern Python LeetCode practice environment that goes beyond basic problem solving. Features automated problem generation from LeetCode URLs, beautiful data structure visualizations (TreeNode, ListNode, GraphNode), and comprehensive testing with 12+ test cases per problem. Built with professional development practices including CI/CD, type hints, and quality gates.
**What makes this different:**
- π€ **LLM-Assisted Workflow**: Generate new problems instantly with AI assistance
- π¨ **Visual Debugging**: Interactive tree/graph rendering with Graphviz and anytree
- π§ͺ **Production Testing**: Comprehensive test suites with edge cases and reproducibility verification
- π **Modern Python**: PEP 585/604 type hints, Poetry, and professional tooling
- π **Quality Assurance**: 95%+ test coverage, security scanning, automated linting
## π― What's Included
**Current**: All 75 problems from [Grind 75](https://www.techinterviewhandbook.org/grind75/) - the most essential coding interview questions curated by the creator of Blind 75.
**Future**: Planned expansion to all 169 Grind problems for comprehensive interview preparation.
## π Quick Start
```bash
# Clone and setup
git clone https://github.com/wisarootl/leetcode-py.git
cd leetcode-py
poetry install
# Start with existing Grind 75 problems
make gen-all-problems # Regenerates all problems with TODO placeholders
# Practice a specific problem
make p-test PROBLEM=two_sum
# Edit leetcode/two_sum/solution.py, then rerun tests
# Run all tests
make test
```
## π Prerequisites
- Python 3.13+
- Poetry, Make, Git, Graphviz
## π Problem Structure
Each problem follows a consistent, production-ready template:
```
leetcode/two_sum/
βββ README.md # Problem description with examples and constraints
βββ solution.py # Implementation with type hints and TODO placeholder
βββ test_solution.py # Comprehensive parametrized tests (12+ test cases)
βββ helpers.py # Test helper functions
βββ playground.py # Interactive debugging environment (converted from .ipynb)
βββ __init__.py # Package marker
```
## β¨ Key Features
### Production-Grade Development Environment
- **Modern Python**: PEP 585/604 type hints, snake_case conventions
- **Comprehensive Linting**: black, isort, ruff, mypy with nbqa for notebooks
- **High Test Coverage**: 12+ test cases per problem including edge cases
- **Beautiful Logging**: loguru integration for enhanced test debugging
- **CI/CD Pipeline**: Automated testing, security scanning, and quality gates
### Enhanced Data Structure Visualization
- **TreeNode**: Beautiful tree rendering with anytree and Graphviz
- **ListNode**: Clean arrow-based visualization (`1 -> 2 -> 3`)
- **Interactive Debugging**: Multi-cell playground environment

_Beautiful tree rendering with anytree and Graphviz_

_Clean arrow-based list visualization_
### Flexible Notebook Support
- **Template Generation**: Creates Jupyter notebooks (`.ipynb`) by default
- **Repository State**: This repo uses Python files (`.py`) for better version control
- **User Choice**: Use `make nb-to-py` to convert notebooks to Python files, or keep as `.ipynb` for interactive development

_Interactive multi-cell playground for each problem_
## π Usage Patterns
### For Current Grind 75 Problems
Perfect if you want to focus on the most essential interview problems:
```bash
# Regenerate all 75 problems with fresh TODO placeholders
make gen-all-problems
# Work through problems systematically
make p-test PROBLEM=two_sum
make p-test PROBLEM=valid_palindrome
make p-test PROBLEM=merge_two_sorted_lists
```
### For Additional Problems (LLM-Assisted)
If you need more problems beyond Grind 75, use an LLM assistant in your IDE (Cursor, GitHub Copilot Chat, Amazon Q, etc.):
```bash
# Example commands to give your LLM assistant:
"Create LeetCode problem 146 (LRU Cache)"
"Add problem 'Word Ladder' by number 127"
"Generate problem 'Serialize and Deserialize Binary Tree'"
# For test enhancement (when you need more comprehensive test coverage):
"Enhance test cases for two_sum problem"
"Fix test reproducibility for binary_tree_inorder_traversal"
```
**Required LLM Context**: Include these rule files in your LLM context for automated problem generation and test enhancement:
- [`.amazonq/rules/problem-creation.md`](.amazonq/rules/problem-creation.md) - Complete problem generation workflow
- [`.amazonq/rules/test-case-enhancement.md`](.amazonq/rules/test-case-enhancement.md) - Test enhancement and reproducibility verification
**Manual Check**: Find problems needing more test cases:
```bash
poetry run python .templates/check_test_cases.py --threshold=10
```
## π§° Helper Classes
- **TreeNode**: `from leetcode_py import TreeNode`
- Array β tree conversion: `TreeNode.from_list([1,2,3])`, `tree.to_list()`
- Beautiful anytree text rendering and Graphviz SVG for Jupyter
- Node search: `tree.find_node(value)`
- Generic type support: `TreeNode[int]`, `TreeNode[str]`
- **ListNode**: `from leetcode_py import ListNode`
- Array β list conversion: `ListNode.from_list([1,2,3])`, `node.to_list()`
- Cycle detection with Floyd's algorithm
- Graphviz visualization for Jupyter notebooks
- Generic type support: `ListNode[int]`, `ListNode[str]`
- **GraphNode**: `from leetcode_py import GraphNode`
- Adjacency list conversion: `GraphNode.from_adjacency_list([[2,4],[1,3],[2,4],[1,3]])`
- Clone detection: `original.is_clone(cloned)`
- Graphviz visualization for undirected graphs
- DFS traversal utilities
- **DictTree**: `from leetcode_py.data_structures import DictTree`
- Perfect for Trie implementations: `DictTree[str]()`
- Beautiful tree rendering with box-drawing characters
- Graphviz visualization for Jupyter notebooks
- Generic key type support
## π οΈ Development Commands
```bash
# Problem-specific operations
make p-test PROBLEM=problem_name # Test specific problem
make p-gen PROBLEM=problem_name # Generate problem from JSON template
make p-lint PROBLEM=problem_name # Lint specific problem
# Bulk operations
make test # Run all tests
make lint # Lint entire codebase
make gen-all-problems # Regenerate all problems (destructive)
```
## ποΈ Architecture
- **Template-Driven**: JSON templates in `.templates/leetcode/json/` drive code generation
- **Cookiecutter Integration**: Uses `.templates/leetcode/{{cookiecutter.problem_name}}/` template for consistent file structure
- **Automated Scraping**: LLM-assisted problem data extraction from LeetCode
- **Version Control Friendly**: Python files by default, optional notebook support
## π Quality Metrics
- **Test Coverage**: 95%+ with comprehensive edge case testing (Codecov integration)
- **Security**: SonarCloud quality gates, Trivy dependency scanning, Gitleaks secret detection
- **Code Quality**: Automated linting with black, isort, ruff, mypy
- **Test Reproducibility**: Automated verification that problems can be regenerated consistently
- **CI/CD**: GitHub Actions for testing, security, pre-commit hooks, and release automation
Perfect for systematic coding interview preparation with professional development practices and enhanced debugging capabilities.
|
text/markdown
| null | null | null | null |
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
"Topic :: Education",
"Topic :: Software Development :: Libraries :: Python Modules"
] |
[] | null | null |
[] |
[] |
[] |
[
"graphviz<0.22,>=0.21",
"requests<3.0.0,>=2.32.5",
"typer<0.18.0,>=0.17.0"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/wisarootl/leetcode-py",
"Repository, https://github.com/wisarootl/leetcode-py"
] |
twine/5.1.1 CPython/3.12.7
|
2025-09-14 02:58:54.184955 UTC
|
leetcode_py_sdk-0.20.0-py3-none-any.whl
|
22870
|
17/9a/029918994b3e768bd693fbe4fa4881d0d0859b3b44114823017d5253b471/leetcode_py_sdk-0.20.0-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
1bf5d8cedcf0ac0cf27b20085eeeb804
|
5c30f3a944fa98d6862a95089ef60e804de365e3a9e19e40c861c64d851be830
|
179a029918994b3e768bd693fbe4fa4881d0d0859b3b44114823017d5253b471
|
[] |
<4.0,>=3.13
| null |
2.4
|
sekaibot
|
0.1.0
|
A cross-platform, asynchronous, and progressive Python bot development framework
|
<p align="center">
<a href=""><img src="https://raw.githubusercontent.com/sekaibot-dev/sekaibot/main/docs/public/logo.png" width="250" height="250" alt="sekaibot"></a>
</p>
<div align="center">
<img src="https://raw.githubusercontent.com/sekaibot-dev/sekaibot/main/docs/public/name.png" width="140" alt="sekaibot">
_-θ·¨εΉ³ε°η Python εΌζ₯ζΈθΏεΌζΊε¨δΊΊεΌεζ‘ζΆ-_
</div>
<div align="center">
<a href="https://raw.githubusercontent.com/AliceBotProject/alicebot/master/LICENSE">
<img src="https://img.shields.io/github/license/AliceBotProject/alicebot" alt="license">
</a>
<a href="https://pypi.python.org/pypi/alicebot">
<img src="https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fgithub.com%2FAliceBotProject%2Falicebot%2Fraw%2Fmaster%2Fpyproject.toml" alt="pypi">
</a>
<a href="https://pypi.python.org/pypi/alicebot">
<img src="https://img.shields.io/pypi/v/alicebot" alt="pypi">
</a>
<a href="https://github.com/sekaibot-dev/sekaibot/">
<img src="https://img.shields.io/github/stars/sekaibot-dev/sekaibot?style=social" alt="github">
</a>
<br />
<a href="https://github.com/psf/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="black">
</a>
<a href="https://github.com/astral-sh/ruff">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="ruff">
</a>
<a href="https://github.com/pylint-dev/pylint">
<img src="https://img.shields.io/badge/linting-pylint-blue" alt="pylint">
</a>
<a href="https://github.com/Microsoft/pyright">
<img src="https://img.shields.io/badge/type%20checker-pyright-yellowgreen" alt="pyright">
</a>
<a href="https://github.com/python/mypy">
<img src="https://img.shields.io/badge/type%20checker-mypy-blue" alt="mypy">
</a>
<br />
<a href="https://codecov.io/gh/AliceBotProject/alicebot">
<img src="https://codecov.io/gh/AliceBotProject/alicebot/graph/badge.svg?token=3H6ZU6NN0J" alt="codecov">
</a>
<a href="https://github.com/AliceBotProject/alicebot/actions/workflows/test.yml">
<img src="https://github.com/AliceBotProject/alicebot/actions/workflows/test.yml/badge.svg?branch=master&event=push" alt="github">
</a>
<a href="https://github.com/AliceBotProject/alicebot/actions/workflows/lint.yml">
<img src="https://github.com/AliceBotProject/alicebot/actions/workflows/lint.yml/badge.svg?branch=master&event=push" alt="github">
</a>
<a href="https://github.com/AliceBotProject/alicebot/actions/workflows/docs.yml">
<img src="https://github.com/AliceBotProject/alicebot/actions/workflows/docs.yml/badge.svg?branch=master&event=push" alt="github">
</a>
<br />
<a href="https://jq.qq.com/?_wv=1027&k=ZbE3p6tq">
<img src="https://img.shields.io/badge/QQ%E7%BE%A4-834922207-orange" alt="qq-group">
</a>
</div>
|
text/markdown
| null | null | null | null |
[
"Development Status :: 3 - Alpha",
"Framework :: AsyncIO",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat"
] |
[] | null | null |
[] |
[] |
[] |
[
"aiohttp==3.11.13",
"anyio==4.9.0",
"exceptiongroup==1.2.2",
"pyahocorasick==2.1.0",
"pydantic==2.11.3",
"pygtrie==2.5.0",
"pypinyin==0.54.0",
"pyyaml==6.0.2",
"structlog==25.3.0",
"typing-extensions==4.13.2",
"pyahocorasick>=2.1.0; extra == \"all\"",
"pypinyin>=0.54.0; extra == \"all\"",
"sekaibot-adapter-cqhttp; extra == \"all\"",
"sekaibot-adapter-onebot; extra == \"all\"",
"sekaibot-plugin-apscheduler; extra == \"all\"",
"watchfiles>=0.24; extra == \"all\"",
"sekaibot-plugin-apscheduler; extra == \"apscheduler\"",
"sekaibot-adapter-cqhttp; extra == \"cqhttp\"",
"watchfiles>=0.24; extra == \"hot-reload\"",
"sekaibot-adapter-onebot; extra == \"onebot\"",
"pyahocorasick>=2.1.0; extra == \"word-fliter\"",
"pypinyin>=0.54.0; extra == \"word-fliter\""
] |
[] |
[] |
[] |
[
"Repository, https://github.com/sekaibot-dev/sekaibot"
] |
twine/6.2.0 CPython/3.12.9
|
2025-09-14 02:58:55.549202 UTC
|
sekaibot-0.1.0-py3-none-any.whl
|
3001
|
ae/d7/01fcedb516577115eab36e86cc0649915f736f84c6b03517a55eea918bd6/sekaibot-0.1.0-py3-none-any.whl
|
py3
|
bdist_wheel
| false |
ff7a61cb2cd6479fccf20333a12e9705
|
44062de6286eef5f88ddfd5b2f6d205ded1750cb5e9775415034760aaefef196
|
aed701fcedb516577115eab36e86cc0649915f736f84c6b03517a55eea918bd6
|
[
"LICENSE"
] |
<4,>=3.11
| null |
2.3
|
leetcode-py-sdk
|
0.20.0
|
Modern Python LeetCode practice environment with automated problem generation, beautiful data structure visualizations, and comprehensive testing
|
# LeetCode Practice Repository π
[](https://sonarcloud.io/summary/new_code?id=wisarootl_leetcode-py)
[](https://sonarcloud.io/summary/new_code?id=wisarootl_leetcode-py)
[](https://sonarcloud.io/summary/new_code?id=wisarootl_leetcode-py)
[](https://codecov.io/gh/wisarootl/leetcode-py)
[](https://github.com/wisarootl/zerv/actions/workflows/ci-test.yml)
[](https://github.com/wisarootl/zerv/actions/workflows/cd.yml)
A modern Python LeetCode practice environment that goes beyond basic problem solving. Features automated problem generation from LeetCode URLs, beautiful data structure visualizations (TreeNode, ListNode, GraphNode), and comprehensive testing with 12+ test cases per problem. Built with professional development practices including CI/CD, type hints, and quality gates.
**What makes this different:**
- π€ **LLM-Assisted Workflow**: Generate new problems instantly with AI assistance
- π¨ **Visual Debugging**: Interactive tree/graph rendering with Graphviz and anytree
- π§ͺ **Production Testing**: Comprehensive test suites with edge cases and reproducibility verification
- π **Modern Python**: PEP 585/604 type hints, Poetry, and professional tooling
- π **Quality Assurance**: 95%+ test coverage, security scanning, automated linting
## π― What's Included
**Current**: All 75 problems from [Grind 75](https://www.techinterviewhandbook.org/grind75/) - the most essential coding interview questions curated by the creator of Blind 75.
**Future**: Planned expansion to all 169 Grind problems for comprehensive interview preparation.
## π Quick Start
```bash
# Clone and setup
git clone https://github.com/wisarootl/leetcode-py.git
cd leetcode-py
poetry install
# Start with existing Grind 75 problems
make gen-all-problems # Regenerates all problems with TODO placeholders
# Practice a specific problem
make p-test PROBLEM=two_sum
# Edit leetcode/two_sum/solution.py, then rerun tests
# Run all tests
make test
```
## π Prerequisites
- Python 3.13+
- Poetry, Make, Git, Graphviz
## π Problem Structure
Each problem follows a consistent, production-ready template:
```
leetcode/two_sum/
βββ README.md # Problem description with examples and constraints
βββ solution.py # Implementation with type hints and TODO placeholder
βββ test_solution.py # Comprehensive parametrized tests (12+ test cases)
βββ helpers.py # Test helper functions
βββ playground.py # Interactive debugging environment (converted from .ipynb)
βββ __init__.py # Package marker
```
## β¨ Key Features
### Production-Grade Development Environment
- **Modern Python**: PEP 585/604 type hints, snake_case conventions
- **Comprehensive Linting**: black, isort, ruff, mypy with nbqa for notebooks
- **High Test Coverage**: 12+ test cases per problem including edge cases
- **Beautiful Logging**: loguru integration for enhanced test debugging
- **CI/CD Pipeline**: Automated testing, security scanning, and quality gates
### Enhanced Data Structure Visualization
- **TreeNode**: Beautiful tree rendering with anytree and Graphviz
- **ListNode**: Clean arrow-based visualization (`1 -> 2 -> 3`)
- **Interactive Debugging**: Multi-cell playground environment

_Beautiful tree rendering with anytree and Graphviz_

_Clean arrow-based list visualization_
### Flexible Notebook Support
- **Template Generation**: Creates Jupyter notebooks (`.ipynb`) by default
- **Repository State**: This repo uses Python files (`.py`) for better version control
- **User Choice**: Use `make nb-to-py` to convert notebooks to Python files, or keep as `.ipynb` for interactive development

_Interactive multi-cell playground for each problem_
## π Usage Patterns
### For Current Grind 75 Problems
Perfect if you want to focus on the most essential interview problems:
```bash
# Regenerate all 75 problems with fresh TODO placeholders
make gen-all-problems
# Work through problems systematically
make p-test PROBLEM=two_sum
make p-test PROBLEM=valid_palindrome
make p-test PROBLEM=merge_two_sorted_lists
```
### For Additional Problems (LLM-Assisted)
If you need more problems beyond Grind 75, use an LLM assistant in your IDE (Cursor, GitHub Copilot Chat, Amazon Q, etc.):
```bash
# Example commands to give your LLM assistant:
"Create LeetCode problem 146 (LRU Cache)"
"Add problem 'Word Ladder' by number 127"
"Generate problem 'Serialize and Deserialize Binary Tree'"
# For test enhancement (when you need more comprehensive test coverage):
"Enhance test cases for two_sum problem"
"Fix test reproducibility for binary_tree_inorder_traversal"
```
**Required LLM Context**: Include these rule files in your LLM context for automated problem generation and test enhancement:
- [`.amazonq/rules/problem-creation.md`](.amazonq/rules/problem-creation.md) - Complete problem generation workflow
- [`.amazonq/rules/test-case-enhancement.md`](.amazonq/rules/test-case-enhancement.md) - Test enhancement and reproducibility verification
**Manual Check**: Find problems needing more test cases:
```bash
poetry run python .templates/check_test_cases.py --threshold=10
```
## π§° Helper Classes
- **TreeNode**: `from leetcode_py import TreeNode`
- Array β tree conversion: `TreeNode.from_list([1,2,3])`, `tree.to_list()`
- Beautiful anytree text rendering and Graphviz SVG for Jupyter
- Node search: `tree.find_node(value)`
- Generic type support: `TreeNode[int]`, `TreeNode[str]`
- **ListNode**: `from leetcode_py import ListNode`
- Array β list conversion: `ListNode.from_list([1,2,3])`, `node.to_list()`
- Cycle detection with Floyd's algorithm
- Graphviz visualization for Jupyter notebooks
- Generic type support: `ListNode[int]`, `ListNode[str]`
- **GraphNode**: `from leetcode_py import GraphNode`
- Adjacency list conversion: `GraphNode.from_adjacency_list([[2,4],[1,3],[2,4],[1,3]])`
- Clone detection: `original.is_clone(cloned)`
- Graphviz visualization for undirected graphs
- DFS traversal utilities
- **DictTree**: `from leetcode_py.data_structures import DictTree`
- Perfect for Trie implementations: `DictTree[str]()`
- Beautiful tree rendering with box-drawing characters
- Graphviz visualization for Jupyter notebooks
- Generic key type support
## π οΈ Development Commands
```bash
# Problem-specific operations
make p-test PROBLEM=problem_name # Test specific problem
make p-gen PROBLEM=problem_name # Generate problem from JSON template
make p-lint PROBLEM=problem_name # Lint specific problem
# Bulk operations
make test # Run all tests
make lint # Lint entire codebase
make gen-all-problems # Regenerate all problems (destructive)
```
## ποΈ Architecture
- **Template-Driven**: JSON templates in `.templates/leetcode/json/` drive code generation
- **Cookiecutter Integration**: Uses `.templates/leetcode/{{cookiecutter.problem_name}}/` template for consistent file structure
- **Automated Scraping**: LLM-assisted problem data extraction from LeetCode
- **Version Control Friendly**: Python files by default, optional notebook support
## π Quality Metrics
- **Test Coverage**: 95%+ with comprehensive edge case testing (Codecov integration)
- **Security**: SonarCloud quality gates, Trivy dependency scanning, Gitleaks secret detection
- **Code Quality**: Automated linting with black, isort, ruff, mypy
- **Test Reproducibility**: Automated verification that problems can be regenerated consistently
- **CI/CD**: GitHub Actions for testing, security, pre-commit hooks, and release automation
Perfect for systematic coding interview preparation with professional development practices and enhanced debugging capabilities.
|
text/markdown
| null | null | null | null |
[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
"Topic :: Education",
"Topic :: Software Development :: Libraries :: Python Modules"
] |
[] | null | null |
[] |
[] |
[] |
[
"graphviz<0.22,>=0.21",
"requests<3.0.0,>=2.32.5",
"typer<0.18.0,>=0.17.0"
] |
[] |
[] |
[] |
[
"Homepage, https://github.com/wisarootl/leetcode-py",
"Repository, https://github.com/wisarootl/leetcode-py"
] |
twine/5.1.1 CPython/3.12.7
|
2025-09-14 02:58:55.570106 UTC
|
leetcode_py_sdk-0.20.0.tar.gz
|
20807
|
1a/64/aed2550f268214b396c8c56097b41daa2de5e15cc9d02e6dc5b56c4229d7/leetcode_py_sdk-0.20.0.tar.gz
|
source
|
sdist
| false |
aa0168023ba47fb6e519ea0372005282
|
2635354908d6343db0f1c828ca5111f936b45b7271d3d3d9ee50f78128a63d0e
|
1a64aed2550f268214b396c8c56097b41daa2de5e15cc9d02e6dc5b56c4229d7
|
[] |
<4.0,>=3.13
| null |
2.4
|
sekaibot
|
0.1.0
|
A cross-platform, asynchronous, and progressive Python bot development framework
|
<p align="center">
<a href=""><img src="https://raw.githubusercontent.com/sekaibot-dev/sekaibot/main/docs/public/logo.png" width="250" height="250" alt="sekaibot"></a>
</p>
<div align="center">
<img src="https://raw.githubusercontent.com/sekaibot-dev/sekaibot/main/docs/public/name.png" width="140" alt="sekaibot">
_-θ·¨εΉ³ε°η Python εΌζ₯ζΈθΏεΌζΊε¨δΊΊεΌεζ‘ζΆ-_
</div>
<div align="center">
<a href="https://raw.githubusercontent.com/AliceBotProject/alicebot/master/LICENSE">
<img src="https://img.shields.io/github/license/AliceBotProject/alicebot" alt="license">
</a>
<a href="https://pypi.python.org/pypi/alicebot">
<img src="https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fgithub.com%2FAliceBotProject%2Falicebot%2Fraw%2Fmaster%2Fpyproject.toml" alt="pypi">
</a>
<a href="https://pypi.python.org/pypi/alicebot">
<img src="https://img.shields.io/pypi/v/alicebot" alt="pypi">
</a>
<a href="https://github.com/sekaibot-dev/sekaibot/">
<img src="https://img.shields.io/github/stars/sekaibot-dev/sekaibot?style=social" alt="github">
</a>
<br />
<a href="https://github.com/psf/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="black">
</a>
<a href="https://github.com/astral-sh/ruff">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="ruff">
</a>
<a href="https://github.com/pylint-dev/pylint">
<img src="https://img.shields.io/badge/linting-pylint-blue" alt="pylint">
</a>
<a href="https://github.com/Microsoft/pyright">
<img src="https://img.shields.io/badge/type%20checker-pyright-yellowgreen" alt="pyright">
</a>
<a href="https://github.com/python/mypy">
<img src="https://img.shields.io/badge/type%20checker-mypy-blue" alt="mypy">
</a>
<br />
<a href="https://codecov.io/gh/AliceBotProject/alicebot">
<img src="https://codecov.io/gh/AliceBotProject/alicebot/graph/badge.svg?token=3H6ZU6NN0J" alt="codecov">
</a>
<a href="https://github.com/AliceBotProject/alicebot/actions/workflows/test.yml">
<img src="https://github.com/AliceBotProject/alicebot/actions/workflows/test.yml/badge.svg?branch=master&event=push" alt="github">
</a>
<a href="https://github.com/AliceBotProject/alicebot/actions/workflows/lint.yml">
<img src="https://github.com/AliceBotProject/alicebot/actions/workflows/lint.yml/badge.svg?branch=master&event=push" alt="github">
</a>
<a href="https://github.com/AliceBotProject/alicebot/actions/workflows/docs.yml">
<img src="https://github.com/AliceBotProject/alicebot/actions/workflows/docs.yml/badge.svg?branch=master&event=push" alt="github">
</a>
<br />
<a href="https://jq.qq.com/?_wv=1027&k=ZbE3p6tq">
<img src="https://img.shields.io/badge/QQ%E7%BE%A4-834922207-orange" alt="qq-group">
</a>
</div>
|
text/markdown
| null | null | null | null |
[
"Development Status :: 3 - Alpha",
"Framework :: AsyncIO",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat"
] |
[] | null | null |
[] |
[] |
[] |
[
"aiohttp==3.11.13",
"anyio==4.9.0",
"exceptiongroup==1.2.2",
"pyahocorasick==2.1.0",
"pydantic==2.11.3",
"pygtrie==2.5.0",
"pypinyin==0.54.0",
"pyyaml==6.0.2",
"structlog==25.3.0",
"typing-extensions==4.13.2",
"pyahocorasick>=2.1.0; extra == \"all\"",
"pypinyin>=0.54.0; extra == \"all\"",
"sekaibot-adapter-cqhttp; extra == \"all\"",
"sekaibot-adapter-onebot; extra == \"all\"",
"sekaibot-plugin-apscheduler; extra == \"all\"",
"watchfiles>=0.24; extra == \"all\"",
"sekaibot-plugin-apscheduler; extra == \"apscheduler\"",
"sekaibot-adapter-cqhttp; extra == \"cqhttp\"",
"watchfiles>=0.24; extra == \"hot-reload\"",
"sekaibot-adapter-onebot; extra == \"onebot\"",
"pyahocorasick>=2.1.0; extra == \"word-fliter\"",
"pypinyin>=0.54.0; extra == \"word-fliter\""
] |
[] |
[] |
[] |
[
"Repository, https://github.com/sekaibot-dev/sekaibot"
] |
twine/6.2.0 CPython/3.12.9
|
2025-09-14 02:58:57.534876 UTC
|
sekaibot-0.1.0.tar.gz
|
57936
|
96/21/a1ddc152aa470e6dd524d4cb57f56abf1f798a8b3a382de0479f7c39072f/sekaibot-0.1.0.tar.gz
|
source
|
sdist
| false |
4aa730262525c5cf7eea9c9a392aa4e2
|
80bbd8d7a38499ec53160f86322fbeb358d39f1539ddf41707049f6eb5c51f09
|
9621a1ddc152aa470e6dd524d4cb57f56abf1f798a8b3a382de0479f7c39072f
|
[
"LICENSE"
] |
<4,>=3.11
| null |
2.1
|
pkbrokers
|
0.1.20250914.18
|
A Python-based stock broker module
|
A simple python library to connect to various brokers using standard user credentials, fetch the instruments (trading symbols), indices and their ticks during as well as off market hours.
[![codecov][codecov-badge]][codecov]
[codecov-badge]: https://codecov.io/gh/pkjmesra/PKBrokers/branch/main/graph/badge.svg
[codecov]: https://codecov.io/gh/pkjmesra/PKBrokers

# pkbrokers (# 1 Stock screener/scanner for NSE India)
| [![MADE-IN-INDIA][MADE-IN-INDIA-badge]][MADE-IN-INDIA] | [![GitHub release (latest by date)][GitHub release (latest by date)-badge]][GitHub release (latest by date)] | [![Downloads][Downloads-badge]][Downloads] | ![latest download][Latest-Downloads-badge] | [![Docker Pulls][Docker Pulls-badge]][Docker Status] |
| :-------------: | :-----------------: | :-----------------: | :-----------------: | :-----------------: |
| Platforms | [![Windows][Windows-badge]][Windows] | [![Linux(x64)][Linux-badge_x64]][Linux_x64] [![Linux(arm64)][Linux-badge_arm64]][Linux_arm64] | [![Mac OS(x64)][Mac OS-badge_x64]][Mac OS_x64] [![Mac OS(arm64)][Mac OS-badge_arm64]][Mac OS_arm64] | [![Docker Status][Docker Status-badge]][Docker Status] |
| Package / Docs | [![Documentation][Documentation-badge]][Documentation] [![OpenSSF Best Practices][OpenSSF-Badge]][OpenSSF-pkbrokers] | [![PyPI][pypi-badge]][pypi] | [![is wheel][wheel-badge]][pypi] | ![github license][github-license] |
| Tests/Code-Quality | [![CodeFactor][Codefactor-badge]][Codefactor] | <a href="https://coveralls.io/github/pkjmesra/pkbrokers?branch=main"><img src="https://coveralls.io/repos/github/pkjmesra/pkbrokers/badge.svg?branch=main"></a> | [![codecov][codecov-badge]][codecov] | [![After Market][After Market-badge]][After Market] |
[](https://star-history.com/#pkjmesra/pkbrokers&Date)
[MADE-IN-INDIA-badge]: https://img.shields.io/badge/MADE%20WITH%20%E2%9D%A4%20IN-INDIA-orange
[MADE-IN-INDIA]: https://en.wikipedia.org/wiki/India
[Windows-badge]: https://img.shields.io/badge/Windows-0078D6?logo=windows&logoColor=white
[Windows]: https://github.com/pkjmesra/pkbrokers/releases/download/0.1.20250913.17/pkkite.exe
[Linux-badge_x64]: https://img.shields.io/badge/Linux(x64)-FCC624?logo=linux&logoColor=black
[Linux_x64]: https://github.com/pkjmesra/pkbrokers/releases/download/0.1.20250913.17/pkkite_x64.bin
[Linux-badge_arm64]: https://img.shields.io/badge/Linux(arm64)-FCC624?logo=linux&logoColor=black
[Linux_arm64]: https://github.com/pkjmesra/pkbrokers/releases/download/0.1.20250913.17/pkkite_arm64.bin
[Mac OS-badge_x64]: https://img.shields.io/badge/mac%20os(x64)-D3D3D3?logo=apple&logoColor=000000
[Mac OS_x64]: https://github.com/pkjmesra/pkbrokers/releases/download/0.1.20250913.17/pkkite_x64.run
[Mac OS-badge_arm64]: https://img.shields.io/badge/mac%20os(arm64)-D3D3D3?logo=apple&logoColor=000000
[Mac OS_arm64]: https://github.com/pkjmesra/pkbrokers/releases/download/0.1.20250913.17/pkkite_arm64.run
[GitHub release (latest by date)-badge]: https://img.shields.io/github/v/release/pkjmesra/pkbrokers
[GitHub release (latest by date)]: https://github.com/pkjmesra/pkbrokers/releases/latest
[pypi-badge]: https://img.shields.io/pypi/v/pkbrokers.svg?style=flat-square
[pypi]: https://pypi.python.org/pypi/pkbrokers
[wheel-badge]: https://img.shields.io/pypi/wheel/pkbrokers.svg?style=flat-square
[GitHub all releases]: https://img.shields.io/github/downloads/pkjmesra/pkbrokers/total?color=Green&label=Downloads&style=for-the-badge
[License-badge]: https://img.shields.io/github/license/pkjmesra/pkbrokers?style=for-the-badge
[License]: https://github.com/pkjmesra/pkbrokers/blob/main/LICENSE
[Codefactor-badge]: https://www.codefactor.io/repository/github/pkjmesra/pkbrokers/badge
[Codefactor]: https://www.codefactor.io/repository/github/pkjmesra/pkbrokers
[PR-Guidelines-badge]: https://img.shields.io/badge/PULL%20REQUEST-GUIDELINES-red?style=for-the-badge
[PR-Guidelines]: https://github.com/pkjmesra/pkbrokers/blob/new-features/CONTRIBUTING.md
[github-license]: https://img.shields.io/github/license/pkjmesra/pkbrokers
[Downloads-badge]: https://static.pepy.tech/personalized-badge/pkbrokers?period=total&units=international_system&left_color=black&right_color=brightgreen&left_text=Total%20Downloads
[Downloads]: https://pepy.tech/project/pkbrokers
[Latest-Downloads-badge]: https://img.shields.io/github/downloads-pre/pkjmesra/pkbrokers/latest/total?logo=github
[Coverage-Status-badge]: https://coveralls.io/repos/github/pkjmesra/pkbrokers/badge.svg?kill_cache=1
[Coverage-Status]: https://coveralls.io/github/pkjmesra/pkbrokers?branch=main
[codecov-badge]: https://codecov.io/gh/pkjmesra/pkbrokers/branch/main/graph/badge.svg
[codecov]: https://codecov.io/gh/pkjmesra/pkbrokers
[Documentation-badge]: https://readthedocs.org/projects/pkbrokers/badge/?version=latest
[Documentation]: https://pkbrokers.readthedocs.io/en/latest/?badge=latest
[Docker Status-badge]: https://img.shields.io/docker/automated/pkjmesra/pkbrokers.svg
[Docker Status]: https://hub.docker.com/repository/docker/pkjmesra/pkbrokers
[Docker Pulls-badge]: https://img.shields.io/docker/pulls/pkjmesra/pkbrokers.svg
[Prod Scan Tests-badge]: https://github.com/pkjmesra/pkbrokers/actions/workflows/w5-workflow-prod-scans_Tests.yml/badge.svg
[Prod Scan Tests]: https://github.com/pkjmesra/pkbrokers/actions/workflows/w5-workflow-prod-scans_Tests.yml
[After Market-badge]: https://github.com/pkjmesra/pkbrokers/actions/workflows/w9-workflow-download-data.yml/badge.svg
[After Market]: https://github.com/pkjmesra/pkbrokers/actions/workflows/w9-workflow-download-data.yml
[New Features-badge]: https://github.com/pkjmesra/pkbrokers/actions/workflows/w10-workflow-features-test.yml/badge.svg
[New Features]: https://github.com/pkjmesra/pkbrokers/actions/workflows/w10-workflow-features-test.yml
[New Release-badge]: https://github.com/pkjmesra/pkbrokers/actions/workflows/w1-workflow-build-matrix.yml/badge.svg
[New Release]: https://github.com/pkjmesra/pkbrokers/actions/workflows/w1-workflow-build-matrix.yml
[Docker-Build-badge]: https://github.com/pkjmesra/pkbrokers/actions/workflows/w15-docker-image.yml/badge.svg
[Docker-Build]: https://github.com/pkjmesra/pkbrokers/actions/workflows/w15-docker-image.yml
[OpenSSF-Badge]:https://www.bestpractices.dev/projects/10011/badge
[OpenSSF-pkbrokers]: https://www.bestpractices.dev/projects/10011
|
text/markdown
| null | null | null | null |
[
"License :: OSI Approved :: MIT License",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12"
] |
[] | null | null |
[] |
[] |
[] |
[
"gitpython",
"libsql==0.1.6",
"numpy==1.26.4",
"pandas==2.2.3",
"PKDevTools>=0.13.20250914.305",
"PKNSETools>=0.1.20250224.139",
"pygithub",
"pyotp",
"python-telegram-bot[all]<20.0,>=13.4",
"pytz",
"telethon",
"urllib3",
"kiteconnect==5.0.1",
"websockets<11.0,>=10.4"
] |
[] |
[] |
[] |
[] |
twine/6.2.0 CPython/3.10.13
|
2025-09-14 03:00:01.244926 UTC
|
pkbrokers-0.1.20250914.18-cp310-cp310-macosx_13_0_arm64.whl
|
114455
|
89/35/18d2084560219c53139414bf651622f6cf74eaa41b8599bd6a2568755c60/pkbrokers-0.1.20250914.18-cp310-cp310-macosx_13_0_arm64.whl
|
cp310
|
bdist_wheel
| false |
489b746e28cb992caec06aae15ee273a
|
c4f5474bb50c5cb2c29563d37c80c94474e93632d3b86c55ca99da13c429cc77
|
893518d2084560219c53139414bf651622f6cf74eaa41b8599bd6a2568755c60
|
[] | null | null |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 41