mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-21 18:42:22 +00:00
233 lines
9.2 KiB
TOML
233 lines
9.2 KiB
TOML
[[package]]
|
|
category = "dev"
|
|
description = "Atomic file writes."
|
|
name = "atomicwrites"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "1.3.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Classes Without Boilerplate"
|
|
name = "attrs"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "19.3.0"
|
|
|
|
[package.extras]
|
|
azure-pipelines = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "pytest-azurepipelines"]
|
|
dev = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "sphinx", "pre-commit"]
|
|
docs = ["sphinx", "zope.interface"]
|
|
tests = ["coverage", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Cross-platform colored terminal text."
|
|
marker = "sys_platform == \"win32\""
|
|
name = "colorama"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
version = "0.4.3"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Read metadata from Python packages"
|
|
marker = "python_version < \"3.8\""
|
|
name = "importlib-metadata"
|
|
optional = false
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|
version = "1.5.0"
|
|
|
|
[package.dependencies]
|
|
zipp = ">=0.5"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx", "rst.linker"]
|
|
testing = ["packaging", "importlib-resources"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "More routines for operating on iterables, beyond itertools"
|
|
name = "more-itertools"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
version = "8.2.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "parse() is the opposite of format()"
|
|
name = "parse"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "1.14.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "plugin and hook calling mechanisms for python"
|
|
name = "pluggy"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "0.13.1"
|
|
|
|
[package.dependencies]
|
|
[package.dependencies.importlib-metadata]
|
|
python = "<3.8"
|
|
version = ">=0.12"
|
|
|
|
[package.extras]
|
|
dev = ["pre-commit", "tox"]
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "library with cross-python path, ini-parsing, io, code, log facilities"
|
|
name = "py"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "1.8.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "This is a python library to parse extended display identification data (EDID)"
|
|
name = "pyedid"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.1"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python bindings for the Qt cross-platform application and UI framework"
|
|
name = "pyside2"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9"
|
|
version = "5.14.1"
|
|
|
|
[package.dependencies]
|
|
shiboken2 = "5.14.1"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "pytest: simple powerful testing with Python"
|
|
name = "pytest"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
version = "3.10.1"
|
|
|
|
[package.dependencies]
|
|
atomicwrites = ">=1.0"
|
|
attrs = ">=17.4.0"
|
|
colorama = "*"
|
|
more-itertools = ">=4.0.0"
|
|
pluggy = ">=0.7"
|
|
py = ">=1.5.0"
|
|
setuptools = "*"
|
|
six = ">=1.10.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Common fixtures for pytest"
|
|
name = "pytest-fixtures"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python / C++ bindings helper module"
|
|
name = "shiboken2"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9"
|
|
version = "5.14.1"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
name = "six"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
|
version = "1.14.0"
|
|
|
|
[[package]]
|
|
category = "dev"
|
|
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
marker = "python_version < \"3.8\""
|
|
name = "zipp"
|
|
optional = false
|
|
python-versions = ">=3.6"
|
|
version = "2.1.0"
|
|
|
|
[package.extras]
|
|
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
|
|
testing = ["jaraco.itertools"]
|
|
|
|
[metadata]
|
|
content-hash = "b78b232d02ffbeb43da367fefd9187af6b6df483cae7005026838ee23137d50a"
|
|
python-versions = ">=3.6 <3.9"
|
|
|
|
[metadata.files]
|
|
atomicwrites = [
|
|
{file = "atomicwrites-1.3.0-py2.py3-none-any.whl", hash = "sha256:03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4"},
|
|
{file = "atomicwrites-1.3.0.tar.gz", hash = "sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6"},
|
|
]
|
|
attrs = [
|
|
{file = "attrs-19.3.0-py2.py3-none-any.whl", hash = "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c"},
|
|
{file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"},
|
|
]
|
|
colorama = [
|
|
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
|
|
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
|
|
]
|
|
importlib-metadata = [
|
|
{file = "importlib_metadata-1.5.0-py2.py3-none-any.whl", hash = "sha256:b97607a1a18a5100839aec1dc26a1ea17ee0d93b20b0f008d80a5a050afb200b"},
|
|
{file = "importlib_metadata-1.5.0.tar.gz", hash = "sha256:06f5b3a99029c7134207dd882428a66992a9de2bef7c2b699b5641f9886c3302"},
|
|
]
|
|
more-itertools = [
|
|
{file = "more-itertools-8.2.0.tar.gz", hash = "sha256:b1ddb932186d8a6ac451e1d95844b382f55e12686d51ca0c68b6f61f2ab7a507"},
|
|
{file = "more_itertools-8.2.0-py3-none-any.whl", hash = "sha256:5dd8bcf33e5f9513ffa06d5ad33d78f31e1931ac9a18f33d37e77a180d393a7c"},
|
|
]
|
|
parse = [
|
|
{file = "parse-1.14.0.tar.gz", hash = "sha256:95a4f4469e37c57b5e924629ac99926f28bee7da59515dc5b8078c4c3e779249"},
|
|
]
|
|
pluggy = [
|
|
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
|
|
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
|
|
]
|
|
py = [
|
|
{file = "py-1.8.1-py2.py3-none-any.whl", hash = "sha256:c20fdd83a5dbc0af9efd622bee9a5564e278f6380fffcacc43ba6f43db2813b0"},
|
|
{file = "py-1.8.1.tar.gz", hash = "sha256:5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa"},
|
|
]
|
|
pyedid = [
|
|
{file = "pyedid-0.1.tar.gz", hash = "sha256:bda39542cd61af769cb7a748800b50bbab76ffa211e4b82dc9f2036b2367e504"},
|
|
]
|
|
pyside2 = [
|
|
{file = "PySide2-5.14.1-5.14.1-cp27-cp27m-macosx_10_13_intel.whl", hash = "sha256:36cfcbcab02b580d51c710b3014ee91e5b88f518e296b9a3784f331525450cac"},
|
|
{file = "PySide2-5.14.1-5.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:a6e6f7862c3232c755285eb8b2769f34ebdd678576a63ad3a63f52e60af67147"},
|
|
{file = "PySide2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl", hash = "sha256:e2f5d41b8b306ab42d90c430f731eaf1f5de85beb8483ca84bc29f33620dcbb0"},
|
|
{file = "PySide2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl", hash = "sha256:5b0cf7f0a9cb8fb11881b8615c7d979f5d02bdab6c3f428bf40956537c87071c"},
|
|
{file = "PySide2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-none-win32.whl", hash = "sha256:e1a03c1f98665b513f5b339d19dbe5e3b9df441e89adf52871f2fd708b9fee08"},
|
|
{file = "PySide2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-none-win_amd64.whl", hash = "sha256:a9918f00ad7dbe96342dd82de503e927006f3049c76fb708a0e9106b62fa26b2"},
|
|
]
|
|
pytest = [
|
|
{file = "pytest-3.10.1-py2.py3-none-any.whl", hash = "sha256:3f193df1cfe1d1609d4c583838bea3d532b18d6160fd3f55c9447fdca30848ec"},
|
|
{file = "pytest-3.10.1.tar.gz", hash = "sha256:e246cf173c01169b9617fc07264b7b1316e78d7a650055235d6d897bc80d9660"},
|
|
]
|
|
pytest-fixtures = [
|
|
{file = "pytest-fixtures-0.1.0.tar.gz", hash = "sha256:28f13dc9fb9206f4a5fba1a100e1b3de20fbfa37a7af440ca07222fa45b85b7b"},
|
|
{file = "pytest_fixtures-0.1.0-py3-none-any.whl", hash = "sha256:8372ad1cd6dafd7e53b183b8601d1a85cda7bd829e7f73fae18416e95d270a3e"},
|
|
]
|
|
shiboken2 = [
|
|
{file = "shiboken2-5.14.1-5.14.1-cp27-cp27m-macosx_10_13_intel.whl", hash = "sha256:f6f119353d4861dee3f28962a80830ca3bf68509f0c89a9d779cd3cb90702091"},
|
|
{file = "shiboken2-5.14.1-5.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:124b1d8dd6ea67138f08086343a4631c4ebd9f461bb8cb0c04d812ad15d03b36"},
|
|
{file = "shiboken2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl", hash = "sha256:bf47fabc87356e49f74152baece11777b0e176edfc0665bf13a7f199d83c94b6"},
|
|
{file = "shiboken2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl", hash = "sha256:b046f810f2409b734621972ee6bff1eac76e87f08ab0638010d99a1b79f72842"},
|
|
{file = "shiboken2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-none-win32.whl", hash = "sha256:90a3361c64b56a2029ebf7f09bdc0c7cad4d2a3020700a1dce725db8a334703c"},
|
|
{file = "shiboken2-5.14.1-5.14.1-cp35.cp36.cp37.cp38-none-win_amd64.whl", hash = "sha256:da8ee5fc65e41b542bf50eec2db57e707255d09c460cce62c0ff12a63e3bd2c6"},
|
|
]
|
|
six = [
|
|
{file = "six-1.14.0-py2.py3-none-any.whl", hash = "sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c"},
|
|
{file = "six-1.14.0.tar.gz", hash = "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a"},
|
|
]
|
|
zipp = [
|
|
{file = "zipp-2.1.0-py3-none-any.whl", hash = "sha256:ccc94ed0909b58ffe34430ea5451f07bc0c76467d7081619a454bf5c98b89e28"},
|
|
{file = "zipp-2.1.0.tar.gz", hash = "sha256:feae2f18633c32fc71f2de629bfb3bd3c9325cd4419642b1f1da42ee488d9b98"},
|
|
]
|