-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdm.lock
54 lines (49 loc) · 2.6 KB
/
pdm.lock
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
[[package]]
name = "arclet-alconna"
version = "1.3.1"
requires_python = ">=3.8"
summary = "A High-performance, Generality, Humane Command Line Arguments Parser Library."
dependencies = [
"nepattern>=0.2.0",
"typing-extensions~=4.3.0",
]
[[package]]
name = "cli-lite"
version = "0.3.0"
requires_python = ">=3.8"
summary = "A simple framework to build a cli tool, base on Alconna"
dependencies = [
"arclet-alconna>=1.3.0",
]
[[package]]
name = "nepattern"
version = "0.2.1"
requires_python = ">=3.8"
summary = "a complex pattern, support typing"
dependencies = [
"typing-extensions~=4.3.0",
]
[[package]]
name = "typing-extensions"
version = "4.3.0"
requires_python = ">=3.7"
summary = "Backported and Experimental Type Hints for Python 3.7+"
[metadata]
lock_version = "4.0"
content_hash = "sha256:1a80f0a05709114f823fcd2345ab9264d8d036c9afe139107681160f1dc5b82c"
[metadata.files]
"arclet-alconna 1.3.1" = [
{url = "https://files.pythonhosted.org/packages/0b/50/63cbd60821a390a9ba24f6b8e863a893cf7615cc07efa8f16d5d391233cb/arclet_alconna-1.3.1-py3-none-any.whl", hash = "sha256:5157d75745f34beb0a3ed1bf0da62115d1f1675a134c76d8c1757f5049d4c066"},
{url = "https://files.pythonhosted.org/packages/0e/31/842b869a75361378b8c9c6d2500b8e7e26711e0196618d9b68b90563e2d2/arclet-alconna-1.3.1.tar.gz", hash = "sha256:774702032669c868f64c911717b38162f15d0a4c79cb49d57549dc76b227474e"},
]
"cli-lite 0.3.0" = [
{url = "https://files.pythonhosted.org/packages/cb/cf/c1058e51956e8a2d541d8f0965cb6263f372f47ac5a360a5431cbaf926be/cli_lite-0.3.0-py3-none-any.whl", hash = "sha256:0a7be405a838d368e6003603b9a77537938d2d0ae42b9a47090793f3a9539629"},
]
"nepattern 0.2.1" = [
{url = "https://files.pythonhosted.org/packages/5e/da/4b5f0a329c03120d989c47d596cd8afbae9b03d39475f5f295bccbe4021b/nepattern-0.2.1-py3-none-any.whl", hash = "sha256:7e600fee6895779444c6a8d003c9151043da60c9b7af6dc79326eb9e7d1ecc9e"},
{url = "https://files.pythonhosted.org/packages/da/08/5a44ea2a3c45562455c80ce8969366e5ada051c43a7a51f8b78e69243c40/nepattern-0.2.1.tar.gz", hash = "sha256:5fff03f620bde6e49cf3e868f96ed0552d0302aa75c464f23b5aeb1648d52660"},
]
"typing-extensions 4.3.0" = [
{url = "https://files.pythonhosted.org/packages/9e/1d/d128169ff58c501059330f1ad96ed62b79114a2eb30b8238af63a2e27f70/typing_extensions-4.3.0.tar.gz", hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"},
{url = "https://files.pythonhosted.org/packages/ed/d6/2afc375a8d55b8be879d6b4986d4f69f01115e795e36827fd3a40166028b/typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"},
]