1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/gojuukaze-terminal_layout

Клонировать/Скачать
pyproject.toml 1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
gojuukaze Отправлено 28.12.2022 06:10 6451631
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "terminal_layout"
version = "3.0.0"
authors = [
{ name="gojuukaze", email="ikaze_email@163.com" },
]
description = "The project help you to quickly build layouts in terminal (命令行ui布局工具)"
readme = "README.rst"
requires-python = ">=3.5"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Environment :: Console",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Development Status :: 5 - Production/Stable",
"Topic :: Terminals",
]
dependencies = [
"colorama==0.4.6",
'colored==1.4.4',
]
[project.urls]
"Homepage" = "https://github.com/gojuukaze/terminal_layout"
"Bug Tracker" = "https://github.com/gojuukaze/terminal_layout/issues"
"Documentation"="https://doc.ikaze.cn/terminal_layout"
[tool.setuptools.packages.find]
include = ["terminal_layout*"]
exclude = ["demo*", "tests*"]

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/gojuukaze-terminal_layout.git
git@api.gitlife.ru:oschina-mirror/gojuukaze-terminal_layout.git
oschina-mirror
gojuukaze-terminal_layout
gojuukaze-terminal_layout
master