comparison pdm.lock @ 0:fa108e01b284

start
author drewp@bigasterisk.com
date Fri, 15 Mar 2024 18:37:20 -0700
parents
children b4dc3eb1f92b
comparison
equal deleted inserted replaced
-1:000000000000 0:fa108e01b284
1 # This file is @generated by PDM.
2 # It is not intended for manual editing.
3
4 [metadata]
5 groups = ["default"]
6 strategy = ["cross_platform", "inherit_metadata"]
7 lock_version = "4.4.1"
8 content_hash = "sha256:85483d770081cf9b0b0fc9a448b1efb795880a6b49d91f0893c4b47145b110f8"
9
10 [[package]]
11 name = "anyio"
12 version = "4.3.0"
13 requires_python = ">=3.8"
14 summary = "High level compatibility layer for multiple asynchronous event loop implementations"
15 groups = ["default"]
16 dependencies = [
17 "idna>=2.8",
18 "sniffio>=1.1",
19 ]
20 files = [
21 {file = "anyio-4.3.0-py3-none-any.whl", hash = "sha256:048e05d0f6caeed70d731f3db756d35dcc1f35747c8c403364a8332c630441b8"},
22 {file = "anyio-4.3.0.tar.gz", hash = "sha256:f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6"},
23 ]
24
25 [[package]]
26 name = "click"
27 version = "8.1.7"
28 requires_python = ">=3.7"
29 summary = "Composable command line interface toolkit"
30 groups = ["default"]
31 dependencies = [
32 "colorama; platform_system == \"Windows\"",
33 ]
34 files = [
35 {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
36 {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
37 ]
38
39 [[package]]
40 name = "colorama"
41 version = "0.4.6"
42 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
43 summary = "Cross-platform colored terminal text."
44 groups = ["default"]
45 marker = "platform_system == \"Windows\""
46 files = [
47 {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
48 {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
49 ]
50
51 [[package]]
52 name = "h11"
53 version = "0.14.0"
54 requires_python = ">=3.7"
55 summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
56 groups = ["default"]
57 files = [
58 {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
59 {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
60 ]
61
62 [[package]]
63 name = "idna"
64 version = "3.6"
65 requires_python = ">=3.5"
66 summary = "Internationalized Domain Names in Applications (IDNA)"
67 groups = ["default"]
68 files = [
69 {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"},
70 {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"},
71 ]
72
73 [[package]]
74 name = "isodate"
75 version = "0.6.1"
76 summary = "An ISO 8601 date/time/duration parser and formatter"
77 groups = ["default"]
78 dependencies = [
79 "six",
80 ]
81 files = [
82 {file = "isodate-0.6.1-py2.py3-none-any.whl", hash = "sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96"},
83 {file = "isodate-0.6.1.tar.gz", hash = "sha256:48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9"},
84 ]
85
86 [[package]]
87 name = "prometheus-client"
88 version = "0.20.0"
89 requires_python = ">=3.8"
90 summary = "Python client for the Prometheus monitoring system."
91 groups = ["default"]
92 files = [
93 {file = "prometheus_client-0.20.0-py3-none-any.whl", hash = "sha256:cde524a85bce83ca359cc837f28b8c0db5cac7aa653a588fd7e84ba061c329e7"},
94 {file = "prometheus_client-0.20.0.tar.gz", hash = "sha256:287629d00b147a32dcb2be0b9df905da599b2d82f80377083ec8463309a4bb89"},
95 ]
96
97 [[package]]
98 name = "pyparsing"
99 version = "3.1.2"
100 requires_python = ">=3.6.8"
101 summary = "pyparsing module - Classes and methods to define and execute parsing grammars"
102 groups = ["default"]
103 files = [
104 {file = "pyparsing-3.1.2-py3-none-any.whl", hash = "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"},
105 {file = "pyparsing-3.1.2.tar.gz", hash = "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad"},
106 ]
107
108 [[package]]
109 name = "rdflib"
110 version = "7.0.0"
111 requires_python = ">=3.8.1,<4.0.0"
112 summary = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information."
113 groups = ["default"]
114 dependencies = [
115 "isodate<0.7.0,>=0.6.0",
116 "pyparsing<4,>=2.1.0",
117 ]
118 files = [
119 {file = "rdflib-7.0.0-py3-none-any.whl", hash = "sha256:0438920912a642c866a513de6fe8a0001bd86ef975057d6962c79ce4771687cd"},
120 {file = "rdflib-7.0.0.tar.gz", hash = "sha256:9995eb8569428059b8c1affd26b25eac510d64f5043d9ce8c84e0d0036e995ae"},
121 ]
122
123 [[package]]
124 name = "six"
125 version = "1.16.0"
126 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
127 summary = "Python 2 and 3 compatibility utilities"
128 groups = ["default"]
129 files = [
130 {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
131 {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
132 ]
133
134 [[package]]
135 name = "sniffio"
136 version = "1.3.1"
137 requires_python = ">=3.7"
138 summary = "Sniff out which async library your code is running under"
139 groups = ["default"]
140 files = [
141 {file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
142 {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
143 ]
144
145 [[package]]
146 name = "starlette"
147 version = "0.37.2"
148 requires_python = ">=3.8"
149 summary = "The little ASGI library that shines."
150 groups = ["default"]
151 dependencies = [
152 "anyio<5,>=3.4.0",
153 ]
154 files = [
155 {file = "starlette-0.37.2-py3-none-any.whl", hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee"},
156 {file = "starlette-0.37.2.tar.gz", hash = "sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823"},
157 ]
158
159 [[package]]
160 name = "uvicorn"
161 version = "0.28.0"
162 requires_python = ">=3.8"
163 summary = "The lightning-fast ASGI server."
164 groups = ["default"]
165 dependencies = [
166 "click>=7.0",
167 "h11>=0.8",
168 ]
169 files = [
170 {file = "uvicorn-0.28.0-py3-none-any.whl", hash = "sha256:6623abbbe6176204a4226e67607b4d52cc60ff62cda0ff177613645cefa2ece1"},
171 {file = "uvicorn-0.28.0.tar.gz", hash = "sha256:cab4473b5d1eaeb5a0f6375ac4bc85007ffc75c3cc1768816d9e5d589857b067"},
172 ]