FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cmd2/pyproject.toml at main · python-cmd2/cmd2 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-cmd2
/
cmd2
Public
Notifications
You must be signed in to change notification settings
Fork
132
Star
686
Code
Issues
1
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cmd2
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
83 lines (77 loc) · 2.16 KB
Breadcrumbs
cmd2
/
pyproject.toml
Copy path
File metadata and controls
83 lines (77 loc) · 2.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
build-system
]
requires
= [
"
build>=1.3.0
"
,
"
setuptools>=80.8.0
"
,
"
setuptools-scm>=9.2.1
"
]
build-backend
=
"
setuptools.build_meta
"
[
project
]
name
=
"
cmd2
"
dynamic
= [
"
version
"
]
description
=
"
cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python
"
authors
= [{
name
=
"
cmd2 Contributors
"
}]
readme
=
"
README.md
"
requires-python
=
"
>=3.11
"
keywords
= [
"
CLI
"
,
"
cmd
"
,
"
command
"
,
"
interactive
"
,
"
prompt
"
,
"
Python
"
]
license
=
"
MIT
"
license-files
= [
"
LICENSE
"
]
classifiers
= [
"
Development Status :: 5 - Production/Stable
"
,
"
Environment :: Console
"
,
"
Operating System :: OS Independent
"
,
"
Intended Audience :: Developers
"
,
"
Intended Audience :: System Administrators
"
,
"
Programming Language :: Python :: 3 :: Only
"
,
"
Programming Language :: Python :: 3.11
"
,
"
Programming Language :: Python :: 3.12
"
,
"
Programming Language :: Python :: 3.13
"
,
"
Programming Language :: Python :: 3.14
"
,
"
Programming Language :: Python :: 3.15
"
,
"
Programming Language :: Python :: Free Threading :: 3 - Stable
"
,
"
Topic :: Software Development :: Libraries :: Python Modules
"
,
]
dependencies
= [
"
prompt-toolkit>=3.0.53
"
,
"
pyperclip>=1.8.2
"
,
"
rich>=15.0.0
"
,
"
rich-argparse>=1.7.2
"
,
]
[
dependency-groups
]
build
= [
"
build>=1.3.0
"
,
"
setuptools>=80.8.0
"
,
"
setuptools-scm>=9.2.1
"
]
dev
= [
"
codecov>=2.1
"
,
"
ipython>=8.23
"
,
"
mkdocstrings[python]>=1
"
,
"
prek>=0.3.5
"
,
"
pytest>=8.1.1
"
,
"
pytest-cov>=5
"
,
"
pytest-mock>=3.14.1
"
,
"
ruff>=0.14.10
"
,
"
ty>=0.0.73
"
,
"
uv-publish>=1.3
"
,
"
zensical>=0.0.17
"
,
]
docs
= [
"
mkdocstrings[python]>=1
"
,
"
setuptools>=80.8.0
"
,
"
setuptools_scm>=8
"
,
"
zensical>=0.0.44
"
,
]
quality
= [
"
prek>=0.3.5
"
]
test
= [
"
codecov>=2.1
"
,
"
coverage>=7.11
"
,
"
pytest>=8.1.1
"
,
"
pytest-cov>=5
"
,
"
pytest-mock>=3.14.1
"
,
]
validate
= [
"
ruff>=0.14.10
"
,
"
ty>=0.0.73
"
,
"
types-setuptools>=80.8.0
"
]
[
tool
.
pytest
.
ini_options
]
testpaths
= [
"
tests
"
]
addopts
= [
"
--cov=cmd2
"
,
"
--cov-append
"
,
"
--cov-report=term
"
,
"
--cov-report=html
"
,
]
[
tool
.
setuptools
]
packages
= [
"
cmd2
"
]
[
tool
.
setuptools_scm
]
[
tool
.
uv
]
default-groups
= [
"
build
"
,
"
dev
"
]
Back
|
FazBrowse Home
|
New Git URL