mirror of https://github.com/Textualize/rich.git
83 lines
3.1 KiB
TOML
83 lines
3.1 KiB
TOML
[[package]]
|
|
category = "main"
|
|
description = "Cross-platform colored terminal text."
|
|
name = "colorama"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
version = "0.4.3"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Python parser for the CommonMark Markdown spec"
|
|
name = "commonmark"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.9.1"
|
|
|
|
[package.extras]
|
|
test = ["flake8 (3.7.8)", "hypothesis (3.55.3)"]
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A backport of the dataclasses module for Python 3.6"
|
|
marker = "python_version >= \"3.6\" and python_version < \"3.7\""
|
|
name = "dataclasses"
|
|
optional = false
|
|
python-versions = ">=3.6, <3.7"
|
|
version = "0.7"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "A drop-in replacement for pprint that's actually pretty"
|
|
name = "pprintpp"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "0.4.0"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Pygments is a syntax highlighting package written in Python."
|
|
name = "pygments"
|
|
optional = false
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
version = "2.5.2"
|
|
|
|
[[package]]
|
|
category = "main"
|
|
description = "Backported and Experimental Type Hints for Python 3.5+"
|
|
name = "typing-extensions"
|
|
optional = false
|
|
python-versions = "*"
|
|
version = "3.7.4.1"
|
|
|
|
[metadata]
|
|
content-hash = "5322297407f94e4b4e3247eec213eb2b9210a2be6c54a940a03adb1a02ed914a"
|
|
python-versions = "^3.6"
|
|
|
|
[metadata.files]
|
|
colorama = [
|
|
{file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
|
|
{file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
|
|
]
|
|
commonmark = [
|
|
{file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"},
|
|
{file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"},
|
|
]
|
|
dataclasses = [
|
|
{file = "dataclasses-0.7-py3-none-any.whl", hash = "sha256:3459118f7ede7c8bea0fe795bff7c6c2ce287d01dd226202f7c9ebc0610a7836"},
|
|
{file = "dataclasses-0.7.tar.gz", hash = "sha256:494a6dcae3b8bcf80848eea2ef64c0cc5cd307ffc263e17cdf42f3e5420808e6"},
|
|
]
|
|
pprintpp = [
|
|
{file = "pprintpp-0.4.0-py2.py3-none-any.whl", hash = "sha256:b6b4dcdd0c0c0d75e4d7b2f21a9e933e5b2ce62b26e1a54537f9651ae5a5c01d"},
|
|
{file = "pprintpp-0.4.0.tar.gz", hash = "sha256:ea826108e2c7f49dc6d66c752973c3fc9749142a798d6b254e1e301cfdbc6403"},
|
|
]
|
|
pygments = [
|
|
{file = "Pygments-2.5.2-py2.py3-none-any.whl", hash = "sha256:2a3fe295e54a20164a9df49c75fa58526d3be48e14aceba6d6b1e8ac0bfd6f1b"},
|
|
{file = "Pygments-2.5.2.tar.gz", hash = "sha256:98c8aa5a9f778fcd1026a17361ddaf7330d1b7c62ae97c3bb0ae73e0b9b6b0fe"},
|
|
]
|
|
typing-extensions = [
|
|
{file = "typing_extensions-3.7.4.1-py2-none-any.whl", hash = "sha256:910f4656f54de5993ad9304959ce9bb903f90aadc7c67a0bef07e678014e892d"},
|
|
{file = "typing_extensions-3.7.4.1-py3-none-any.whl", hash = "sha256:cf8b63fedea4d89bab840ecbb93e75578af28f76f66c35889bd7065f5af88575"},
|
|
{file = "typing_extensions-3.7.4.1.tar.gz", hash = "sha256:091ecc894d5e908ac75209f10d5b4f118fbdb2eb1ede6a63544054bb1edb41f2"},
|
|
]
|