2024-12-10 22:54:35 +10:00
|
|
|
[project]
|
|
|
|
|
name = "termstr"
|
2024-12-10 23:10:58 +10:00
|
|
|
version = "v2024.12.10"
|
2024-12-10 22:54:35 +10:00
|
|
|
description = "Termstr provides strings with extra terminal styling."
|
|
|
|
|
authors = [
|
|
|
|
|
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
|
|
|
|
]
|
|
|
|
|
requires-python = ">=3.11"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cwcwidth==0.1.5",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
|
Homepage = "https://github.com/ahamilton/eris"
|
|
|
|
|
|