Datasets:
Fix LaTeX bibliography citations and formatting
Browse files- Switch from biblatex to natbib with custom plainnat-custom.bst style
- Remove all key fields from bibliography entries to fix citation labels
- Change bibliography style to show Author Full Name (Year) format
- Modify plainnat-custom.bst to display full first names instead of initials
- Update name format from First Last to Last First in bibliography
- Remove font encoding commands from author/editor fields in main.bib
- Fix misc entries to use author instead of editor for proper formatting
- Update latex-build command to run pdflatex 4 times for proper citation resolution
- Add plainnat-custom.bst with modified format.names and format.authors.year functions
- Clean up unused .bst files
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
- paper/.gitignore +4 -1
- paper/main.bib +99 -99
- paper/main.tex +10 -5
- paper/plainnat-custom.bst +1438 -0
- pyproject.toml +12 -0
- uv.lock +520 -2
|
@@ -1,4 +1,7 @@
|
|
| 1 |
*
|
| 2 |
!.gitignore
|
| 3 |
!main.text
|
| 4 |
-
!main.bib
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*
|
| 2 |
!.gitignore
|
| 3 |
!main.text
|
| 4 |
+
!main.bib
|
| 5 |
+
!main.bst
|
| 6 |
+
!scripts/*
|
| 7 |
+
!plainnat-custom.bst
|
|
@@ -1,40 +1,55 @@
|
|
| 1 |
@inproceedings{alves2007,
|
| 2 |
author = {Alves, Mark J.},
|
| 3 |
title = {A look at North-Central Vietnamese},
|
| 4 |
-
booktitle = {
|
| 5 |
-
editor = {
|
| 6 |
pages = {1--7},
|
| 7 |
year = {2007},
|
| 8 |
publisher = {Pacific Linguistics},
|
| 9 |
-
address = {Canberra}
|
| 10 |
}
|
| 11 |
|
| 12 |
@incollection{brunelle2015,
|
| 13 |
author = {Brunelle, Marc},
|
| 14 |
-
title = {Vietnamese (Tiếng Việt)},
|
| 15 |
booktitle = {The handbook of Austroasiatic languages},
|
| 16 |
editor = {M. Jenney and P. Sidwell},
|
| 17 |
pages = {909--953},
|
| 18 |
year = {2015},
|
| 19 |
publisher = {Brill},
|
| 20 |
-
address = {Leiden}
|
| 21 |
}
|
| 22 |
|
| 23 |
@article{cao1988,
|
| 24 |
author = {Cao, Xuân Hạo},
|
| 25 |
-
title = {Hai vấn đề âm vị học của phương ngữ Nam bộ [Two phonological problems in Nam Bo dialect]},
|
| 26 |
-
journal = {Ngôn ngữ},
|
| 27 |
volume = {1},
|
| 28 |
pages = {48--53},
|
| 29 |
-
year = {1988}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
}
|
| 31 |
|
| 32 |
@book{doan1977,
|
| 33 |
-
author = {Đoàn Thiện Thuật},
|
| 34 |
-
title = {Ngữ âm tiếng Việt},
|
| 35 |
year = {1977},
|
| 36 |
-
publisher = {Đại học và Trung học chuyên nghiệp},
|
| 37 |
-
address = {Hà Nội}
|
| 38 |
}
|
| 39 |
|
| 40 |
@book{doan2012,
|
|
@@ -42,7 +57,7 @@
|
|
| 42 |
title = {Vietnamese, Level B, C (2 Volumes)},
|
| 43 |
year = {2012},
|
| 44 |
publisher = {The World Publishing House},
|
| 45 |
-
address = {Hanoi, Vietnam}
|
| 46 |
}
|
| 47 |
|
| 48 |
@book{doan2014,
|
|
@@ -50,37 +65,22 @@
|
|
| 50 |
title = {Vietnamese, Level A (2 Volumes)},
|
| 51 |
year = {2014},
|
| 52 |
publisher = {The World Publishing House},
|
| 53 |
-
address = {Hanoi, Vietnam}
|
| 54 |
-
}
|
| 55 |
-
|
| 56 |
-
@book{duffield2019,
|
| 57 |
-
editor = {Duffield, Nigel and Phan, Trang and Trinh, Tue},
|
| 58 |
-
title = {Interdisciplinary Perspectives on Vietnamese Linguistics},
|
| 59 |
-
year = {2019},
|
| 60 |
-
publisher = {John Benjamins},
|
| 61 |
-
address = {Amsterdam}
|
| 62 |
-
}
|
| 63 |
-
|
| 64 |
-
@misc{duffield2024,
|
| 65 |
-
editor = {Duffield, Nigel and Phan, Trang},
|
| 66 |
-
title = {Progress in Vietnamese linguistics},
|
| 67 |
-
year = {2024},
|
| 68 |
-
note = {Special issue of Taiwan Journal of Linguistics Vol. 22}
|
| 69 |
}
|
| 70 |
|
| 71 |
@phdthesis{emerich2012,
|
| 72 |
author = {Emerich, Giang H.},
|
| 73 |
title = {The Vietnamese vowel system},
|
| 74 |
year = {2012},
|
| 75 |
-
school = {University of Pennsylvania}
|
| 76 |
}
|
| 77 |
|
| 78 |
@book{hoang2004,
|
| 79 |
author = {Hoàng, Thị Châu},
|
| 80 |
-
title = {Phương ngữ học tiếng Việt [Vietnamese dialectology]},
|
| 81 |
year = {2004},
|
| 82 |
-
publisher = {Nhà Xuất Bản Đại Học Quốc Gia Hà Nội},
|
| 83 |
-
address = {Hà Nội}
|
| 84 |
}
|
| 85 |
|
| 86 |
@book{hole2013,
|
|
@@ -88,14 +88,14 @@
|
|
| 88 |
title = {Linguistics of Vietnamese: An International Survey},
|
| 89 |
year = {2013},
|
| 90 |
publisher = {De Gruyter Mouton},
|
| 91 |
-
address = {Berlin/Boston}
|
| 92 |
}
|
| 93 |
|
| 94 |
@misc{kirby2008,
|
| 95 |
author = {Kirby, James},
|
| 96 |
-
title = {vPhon: a Vietnamese phonetizer
|
| 97 |
year = {2008},
|
| 98 |
-
note = {Retrieved
|
| 99 |
}
|
| 100 |
|
| 101 |
@article{kirby2011,
|
|
@@ -106,32 +106,32 @@
|
|
| 106 |
number = {3},
|
| 107 |
pages = {381--392},
|
| 108 |
year = {2011},
|
| 109 |
-
url = {https://doi.org/10.1017/S0025100311000181}
|
| 110 |
}
|
| 111 |
|
| 112 |
@book{mai1992,
|
| 113 |
-
author = {Mai Ngọc Chừ and Vũ Đức Nghiệu and Hoàng Trọng Phiến},
|
| 114 |
-
title = {Cơ sở ngôn ngữ học và tiếng Việt},
|
| 115 |
year = {1992},
|
| 116 |
-
publisher = {Đại học và Giáo dục chuyên nghiệp},
|
| 117 |
-
address = {Hà Nội}
|
| 118 |
}
|
| 119 |
|
| 120 |
@book{mai2007a,
|
| 121 |
author = {Mai, Ngọc Chừ and others},
|
| 122 |
-
title = {Quê Việt, Level A (2 Volumes -- Experimental book)},
|
| 123 |
year = {2007},
|
| 124 |
publisher = {Education Publishing House},
|
| 125 |
-
address = {Hanoi, Vietnam}
|
| 126 |
}
|
| 127 |
|
| 128 |
@book{mai2007b,
|
| 129 |
author = {Mai, Ngọc Chừ and others},
|
| 130 |
-
title = {Quê Việt, Level B (2 Volumes)},
|
| 131 |
year = {2007},
|
| 132 |
publisher = {Education Publishing House},
|
| 133 |
address = {Hanoi, Vietnam},
|
| 134 |
-
note = {Experimental Textbook}
|
| 135 |
}
|
| 136 |
|
| 137 |
@article{michaud2004,
|
|
@@ -140,31 +140,23 @@
|
|
| 140 |
journal = {Phonetica},
|
| 141 |
volume = {61},
|
| 142 |
pages = {119--146},
|
| 143 |
-
year = {2004}
|
| 144 |
-
}
|
| 145 |
-
|
| 146 |
-
@book{nguyen1997,
|
| 147 |
-
author = {Nguyễn Đình-Hoà},
|
| 148 |
-
title = {Vietnamese: Tiếng Việt không son phấn},
|
| 149 |
-
year = {1997},
|
| 150 |
-
publisher = {John Benjamins},
|
| 151 |
-
address = {Amsterdam}
|
| 152 |
}
|
| 153 |
|
| 154 |
@book{nguyentaican1985,
|
| 155 |
author = {Nguyễn, Tài Cẩn},
|
| 156 |
-
title = {Một số vấn đề về Chữ Nôm [Some problems with Chu Nom]},
|
| 157 |
year = {1985},
|
| 158 |
-
publisher = {Nhà Xuất Bản Đại học và Trung Học Chuyên Nghiệp},
|
| 159 |
-
address = {Hà Nội}
|
| 160 |
}
|
| 161 |
|
| 162 |
@book{nguyentaican1995,
|
| 163 |
author = {Nguyễn, Tài Cẩn},
|
| 164 |
-
title = {Giáo trình lịch sử ngữ âm tiếng Việt (Sơ thảo) [Textbook of Vietnamese historical phonology (preliminary)]},
|
| 165 |
year = {1995},
|
| 166 |
-
publisher = {Nhà Xuất Bản Giáo Dục},
|
| 167 |
-
address = {Hà Nội}
|
| 168 |
}
|
| 169 |
|
| 170 |
@book{nguyen2019,
|
|
@@ -172,7 +164,7 @@
|
|
| 172 |
title = {Basic Vietnamese for Foreigners (2 Volumes)},
|
| 173 |
year = {2019},
|
| 174 |
publisher = {Vietnam National University Press},
|
| 175 |
-
address = {Hanoi, Vietnam}
|
| 176 |
}
|
| 177 |
|
| 178 |
@book{nguyen2019adv,
|
|
@@ -180,26 +172,34 @@
|
|
| 180 |
title = {Advanced Vietnamese for Foreigners (2 Volumes)},
|
| 181 |
year = {2019},
|
| 182 |
publisher = {Vietnam National University Press},
|
| 183 |
-
address = {Hanoi, Vietnam}
|
| 184 |
}
|
| 185 |
|
| 186 |
-
@
|
| 187 |
-
author = {Nguyễn
|
| 188 |
-
title = {
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
pages = {54--65},
|
| 193 |
-
year = {2012}
|
| 194 |
}
|
| 195 |
|
| 196 |
@article{nguyenvanloi1997,
|
| 197 |
-
author = {Nguyễn Văn Lợi and Edmondson, Jerold A.},
|
| 198 |
title = {Tones and voice quality in modern northern Vietnamese: Instrumental case studies},
|
| 199 |
journal = {Mon-Khmer Studies},
|
| 200 |
volume = {28},
|
| 201 |
pages = {1--18},
|
| 202 |
-
year = {1997}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 203 |
}
|
| 204 |
|
| 205 |
@article{pham2006,
|
|
@@ -209,7 +209,14 @@
|
|
| 209 |
volume = {25},
|
| 210 |
number = {2},
|
| 211 |
pages = {107--141},
|
| 212 |
-
year = {2006}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 213 |
}
|
| 214 |
|
| 215 |
@book{phan2024vibes,
|
|
@@ -218,7 +225,7 @@
|
|
| 218 |
year = {2024},
|
| 219 |
publisher = {Cafoscarina Press},
|
| 220 |
address = {Venice},
|
| 221 |
-
url = {https://cafoscarina.it/articoli/vietnamese-vibes-1-2-3-phan-trang-chu-phong-lan/}
|
| 222 |
}
|
| 223 |
|
| 224 |
@book{phan2024springer,
|
|
@@ -226,35 +233,28 @@
|
|
| 226 |
title = {Studies in Vietnamese Historical Linguistics: Southeast and East Asian Contexts},
|
| 227 |
year = {2024},
|
| 228 |
publisher = {Springer Nature},
|
| 229 |
-
address = {Singapore}
|
| 230 |
-
}
|
| 231 |
-
|
| 232 |
-
@misc{phan2025tjl,
|
| 233 |
-
editor = {Phan, Trang and Duffield, Nigel},
|
| 234 |
-
title = {Further advances in Vietnamese linguistics},
|
| 235 |
-
year = {2025},
|
| 236 |
-
note = {Special issue of Taiwan Journal of Linguistics. forthcoming}
|
| 237 |
}
|
| 238 |
|
| 239 |
@misc{phan2025lang,
|
| 240 |
-
|
| 241 |
title = {Current Issues in Vietnamese Linguistics},
|
| 242 |
year = {2025},
|
| 243 |
-
note = {Special issue of Languages}
|
| 244 |
}
|
| 245 |
|
| 246 |
-
@misc{
|
| 247 |
-
|
| 248 |
-
title = {
|
| 249 |
-
year = {
|
| 250 |
-
note = {Special issue of Journal of
|
| 251 |
}
|
| 252 |
|
| 253 |
@misc{phung2025,
|
| 254 |
author = {Phung, Huy and Sakach, An and Nguyen, P. Chung},
|
| 255 |
title = {Intermediate Vietnamese Taskbook},
|
| 256 |
year = {2025},
|
| 257 |
-
url = {https://doi.org/10.17605/OSF.IO/JHQ6N}
|
| 258 |
}
|
| 259 |
|
| 260 |
@article{shimizu2022,
|
|
@@ -264,7 +264,7 @@
|
|
| 264 |
volume = {15},
|
| 265 |
number = {4},
|
| 266 |
pages = {1--14},
|
| 267 |
-
year = {2022}
|
| 268 |
}
|
| 269 |
|
| 270 |
@article{thompson1959,
|
|
@@ -274,7 +274,7 @@
|
|
| 274 |
volume = {35},
|
| 275 |
number = {3},
|
| 276 |
pages = {454--476},
|
| 277 |
-
year = {1959}
|
| 278 |
}
|
| 279 |
|
| 280 |
@book{thompson1984,
|
|
@@ -282,7 +282,7 @@
|
|
| 282 |
title = {A Vietnamese reference grammar},
|
| 283 |
year = {1984--85},
|
| 284 |
series = {Mon-Khmer Studies XIII-XIV},
|
| 285 |
-
publisher = {University of Hawaii Press}
|
| 286 |
}
|
| 287 |
|
| 288 |
@book{vu2011,
|
|
@@ -290,13 +290,13 @@
|
|
| 290 |
title = {Basic Vietnamese},
|
| 291 |
year = {2011},
|
| 292 |
publisher = {Vietnam National University Press},
|
| 293 |
-
address = {Hanoi, Vietnam}
|
| 294 |
}
|
| 295 |
|
| 296 |
@book{vuong1994,
|
| 297 |
-
author = {Vương Hữu Lễ and Hoàng Dũng},
|
| 298 |
-
title = {Giáo trình ngữ âm tiếng Việt},
|
| 299 |
year = {1994},
|
| 300 |
-
publisher = {Giáo dục},
|
| 301 |
-
address = {Hà Nội}
|
| 302 |
-
}
|
|
|
|
| 1 |
@inproceedings{alves2007,
|
| 2 |
author = {Alves, Mark J.},
|
| 3 |
title = {A look at North-Central Vietnamese},
|
| 4 |
+
booktitle = {R. Wayland et al.},
|
| 5 |
+
editor = {SEALS XII},
|
| 6 |
pages = {1--7},
|
| 7 |
year = {2007},
|
| 8 |
publisher = {Pacific Linguistics},
|
| 9 |
+
address = {Canberra},
|
| 10 |
}
|
| 11 |
|
| 12 |
@incollection{brunelle2015,
|
| 13 |
author = {Brunelle, Marc},
|
| 14 |
+
title = {{\fontencoding{T5}\selectfont Vietnamese (Tiếng Việt)}},
|
| 15 |
booktitle = {The handbook of Austroasiatic languages},
|
| 16 |
editor = {M. Jenney and P. Sidwell},
|
| 17 |
pages = {909--953},
|
| 18 |
year = {2015},
|
| 19 |
publisher = {Brill},
|
| 20 |
+
address = {Leiden},
|
| 21 |
}
|
| 22 |
|
| 23 |
@article{cao1988,
|
| 24 |
author = {Cao, Xuân Hạo},
|
| 25 |
+
title = {{\fontencoding{T5}\selectfont Hai vấn đề âm vị học của phương ngữ Nam bộ [Two phonological problems in Nam Bo dialect]}},
|
| 26 |
+
journal = {{\fontencoding{T5}\selectfont Ngôn ngữ}},
|
| 27 |
volume = {1},
|
| 28 |
pages = {48--53},
|
| 29 |
+
year = {1988},
|
| 30 |
+
}
|
| 31 |
+
|
| 32 |
+
@book{duffield2019,
|
| 33 |
+
editor = {Duffield, Nigel and Phan, Trang and Trinh, Tue (eds.)},
|
| 34 |
+
title = {Interdisciplinary Perspectives on Vietnamese Linguistics},
|
| 35 |
+
year = {2019},
|
| 36 |
+
publisher = {John Benjamins},
|
| 37 |
+
address = {Amsterdam},
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
@misc{duffield2024,
|
| 41 |
+
author = {Duffield, Nigel and Phan, Trang (eds.)},
|
| 42 |
+
title = {Progress in Vietnamese linguistics},
|
| 43 |
+
year = {2024},
|
| 44 |
+
note = {Special issue of Taiwan Journal of Linguistics Vol. 22},
|
| 45 |
}
|
| 46 |
|
| 47 |
@book{doan1977,
|
| 48 |
+
author = {Đoàn, Thiện Thuật},
|
| 49 |
+
title = {{\fontencoding{T5}\selectfont Ngữ âm tiếng Việt}},
|
| 50 |
year = {1977},
|
| 51 |
+
publisher = {{\fontencoding{T5}\selectfont Đại học và Trung học chuyên nghiệp}},
|
| 52 |
+
address = {{\fontencoding{T5}\selectfont Hà Nội}},
|
| 53 |
}
|
| 54 |
|
| 55 |
@book{doan2012,
|
|
|
|
| 57 |
title = {Vietnamese, Level B, C (2 Volumes)},
|
| 58 |
year = {2012},
|
| 59 |
publisher = {The World Publishing House},
|
| 60 |
+
address = {Hanoi, Vietnam},
|
| 61 |
}
|
| 62 |
|
| 63 |
@book{doan2014,
|
|
|
|
| 65 |
title = {Vietnamese, Level A (2 Volumes)},
|
| 66 |
year = {2014},
|
| 67 |
publisher = {The World Publishing House},
|
| 68 |
+
address = {Hanoi, Vietnam},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
}
|
| 70 |
|
| 71 |
@phdthesis{emerich2012,
|
| 72 |
author = {Emerich, Giang H.},
|
| 73 |
title = {The Vietnamese vowel system},
|
| 74 |
year = {2012},
|
| 75 |
+
school = {University of Pennsylvania},
|
| 76 |
}
|
| 77 |
|
| 78 |
@book{hoang2004,
|
| 79 |
author = {Hoàng, Thị Châu},
|
| 80 |
+
title = {{\fontencoding{T5}\selectfont Phương ngữ học tiếng Việt [Vietnamese dialectology]}},
|
| 81 |
year = {2004},
|
| 82 |
+
publisher = {{\fontencoding{T5}\selectfont Nhà Xuất Bản Đại Học Quốc Gia Hà Nội}},
|
| 83 |
+
address = {{\fontencoding{T5}\selectfont Hà Nội}},
|
| 84 |
}
|
| 85 |
|
| 86 |
@book{hole2013,
|
|
|
|
| 88 |
title = {Linguistics of Vietnamese: An International Survey},
|
| 89 |
year = {2013},
|
| 90 |
publisher = {De Gruyter Mouton},
|
| 91 |
+
address = {Berlin/Boston},
|
| 92 |
}
|
| 93 |
|
| 94 |
@misc{kirby2008,
|
| 95 |
author = {Kirby, James},
|
| 96 |
+
title = {vPhon: a Vietnamese phonetizer},
|
| 97 |
year = {2008},
|
| 98 |
+
note = {Retrieved from \url{http://github.com/kirbyj/vPhon/}},
|
| 99 |
}
|
| 100 |
|
| 101 |
@article{kirby2011,
|
|
|
|
| 106 |
number = {3},
|
| 107 |
pages = {381--392},
|
| 108 |
year = {2011},
|
| 109 |
+
url = {https://doi.org/10.1017/S0025100311000181},
|
| 110 |
}
|
| 111 |
|
| 112 |
@book{mai1992,
|
| 113 |
+
author = {Mai, Ngọc Chừ and Vũ, Đức Nghiệu and Hoàng, Trọng Phiến},
|
| 114 |
+
title = {{\fontencoding{T5}\selectfont Cơ sở ngôn ngữ học và tiếng Việt}},
|
| 115 |
year = {1992},
|
| 116 |
+
publisher = {{\fontencoding{T5}\selectfont Đại học và Giáo dục chuyên nghiệp}},
|
| 117 |
+
address = {{\fontencoding{T5}\selectfont Hà Nội}},
|
| 118 |
}
|
| 119 |
|
| 120 |
@book{mai2007a,
|
| 121 |
author = {Mai, Ngọc Chừ and others},
|
| 122 |
+
title = {{\fontencoding{T5}\selectfont Quê Việt, Level A (2 Volumes -- Experimental book)}},
|
| 123 |
year = {2007},
|
| 124 |
publisher = {Education Publishing House},
|
| 125 |
+
address = {Hanoi, Vietnam},
|
| 126 |
}
|
| 127 |
|
| 128 |
@book{mai2007b,
|
| 129 |
author = {Mai, Ngọc Chừ and others},
|
| 130 |
+
title = {{\fontencoding{T5}\selectfont Quê Việt, Level B (2 Volumes)}},
|
| 131 |
year = {2007},
|
| 132 |
publisher = {Education Publishing House},
|
| 133 |
address = {Hanoi, Vietnam},
|
| 134 |
+
note = {Experimental Textbook},
|
| 135 |
}
|
| 136 |
|
| 137 |
@article{michaud2004,
|
|
|
|
| 140 |
journal = {Phonetica},
|
| 141 |
volume = {61},
|
| 142 |
pages = {119--146},
|
| 143 |
+
year = {2004},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
}
|
| 145 |
|
| 146 |
@book{nguyentaican1985,
|
| 147 |
author = {Nguyễn, Tài Cẩn},
|
| 148 |
+
title = {{\fontencoding{T5}\selectfont Một số vấn đề về Chữ Nôm [Some problems with Chu Nom]}},
|
| 149 |
year = {1985},
|
| 150 |
+
publisher = {{\fontencoding{T5}\selectfont Nhà Xuất Bản Đại học và Trung Học Chuyên Nghiệp}},
|
| 151 |
+
address = {{\fontencoding{T5}\selectfont Hà Nội}},
|
| 152 |
}
|
| 153 |
|
| 154 |
@book{nguyentaican1995,
|
| 155 |
author = {Nguyễn, Tài Cẩn},
|
| 156 |
+
title = {{\fontencoding{T5}\selectfont Giáo trình lịch sử ngữ âm tiếng Việt (Sơ thảo) [Textbook of Vietnamese historical phonology (preliminary)]}},
|
| 157 |
year = {1995},
|
| 158 |
+
publisher = {{\fontencoding{T5}\selectfont Nhà Xuất Bản Giáo Dục}},
|
| 159 |
+
address = {{\fontencoding{T5}\selectfont Hà Nội}},
|
| 160 |
}
|
| 161 |
|
| 162 |
@book{nguyen2019,
|
|
|
|
| 164 |
title = {Basic Vietnamese for Foreigners (2 Volumes)},
|
| 165 |
year = {2019},
|
| 166 |
publisher = {Vietnam National University Press},
|
| 167 |
+
address = {Hanoi, Vietnam},
|
| 168 |
}
|
| 169 |
|
| 170 |
@book{nguyen2019adv,
|
|
|
|
| 172 |
title = {Advanced Vietnamese for Foreigners (2 Volumes)},
|
| 173 |
year = {2019},
|
| 174 |
publisher = {Vietnam National University Press},
|
| 175 |
+
address = {Hanoi, Vietnam},
|
| 176 |
}
|
| 177 |
|
| 178 |
+
@book{nguyen1997,
|
| 179 |
+
author = {Nguyễn, Đình-Hoà},
|
| 180 |
+
title = {{\fontencoding{T5}\selectfont Vietnamese: Tiếng Việt không son phấn}},
|
| 181 |
+
year = {1997},
|
| 182 |
+
publisher = {John Benjamins},
|
| 183 |
+
address = {Amsterdam},
|
|
|
|
|
|
|
| 184 |
}
|
| 185 |
|
| 186 |
@article{nguyenvanloi1997,
|
| 187 |
+
author = {Nguyễn, Văn Lợi and Edmondson, Jerold A.},
|
| 188 |
title = {Tones and voice quality in modern northern Vietnamese: Instrumental case studies},
|
| 189 |
journal = {Mon-Khmer Studies},
|
| 190 |
volume = {28},
|
| 191 |
pages = {1--18},
|
| 192 |
+
year = {1997},
|
| 193 |
+
}
|
| 194 |
+
|
| 195 |
+
@article{nguyenvanloi2012,
|
| 196 |
+
author = {Nguyễn, Văn Lợi},
|
| 197 |
+
title = {{\fontencoding{T5}\selectfont Hệ thống thanh điệu tiếng Huế (dựa trên kết quả khảo nghiệm bằng computer)}},
|
| 198 |
+
journal = {{\fontencoding{T5}\selectfont Tạp chí Từ điển học \& Bách khoa thư}},
|
| 199 |
+
volume = {5},
|
| 200 |
+
number = {19},
|
| 201 |
+
pages = {54--65},
|
| 202 |
+
year = {2012},
|
| 203 |
}
|
| 204 |
|
| 205 |
@article{pham2006,
|
|
|
|
| 209 |
volume = {25},
|
| 210 |
number = {2},
|
| 211 |
pages = {107--141},
|
| 212 |
+
year = {2006},
|
| 213 |
+
}
|
| 214 |
+
|
| 215 |
+
@misc{phan2022,
|
| 216 |
+
author = {Phan, Trang and Phan, John and Alves, Mark},
|
| 217 |
+
title = {Vietnamese Linguistics. State of the Field},
|
| 218 |
+
year = {2022},
|
| 219 |
+
note = {Special issue of Journal of Southeast Asian linguistics society},
|
| 220 |
}
|
| 221 |
|
| 222 |
@book{phan2024vibes,
|
|
|
|
| 225 |
year = {2024},
|
| 226 |
publisher = {Cafoscarina Press},
|
| 227 |
address = {Venice},
|
| 228 |
+
url = {https://cafoscarina.it/articoli/vietnamese-vibes-1-2-3-phan-trang-chu-phong-lan/},
|
| 229 |
}
|
| 230 |
|
| 231 |
@book{phan2024springer,
|
|
|
|
| 233 |
title = {Studies in Vietnamese Historical Linguistics: Southeast and East Asian Contexts},
|
| 234 |
year = {2024},
|
| 235 |
publisher = {Springer Nature},
|
| 236 |
+
address = {Singapore},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
}
|
| 238 |
|
| 239 |
@misc{phan2025lang,
|
| 240 |
+
author = {Phan, Trang and Duffield, Nigel and Chou, Tim},
|
| 241 |
title = {Current Issues in Vietnamese Linguistics},
|
| 242 |
year = {2025},
|
| 243 |
+
note = {Special issue of Languages},
|
| 244 |
}
|
| 245 |
|
| 246 |
+
@misc{phan2025tjl,
|
| 247 |
+
author = {Phan, Trang and Duffield, Nigel},
|
| 248 |
+
title = {Further advances in Vietnamese linguistics},
|
| 249 |
+
year = {2025},
|
| 250 |
+
note = {Special issue of Taiwan Journal of Linguistics. forthcoming},
|
| 251 |
}
|
| 252 |
|
| 253 |
@misc{phung2025,
|
| 254 |
author = {Phung, Huy and Sakach, An and Nguyen, P. Chung},
|
| 255 |
title = {Intermediate Vietnamese Taskbook},
|
| 256 |
year = {2025},
|
| 257 |
+
url = {https://doi.org/10.17605/OSF.IO/JHQ6N},
|
| 258 |
}
|
| 259 |
|
| 260 |
@article{shimizu2022,
|
|
|
|
| 264 |
volume = {15},
|
| 265 |
number = {4},
|
| 266 |
pages = {1--14},
|
| 267 |
+
year = {2022},
|
| 268 |
}
|
| 269 |
|
| 270 |
@article{thompson1959,
|
|
|
|
| 274 |
volume = {35},
|
| 275 |
number = {3},
|
| 276 |
pages = {454--476},
|
| 277 |
+
year = {1959},
|
| 278 |
}
|
| 279 |
|
| 280 |
@book{thompson1984,
|
|
|
|
| 282 |
title = {A Vietnamese reference grammar},
|
| 283 |
year = {1984--85},
|
| 284 |
series = {Mon-Khmer Studies XIII-XIV},
|
| 285 |
+
publisher = {University of Hawaii Press},
|
| 286 |
}
|
| 287 |
|
| 288 |
@book{vu2011,
|
|
|
|
| 290 |
title = {Basic Vietnamese},
|
| 291 |
year = {2011},
|
| 292 |
publisher = {Vietnam National University Press},
|
| 293 |
+
address = {Hanoi, Vietnam},
|
| 294 |
}
|
| 295 |
|
| 296 |
@book{vuong1994,
|
| 297 |
+
author = {Vương, Hữu Lễ and Hoàng, Dũng},
|
| 298 |
+
title = {{\fontencoding{T5}\selectfont Giáo trình ngữ âm tiếng Việt}},
|
| 299 |
year = {1994},
|
| 300 |
+
publisher = {{\fontencoding{T5}\selectfont Giáo dục}},
|
| 301 |
+
address = {{\fontencoding{T5}\selectfont Hà Nội}},
|
| 302 |
+
}
|
|
@@ -1,6 +1,6 @@
|
|
| 1 |
\documentclass[12pt]{article}
|
|
|
|
| 2 |
\usepackage[utf8]{inputenc}
|
| 3 |
-
\usepackage[T1]{fontenc}
|
| 4 |
\usepackage[vietnamese,english]{babel}
|
| 5 |
\usepackage{tipa}
|
| 6 |
\usepackage[hyphens]{url}
|
|
@@ -15,8 +15,12 @@
|
|
| 15 |
filecolor=blue,
|
| 16 |
anchorcolor=magenta
|
| 17 |
}
|
| 18 |
-
\usepackage
|
| 19 |
\setcitestyle{authoryear,open={(},close={)}}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
\let\oldfootnote\footnote
|
| 21 |
\renewcommand{\footnote}[1]{\oldfootnote{\color{red}#1}}
|
| 22 |
\makeatletter
|
|
@@ -45,7 +49,7 @@ The demand of learning Vietnamese as a second language in Vietnam and overseas i
|
|
| 45 |
|
| 46 |
There is also a growing number of people speaking Vietnamese as a heritage language in the US, Cambodia, France, Australia and other countries. Vietnamese has been officially recognized as a minority language in the Czech Republic since 2013\footnote{\url{https://ec.europa.eu/migrant-integration/news/czech-republic-vietnamese-and-belarusians-recognized-ethnic-minorities_en}}. In Australia, Vietnamese occupies 82.7\% of the main languages spoken at home by Vietnam-born people there, according to the 2016 Census\footnote{\url{https://www.homeaffairs.gov.au/mca/files/2016-cis-vietnam.PDF}}.
|
| 47 |
|
| 48 |
-
Responding to strong demand, numerous instructional textbooks have been published worldwide, including series by \
|
| 49 |
|
| 50 |
There is also a great leap in Vietnamese linguistic research over the past decade. There are three edited volumes devoted to Vietnamese: \cite{hole2013}, De Gruyter Mouton;\footnote{\url{https://www.degruyter.com/document/doi/10.1515/9783110289411/html?lang=en}} \cite{duffield2019}, John Benjamins;\footnote{\url{https://benjamins.com/catalog/slcs.211}} and \cite{phan2024springer}, Springer. Vietnamese has also been the focus of several special issues in Journal of East Asian Linguistics (2017),\footnote{\url{https://link.springer.com/journal/10831/volumes-and-issues/26-4}} Journal of the Southeast Asian Linguistics Society \cite{phan2022},\footnote{\url{https://evols.library.manoa.hawaii.edu/handle/10524/52500}} Taiwan Journal of Linguistics \cite{duffield2024,phan2025tjl}, and Languages \cite{phan2025lang}.
|
| 51 |
|
|
@@ -55,7 +59,7 @@ We bring different perspectives to the task: as a native speaker of Vietnamese,
|
|
| 55 |
|
| 56 |
Our transcription is based on a standardized system applicable to all the languages in the world, namely the International Phonetic Alphabet (IPA), with some language-specific and user-friendly modifications. Our main point of reference is Kirby (2008)'s vPhon, a Vietnamese phonetizer whose current version can be retrieved from \url{http://github.com/kirbyj/vPhon/}.
|
| 57 |
|
| 58 |
-
In this study, we have compiled a comprehensive list of Vietnamese syllables by integrating data from two primary sources. The output of our research is a comprehensive list of 6000 syllables, each of which is transcribed in the International Phonetic Alphabet (IPA) according to the two main dialects of Vietnamese, Northern and Southern. For example, the syllable "{\fontencoding{T5}\selectfont kiểm}" is transcribed as
|
| 59 |
|
| 60 |
\section{The Vietnamese syllabic structure and the main dialects}
|
| 61 |
|
|
@@ -369,7 +373,8 @@ Note that there is no distiction between between the two tonemes h{\fontencoding
|
|
| 369 |
|
| 370 |
This is a work in progress toward a dialect-sensitive inventory of $\sim$6,000 Vietnamese syllables with IPA (North/South) and example audio. The aim is a modest, reliable reference for teaching, learning, and basic research. We invite testing, critique, and incremental improvement.
|
| 371 |
|
| 372 |
-
\
|
|
|
|
| 373 |
\bibliography{main}
|
| 374 |
|
| 375 |
\end{document}
|
|
|
|
| 1 |
\documentclass[12pt]{article}
|
| 2 |
+
\usepackage[T5,T1]{fontenc}
|
| 3 |
\usepackage[utf8]{inputenc}
|
|
|
|
| 4 |
\usepackage[vietnamese,english]{babel}
|
| 5 |
\usepackage{tipa}
|
| 6 |
\usepackage[hyphens]{url}
|
|
|
|
| 15 |
filecolor=blue,
|
| 16 |
anchorcolor=magenta
|
| 17 |
}
|
| 18 |
+
\usepackage{natbib}
|
| 19 |
\setcitestyle{authoryear,open={(},close={)}}
|
| 20 |
+
|
| 21 |
+
% Custom citation command for family name only
|
| 22 |
+
\newcommand{\citeF}[1]{\citeauthor{#1} (\citeyear{#1})}
|
| 23 |
+
|
| 24 |
\let\oldfootnote\footnote
|
| 25 |
\renewcommand{\footnote}[1]{\oldfootnote{\color{red}#1}}
|
| 26 |
\makeatletter
|
|
|
|
| 49 |
|
| 50 |
There is also a growing number of people speaking Vietnamese as a heritage language in the US, Cambodia, France, Australia and other countries. Vietnamese has been officially recognized as a minority language in the Czech Republic since 2013\footnote{\url{https://ec.europa.eu/migrant-integration/news/czech-republic-vietnamese-and-belarusians-recognized-ethnic-minorities_en}}. In Australia, Vietnamese occupies 82.7\% of the main languages spoken at home by Vietnam-born people there, according to the 2016 Census\footnote{\url{https://www.homeaffairs.gov.au/mca/files/2016-cis-vietnam.PDF}}.
|
| 51 |
|
| 52 |
+
Responding to strong demand, numerous instructional textbooks have been published worldwide, including series by \citet{mai2007a}, \citet{vu2011}, \citet{doan2012,doan2014}, \citet{nguyen2019}, and more recently by \citet{phan2024vibes} and \citet{phung2025}. Additionally, there are descriptive guides to the Vietnamese language including \citet{nguyen1997} by John Benjamins,\footnote{\url{https://benjamins.com/catalog/loall.9}} and Ngo (2020) by Routledge.\footnote{\url{https://www.routledge.com/Vietnamese-An-Essential-Grammar/Ngo/p/book/9781138210707}}
|
| 53 |
|
| 54 |
There is also a great leap in Vietnamese linguistic research over the past decade. There are three edited volumes devoted to Vietnamese: \cite{hole2013}, De Gruyter Mouton;\footnote{\url{https://www.degruyter.com/document/doi/10.1515/9783110289411/html?lang=en}} \cite{duffield2019}, John Benjamins;\footnote{\url{https://benjamins.com/catalog/slcs.211}} and \cite{phan2024springer}, Springer. Vietnamese has also been the focus of several special issues in Journal of East Asian Linguistics (2017),\footnote{\url{https://link.springer.com/journal/10831/volumes-and-issues/26-4}} Journal of the Southeast Asian Linguistics Society \cite{phan2022},\footnote{\url{https://evols.library.manoa.hawaii.edu/handle/10524/52500}} Taiwan Journal of Linguistics \cite{duffield2024,phan2025tjl}, and Languages \cite{phan2025lang}.
|
| 55 |
|
|
|
|
| 59 |
|
| 60 |
Our transcription is based on a standardized system applicable to all the languages in the world, namely the International Phonetic Alphabet (IPA), with some language-specific and user-friendly modifications. Our main point of reference is Kirby (2008)'s vPhon, a Vietnamese phonetizer whose current version can be retrieved from \url{http://github.com/kirbyj/vPhon/}.
|
| 61 |
|
| 62 |
+
In this study, we have compiled a comprehensive list of Vietnamese syllables by integrating data from two primary sources. The output of our research is a comprehensive list of 6000 syllables, each of which is transcribed in the International Phonetic Alphabet (IPA) according to the two main dialects of Vietnamese, Northern and Southern. For example, the syllable "{\fontencoding{T5}\selectfont kiểm}" is transcribed as /\textipa{ki\textschwa m}\super{312}/ in the Northern dialect and as /\textipa{ki\textlengthmark m}\super{214}/ in the Southern dialect. Our aim is to provide a valuable resource for learners of Vietnamese as a second language, as well as for Vietnamese language teachers, researchers and specialists in various fields of Vietnamese studies.
|
| 63 |
|
| 64 |
\section{The Vietnamese syllabic structure and the main dialects}
|
| 65 |
|
|
|
|
| 373 |
|
| 374 |
This is a work in progress toward a dialect-sensitive inventory of $\sim$6,000 Vietnamese syllables with IPA (North/South) and example audio. The aim is a modest, reliable reference for teaching, learning, and basic research. We invite testing, critique, and incremental improvement.
|
| 375 |
|
| 376 |
+
\nocite{*}
|
| 377 |
+
\bibliographystyle{plainnat-custom}
|
| 378 |
\bibliography{main}
|
| 379 |
|
| 380 |
\end{document}
|
|
@@ -0,0 +1,1438 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
%% File: `plainnat.bst'
|
| 2 |
+
%% A modification of `plain.bst' for use with natbib package
|
| 3 |
+
%%
|
| 4 |
+
%% Copyright 1993-2007 Patrick W Daly
|
| 5 |
+
%% Max-Planck-Institut f\"ur Sonnensystemforschung
|
| 6 |
+
%% Max-Planck-Str. 2
|
| 7 |
+
%% D-37191 Katlenburg-Lindau
|
| 8 |
+
%% Germany
|
| 9 |
+
%% E-mail: daly@mps.mpg.de
|
| 10 |
+
%%
|
| 11 |
+
%% This program can be redistributed and/or modified under the terms
|
| 12 |
+
%% of the LaTeX Project Public License Distributed from CTAN
|
| 13 |
+
%% archives in directory macros/latex/base/lppl.txt; either
|
| 14 |
+
%% version 1 of the License, or any later version.
|
| 15 |
+
%%
|
| 16 |
+
% Version and source file information:
|
| 17 |
+
% \ProvidesFile{natbst.mbs}[2007/11/26 1.93 (PWD)]
|
| 18 |
+
%
|
| 19 |
+
% BibTeX `plainnat' family
|
| 20 |
+
% version 0.99b for BibTeX versions 0.99a or later,
|
| 21 |
+
% for LaTeX versions 2.09 and 2e.
|
| 22 |
+
%
|
| 23 |
+
% For use with the `natbib.sty' package; emulates the corresponding
|
| 24 |
+
% member of the `plain' family, but with author-year citations.
|
| 25 |
+
%
|
| 26 |
+
% With version 6.0 of `natbib.sty', it may also be used for numerical
|
| 27 |
+
% citations, while retaining the commands \citeauthor, \citefullauthor,
|
| 28 |
+
% and \citeyear to print the corresponding information.
|
| 29 |
+
%
|
| 30 |
+
% For version 7.0 of `natbib.sty', the KEY field replaces missing
|
| 31 |
+
% authors/editors, and the date is left blank in \bibitem.
|
| 32 |
+
%
|
| 33 |
+
% Includes field EID for the sequence/citation number of electronic journals
|
| 34 |
+
% which is used instead of page numbers.
|
| 35 |
+
%
|
| 36 |
+
% Includes fields ISBN and ISSN.
|
| 37 |
+
%
|
| 38 |
+
% Includes field URL for Internet addresses.
|
| 39 |
+
%
|
| 40 |
+
% Includes field DOI for Digital Object Idenfifiers.
|
| 41 |
+
%
|
| 42 |
+
% Works best with the url.sty package of Donald Arseneau.
|
| 43 |
+
%
|
| 44 |
+
% Works with identical authors and year are further sorted by
|
| 45 |
+
% citation key, to preserve any natural sequence.
|
| 46 |
+
%
|
| 47 |
+
ENTRY
|
| 48 |
+
{ address
|
| 49 |
+
author
|
| 50 |
+
booktitle
|
| 51 |
+
chapter
|
| 52 |
+
doi
|
| 53 |
+
eid
|
| 54 |
+
edition
|
| 55 |
+
editor
|
| 56 |
+
howpublished
|
| 57 |
+
institution
|
| 58 |
+
isbn
|
| 59 |
+
issn
|
| 60 |
+
journal
|
| 61 |
+
key
|
| 62 |
+
month
|
| 63 |
+
note
|
| 64 |
+
number
|
| 65 |
+
organization
|
| 66 |
+
pages
|
| 67 |
+
publisher
|
| 68 |
+
school
|
| 69 |
+
series
|
| 70 |
+
title
|
| 71 |
+
type
|
| 72 |
+
url
|
| 73 |
+
volume
|
| 74 |
+
year
|
| 75 |
+
}
|
| 76 |
+
{}
|
| 77 |
+
{ label extra.label sort.label short.list }
|
| 78 |
+
|
| 79 |
+
INTEGERS { output.state before.all mid.sentence after.sentence after.block }
|
| 80 |
+
|
| 81 |
+
FUNCTION {init.state.consts}
|
| 82 |
+
{ #0 'before.all :=
|
| 83 |
+
#1 'mid.sentence :=
|
| 84 |
+
#2 'after.sentence :=
|
| 85 |
+
#3 'after.block :=
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
STRINGS { s t }
|
| 89 |
+
|
| 90 |
+
FUNCTION {output.nonnull}
|
| 91 |
+
{ 's :=
|
| 92 |
+
output.state mid.sentence =
|
| 93 |
+
{ ", " * write$ }
|
| 94 |
+
{ output.state after.block =
|
| 95 |
+
{ add.period$ write$
|
| 96 |
+
newline$
|
| 97 |
+
"\newblock " write$
|
| 98 |
+
}
|
| 99 |
+
{ output.state before.all =
|
| 100 |
+
'write$
|
| 101 |
+
{ add.period$ " " * write$ }
|
| 102 |
+
if$
|
| 103 |
+
}
|
| 104 |
+
if$
|
| 105 |
+
mid.sentence 'output.state :=
|
| 106 |
+
}
|
| 107 |
+
if$
|
| 108 |
+
s
|
| 109 |
+
}
|
| 110 |
+
|
| 111 |
+
FUNCTION {output}
|
| 112 |
+
{ duplicate$ empty$
|
| 113 |
+
'pop$
|
| 114 |
+
'output.nonnull
|
| 115 |
+
if$
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
FUNCTION {output.check}
|
| 119 |
+
{ 't :=
|
| 120 |
+
duplicate$ empty$
|
| 121 |
+
{ pop$ "empty " t * " in " * cite$ * warning$ }
|
| 122 |
+
'output.nonnull
|
| 123 |
+
if$
|
| 124 |
+
}
|
| 125 |
+
|
| 126 |
+
FUNCTION {fin.entry}
|
| 127 |
+
{ add.period$
|
| 128 |
+
write$
|
| 129 |
+
newline$
|
| 130 |
+
}
|
| 131 |
+
|
| 132 |
+
FUNCTION {new.block}
|
| 133 |
+
{ output.state before.all =
|
| 134 |
+
'skip$
|
| 135 |
+
{ after.block 'output.state := }
|
| 136 |
+
if$
|
| 137 |
+
}
|
| 138 |
+
|
| 139 |
+
FUNCTION {new.sentence}
|
| 140 |
+
{ output.state after.block =
|
| 141 |
+
'skip$
|
| 142 |
+
{ output.state before.all =
|
| 143 |
+
'skip$
|
| 144 |
+
{ after.sentence 'output.state := }
|
| 145 |
+
if$
|
| 146 |
+
}
|
| 147 |
+
if$
|
| 148 |
+
}
|
| 149 |
+
|
| 150 |
+
FUNCTION {not}
|
| 151 |
+
{ { #0 }
|
| 152 |
+
{ #1 }
|
| 153 |
+
if$
|
| 154 |
+
}
|
| 155 |
+
|
| 156 |
+
FUNCTION {and}
|
| 157 |
+
{ 'skip$
|
| 158 |
+
{ pop$ #0 }
|
| 159 |
+
if$
|
| 160 |
+
}
|
| 161 |
+
|
| 162 |
+
FUNCTION {or}
|
| 163 |
+
{ { pop$ #1 }
|
| 164 |
+
'skip$
|
| 165 |
+
if$
|
| 166 |
+
}
|
| 167 |
+
|
| 168 |
+
FUNCTION {new.block.checka}
|
| 169 |
+
{ empty$
|
| 170 |
+
'skip$
|
| 171 |
+
'new.block
|
| 172 |
+
if$
|
| 173 |
+
}
|
| 174 |
+
|
| 175 |
+
FUNCTION {new.block.checkb}
|
| 176 |
+
{ empty$
|
| 177 |
+
swap$ empty$
|
| 178 |
+
and
|
| 179 |
+
'skip$
|
| 180 |
+
'new.block
|
| 181 |
+
if$
|
| 182 |
+
}
|
| 183 |
+
|
| 184 |
+
FUNCTION {new.sentence.checka}
|
| 185 |
+
{ empty$
|
| 186 |
+
'skip$
|
| 187 |
+
'new.sentence
|
| 188 |
+
if$
|
| 189 |
+
}
|
| 190 |
+
|
| 191 |
+
FUNCTION {new.sentence.checkb}
|
| 192 |
+
{ empty$
|
| 193 |
+
swap$ empty$
|
| 194 |
+
and
|
| 195 |
+
'skip$
|
| 196 |
+
'new.sentence
|
| 197 |
+
if$
|
| 198 |
+
}
|
| 199 |
+
|
| 200 |
+
FUNCTION {field.or.null}
|
| 201 |
+
{ duplicate$ empty$
|
| 202 |
+
{ pop$ "" }
|
| 203 |
+
'skip$
|
| 204 |
+
if$
|
| 205 |
+
}
|
| 206 |
+
|
| 207 |
+
FUNCTION {emphasize}
|
| 208 |
+
{ duplicate$ empty$
|
| 209 |
+
{ pop$ "" }
|
| 210 |
+
{ "\emph{" swap$ * "}" * }
|
| 211 |
+
if$
|
| 212 |
+
}
|
| 213 |
+
|
| 214 |
+
INTEGERS { nameptr namesleft numnames }
|
| 215 |
+
|
| 216 |
+
FUNCTION {format.names}
|
| 217 |
+
{ 's :=
|
| 218 |
+
#1 'nameptr :=
|
| 219 |
+
s num.names$ 'numnames :=
|
| 220 |
+
numnames 'namesleft :=
|
| 221 |
+
{ namesleft #0 > }
|
| 222 |
+
{ s nameptr "{vv~}{ll}{, jj}{, ff}" format.name$ 't :=
|
| 223 |
+
nameptr #1 >
|
| 224 |
+
{ namesleft #1 >
|
| 225 |
+
{ ", " * t * }
|
| 226 |
+
{ numnames #2 >
|
| 227 |
+
{ "," * }
|
| 228 |
+
'skip$
|
| 229 |
+
if$
|
| 230 |
+
t "others" =
|
| 231 |
+
{ " et~al." * }
|
| 232 |
+
{ " and " * t * }
|
| 233 |
+
if$
|
| 234 |
+
}
|
| 235 |
+
if$
|
| 236 |
+
}
|
| 237 |
+
't
|
| 238 |
+
if$
|
| 239 |
+
nameptr #1 + 'nameptr :=
|
| 240 |
+
namesleft #1 - 'namesleft :=
|
| 241 |
+
}
|
| 242 |
+
while$
|
| 243 |
+
}
|
| 244 |
+
|
| 245 |
+
FUNCTION {format.key}
|
| 246 |
+
{ empty$
|
| 247 |
+
{ key field.or.null }
|
| 248 |
+
{ "" }
|
| 249 |
+
if$
|
| 250 |
+
}
|
| 251 |
+
|
| 252 |
+
FUNCTION {format.authors}
|
| 253 |
+
{ author empty$
|
| 254 |
+
{ "" }
|
| 255 |
+
{ author format.names }
|
| 256 |
+
if$
|
| 257 |
+
}
|
| 258 |
+
|
| 259 |
+
FUNCTION {format.authors.year}
|
| 260 |
+
{ author empty$
|
| 261 |
+
{ "" }
|
| 262 |
+
{ author format.names
|
| 263 |
+
year empty$
|
| 264 |
+
{ }
|
| 265 |
+
{ " (" * year * extra.label * ")" * }
|
| 266 |
+
if$
|
| 267 |
+
}
|
| 268 |
+
if$
|
| 269 |
+
}
|
| 270 |
+
|
| 271 |
+
FUNCTION {format.editors.year}
|
| 272 |
+
{ editor empty$
|
| 273 |
+
{ "" }
|
| 274 |
+
{ editor format.names
|
| 275 |
+
year empty$
|
| 276 |
+
{ }
|
| 277 |
+
{ " (" * year * extra.label * ")" * }
|
| 278 |
+
if$
|
| 279 |
+
}
|
| 280 |
+
if$
|
| 281 |
+
}
|
| 282 |
+
|
| 283 |
+
FUNCTION {format.editors}
|
| 284 |
+
{ editor empty$
|
| 285 |
+
{ "" }
|
| 286 |
+
{ editor format.names
|
| 287 |
+
editor num.names$ #1 >
|
| 288 |
+
{ ", editors" * }
|
| 289 |
+
{ ", editor" * }
|
| 290 |
+
if$
|
| 291 |
+
}
|
| 292 |
+
if$
|
| 293 |
+
}
|
| 294 |
+
|
| 295 |
+
FUNCTION {format.isbn}
|
| 296 |
+
{ isbn empty$
|
| 297 |
+
{ "" }
|
| 298 |
+
{ new.block "ISBN " isbn * }
|
| 299 |
+
if$
|
| 300 |
+
}
|
| 301 |
+
|
| 302 |
+
FUNCTION {format.issn}
|
| 303 |
+
{ issn empty$
|
| 304 |
+
{ "" }
|
| 305 |
+
{ new.block "ISSN " issn * }
|
| 306 |
+
if$
|
| 307 |
+
}
|
| 308 |
+
|
| 309 |
+
FUNCTION {format.url}
|
| 310 |
+
{ url empty$
|
| 311 |
+
{ "" }
|
| 312 |
+
{ new.block "URL \url{" url * "}" * }
|
| 313 |
+
if$
|
| 314 |
+
}
|
| 315 |
+
|
| 316 |
+
FUNCTION {format.doi}
|
| 317 |
+
{ doi empty$
|
| 318 |
+
{ "" }
|
| 319 |
+
{ new.block "\doi{" doi * "}" * }
|
| 320 |
+
if$
|
| 321 |
+
}
|
| 322 |
+
|
| 323 |
+
FUNCTION {format.title}
|
| 324 |
+
{ title empty$
|
| 325 |
+
{ "" }
|
| 326 |
+
{ title "t" change.case$ }
|
| 327 |
+
if$
|
| 328 |
+
}
|
| 329 |
+
|
| 330 |
+
FUNCTION {format.full.names}
|
| 331 |
+
{'s :=
|
| 332 |
+
#1 'nameptr :=
|
| 333 |
+
s num.names$ 'numnames :=
|
| 334 |
+
numnames 'namesleft :=
|
| 335 |
+
{ namesleft #0 > }
|
| 336 |
+
{ s nameptr
|
| 337 |
+
"{vv~}{ll}" format.name$ 't :=
|
| 338 |
+
nameptr #1 >
|
| 339 |
+
{
|
| 340 |
+
namesleft #1 >
|
| 341 |
+
{ ", " * t * }
|
| 342 |
+
{
|
| 343 |
+
numnames #2 >
|
| 344 |
+
{ "," * }
|
| 345 |
+
'skip$
|
| 346 |
+
if$
|
| 347 |
+
t "others" =
|
| 348 |
+
{ " et~al." * }
|
| 349 |
+
{ " and " * t * }
|
| 350 |
+
if$
|
| 351 |
+
}
|
| 352 |
+
if$
|
| 353 |
+
}
|
| 354 |
+
't
|
| 355 |
+
if$
|
| 356 |
+
nameptr #1 + 'nameptr :=
|
| 357 |
+
namesleft #1 - 'namesleft :=
|
| 358 |
+
}
|
| 359 |
+
while$
|
| 360 |
+
}
|
| 361 |
+
|
| 362 |
+
FUNCTION {author.editor.full}
|
| 363 |
+
{ author empty$
|
| 364 |
+
{ editor empty$
|
| 365 |
+
{ "" }
|
| 366 |
+
{ editor format.full.names }
|
| 367 |
+
if$
|
| 368 |
+
}
|
| 369 |
+
{ author format.full.names }
|
| 370 |
+
if$
|
| 371 |
+
}
|
| 372 |
+
|
| 373 |
+
FUNCTION {author.full}
|
| 374 |
+
{ author empty$
|
| 375 |
+
{ "" }
|
| 376 |
+
{ author format.full.names }
|
| 377 |
+
if$
|
| 378 |
+
}
|
| 379 |
+
|
| 380 |
+
FUNCTION {editor.full}
|
| 381 |
+
{ editor empty$
|
| 382 |
+
{ "" }
|
| 383 |
+
{ editor format.full.names }
|
| 384 |
+
if$
|
| 385 |
+
}
|
| 386 |
+
|
| 387 |
+
FUNCTION {make.full.names}
|
| 388 |
+
{ type$ "book" =
|
| 389 |
+
type$ "inbook" =
|
| 390 |
+
or
|
| 391 |
+
'author.editor.full
|
| 392 |
+
{ type$ "proceedings" =
|
| 393 |
+
'editor.full
|
| 394 |
+
'author.full
|
| 395 |
+
if$
|
| 396 |
+
}
|
| 397 |
+
if$
|
| 398 |
+
}
|
| 399 |
+
|
| 400 |
+
FUNCTION {output.bibitem}
|
| 401 |
+
{ newline$
|
| 402 |
+
"\bibitem[" write$
|
| 403 |
+
label write$
|
| 404 |
+
")" make.full.names duplicate$ short.list =
|
| 405 |
+
{ pop$ }
|
| 406 |
+
{ * }
|
| 407 |
+
if$
|
| 408 |
+
"]{" * write$
|
| 409 |
+
cite$ write$
|
| 410 |
+
"}" write$
|
| 411 |
+
newline$
|
| 412 |
+
""
|
| 413 |
+
before.all 'output.state :=
|
| 414 |
+
}
|
| 415 |
+
|
| 416 |
+
FUNCTION {n.dashify}
|
| 417 |
+
{ 't :=
|
| 418 |
+
""
|
| 419 |
+
{ t empty$ not }
|
| 420 |
+
{ t #1 #1 substring$ "-" =
|
| 421 |
+
{ t #1 #2 substring$ "--" = not
|
| 422 |
+
{ "--" *
|
| 423 |
+
t #2 global.max$ substring$ 't :=
|
| 424 |
+
}
|
| 425 |
+
{ { t #1 #1 substring$ "-" = }
|
| 426 |
+
{ "-" *
|
| 427 |
+
t #2 global.max$ substring$ 't :=
|
| 428 |
+
}
|
| 429 |
+
while$
|
| 430 |
+
}
|
| 431 |
+
if$
|
| 432 |
+
}
|
| 433 |
+
{ t #1 #1 substring$ *
|
| 434 |
+
t #2 global.max$ substring$ 't :=
|
| 435 |
+
}
|
| 436 |
+
if$
|
| 437 |
+
}
|
| 438 |
+
while$
|
| 439 |
+
}
|
| 440 |
+
|
| 441 |
+
FUNCTION {format.date}
|
| 442 |
+
{ year empty$
|
| 443 |
+
{ "" }
|
| 444 |
+
{ " (" year * extra.label * ")" * * }
|
| 445 |
+
if$
|
| 446 |
+
}
|
| 447 |
+
|
| 448 |
+
FUNCTION {format.btitle}
|
| 449 |
+
{ title emphasize
|
| 450 |
+
}
|
| 451 |
+
|
| 452 |
+
FUNCTION {tie.or.space.connect}
|
| 453 |
+
{ duplicate$ text.length$ #3 <
|
| 454 |
+
{ "~" }
|
| 455 |
+
{ " " }
|
| 456 |
+
if$
|
| 457 |
+
swap$ * *
|
| 458 |
+
}
|
| 459 |
+
|
| 460 |
+
FUNCTION {either.or.check}
|
| 461 |
+
{ empty$
|
| 462 |
+
'pop$
|
| 463 |
+
{ "can't use both " swap$ * " fields in " * cite$ * warning$ }
|
| 464 |
+
if$
|
| 465 |
+
}
|
| 466 |
+
|
| 467 |
+
FUNCTION {format.bvolume}
|
| 468 |
+
{ volume empty$
|
| 469 |
+
{ "" }
|
| 470 |
+
{ "volume" volume tie.or.space.connect
|
| 471 |
+
series empty$
|
| 472 |
+
'skip$
|
| 473 |
+
{ " of " * series emphasize * }
|
| 474 |
+
if$
|
| 475 |
+
"volume and number" number either.or.check
|
| 476 |
+
}
|
| 477 |
+
if$
|
| 478 |
+
}
|
| 479 |
+
|
| 480 |
+
FUNCTION {format.number.series}
|
| 481 |
+
{ volume empty$
|
| 482 |
+
{ number empty$
|
| 483 |
+
{ series field.or.null }
|
| 484 |
+
{ output.state mid.sentence =
|
| 485 |
+
{ "number" }
|
| 486 |
+
{ "Number" }
|
| 487 |
+
if$
|
| 488 |
+
number tie.or.space.connect
|
| 489 |
+
series empty$
|
| 490 |
+
{ "there's a number but no series in " cite$ * warning$ }
|
| 491 |
+
{ " in " * series * }
|
| 492 |
+
if$
|
| 493 |
+
}
|
| 494 |
+
if$
|
| 495 |
+
}
|
| 496 |
+
{ "" }
|
| 497 |
+
if$
|
| 498 |
+
}
|
| 499 |
+
|
| 500 |
+
FUNCTION {format.edition}
|
| 501 |
+
{ edition empty$
|
| 502 |
+
{ "" }
|
| 503 |
+
{ output.state mid.sentence =
|
| 504 |
+
{ edition "l" change.case$ " edition" * }
|
| 505 |
+
{ edition "t" change.case$ " edition" * }
|
| 506 |
+
if$
|
| 507 |
+
}
|
| 508 |
+
if$
|
| 509 |
+
}
|
| 510 |
+
|
| 511 |
+
INTEGERS { multiresult }
|
| 512 |
+
|
| 513 |
+
FUNCTION {multi.page.check}
|
| 514 |
+
{ 't :=
|
| 515 |
+
#0 'multiresult :=
|
| 516 |
+
{ multiresult not
|
| 517 |
+
t empty$ not
|
| 518 |
+
and
|
| 519 |
+
}
|
| 520 |
+
{ t #1 #1 substring$
|
| 521 |
+
duplicate$ "-" =
|
| 522 |
+
swap$ duplicate$ "," =
|
| 523 |
+
swap$ "+" =
|
| 524 |
+
or or
|
| 525 |
+
{ #1 'multiresult := }
|
| 526 |
+
{ t #2 global.max$ substring$ 't := }
|
| 527 |
+
if$
|
| 528 |
+
}
|
| 529 |
+
while$
|
| 530 |
+
multiresult
|
| 531 |
+
}
|
| 532 |
+
|
| 533 |
+
FUNCTION {format.pages}
|
| 534 |
+
{ pages empty$
|
| 535 |
+
{ "" }
|
| 536 |
+
{ pages multi.page.check
|
| 537 |
+
{ "pages" pages n.dashify tie.or.space.connect }
|
| 538 |
+
{ "page" pages tie.or.space.connect }
|
| 539 |
+
if$
|
| 540 |
+
}
|
| 541 |
+
if$
|
| 542 |
+
}
|
| 543 |
+
|
| 544 |
+
FUNCTION {format.eid}
|
| 545 |
+
{ eid empty$
|
| 546 |
+
{ "" }
|
| 547 |
+
{ "art." eid tie.or.space.connect }
|
| 548 |
+
if$
|
| 549 |
+
}
|
| 550 |
+
|
| 551 |
+
FUNCTION {format.vol.num.pages}
|
| 552 |
+
{ volume field.or.null
|
| 553 |
+
number empty$
|
| 554 |
+
'skip$
|
| 555 |
+
{ "\penalty0 (" number * ")" * *
|
| 556 |
+
volume empty$
|
| 557 |
+
{ "there's a number but no volume in " cite$ * warning$ }
|
| 558 |
+
'skip$
|
| 559 |
+
if$
|
| 560 |
+
}
|
| 561 |
+
if$
|
| 562 |
+
pages empty$
|
| 563 |
+
'skip$
|
| 564 |
+
{ duplicate$ empty$
|
| 565 |
+
{ pop$ format.pages }
|
| 566 |
+
{ ":\penalty0 " * pages n.dashify * }
|
| 567 |
+
if$
|
| 568 |
+
}
|
| 569 |
+
if$
|
| 570 |
+
}
|
| 571 |
+
|
| 572 |
+
FUNCTION {format.vol.num.eid}
|
| 573 |
+
{ volume field.or.null
|
| 574 |
+
number empty$
|
| 575 |
+
'skip$
|
| 576 |
+
{ "\penalty0 (" number * ")" * *
|
| 577 |
+
volume empty$
|
| 578 |
+
{ "there's a number but no volume in " cite$ * warning$ }
|
| 579 |
+
'skip$
|
| 580 |
+
if$
|
| 581 |
+
}
|
| 582 |
+
if$
|
| 583 |
+
eid empty$
|
| 584 |
+
'skip$
|
| 585 |
+
{ duplicate$ empty$
|
| 586 |
+
{ pop$ format.eid }
|
| 587 |
+
{ ":\penalty0 " * eid * }
|
| 588 |
+
if$
|
| 589 |
+
}
|
| 590 |
+
if$
|
| 591 |
+
}
|
| 592 |
+
|
| 593 |
+
FUNCTION {format.chapter.pages}
|
| 594 |
+
{ chapter empty$
|
| 595 |
+
'format.pages
|
| 596 |
+
{ type empty$
|
| 597 |
+
{ "chapter" }
|
| 598 |
+
{ type "l" change.case$ }
|
| 599 |
+
if$
|
| 600 |
+
chapter tie.or.space.connect
|
| 601 |
+
pages empty$
|
| 602 |
+
'skip$
|
| 603 |
+
{ ", " * format.pages * }
|
| 604 |
+
if$
|
| 605 |
+
}
|
| 606 |
+
if$
|
| 607 |
+
}
|
| 608 |
+
|
| 609 |
+
FUNCTION {format.in.ed.booktitle}
|
| 610 |
+
{ booktitle empty$
|
| 611 |
+
{ "" }
|
| 612 |
+
{ editor empty$
|
| 613 |
+
{ "In " booktitle emphasize * }
|
| 614 |
+
{ "In " format.editors * ", " * booktitle emphasize * }
|
| 615 |
+
if$
|
| 616 |
+
}
|
| 617 |
+
if$
|
| 618 |
+
}
|
| 619 |
+
|
| 620 |
+
FUNCTION {empty.misc.check}
|
| 621 |
+
{ author empty$ title empty$ howpublished empty$
|
| 622 |
+
month empty$ year empty$ note empty$
|
| 623 |
+
and and and and and
|
| 624 |
+
key empty$ not and
|
| 625 |
+
{ "all relevant fields are empty in " cite$ * warning$ }
|
| 626 |
+
'skip$
|
| 627 |
+
if$
|
| 628 |
+
}
|
| 629 |
+
|
| 630 |
+
FUNCTION {format.thesis.type}
|
| 631 |
+
{ type empty$
|
| 632 |
+
'skip$
|
| 633 |
+
{ pop$
|
| 634 |
+
type "t" change.case$
|
| 635 |
+
}
|
| 636 |
+
if$
|
| 637 |
+
}
|
| 638 |
+
|
| 639 |
+
FUNCTION {format.tr.number}
|
| 640 |
+
{ type empty$
|
| 641 |
+
{ "Technical Report" }
|
| 642 |
+
'type
|
| 643 |
+
if$
|
| 644 |
+
number empty$
|
| 645 |
+
{ "t" change.case$ }
|
| 646 |
+
{ number tie.or.space.connect }
|
| 647 |
+
if$
|
| 648 |
+
}
|
| 649 |
+
|
| 650 |
+
FUNCTION {format.article.crossref}
|
| 651 |
+
{ key empty$
|
| 652 |
+
{ journal empty$
|
| 653 |
+
{ "need key or journal for " cite$ * " to crossref " * crossref *
|
| 654 |
+
warning$
|
| 655 |
+
""
|
| 656 |
+
}
|
| 657 |
+
{ "In \emph{" journal * "}" * }
|
| 658 |
+
if$
|
| 659 |
+
}
|
| 660 |
+
{ "In " }
|
| 661 |
+
if$
|
| 662 |
+
" \citet{" * crossref * "}" *
|
| 663 |
+
}
|
| 664 |
+
|
| 665 |
+
FUNCTION {format.book.crossref}
|
| 666 |
+
{ volume empty$
|
| 667 |
+
{ "empty volume in " cite$ * "'s crossref of " * crossref * warning$
|
| 668 |
+
"In "
|
| 669 |
+
}
|
| 670 |
+
{ "Volume" volume tie.or.space.connect
|
| 671 |
+
" of " *
|
| 672 |
+
}
|
| 673 |
+
if$
|
| 674 |
+
editor empty$
|
| 675 |
+
editor field.or.null author field.or.null =
|
| 676 |
+
or
|
| 677 |
+
{ key empty$
|
| 678 |
+
{ series empty$
|
| 679 |
+
{ "need editor, key, or series for " cite$ * " to crossref " *
|
| 680 |
+
crossref * warning$
|
| 681 |
+
"" *
|
| 682 |
+
}
|
| 683 |
+
{ "\emph{" * series * "}" * }
|
| 684 |
+
if$
|
| 685 |
+
}
|
| 686 |
+
'skip$
|
| 687 |
+
if$
|
| 688 |
+
}
|
| 689 |
+
'skip$
|
| 690 |
+
if$
|
| 691 |
+
" \citet{" * crossref * "}" *
|
| 692 |
+
}
|
| 693 |
+
|
| 694 |
+
FUNCTION {format.incoll.inproc.crossref}
|
| 695 |
+
{ editor empty$
|
| 696 |
+
editor field.or.null author field.or.null =
|
| 697 |
+
or
|
| 698 |
+
{ key empty$
|
| 699 |
+
{ booktitle empty$
|
| 700 |
+
{ "need editor, key, or booktitle for " cite$ * " to crossref " *
|
| 701 |
+
crossref * warning$
|
| 702 |
+
""
|
| 703 |
+
}
|
| 704 |
+
{ "In \emph{" booktitle * "}" * }
|
| 705 |
+
if$
|
| 706 |
+
}
|
| 707 |
+
{ "In " }
|
| 708 |
+
if$
|
| 709 |
+
}
|
| 710 |
+
{ "In " }
|
| 711 |
+
if$
|
| 712 |
+
" \citet{" * crossref * "}" *
|
| 713 |
+
}
|
| 714 |
+
|
| 715 |
+
FUNCTION {article}
|
| 716 |
+
{ output.bibitem
|
| 717 |
+
format.authors.year "author" output.check
|
| 718 |
+
author format.key output
|
| 719 |
+
new.block
|
| 720 |
+
format.title "title" output.check
|
| 721 |
+
new.block
|
| 722 |
+
crossref missing$
|
| 723 |
+
{ journal emphasize "journal" output.check
|
| 724 |
+
eid empty$
|
| 725 |
+
{ format.vol.num.pages output }
|
| 726 |
+
{ format.vol.num.eid output }
|
| 727 |
+
if$
|
| 728 |
+
}
|
| 729 |
+
{ format.article.crossref output.nonnull
|
| 730 |
+
eid empty$
|
| 731 |
+
{ format.pages output }
|
| 732 |
+
{ format.eid output }
|
| 733 |
+
if$
|
| 734 |
+
}
|
| 735 |
+
if$
|
| 736 |
+
format.issn output
|
| 737 |
+
format.doi output
|
| 738 |
+
format.url output
|
| 739 |
+
new.block
|
| 740 |
+
note output
|
| 741 |
+
fin.entry
|
| 742 |
+
}
|
| 743 |
+
|
| 744 |
+
FUNCTION {book}
|
| 745 |
+
{ output.bibitem
|
| 746 |
+
author empty$
|
| 747 |
+
{ format.editors.year "author and editor" output.check
|
| 748 |
+
editor format.key output
|
| 749 |
+
}
|
| 750 |
+
{ format.authors.year output.nonnull
|
| 751 |
+
crossref missing$
|
| 752 |
+
{ "author and editor" editor either.or.check }
|
| 753 |
+
'skip$
|
| 754 |
+
if$
|
| 755 |
+
}
|
| 756 |
+
if$
|
| 757 |
+
new.block
|
| 758 |
+
format.btitle "title" output.check
|
| 759 |
+
crossref missing$
|
| 760 |
+
{ format.bvolume output
|
| 761 |
+
new.block
|
| 762 |
+
format.number.series output
|
| 763 |
+
new.sentence
|
| 764 |
+
publisher "publisher" output.check
|
| 765 |
+
address output
|
| 766 |
+
}
|
| 767 |
+
{ new.block
|
| 768 |
+
format.book.crossref output.nonnull
|
| 769 |
+
}
|
| 770 |
+
if$
|
| 771 |
+
format.edition output
|
| 772 |
+
format.isbn output
|
| 773 |
+
format.doi output
|
| 774 |
+
format.url output
|
| 775 |
+
new.block
|
| 776 |
+
note output
|
| 777 |
+
fin.entry
|
| 778 |
+
}
|
| 779 |
+
|
| 780 |
+
FUNCTION {booklet}
|
| 781 |
+
{ output.bibitem
|
| 782 |
+
format.authors.year output
|
| 783 |
+
author format.key output
|
| 784 |
+
new.block
|
| 785 |
+
format.title "title" output.check
|
| 786 |
+
howpublished address new.block.checkb
|
| 787 |
+
howpublished output
|
| 788 |
+
address output
|
| 789 |
+
format.isbn output
|
| 790 |
+
format.doi output
|
| 791 |
+
format.url output
|
| 792 |
+
new.block
|
| 793 |
+
note output
|
| 794 |
+
fin.entry
|
| 795 |
+
}
|
| 796 |
+
|
| 797 |
+
FUNCTION {inbook}
|
| 798 |
+
{ output.bibitem
|
| 799 |
+
author empty$
|
| 800 |
+
{ format.editors.year "author and editor" output.check
|
| 801 |
+
editor format.key output
|
| 802 |
+
}
|
| 803 |
+
{ format.authors.year output.nonnull
|
| 804 |
+
crossref missing$
|
| 805 |
+
{ "author and editor" editor either.or.check }
|
| 806 |
+
'skip$
|
| 807 |
+
if$
|
| 808 |
+
}
|
| 809 |
+
if$
|
| 810 |
+
new.block
|
| 811 |
+
format.btitle "title" output.check
|
| 812 |
+
crossref missing$
|
| 813 |
+
{ format.bvolume output
|
| 814 |
+
format.chapter.pages "chapter and pages" output.check
|
| 815 |
+
new.block
|
| 816 |
+
format.number.series output
|
| 817 |
+
new.sentence
|
| 818 |
+
publisher "publisher" output.check
|
| 819 |
+
address output
|
| 820 |
+
}
|
| 821 |
+
{ format.chapter.pages "chapter and pages" output.check
|
| 822 |
+
new.block
|
| 823 |
+
format.book.crossref output.nonnull
|
| 824 |
+
}
|
| 825 |
+
if$
|
| 826 |
+
format.edition output
|
| 827 |
+
format.isbn output
|
| 828 |
+
format.doi output
|
| 829 |
+
format.url output
|
| 830 |
+
new.block
|
| 831 |
+
note output
|
| 832 |
+
fin.entry
|
| 833 |
+
}
|
| 834 |
+
|
| 835 |
+
FUNCTION {incollection}
|
| 836 |
+
{ output.bibitem
|
| 837 |
+
format.authors.year "author" output.check
|
| 838 |
+
author format.key output
|
| 839 |
+
new.block
|
| 840 |
+
format.title "title" output.check
|
| 841 |
+
new.block
|
| 842 |
+
crossref missing$
|
| 843 |
+
{ format.in.ed.booktitle "booktitle" output.check
|
| 844 |
+
format.bvolume output
|
| 845 |
+
format.number.series output
|
| 846 |
+
format.chapter.pages output
|
| 847 |
+
new.sentence
|
| 848 |
+
publisher "publisher" output.check
|
| 849 |
+
address output
|
| 850 |
+
format.edition output
|
| 851 |
+
}
|
| 852 |
+
{ format.incoll.inproc.crossref output.nonnull
|
| 853 |
+
format.chapter.pages output
|
| 854 |
+
}
|
| 855 |
+
if$
|
| 856 |
+
format.isbn output
|
| 857 |
+
format.doi output
|
| 858 |
+
format.url output
|
| 859 |
+
new.block
|
| 860 |
+
note output
|
| 861 |
+
fin.entry
|
| 862 |
+
}
|
| 863 |
+
|
| 864 |
+
FUNCTION {inproceedings}
|
| 865 |
+
{ output.bibitem
|
| 866 |
+
format.authors.year "author" output.check
|
| 867 |
+
author format.key output
|
| 868 |
+
new.block
|
| 869 |
+
format.title "title" output.check
|
| 870 |
+
new.block
|
| 871 |
+
crossref missing$
|
| 872 |
+
{ format.in.ed.booktitle "booktitle" output.check
|
| 873 |
+
format.bvolume output
|
| 874 |
+
format.number.series output
|
| 875 |
+
format.pages output
|
| 876 |
+
address empty$
|
| 877 |
+
{ organization publisher new.sentence.checkb
|
| 878 |
+
organization output
|
| 879 |
+
publisher output
|
| 880 |
+
}
|
| 881 |
+
{ address output.nonnull
|
| 882 |
+
new.sentence
|
| 883 |
+
organization output
|
| 884 |
+
publisher output
|
| 885 |
+
}
|
| 886 |
+
if$
|
| 887 |
+
}
|
| 888 |
+
{ format.incoll.inproc.crossref output.nonnull
|
| 889 |
+
format.pages output
|
| 890 |
+
}
|
| 891 |
+
if$
|
| 892 |
+
format.isbn output
|
| 893 |
+
format.doi output
|
| 894 |
+
format.url output
|
| 895 |
+
new.block
|
| 896 |
+
note output
|
| 897 |
+
fin.entry
|
| 898 |
+
}
|
| 899 |
+
|
| 900 |
+
FUNCTION {conference} { inproceedings }
|
| 901 |
+
|
| 902 |
+
FUNCTION {manual}
|
| 903 |
+
{ output.bibitem
|
| 904 |
+
format.authors.year output
|
| 905 |
+
author format.key output
|
| 906 |
+
new.block
|
| 907 |
+
format.btitle "title" output.check
|
| 908 |
+
organization address new.block.checkb
|
| 909 |
+
organization output
|
| 910 |
+
address output
|
| 911 |
+
format.edition output
|
| 912 |
+
format.url output
|
| 913 |
+
new.block
|
| 914 |
+
note output
|
| 915 |
+
fin.entry
|
| 916 |
+
}
|
| 917 |
+
|
| 918 |
+
FUNCTION {mastersthesis}
|
| 919 |
+
{ output.bibitem
|
| 920 |
+
format.authors.year "author" output.check
|
| 921 |
+
author format.key output
|
| 922 |
+
new.block
|
| 923 |
+
format.title "title" output.check
|
| 924 |
+
new.block
|
| 925 |
+
"Master's thesis" format.thesis.type output.nonnull
|
| 926 |
+
school "school" output.check
|
| 927 |
+
address output
|
| 928 |
+
format.url output
|
| 929 |
+
new.block
|
| 930 |
+
note output
|
| 931 |
+
fin.entry
|
| 932 |
+
}
|
| 933 |
+
|
| 934 |
+
FUNCTION {misc}
|
| 935 |
+
{ output.bibitem
|
| 936 |
+
format.authors.year output
|
| 937 |
+
author format.key output
|
| 938 |
+
title howpublished new.block.checkb
|
| 939 |
+
format.title output
|
| 940 |
+
howpublished new.block.checka
|
| 941 |
+
howpublished output
|
| 942 |
+
format.issn output
|
| 943 |
+
format.url output
|
| 944 |
+
new.block
|
| 945 |
+
note output
|
| 946 |
+
fin.entry
|
| 947 |
+
empty.misc.check
|
| 948 |
+
}
|
| 949 |
+
|
| 950 |
+
FUNCTION {phdthesis}
|
| 951 |
+
{ output.bibitem
|
| 952 |
+
format.authors.year "author" output.check
|
| 953 |
+
author format.key output
|
| 954 |
+
new.block
|
| 955 |
+
format.btitle "title" output.check
|
| 956 |
+
new.block
|
| 957 |
+
"PhD thesis" format.thesis.type output.nonnull
|
| 958 |
+
school "school" output.check
|
| 959 |
+
address output
|
| 960 |
+
format.url output
|
| 961 |
+
new.block
|
| 962 |
+
note output
|
| 963 |
+
fin.entry
|
| 964 |
+
}
|
| 965 |
+
|
| 966 |
+
FUNCTION {proceedings}
|
| 967 |
+
{ output.bibitem
|
| 968 |
+
format.editors.year output
|
| 969 |
+
editor format.key output
|
| 970 |
+
new.block
|
| 971 |
+
format.btitle "title" output.check
|
| 972 |
+
format.bvolume output
|
| 973 |
+
format.number.series output
|
| 974 |
+
address output
|
| 975 |
+
new.sentence
|
| 976 |
+
organization output
|
| 977 |
+
publisher output
|
| 978 |
+
format.isbn output
|
| 979 |
+
format.doi output
|
| 980 |
+
format.url output
|
| 981 |
+
new.block
|
| 982 |
+
note output
|
| 983 |
+
fin.entry
|
| 984 |
+
}
|
| 985 |
+
|
| 986 |
+
FUNCTION {techreport}
|
| 987 |
+
{ output.bibitem
|
| 988 |
+
format.authors.year "author" output.check
|
| 989 |
+
author format.key output
|
| 990 |
+
new.block
|
| 991 |
+
format.title "title" output.check
|
| 992 |
+
new.block
|
| 993 |
+
format.tr.number output.nonnull
|
| 994 |
+
institution "institution" output.check
|
| 995 |
+
address output
|
| 996 |
+
format.url output
|
| 997 |
+
new.block
|
| 998 |
+
note output
|
| 999 |
+
fin.entry
|
| 1000 |
+
}
|
| 1001 |
+
|
| 1002 |
+
FUNCTION {unpublished}
|
| 1003 |
+
{ output.bibitem
|
| 1004 |
+
format.authors.year "author" output.check
|
| 1005 |
+
author format.key output
|
| 1006 |
+
new.block
|
| 1007 |
+
format.title "title" output.check
|
| 1008 |
+
new.block
|
| 1009 |
+
note "note" output.check
|
| 1010 |
+
format.url output
|
| 1011 |
+
fin.entry
|
| 1012 |
+
}
|
| 1013 |
+
|
| 1014 |
+
FUNCTION {default.type} { misc }
|
| 1015 |
+
|
| 1016 |
+
|
| 1017 |
+
MACRO {jan} {"January"}
|
| 1018 |
+
|
| 1019 |
+
MACRO {feb} {"February"}
|
| 1020 |
+
|
| 1021 |
+
MACRO {mar} {"March"}
|
| 1022 |
+
|
| 1023 |
+
MACRO {apr} {"April"}
|
| 1024 |
+
|
| 1025 |
+
MACRO {may} {"May"}
|
| 1026 |
+
|
| 1027 |
+
MACRO {jun} {"June"}
|
| 1028 |
+
|
| 1029 |
+
MACRO {jul} {"July"}
|
| 1030 |
+
|
| 1031 |
+
MACRO {aug} {"August"}
|
| 1032 |
+
|
| 1033 |
+
MACRO {sep} {"September"}
|
| 1034 |
+
|
| 1035 |
+
MACRO {oct} {"October"}
|
| 1036 |
+
|
| 1037 |
+
MACRO {nov} {"November"}
|
| 1038 |
+
|
| 1039 |
+
MACRO {dec} {"December"}
|
| 1040 |
+
|
| 1041 |
+
|
| 1042 |
+
|
| 1043 |
+
MACRO {acmcs} {"ACM Computing Surveys"}
|
| 1044 |
+
|
| 1045 |
+
MACRO {acta} {"Acta Informatica"}
|
| 1046 |
+
|
| 1047 |
+
MACRO {cacm} {"Communications of the ACM"}
|
| 1048 |
+
|
| 1049 |
+
MACRO {ibmjrd} {"IBM Journal of Research and Development"}
|
| 1050 |
+
|
| 1051 |
+
MACRO {ibmsj} {"IBM Systems Journal"}
|
| 1052 |
+
|
| 1053 |
+
MACRO {ieeese} {"IEEE Transactions on Software Engineering"}
|
| 1054 |
+
|
| 1055 |
+
MACRO {ieeetc} {"IEEE Transactions on Computers"}
|
| 1056 |
+
|
| 1057 |
+
MACRO {ieeetcad}
|
| 1058 |
+
{"IEEE Transactions on Computer-Aided Design of Integrated Circuits"}
|
| 1059 |
+
|
| 1060 |
+
MACRO {ipl} {"Information Processing Letters"}
|
| 1061 |
+
|
| 1062 |
+
MACRO {jacm} {"Journal of the ACM"}
|
| 1063 |
+
|
| 1064 |
+
MACRO {jcss} {"Journal of Computer and System Sciences"}
|
| 1065 |
+
|
| 1066 |
+
MACRO {scp} {"Science of Computer Programming"}
|
| 1067 |
+
|
| 1068 |
+
MACRO {sicomp} {"SIAM Journal on Computing"}
|
| 1069 |
+
|
| 1070 |
+
MACRO {tocs} {"ACM Transactions on Computer Systems"}
|
| 1071 |
+
|
| 1072 |
+
MACRO {tods} {"ACM Transactions on Database Systems"}
|
| 1073 |
+
|
| 1074 |
+
MACRO {tog} {"ACM Transactions on Graphics"}
|
| 1075 |
+
|
| 1076 |
+
MACRO {toms} {"ACM Transactions on Mathematical Software"}
|
| 1077 |
+
|
| 1078 |
+
MACRO {toois} {"ACM Transactions on Office Information Systems"}
|
| 1079 |
+
|
| 1080 |
+
MACRO {toplas} {"ACM Transactions on Programming Languages and Systems"}
|
| 1081 |
+
|
| 1082 |
+
MACRO {tcs} {"Theoretical Computer Science"}
|
| 1083 |
+
|
| 1084 |
+
|
| 1085 |
+
READ
|
| 1086 |
+
|
| 1087 |
+
FUNCTION {sortify}
|
| 1088 |
+
{ purify$
|
| 1089 |
+
"l" change.case$
|
| 1090 |
+
}
|
| 1091 |
+
|
| 1092 |
+
INTEGERS { len }
|
| 1093 |
+
|
| 1094 |
+
FUNCTION {chop.word}
|
| 1095 |
+
{ 's :=
|
| 1096 |
+
'len :=
|
| 1097 |
+
s #1 len substring$ =
|
| 1098 |
+
{ s len #1 + global.max$ substring$ }
|
| 1099 |
+
's
|
| 1100 |
+
if$
|
| 1101 |
+
}
|
| 1102 |
+
|
| 1103 |
+
FUNCTION {format.lab.names}
|
| 1104 |
+
{ 's :=
|
| 1105 |
+
s #1 "{vv~}{ll}" format.name$
|
| 1106 |
+
s num.names$ duplicate$
|
| 1107 |
+
#2 >
|
| 1108 |
+
{ pop$ " et~al." * }
|
| 1109 |
+
{ #2 <
|
| 1110 |
+
'skip$
|
| 1111 |
+
{ s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" =
|
| 1112 |
+
{ " et~al." * }
|
| 1113 |
+
{ " and " * s #2 "{vv~}{ll}" format.name$ * }
|
| 1114 |
+
if$
|
| 1115 |
+
}
|
| 1116 |
+
if$
|
| 1117 |
+
}
|
| 1118 |
+
if$
|
| 1119 |
+
}
|
| 1120 |
+
|
| 1121 |
+
FUNCTION {author.key.label}
|
| 1122 |
+
{ author empty$
|
| 1123 |
+
{ key empty$
|
| 1124 |
+
{ cite$ #1 #3 substring$ }
|
| 1125 |
+
'key
|
| 1126 |
+
if$
|
| 1127 |
+
}
|
| 1128 |
+
{ author format.lab.names }
|
| 1129 |
+
if$
|
| 1130 |
+
}
|
| 1131 |
+
|
| 1132 |
+
FUNCTION {author.editor.key.label}
|
| 1133 |
+
{ author empty$
|
| 1134 |
+
{ editor empty$
|
| 1135 |
+
{ key empty$
|
| 1136 |
+
{ cite$ #1 #3 substring$ }
|
| 1137 |
+
'key
|
| 1138 |
+
if$
|
| 1139 |
+
}
|
| 1140 |
+
{ editor format.lab.names }
|
| 1141 |
+
if$
|
| 1142 |
+
}
|
| 1143 |
+
{ author format.lab.names }
|
| 1144 |
+
if$
|
| 1145 |
+
}
|
| 1146 |
+
|
| 1147 |
+
FUNCTION {author.key.organization.label}
|
| 1148 |
+
{ author empty$
|
| 1149 |
+
{ key empty$
|
| 1150 |
+
{ organization empty$
|
| 1151 |
+
{ cite$ #1 #3 substring$ }
|
| 1152 |
+
{ "The " #4 organization chop.word #3 text.prefix$ }
|
| 1153 |
+
if$
|
| 1154 |
+
}
|
| 1155 |
+
'key
|
| 1156 |
+
if$
|
| 1157 |
+
}
|
| 1158 |
+
{ author format.lab.names }
|
| 1159 |
+
if$
|
| 1160 |
+
}
|
| 1161 |
+
|
| 1162 |
+
FUNCTION {editor.key.organization.label}
|
| 1163 |
+
{ editor empty$
|
| 1164 |
+
{ key empty$
|
| 1165 |
+
{ organization empty$
|
| 1166 |
+
{ cite$ #1 #3 substring$ }
|
| 1167 |
+
{ "The " #4 organization chop.word #3 text.prefix$ }
|
| 1168 |
+
if$
|
| 1169 |
+
}
|
| 1170 |
+
'key
|
| 1171 |
+
if$
|
| 1172 |
+
}
|
| 1173 |
+
{ editor format.lab.names }
|
| 1174 |
+
if$
|
| 1175 |
+
}
|
| 1176 |
+
|
| 1177 |
+
FUNCTION {calc.short.authors}
|
| 1178 |
+
{ type$ "book" =
|
| 1179 |
+
type$ "inbook" =
|
| 1180 |
+
or
|
| 1181 |
+
'author.editor.key.label
|
| 1182 |
+
{ type$ "proceedings" =
|
| 1183 |
+
'editor.key.organization.label
|
| 1184 |
+
{ type$ "manual" =
|
| 1185 |
+
'author.key.organization.label
|
| 1186 |
+
'author.key.label
|
| 1187 |
+
if$
|
| 1188 |
+
}
|
| 1189 |
+
if$
|
| 1190 |
+
}
|
| 1191 |
+
if$
|
| 1192 |
+
'short.list :=
|
| 1193 |
+
}
|
| 1194 |
+
|
| 1195 |
+
FUNCTION {calc.label}
|
| 1196 |
+
{ calc.short.authors
|
| 1197 |
+
short.list
|
| 1198 |
+
"("
|
| 1199 |
+
*
|
| 1200 |
+
year duplicate$ empty$
|
| 1201 |
+
short.list key field.or.null = or
|
| 1202 |
+
{ pop$ "" }
|
| 1203 |
+
'skip$
|
| 1204 |
+
if$
|
| 1205 |
+
*
|
| 1206 |
+
'label :=
|
| 1207 |
+
}
|
| 1208 |
+
|
| 1209 |
+
FUNCTION {sort.format.names}
|
| 1210 |
+
{ 's :=
|
| 1211 |
+
#1 'nameptr :=
|
| 1212 |
+
""
|
| 1213 |
+
s num.names$ 'numnames :=
|
| 1214 |
+
numnames 'namesleft :=
|
| 1215 |
+
{ namesleft #0 > }
|
| 1216 |
+
{
|
| 1217 |
+
s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't :=
|
| 1218 |
+
nameptr #1 >
|
| 1219 |
+
{
|
| 1220 |
+
" " *
|
| 1221 |
+
namesleft #1 = t "others" = and
|
| 1222 |
+
{ "zzzzz" * }
|
| 1223 |
+
{ numnames #2 > nameptr #2 = and
|
| 1224 |
+
{ "zz" * year field.or.null * " " * }
|
| 1225 |
+
'skip$
|
| 1226 |
+
if$
|
| 1227 |
+
t sortify *
|
| 1228 |
+
}
|
| 1229 |
+
if$
|
| 1230 |
+
}
|
| 1231 |
+
{ t sortify * }
|
| 1232 |
+
if$
|
| 1233 |
+
nameptr #1 + 'nameptr :=
|
| 1234 |
+
namesleft #1 - 'namesleft :=
|
| 1235 |
+
}
|
| 1236 |
+
while$
|
| 1237 |
+
}
|
| 1238 |
+
|
| 1239 |
+
FUNCTION {sort.format.title}
|
| 1240 |
+
{ 't :=
|
| 1241 |
+
"A " #2
|
| 1242 |
+
"An " #3
|
| 1243 |
+
"The " #4 t chop.word
|
| 1244 |
+
chop.word
|
| 1245 |
+
chop.word
|
| 1246 |
+
sortify
|
| 1247 |
+
#1 global.max$ substring$
|
| 1248 |
+
}
|
| 1249 |
+
|
| 1250 |
+
FUNCTION {author.sort}
|
| 1251 |
+
{ author empty$
|
| 1252 |
+
{ key empty$
|
| 1253 |
+
{ "to sort, need author or key in " cite$ * warning$
|
| 1254 |
+
""
|
| 1255 |
+
}
|
| 1256 |
+
{ key sortify }
|
| 1257 |
+
if$
|
| 1258 |
+
}
|
| 1259 |
+
{ author sort.format.names }
|
| 1260 |
+
if$
|
| 1261 |
+
}
|
| 1262 |
+
|
| 1263 |
+
FUNCTION {author.editor.sort}
|
| 1264 |
+
{ author empty$
|
| 1265 |
+
{ editor empty$
|
| 1266 |
+
{ key empty$
|
| 1267 |
+
{ "to sort, need author, editor, or key in " cite$ * warning$
|
| 1268 |
+
""
|
| 1269 |
+
}
|
| 1270 |
+
{ key sortify }
|
| 1271 |
+
if$
|
| 1272 |
+
}
|
| 1273 |
+
{ editor sort.format.names }
|
| 1274 |
+
if$
|
| 1275 |
+
}
|
| 1276 |
+
{ author sort.format.names }
|
| 1277 |
+
if$
|
| 1278 |
+
}
|
| 1279 |
+
|
| 1280 |
+
FUNCTION {author.organization.sort}
|
| 1281 |
+
{ author empty$
|
| 1282 |
+
{ organization empty$
|
| 1283 |
+
{ key empty$
|
| 1284 |
+
{ "to sort, need author, organization, or key in " cite$ * warning$
|
| 1285 |
+
""
|
| 1286 |
+
}
|
| 1287 |
+
{ key sortify }
|
| 1288 |
+
if$
|
| 1289 |
+
}
|
| 1290 |
+
{ "The " #4 organization chop.word sortify }
|
| 1291 |
+
if$
|
| 1292 |
+
}
|
| 1293 |
+
{ author sort.format.names }
|
| 1294 |
+
if$
|
| 1295 |
+
}
|
| 1296 |
+
|
| 1297 |
+
FUNCTION {editor.organization.sort}
|
| 1298 |
+
{ editor empty$
|
| 1299 |
+
{ organization empty$
|
| 1300 |
+
{ key empty$
|
| 1301 |
+
{ "to sort, need editor, organization, or key in " cite$ * warning$
|
| 1302 |
+
""
|
| 1303 |
+
}
|
| 1304 |
+
{ key sortify }
|
| 1305 |
+
if$
|
| 1306 |
+
}
|
| 1307 |
+
{ "The " #4 organization chop.word sortify }
|
| 1308 |
+
if$
|
| 1309 |
+
}
|
| 1310 |
+
{ editor sort.format.names }
|
| 1311 |
+
if$
|
| 1312 |
+
}
|
| 1313 |
+
|
| 1314 |
+
|
| 1315 |
+
FUNCTION {presort}
|
| 1316 |
+
{ calc.label
|
| 1317 |
+
label sortify
|
| 1318 |
+
" "
|
| 1319 |
+
*
|
| 1320 |
+
type$ "book" =
|
| 1321 |
+
type$ "inbook" =
|
| 1322 |
+
or
|
| 1323 |
+
'author.editor.sort
|
| 1324 |
+
{ type$ "proceedings" =
|
| 1325 |
+
'editor.organization.sort
|
| 1326 |
+
{ type$ "manual" =
|
| 1327 |
+
'author.organization.sort
|
| 1328 |
+
'author.sort
|
| 1329 |
+
if$
|
| 1330 |
+
}
|
| 1331 |
+
if$
|
| 1332 |
+
}
|
| 1333 |
+
if$
|
| 1334 |
+
" "
|
| 1335 |
+
*
|
| 1336 |
+
year field.or.null sortify
|
| 1337 |
+
*
|
| 1338 |
+
" "
|
| 1339 |
+
*
|
| 1340 |
+
cite$
|
| 1341 |
+
*
|
| 1342 |
+
#1 entry.max$ substring$
|
| 1343 |
+
'sort.label :=
|
| 1344 |
+
sort.label *
|
| 1345 |
+
#1 entry.max$ substring$
|
| 1346 |
+
'sort.key$ :=
|
| 1347 |
+
}
|
| 1348 |
+
|
| 1349 |
+
ITERATE {presort}
|
| 1350 |
+
|
| 1351 |
+
SORT
|
| 1352 |
+
|
| 1353 |
+
STRINGS { longest.label last.label next.extra }
|
| 1354 |
+
|
| 1355 |
+
INTEGERS { longest.label.width last.extra.num number.label }
|
| 1356 |
+
|
| 1357 |
+
FUNCTION {initialize.longest.label}
|
| 1358 |
+
{ "" 'longest.label :=
|
| 1359 |
+
#0 int.to.chr$ 'last.label :=
|
| 1360 |
+
"" 'next.extra :=
|
| 1361 |
+
#0 'longest.label.width :=
|
| 1362 |
+
#0 'last.extra.num :=
|
| 1363 |
+
#0 'number.label :=
|
| 1364 |
+
}
|
| 1365 |
+
|
| 1366 |
+
FUNCTION {forward.pass}
|
| 1367 |
+
{ last.label label =
|
| 1368 |
+
{ last.extra.num #1 + 'last.extra.num :=
|
| 1369 |
+
last.extra.num int.to.chr$ 'extra.label :=
|
| 1370 |
+
}
|
| 1371 |
+
{ "a" chr.to.int$ 'last.extra.num :=
|
| 1372 |
+
"" 'extra.label :=
|
| 1373 |
+
label 'last.label :=
|
| 1374 |
+
}
|
| 1375 |
+
if$
|
| 1376 |
+
number.label #1 + 'number.label :=
|
| 1377 |
+
}
|
| 1378 |
+
|
| 1379 |
+
FUNCTION {reverse.pass}
|
| 1380 |
+
{ next.extra "b" =
|
| 1381 |
+
{ "a" 'extra.label := }
|
| 1382 |
+
'skip$
|
| 1383 |
+
if$
|
| 1384 |
+
extra.label 'next.extra :=
|
| 1385 |
+
extra.label
|
| 1386 |
+
duplicate$ empty$
|
| 1387 |
+
'skip$
|
| 1388 |
+
{ "{\natexlab{" swap$ * "}}" * }
|
| 1389 |
+
if$
|
| 1390 |
+
'extra.label :=
|
| 1391 |
+
label extra.label * 'label :=
|
| 1392 |
+
}
|
| 1393 |
+
|
| 1394 |
+
EXECUTE {initialize.longest.label}
|
| 1395 |
+
|
| 1396 |
+
ITERATE {forward.pass}
|
| 1397 |
+
|
| 1398 |
+
REVERSE {reverse.pass}
|
| 1399 |
+
|
| 1400 |
+
FUNCTION {bib.sort.order}
|
| 1401 |
+
{ sort.label 'sort.key$ :=
|
| 1402 |
+
}
|
| 1403 |
+
|
| 1404 |
+
ITERATE {bib.sort.order}
|
| 1405 |
+
|
| 1406 |
+
SORT
|
| 1407 |
+
|
| 1408 |
+
FUNCTION {begin.bib}
|
| 1409 |
+
{ preamble$ empty$
|
| 1410 |
+
'skip$
|
| 1411 |
+
{ preamble$ write$ newline$ }
|
| 1412 |
+
if$
|
| 1413 |
+
"\begin{thebibliography}{" number.label int.to.str$ * "}" *
|
| 1414 |
+
write$ newline$
|
| 1415 |
+
"\providecommand{\natexlab}[1]{#1}"
|
| 1416 |
+
write$ newline$
|
| 1417 |
+
"\providecommand{\url}[1]{\texttt{#1}}"
|
| 1418 |
+
write$ newline$
|
| 1419 |
+
"\expandafter\ifx\csname urlstyle\endcsname\relax"
|
| 1420 |
+
write$ newline$
|
| 1421 |
+
" \providecommand{\doi}[1]{doi: #1}\else"
|
| 1422 |
+
write$ newline$
|
| 1423 |
+
" \providecommand{\doi}{doi: \begingroup \urlstyle{rm}\Url}\fi"
|
| 1424 |
+
write$ newline$
|
| 1425 |
+
}
|
| 1426 |
+
|
| 1427 |
+
EXECUTE {begin.bib}
|
| 1428 |
+
|
| 1429 |
+
EXECUTE {init.state.consts}
|
| 1430 |
+
|
| 1431 |
+
ITERATE {call.type$}
|
| 1432 |
+
|
| 1433 |
+
FUNCTION {end.bib}
|
| 1434 |
+
{ newline$
|
| 1435 |
+
"\end{thebibliography}" write$ newline$
|
| 1436 |
+
}
|
| 1437 |
+
|
| 1438 |
+
EXECUTE {end.bib}
|
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[project]
|
| 2 |
name = "uts2025-vietipa"
|
| 3 |
version = "0.1.0"
|
|
@@ -12,5 +16,13 @@ dependencies = [
|
|
| 12 |
|
| 13 |
[dependency-groups]
|
| 14 |
dev = [
|
|
|
|
| 15 |
"ruff>=0.13.2",
|
| 16 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[build-system]
|
| 2 |
+
requires = ["hatchling"]
|
| 3 |
+
build-backend = "hatchling.build"
|
| 4 |
+
|
| 5 |
[project]
|
| 6 |
name = "uts2025-vietipa"
|
| 7 |
version = "0.1.0"
|
|
|
|
| 16 |
|
| 17 |
[dependency-groups]
|
| 18 |
dev = [
|
| 19 |
+
"hatch>=1.14.2",
|
| 20 |
"ruff>=0.13.2",
|
| 21 |
]
|
| 22 |
+
|
| 23 |
+
[tool.hatch.build.targets.wheel]
|
| 24 |
+
packages = ["src"]
|
| 25 |
+
|
| 26 |
+
[tool.hatch.envs.default.scripts]
|
| 27 |
+
latex-build = "bash -c 'cd paper && pdflatex -interaction=nonstopmode main.tex && bibtex main && pdflatex -interaction=nonstopmode main.tex && pdflatex -interaction=nonstopmode main.tex && pdflatex -interaction=nonstopmode main.tex'"
|
| 28 |
+
latex-clean = "rm -f paper/*.aux paper/*.bbl paper/*.blg paper/*.log paper/*.out paper/*.synctex.gz paper/*.bak paper/*.bak2 paper/*.bcf paper/*.run.xml"
|
|
@@ -57,6 +57,19 @@ wheels = [
|
|
| 57 |
{ url = "https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl", hash = "sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e", size = 7490, upload-time = "2025-07-03T22:54:42.156Z" },
|
| 58 |
]
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
[[package]]
|
| 61 |
name = "attrs"
|
| 62 |
version = "25.3.0"
|
|
@@ -75,6 +88,36 @@ wheels = [
|
|
| 75 |
{ url = "https://files.pythonhosted.org/packages/e5/48/1549795ba7742c948d2ad169c1c8cdbae65bc450d6cd753d124b17c8cd32/certifi-2025.8.3-py3-none-any.whl", hash = "sha256:f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5", size = 161216, upload-time = "2025-08-03T03:07:45.777Z" },
|
| 76 |
]
|
| 77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
[[package]]
|
| 79 |
name = "charset-normalizer"
|
| 80 |
version = "3.4.3"
|
|
@@ -127,6 +170,50 @@ wheels = [
|
|
| 127 |
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" },
|
| 128 |
]
|
| 129 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
[[package]]
|
| 131 |
name = "datasets"
|
| 132 |
version = "4.1.1"
|
|
@@ -160,6 +247,15 @@ wheels = [
|
|
| 160 |
{ url = "https://files.pythonhosted.org/packages/50/3d/9373ad9c56321fdab5b41197068e1d8c25883b3fea29dd361f9b55116869/dill-0.4.0-py3-none-any.whl", hash = "sha256:44f54bf6412c2c8464c14e8243eb163690a9800dbe2c367330883b19c7561049", size = 119668, upload-time = "2025-04-16T00:41:47.671Z" },
|
| 161 |
]
|
| 162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
[[package]]
|
| 164 |
name = "filelock"
|
| 165 |
version = "3.19.1"
|
|
@@ -239,6 +335,57 @@ wheels = [
|
|
| 239 |
{ url = "https://files.pythonhosted.org/packages/e3/6c/8b8b1fdcaee7e268536f1bb00183a5894627726b54a9ddc6fc9909888447/gTTS-2.5.4-py3-none-any.whl", hash = "sha256:5dd579377f9f5546893bc26315ab1f846933dc27a054764b168f141065ca8436", size = 29184, upload-time = "2024-11-10T21:57:58.448Z" },
|
| 240 |
]
|
| 241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
[[package]]
|
| 243 |
name = "hf-xet"
|
| 244 |
version = "1.1.10"
|
|
@@ -254,6 +401,34 @@ wheels = [
|
|
| 254 |
{ url = "https://files.pythonhosted.org/packages/ee/0e/471f0a21db36e71a2f1752767ad77e92d8cde24e974e03d662931b1305ec/hf_xet-1.1.10-cp37-abi3-win_amd64.whl", hash = "sha256:5f54b19cc347c13235ae7ee98b330c26dd65ef1df47e5316ffb1e87713ca7045", size = 2804691, upload-time = "2025-09-12T20:10:28.433Z" },
|
| 255 |
]
|
| 256 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 257 |
[[package]]
|
| 258 |
name = "huggingface-hub"
|
| 259 |
version = "0.35.1"
|
|
@@ -273,6 +448,18 @@ wheels = [
|
|
| 273 |
{ url = "https://files.pythonhosted.org/packages/f1/60/4acf0c8a3925d9ff491dc08fe84d37e09cfca9c3b885e0db3d4dedb98cea/huggingface_hub-0.35.1-py3-none-any.whl", hash = "sha256:2f0e2709c711e3040e31d3e0418341f7092910f1462dd00350c4e97af47280a8", size = 563340, upload-time = "2025-09-23T13:43:45.343Z" },
|
| 274 |
]
|
| 275 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 276 |
[[package]]
|
| 277 |
name = "idna"
|
| 278 |
version = "3.10"
|
|
@@ -282,6 +469,95 @@ wheels = [
|
|
| 282 |
{ url = "https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3", size = 70442, upload-time = "2024-09-15T18:07:37.964Z" },
|
| 283 |
]
|
| 284 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 285 |
[[package]]
|
| 286 |
name = "multidict"
|
| 287 |
version = "6.6.4"
|
|
@@ -431,6 +707,45 @@ wheels = [
|
|
| 431 |
{ url = "https://files.pythonhosted.org/packages/cd/d7/612123674d7b17cf345aad0a10289b2a384bff404e0463a83c4a3a59d205/pandas-2.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:d2c3554bd31b731cd6490d94a28f3abb8dd770634a9e06eb6d2911b9827db370", size = 13186141, upload-time = "2025-08-21T10:28:05.377Z" },
|
| 432 |
]
|
| 433 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 434 |
[[package]]
|
| 435 |
name = "propcache"
|
| 436 |
version = "0.3.2"
|
|
@@ -472,6 +787,15 @@ wheels = [
|
|
| 472 |
{ url = "https://files.pythonhosted.org/packages/cc/35/cc0aaecf278bb4575b8555f2b137de5ab821595ddae9da9d3cd1da4072c7/propcache-0.3.2-py3-none-any.whl", hash = "sha256:98f1ec44fb675f5052cccc8e609c46ed23a35a1cfd18545ad4e29002d858a43f", size = 12663, upload-time = "2025-06-09T22:56:04.484Z" },
|
| 473 |
]
|
| 474 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 475 |
[[package]]
|
| 476 |
name = "pyarrow"
|
| 477 |
version = "21.0.0"
|
|
@@ -494,6 +818,24 @@ wheels = [
|
|
| 494 |
{ url = "https://files.pythonhosted.org/packages/e5/4e/519c1bc1876625fe6b71e9a28287c43ec2f20f73c658b9ae1d485c0c206e/pyarrow-21.0.0-cp313-cp313t-win_amd64.whl", hash = "sha256:222c39e2c70113543982c6b34f3077962b44fca38c0bd9e68bb6781534425c10", size = 26371006, upload-time = "2025-07-18T00:56:56.379Z" },
|
| 495 |
]
|
| 496 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 497 |
[[package]]
|
| 498 |
name = "python-dateutil"
|
| 499 |
version = "2.9.0.post0"
|
|
@@ -515,6 +857,15 @@ wheels = [
|
|
| 515 |
{ url = "https://files.pythonhosted.org/packages/81/c4/34e93fe5f5429d7570ec1fa436f1986fb1f00c3e0f43a589fe2bbcd22c3f/pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00", size = 509225, upload-time = "2025-03-25T02:24:58.468Z" },
|
| 516 |
]
|
| 517 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 518 |
[[package]]
|
| 519 |
name = "pyyaml"
|
| 520 |
version = "6.0.3"
|
|
@@ -566,6 +917,19 @@ wheels = [
|
|
| 566 |
{ url = "https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size = 64738, upload-time = "2025-08-18T20:46:00.542Z" },
|
| 567 |
]
|
| 568 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 569 |
[[package]]
|
| 570 |
name = "ruff"
|
| 571 |
version = "0.13.2"
|
|
@@ -592,6 +956,28 @@ wheels = [
|
|
| 592 |
{ url = "https://files.pythonhosted.org/packages/c3/12/28fa2f597a605884deb0f65c1b1ae05111051b2a7030f5d8a4ff7f4599ba/ruff-0.13.2-py3-none-win_arm64.whl", hash = "sha256:da711b14c530412c827219312b7d7fbb4877fb31150083add7e8c5336549cea7", size = 12484437, upload-time = "2025-09-25T14:54:08.022Z" },
|
| 593 |
]
|
| 594 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 595 |
[[package]]
|
| 596 |
name = "six"
|
| 597 |
version = "1.17.0"
|
|
@@ -601,6 +987,33 @@ wheels = [
|
|
| 601 |
{ url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050, upload-time = "2024-12-04T17:35:26.475Z" },
|
| 602 |
]
|
| 603 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 604 |
[[package]]
|
| 605 |
name = "tqdm"
|
| 606 |
version = "4.67.1"
|
|
@@ -613,6 +1026,15 @@ wheels = [
|
|
| 613 |
{ url = "https://files.pythonhosted.org/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2", size = 78540, upload-time = "2024-11-24T20:12:19.698Z" },
|
| 614 |
]
|
| 615 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 616 |
[[package]]
|
| 617 |
name = "typing-extensions"
|
| 618 |
version = "4.15.0"
|
|
@@ -640,10 +1062,22 @@ wheels = [
|
|
| 640 |
{ url = "https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc", size = 129795, upload-time = "2025-06-18T14:07:40.39Z" },
|
| 641 |
]
|
| 642 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 643 |
[[package]]
|
| 644 |
name = "uts2025-vietipa"
|
| 645 |
version = "0.1.0"
|
| 646 |
-
source = {
|
| 647 |
dependencies = [
|
| 648 |
{ name = "datasets" },
|
| 649 |
{ name = "gtts" },
|
|
@@ -652,6 +1086,7 @@ dependencies = [
|
|
| 652 |
|
| 653 |
[package.dev-dependencies]
|
| 654 |
dev = [
|
|
|
|
| 655 |
{ name = "ruff" },
|
| 656 |
]
|
| 657 |
|
|
@@ -663,7 +1098,50 @@ requires-dist = [
|
|
| 663 |
]
|
| 664 |
|
| 665 |
[package.metadata.requires-dev]
|
| 666 |
-
dev = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 667 |
|
| 668 |
[[package]]
|
| 669 |
name = "xxhash"
|
|
@@ -735,3 +1213,43 @@ wheels = [
|
|
| 735 |
{ url = "https://files.pythonhosted.org/packages/94/c3/b2e9f38bc3e11191981d57ea08cab2166e74ea770024a646617c9cddd9f6/yarl-1.20.1-cp313-cp313t-win_amd64.whl", hash = "sha256:541d050a355bbbc27e55d906bc91cb6fe42f96c01413dd0f4ed5a5240513874f", size = 93003, upload-time = "2025-06-10T00:45:27.752Z" },
|
| 736 |
{ url = "https://files.pythonhosted.org/packages/b4/2d/2345fce04cfd4bee161bf1e7d9cdc702e3e16109021035dbb24db654a622/yarl-1.20.1-py3-none-any.whl", hash = "sha256:83b8eb083fe4683c6115795d9fc1cfaf2cbbefb19b3a1cb68f6527460f483a77", size = 46542, upload-time = "2025-06-10T00:46:07.521Z" },
|
| 737 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
{ url = "https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl", hash = "sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e", size = 7490, upload-time = "2025-07-03T22:54:42.156Z" },
|
| 58 |
]
|
| 59 |
|
| 60 |
+
[[package]]
|
| 61 |
+
name = "anyio"
|
| 62 |
+
version = "4.11.0"
|
| 63 |
+
source = { registry = "https://pypi.org/simple" }
|
| 64 |
+
dependencies = [
|
| 65 |
+
{ name = "idna" },
|
| 66 |
+
{ name = "sniffio" },
|
| 67 |
+
]
|
| 68 |
+
sdist = { url = "https://files.pythonhosted.org/packages/c6/78/7d432127c41b50bccba979505f272c16cbcadcc33645d5fa3a738110ae75/anyio-4.11.0.tar.gz", hash = "sha256:82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4", size = 219094, upload-time = "2025-09-23T09:19:12.58Z" }
|
| 69 |
+
wheels = [
|
| 70 |
+
{ url = "https://files.pythonhosted.org/packages/15/b3/9b1a8074496371342ec1e796a96f99c82c945a339cd81a8e73de28b4cf9e/anyio-4.11.0-py3-none-any.whl", hash = "sha256:0287e96f4d26d4149305414d4e3bc32f0dcd0862365a4bddea19d7a1ec38c4fc", size = 109097, upload-time = "2025-09-23T09:19:10.601Z" },
|
| 71 |
+
]
|
| 72 |
+
|
| 73 |
[[package]]
|
| 74 |
name = "attrs"
|
| 75 |
version = "25.3.0"
|
|
|
|
| 88 |
{ url = "https://files.pythonhosted.org/packages/e5/48/1549795ba7742c948d2ad169c1c8cdbae65bc450d6cd753d124b17c8cd32/certifi-2025.8.3-py3-none-any.whl", hash = "sha256:f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5", size = 161216, upload-time = "2025-08-03T03:07:45.777Z" },
|
| 89 |
]
|
| 90 |
|
| 91 |
+
[[package]]
|
| 92 |
+
name = "cffi"
|
| 93 |
+
version = "2.0.0"
|
| 94 |
+
source = { registry = "https://pypi.org/simple" }
|
| 95 |
+
dependencies = [
|
| 96 |
+
{ name = "pycparser", marker = "implementation_name != 'PyPy'" },
|
| 97 |
+
]
|
| 98 |
+
sdist = { url = "https://files.pythonhosted.org/packages/eb/56/b1ba7935a17738ae8453301356628e8147c79dbb825bcbc73dc7401f9846/cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529", size = 523588, upload-time = "2025-09-08T23:24:04.541Z" }
|
| 99 |
+
wheels = [
|
| 100 |
+
{ url = "https://files.pythonhosted.org/packages/b0/1e/d22cc63332bd59b06481ceaac49d6c507598642e2230f201649058a7e704/cffi-2.0.0-cp313-cp313-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:07b271772c100085dd28b74fa0cd81c8fb1a3ba18b21e03d7c27f3436a10606b", size = 212446, upload-time = "2025-09-08T23:23:03.472Z" },
|
| 101 |
+
{ url = "https://files.pythonhosted.org/packages/a9/f5/a2c23eb03b61a0b8747f211eb716446c826ad66818ddc7810cc2cc19b3f2/cffi-2.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d48a880098c96020b02d5a1f7d9251308510ce8858940e6fa99ece33f610838b", size = 220101, upload-time = "2025-09-08T23:23:04.792Z" },
|
| 102 |
+
{ url = "https://files.pythonhosted.org/packages/f2/7f/e6647792fc5850d634695bc0e6ab4111ae88e89981d35ac269956605feba/cffi-2.0.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:f93fd8e5c8c0a4aa1f424d6173f14a892044054871c771f8566e4008eaa359d2", size = 207948, upload-time = "2025-09-08T23:23:06.127Z" },
|
| 103 |
+
{ url = "https://files.pythonhosted.org/packages/cb/1e/a5a1bd6f1fb30f22573f76533de12a00bf274abcdc55c8edab639078abb6/cffi-2.0.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:dd4f05f54a52fb558f1ba9f528228066954fee3ebe629fc1660d874d040ae5a3", size = 206422, upload-time = "2025-09-08T23:23:07.753Z" },
|
| 104 |
+
{ url = "https://files.pythonhosted.org/packages/98/df/0a1755e750013a2081e863e7cd37e0cdd02664372c754e5560099eb7aa44/cffi-2.0.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c8d3b5532fc71b7a77c09192b4a5a200ea992702734a2e9279a37f2478236f26", size = 219499, upload-time = "2025-09-08T23:23:09.648Z" },
|
| 105 |
+
{ url = "https://files.pythonhosted.org/packages/50/e1/a969e687fcf9ea58e6e2a928ad5e2dd88cc12f6f0ab477e9971f2309b57c/cffi-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:d9b29c1f0ae438d5ee9acb31cadee00a58c46cc9c0b2f9038c6b0b3470877a8c", size = 222928, upload-time = "2025-09-08T23:23:10.928Z" },
|
| 106 |
+
{ url = "https://files.pythonhosted.org/packages/36/54/0362578dd2c9e557a28ac77698ed67323ed5b9775ca9d3fe73fe191bb5d8/cffi-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6d50360be4546678fc1b79ffe7a66265e28667840010348dd69a314145807a1b", size = 221302, upload-time = "2025-09-08T23:23:12.42Z" },
|
| 107 |
+
{ url = "https://files.pythonhosted.org/packages/d6/43/0e822876f87ea8a4ef95442c3d766a06a51fc5298823f884ef87aaad168c/cffi-2.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:24b6f81f1983e6df8db3adc38562c83f7d4a0c36162885ec7f7b77c7dcbec97b", size = 220049, upload-time = "2025-09-08T23:23:20.853Z" },
|
| 108 |
+
{ url = "https://files.pythonhosted.org/packages/b4/89/76799151d9c2d2d1ead63c2429da9ea9d7aac304603de0c6e8764e6e8e70/cffi-2.0.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:12873ca6cb9b0f0d3a0da705d6086fe911591737a59f28b7936bdfed27c0d47c", size = 207793, upload-time = "2025-09-08T23:23:22.08Z" },
|
| 109 |
+
{ url = "https://files.pythonhosted.org/packages/bb/dd/3465b14bb9e24ee24cb88c9e3730f6de63111fffe513492bf8c808a3547e/cffi-2.0.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:d9b97165e8aed9272a6bb17c01e3cc5871a594a446ebedc996e2397a1c1ea8ef", size = 206300, upload-time = "2025-09-08T23:23:23.314Z" },
|
| 110 |
+
{ url = "https://files.pythonhosted.org/packages/47/d9/d83e293854571c877a92da46fdec39158f8d7e68da75bf73581225d28e90/cffi-2.0.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:afb8db5439b81cf9c9d0c80404b60c3cc9c3add93e114dcae767f1477cb53775", size = 219244, upload-time = "2025-09-08T23:23:24.541Z" },
|
| 111 |
+
{ url = "https://files.pythonhosted.org/packages/2b/0f/1f177e3683aead2bb00f7679a16451d302c436b5cbf2505f0ea8146ef59e/cffi-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:737fe7d37e1a1bffe70bd5754ea763a62a066dc5913ca57e957824b72a85e205", size = 222828, upload-time = "2025-09-08T23:23:26.143Z" },
|
| 112 |
+
{ url = "https://files.pythonhosted.org/packages/c6/0f/cafacebd4b040e3119dcb32fed8bdef8dfe94da653155f9d0b9dc660166e/cffi-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:38100abb9d1b1435bc4cc340bb4489635dc2f0da7456590877030c9b3d40b0c1", size = 220926, upload-time = "2025-09-08T23:23:27.873Z" },
|
| 113 |
+
{ url = "https://files.pythonhosted.org/packages/be/b4/c56878d0d1755cf9caa54ba71e5d049479c52f9e4afc230f06822162ab2f/cffi-2.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7cc09976e8b56f8cebd752f7113ad07752461f48a58cbba644139015ac24954c", size = 221593, upload-time = "2025-09-08T23:23:31.91Z" },
|
| 114 |
+
{ url = "https://files.pythonhosted.org/packages/e0/0d/eb704606dfe8033e7128df5e90fee946bbcb64a04fcdaa97321309004000/cffi-2.0.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:92b68146a71df78564e4ef48af17551a5ddd142e5190cdf2c5624d0c3ff5b2e8", size = 209354, upload-time = "2025-09-08T23:23:33.214Z" },
|
| 115 |
+
{ url = "https://files.pythonhosted.org/packages/d8/19/3c435d727b368ca475fb8742ab97c9cb13a0de600ce86f62eab7fa3eea60/cffi-2.0.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:b1e74d11748e7e98e2f426ab176d4ed720a64412b6a15054378afdb71e0f37dc", size = 208480, upload-time = "2025-09-08T23:23:34.495Z" },
|
| 116 |
+
{ url = "https://files.pythonhosted.org/packages/d0/44/681604464ed9541673e486521497406fadcc15b5217c3e326b061696899a/cffi-2.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:28a3a209b96630bca57cce802da70c266eb08c6e97e5afd61a75611ee6c64592", size = 221584, upload-time = "2025-09-08T23:23:36.096Z" },
|
| 117 |
+
{ url = "https://files.pythonhosted.org/packages/25/8e/342a504ff018a2825d395d44d63a767dd8ebc927ebda557fecdaca3ac33a/cffi-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7553fb2090d71822f02c629afe6042c299edf91ba1bf94951165613553984512", size = 224443, upload-time = "2025-09-08T23:23:37.328Z" },
|
| 118 |
+
{ url = "https://files.pythonhosted.org/packages/e1/5e/b666bacbbc60fbf415ba9988324a132c9a7a0448a9a8f125074671c0f2c3/cffi-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6c6c373cfc5c83a975506110d17457138c8c63016b563cc9ed6e056a82f13ce4", size = 223437, upload-time = "2025-09-08T23:23:38.945Z" },
|
| 119 |
+
]
|
| 120 |
+
|
| 121 |
[[package]]
|
| 122 |
name = "charset-normalizer"
|
| 123 |
version = "3.4.3"
|
|
|
|
| 170 |
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" },
|
| 171 |
]
|
| 172 |
|
| 173 |
+
[[package]]
|
| 174 |
+
name = "cryptography"
|
| 175 |
+
version = "46.0.1"
|
| 176 |
+
source = { registry = "https://pypi.org/simple" }
|
| 177 |
+
dependencies = [
|
| 178 |
+
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
| 179 |
+
]
|
| 180 |
+
sdist = { url = "https://files.pythonhosted.org/packages/a9/62/e3664e6ffd7743e1694b244dde70b43a394f6f7fbcacf7014a8ff5197c73/cryptography-46.0.1.tar.gz", hash = "sha256:ed570874e88f213437f5cf758f9ef26cbfc3f336d889b1e592ee11283bb8d1c7", size = 749198, upload-time = "2025-09-17T00:10:35.797Z" }
|
| 181 |
+
wheels = [
|
| 182 |
+
{ url = "https://files.pythonhosted.org/packages/22/59/9ae689a25047e0601adfcb159ec4f83c0b4149fdb5c3030cc94cd218141d/cryptography-46.0.1-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:0ff483716be32690c14636e54a1f6e2e1b7bf8e22ca50b989f88fa1b2d287080", size = 4308182, upload-time = "2025-09-17T00:08:39.388Z" },
|
| 183 |
+
{ url = "https://files.pythonhosted.org/packages/c4/ee/ca6cc9df7118f2fcd142c76b1da0f14340d77518c05b1ebfbbabca6b9e7d/cryptography-46.0.1-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:9873bf7c1f2a6330bdfe8621e7ce64b725784f9f0c3a6a55c3047af5849f920e", size = 4572393, upload-time = "2025-09-17T00:08:41.663Z" },
|
| 184 |
+
{ url = "https://files.pythonhosted.org/packages/7f/a3/0f5296f63815d8e985922b05c31f77ce44787b3127a67c0b7f70f115c45f/cryptography-46.0.1-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:0dfb7c88d4462a0cfdd0d87a3c245a7bc3feb59de101f6ff88194f740f72eda6", size = 4308400, upload-time = "2025-09-17T00:08:43.559Z" },
|
| 185 |
+
{ url = "https://files.pythonhosted.org/packages/5d/8c/74fcda3e4e01be1d32775d5b4dd841acaac3c1b8fa4d0774c7ac8d52463d/cryptography-46.0.1-cp311-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:e22801b61613ebdebf7deb18b507919e107547a1d39a3b57f5f855032dd7cfb8", size = 4015786, upload-time = "2025-09-17T00:08:45.758Z" },
|
| 186 |
+
{ url = "https://files.pythonhosted.org/packages/dc/b8/85d23287baeef273b0834481a3dd55bbed3a53587e3b8d9f0898235b8f91/cryptography-46.0.1-cp311-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:757af4f6341ce7a1e47c326ca2a81f41d236070217e5fbbad61bbfe299d55d28", size = 4982606, upload-time = "2025-09-17T00:08:47.602Z" },
|
| 187 |
+
{ url = "https://files.pythonhosted.org/packages/e5/d3/de61ad5b52433b389afca0bc70f02a7a1f074651221f599ce368da0fe437/cryptography-46.0.1-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:f7a24ea78de345cfa7f6a8d3bde8b242c7fac27f2bd78fa23474ca38dfaeeab9", size = 4604234, upload-time = "2025-09-17T00:08:49.879Z" },
|
| 188 |
+
{ url = "https://files.pythonhosted.org/packages/dc/1f/dbd4d6570d84748439237a7478d124ee0134bf166ad129267b7ed8ea6d22/cryptography-46.0.1-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:9e8776dac9e660c22241b6587fae51a67b4b0147daa4d176b172c3ff768ad736", size = 4307669, upload-time = "2025-09-17T00:08:52.321Z" },
|
| 189 |
+
{ url = "https://files.pythonhosted.org/packages/ec/fd/ca0a14ce7f0bfe92fa727aacaf2217eb25eb7e4ed513b14d8e03b26e63ed/cryptography-46.0.1-cp311-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:9f40642a140c0c8649987027867242b801486865277cbabc8c6059ddef16dc8b", size = 4947579, upload-time = "2025-09-17T00:08:54.697Z" },
|
| 190 |
+
{ url = "https://files.pythonhosted.org/packages/89/6b/09c30543bb93401f6f88fce556b3bdbb21e55ae14912c04b7bf355f5f96c/cryptography-46.0.1-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:449ef2b321bec7d97ef2c944173275ebdab78f3abdd005400cc409e27cd159ab", size = 4603669, upload-time = "2025-09-17T00:08:57.16Z" },
|
| 191 |
+
{ url = "https://files.pythonhosted.org/packages/23/9a/38cb01cb09ce0adceda9fc627c9cf98eb890fc8d50cacbe79b011df20f8a/cryptography-46.0.1-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:2dd339ba3345b908fa3141ddba4025568fa6fd398eabce3ef72a29ac2d73ad75", size = 4435828, upload-time = "2025-09-17T00:08:59.606Z" },
|
| 192 |
+
{ url = "https://files.pythonhosted.org/packages/0f/53/435b5c36a78d06ae0bef96d666209b0ecd8f8181bfe4dda46536705df59e/cryptography-46.0.1-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:7411c910fb2a412053cf33cfad0153ee20d27e256c6c3f14d7d7d1d9fec59fd5", size = 4709553, upload-time = "2025-09-17T00:09:01.832Z" },
|
| 193 |
+
{ url = "https://files.pythonhosted.org/packages/26/34/0ff0bb2d2c79f25a2a63109f3b76b9108a906dd2a2eb5c1d460b9938adbb/cryptography-46.0.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:9babb7818fdd71394e576cf26c5452df77a355eac1a27ddfa24096665a27f8fd", size = 4293515, upload-time = "2025-09-17T00:09:12.861Z" },
|
| 194 |
+
{ url = "https://files.pythonhosted.org/packages/df/b7/d4f848aee24ecd1be01db6c42c4a270069a4f02a105d9c57e143daf6cf0f/cryptography-46.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:9f2c4cc63be3ef43c0221861177cee5d14b505cd4d4599a89e2cd273c4d3542a", size = 4545619, upload-time = "2025-09-17T00:09:15.397Z" },
|
| 195 |
+
{ url = "https://files.pythonhosted.org/packages/44/a5/42fedefc754fd1901e2d95a69815ea4ec8a9eed31f4c4361fcab80288661/cryptography-46.0.1-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:41c281a74df173876da1dc9a9b6953d387f06e3d3ed9284e3baae3ab3f40883a", size = 4299160, upload-time = "2025-09-17T00:09:17.155Z" },
|
| 196 |
+
{ url = "https://files.pythonhosted.org/packages/86/a1/cd21174f56e769c831fbbd6399a1b7519b0ff6280acec1b826d7b072640c/cryptography-46.0.1-cp314-cp314t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:0a17377fa52563d730248ba1f68185461fff36e8bc75d8787a7dd2e20a802b7a", size = 3994491, upload-time = "2025-09-17T00:09:18.971Z" },
|
| 197 |
+
{ url = "https://files.pythonhosted.org/packages/8d/2f/a8cbfa1c029987ddc746fd966711d4fa71efc891d37fbe9f030fe5ab4eec/cryptography-46.0.1-cp314-cp314t-manylinux_2_28_ppc64le.whl", hash = "sha256:0d1922d9280e08cde90b518a10cd66831f632960a8d08cb3418922d83fce6f12", size = 4960157, upload-time = "2025-09-17T00:09:20.923Z" },
|
| 198 |
+
{ url = "https://files.pythonhosted.org/packages/67/ae/63a84e6789e0d5a2502edf06b552bcb0fa9ff16147265d5c44a211942abe/cryptography-46.0.1-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:af84e8e99f1a82cea149e253014ea9dc89f75b82c87bb6c7242203186f465129", size = 4577263, upload-time = "2025-09-17T00:09:23.356Z" },
|
| 199 |
+
{ url = "https://files.pythonhosted.org/packages/ef/8f/1b9fa8e92bd9cbcb3b7e1e593a5232f2c1e6f9bd72b919c1a6b37d315f92/cryptography-46.0.1-cp314-cp314t-manylinux_2_34_aarch64.whl", hash = "sha256:ef648d2c690703501714588b2ba640facd50fd16548133b11b2859e8655a69da", size = 4298703, upload-time = "2025-09-17T00:09:25.566Z" },
|
| 200 |
+
{ url = "https://files.pythonhosted.org/packages/c3/af/bb95db070e73fea3fae31d8a69ac1463d89d1c084220f549b00dd01094a8/cryptography-46.0.1-cp314-cp314t-manylinux_2_34_ppc64le.whl", hash = "sha256:e94eb5fa32a8a9f9bf991f424f002913e3dd7c699ef552db9b14ba6a76a6313b", size = 4926363, upload-time = "2025-09-17T00:09:27.451Z" },
|
| 201 |
+
{ url = "https://files.pythonhosted.org/packages/f5/3b/d8fb17ffeb3a83157a1cc0aa5c60691d062aceecba09c2e5e77ebfc1870c/cryptography-46.0.1-cp314-cp314t-manylinux_2_34_x86_64.whl", hash = "sha256:534b96c0831855e29fc3b069b085fd185aa5353033631a585d5cd4dd5d40d657", size = 4576958, upload-time = "2025-09-17T00:09:29.924Z" },
|
| 202 |
+
{ url = "https://files.pythonhosted.org/packages/d9/46/86bc3a05c10c8aa88c8ae7e953a8b4e407c57823ed201dbcba55c4d655f4/cryptography-46.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:f9b55038b5c6c47559aa33626d8ecd092f354e23de3c6975e4bb205df128a2a0", size = 4422507, upload-time = "2025-09-17T00:09:32.222Z" },
|
| 203 |
+
{ url = "https://files.pythonhosted.org/packages/a8/4e/387e5a21dfd2b4198e74968a541cfd6128f66f8ec94ed971776e15091ac3/cryptography-46.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ec13b7105117dbc9afd023300fb9954d72ca855c274fe563e72428ece10191c0", size = 4683964, upload-time = "2025-09-17T00:09:34.118Z" },
|
| 204 |
+
{ url = "https://files.pythonhosted.org/packages/56/3e/13ce6eab9ad6eba1b15a7bd476f005a4c1b3f299f4c2f32b22408b0edccf/cryptography-46.0.1-cp38-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:9ed64e5083fa806709e74fc5ea067dfef9090e5b7a2320a49be3c9df3583a2d8", size = 4301110, upload-time = "2025-09-17T00:09:45.614Z" },
|
| 205 |
+
{ url = "https://files.pythonhosted.org/packages/a2/67/65dc233c1ddd688073cf7b136b06ff4b84bf517ba5529607c9d79720fc67/cryptography-46.0.1-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:341fb7a26bc9d6093c1b124b9f13acc283d2d51da440b98b55ab3f79f2522ead", size = 4562369, upload-time = "2025-09-17T00:09:47.601Z" },
|
| 206 |
+
{ url = "https://files.pythonhosted.org/packages/17/db/d64ae4c6f4e98c3dac5bf35dd4d103f4c7c345703e43560113e5e8e31b2b/cryptography-46.0.1-cp38-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:6ef1488967e729948d424d09c94753d0167ce59afba8d0f6c07a22b629c557b2", size = 4302126, upload-time = "2025-09-17T00:09:49.335Z" },
|
| 207 |
+
{ url = "https://files.pythonhosted.org/packages/3d/19/5f1eea17d4805ebdc2e685b7b02800c4f63f3dd46cfa8d4c18373fea46c8/cryptography-46.0.1-cp38-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:7823bc7cdf0b747ecfb096d004cc41573c2f5c7e3a29861603a2871b43d3ef32", size = 4009431, upload-time = "2025-09-17T00:09:51.239Z" },
|
| 208 |
+
{ url = "https://files.pythonhosted.org/packages/81/b5/229ba6088fe7abccbfe4c5edb96c7a5ad547fac5fdd0d40aa6ea540b2985/cryptography-46.0.1-cp38-abi3-manylinux_2_28_ppc64le.whl", hash = "sha256:f736ab8036796f5a119ff8211deda416f8c15ce03776db704a7a4e17381cb2ef", size = 4980739, upload-time = "2025-09-17T00:09:54.181Z" },
|
| 209 |
+
{ url = "https://files.pythonhosted.org/packages/3a/9c/50aa38907b201e74bc43c572f9603fa82b58e831bd13c245613a23cff736/cryptography-46.0.1-cp38-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:e46710a240a41d594953012213ea8ca398cd2448fbc5d0f1be8160b5511104a0", size = 4592289, upload-time = "2025-09-17T00:09:56.731Z" },
|
| 210 |
+
{ url = "https://files.pythonhosted.org/packages/5a/33/229858f8a5bb22f82468bb285e9f4c44a31978d5f5830bb4ea1cf8a4e454/cryptography-46.0.1-cp38-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:84ef1f145de5aee82ea2447224dc23f065ff4cc5791bb3b506615957a6ba8128", size = 4301815, upload-time = "2025-09-17T00:09:58.548Z" },
|
| 211 |
+
{ url = "https://files.pythonhosted.org/packages/52/cb/b76b2c87fbd6ed4a231884bea3ce073406ba8e2dae9defad910d33cbf408/cryptography-46.0.1-cp38-abi3-manylinux_2_34_ppc64le.whl", hash = "sha256:9394c7d5a7565ac5f7d9ba38b2617448eba384d7b107b262d63890079fad77ca", size = 4943251, upload-time = "2025-09-17T00:10:00.475Z" },
|
| 212 |
+
{ url = "https://files.pythonhosted.org/packages/94/0f/f66125ecf88e4cb5b8017ff43f3a87ede2d064cb54a1c5893f9da9d65093/cryptography-46.0.1-cp38-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:ed957044e368ed295257ae3d212b95456bd9756df490e1ac4538857f67531fcc", size = 4591247, upload-time = "2025-09-17T00:10:02.874Z" },
|
| 213 |
+
{ url = "https://files.pythonhosted.org/packages/f6/22/9f3134ae436b63b463cfdf0ff506a0570da6873adb4bf8c19b8a5b4bac64/cryptography-46.0.1-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:f7de12fa0eee6234de9a9ce0ffcfa6ce97361db7a50b09b65c63ac58e5f22fc7", size = 4428534, upload-time = "2025-09-17T00:10:04.994Z" },
|
| 214 |
+
{ url = "https://files.pythonhosted.org/packages/89/39/e6042bcb2638650b0005c752c38ea830cbfbcbb1830e4d64d530000aa8dc/cryptography-46.0.1-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:7fab1187b6c6b2f11a326f33b036f7168f5b996aedd0c059f9738915e4e8f53a", size = 4699541, upload-time = "2025-09-17T00:10:06.925Z" },
|
| 215 |
+
]
|
| 216 |
+
|
| 217 |
[[package]]
|
| 218 |
name = "datasets"
|
| 219 |
version = "4.1.1"
|
|
|
|
| 247 |
{ url = "https://files.pythonhosted.org/packages/50/3d/9373ad9c56321fdab5b41197068e1d8c25883b3fea29dd361f9b55116869/dill-0.4.0-py3-none-any.whl", hash = "sha256:44f54bf6412c2c8464c14e8243eb163690a9800dbe2c367330883b19c7561049", size = 119668, upload-time = "2025-04-16T00:41:47.671Z" },
|
| 248 |
]
|
| 249 |
|
| 250 |
+
[[package]]
|
| 251 |
+
name = "distlib"
|
| 252 |
+
version = "0.4.0"
|
| 253 |
+
source = { registry = "https://pypi.org/simple" }
|
| 254 |
+
sdist = { url = "https://files.pythonhosted.org/packages/96/8e/709914eb2b5749865801041647dc7f4e6d00b549cfe88b65ca192995f07c/distlib-0.4.0.tar.gz", hash = "sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d", size = 614605, upload-time = "2025-07-17T16:52:00.465Z" }
|
| 255 |
+
wheels = [
|
| 256 |
+
{ url = "https://files.pythonhosted.org/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl", hash = "sha256:9659f7d87e46584a30b5780e43ac7a2143098441670ff0a49d5f9034c54a6c16", size = 469047, upload-time = "2025-07-17T16:51:58.613Z" },
|
| 257 |
+
]
|
| 258 |
+
|
| 259 |
[[package]]
|
| 260 |
name = "filelock"
|
| 261 |
version = "3.19.1"
|
|
|
|
| 335 |
{ url = "https://files.pythonhosted.org/packages/e3/6c/8b8b1fdcaee7e268536f1bb00183a5894627726b54a9ddc6fc9909888447/gTTS-2.5.4-py3-none-any.whl", hash = "sha256:5dd579377f9f5546893bc26315ab1f846933dc27a054764b168f141065ca8436", size = 29184, upload-time = "2024-11-10T21:57:58.448Z" },
|
| 336 |
]
|
| 337 |
|
| 338 |
+
[[package]]
|
| 339 |
+
name = "h11"
|
| 340 |
+
version = "0.16.0"
|
| 341 |
+
source = { registry = "https://pypi.org/simple" }
|
| 342 |
+
sdist = { url = "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1", size = 101250, upload-time = "2025-04-24T03:35:25.427Z" }
|
| 343 |
+
wheels = [
|
| 344 |
+
{ url = "https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86", size = 37515, upload-time = "2025-04-24T03:35:24.344Z" },
|
| 345 |
+
]
|
| 346 |
+
|
| 347 |
+
[[package]]
|
| 348 |
+
name = "hatch"
|
| 349 |
+
version = "1.14.2"
|
| 350 |
+
source = { registry = "https://pypi.org/simple" }
|
| 351 |
+
dependencies = [
|
| 352 |
+
{ name = "click" },
|
| 353 |
+
{ name = "hatchling" },
|
| 354 |
+
{ name = "httpx" },
|
| 355 |
+
{ name = "hyperlink" },
|
| 356 |
+
{ name = "keyring" },
|
| 357 |
+
{ name = "packaging" },
|
| 358 |
+
{ name = "pexpect" },
|
| 359 |
+
{ name = "platformdirs" },
|
| 360 |
+
{ name = "rich" },
|
| 361 |
+
{ name = "shellingham" },
|
| 362 |
+
{ name = "tomli-w" },
|
| 363 |
+
{ name = "tomlkit" },
|
| 364 |
+
{ name = "userpath" },
|
| 365 |
+
{ name = "uv" },
|
| 366 |
+
{ name = "virtualenv" },
|
| 367 |
+
{ name = "zstandard" },
|
| 368 |
+
]
|
| 369 |
+
sdist = { url = "https://files.pythonhosted.org/packages/04/7a/6ad202db77fc02f2368836604942926b57db6c5b76808ac1a2b1874f0bcd/hatch-1.14.2.tar.gz", hash = "sha256:b522c7463198c6e24bd9d9c83252327502e3cc3509844141de0aad7b0aa1967d", size = 5188254, upload-time = "2025-09-24T06:11:06.082Z" }
|
| 370 |
+
wheels = [
|
| 371 |
+
{ url = "https://files.pythonhosted.org/packages/75/7e/7b04e626210ff7d3f2c5b5a2e0972e13028d15692f3b880f2930022f51c8/hatch-1.14.2-py3-none-any.whl", hash = "sha256:d2d3c9cfcd60838db3202a2aaa6e48e8119885ffe6590f165a8511f3843c5af3", size = 125833, upload-time = "2025-09-24T06:11:02.992Z" },
|
| 372 |
+
]
|
| 373 |
+
|
| 374 |
+
[[package]]
|
| 375 |
+
name = "hatchling"
|
| 376 |
+
version = "1.27.0"
|
| 377 |
+
source = { registry = "https://pypi.org/simple" }
|
| 378 |
+
dependencies = [
|
| 379 |
+
{ name = "packaging" },
|
| 380 |
+
{ name = "pathspec" },
|
| 381 |
+
{ name = "pluggy" },
|
| 382 |
+
{ name = "trove-classifiers" },
|
| 383 |
+
]
|
| 384 |
+
sdist = { url = "https://files.pythonhosted.org/packages/8f/8a/cc1debe3514da292094f1c3a700e4ca25442489731ef7c0814358816bb03/hatchling-1.27.0.tar.gz", hash = "sha256:971c296d9819abb3811112fc52c7a9751c8d381898f36533bb16f9791e941fd6", size = 54983, upload-time = "2024-12-15T17:08:11.894Z" }
|
| 385 |
+
wheels = [
|
| 386 |
+
{ url = "https://files.pythonhosted.org/packages/08/e7/ae38d7a6dfba0533684e0b2136817d667588ae3ec984c1a4e5df5eb88482/hatchling-1.27.0-py3-none-any.whl", hash = "sha256:d3a2f3567c4f926ea39849cdf924c7e99e6686c9c8e288ae1037c8fa2a5d937b", size = 75794, upload-time = "2024-12-15T17:08:10.364Z" },
|
| 387 |
+
]
|
| 388 |
+
|
| 389 |
[[package]]
|
| 390 |
name = "hf-xet"
|
| 391 |
version = "1.1.10"
|
|
|
|
| 401 |
{ url = "https://files.pythonhosted.org/packages/ee/0e/471f0a21db36e71a2f1752767ad77e92d8cde24e974e03d662931b1305ec/hf_xet-1.1.10-cp37-abi3-win_amd64.whl", hash = "sha256:5f54b19cc347c13235ae7ee98b330c26dd65ef1df47e5316ffb1e87713ca7045", size = 2804691, upload-time = "2025-09-12T20:10:28.433Z" },
|
| 402 |
]
|
| 403 |
|
| 404 |
+
[[package]]
|
| 405 |
+
name = "httpcore"
|
| 406 |
+
version = "1.0.9"
|
| 407 |
+
source = { registry = "https://pypi.org/simple" }
|
| 408 |
+
dependencies = [
|
| 409 |
+
{ name = "certifi" },
|
| 410 |
+
{ name = "h11" },
|
| 411 |
+
]
|
| 412 |
+
sdist = { url = "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8", size = 85484, upload-time = "2025-04-24T22:06:22.219Z" }
|
| 413 |
+
wheels = [
|
| 414 |
+
{ url = "https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl", hash = "sha256:2d400746a40668fc9dec9810239072b40b4484b640a8c38fd654a024c7a1bf55", size = 78784, upload-time = "2025-04-24T22:06:20.566Z" },
|
| 415 |
+
]
|
| 416 |
+
|
| 417 |
+
[[package]]
|
| 418 |
+
name = "httpx"
|
| 419 |
+
version = "0.28.1"
|
| 420 |
+
source = { registry = "https://pypi.org/simple" }
|
| 421 |
+
dependencies = [
|
| 422 |
+
{ name = "anyio" },
|
| 423 |
+
{ name = "certifi" },
|
| 424 |
+
{ name = "httpcore" },
|
| 425 |
+
{ name = "idna" },
|
| 426 |
+
]
|
| 427 |
+
sdist = { url = "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc", size = 141406, upload-time = "2024-12-06T15:37:23.222Z" }
|
| 428 |
+
wheels = [
|
| 429 |
+
{ url = "https://files.pythonhosted.org/packages/2a/39/e50c7c3a983047577ee07d2a9e53faf5a69493943ec3f6a384bdc792deb2/httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad", size = 73517, upload-time = "2024-12-06T15:37:21.509Z" },
|
| 430 |
+
]
|
| 431 |
+
|
| 432 |
[[package]]
|
| 433 |
name = "huggingface-hub"
|
| 434 |
version = "0.35.1"
|
|
|
|
| 448 |
{ url = "https://files.pythonhosted.org/packages/f1/60/4acf0c8a3925d9ff491dc08fe84d37e09cfca9c3b885e0db3d4dedb98cea/huggingface_hub-0.35.1-py3-none-any.whl", hash = "sha256:2f0e2709c711e3040e31d3e0418341f7092910f1462dd00350c4e97af47280a8", size = 563340, upload-time = "2025-09-23T13:43:45.343Z" },
|
| 449 |
]
|
| 450 |
|
| 451 |
+
[[package]]
|
| 452 |
+
name = "hyperlink"
|
| 453 |
+
version = "21.0.0"
|
| 454 |
+
source = { registry = "https://pypi.org/simple" }
|
| 455 |
+
dependencies = [
|
| 456 |
+
{ name = "idna" },
|
| 457 |
+
]
|
| 458 |
+
sdist = { url = "https://files.pythonhosted.org/packages/3a/51/1947bd81d75af87e3bb9e34593a4cf118115a8feb451ce7a69044ef1412e/hyperlink-21.0.0.tar.gz", hash = "sha256:427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b", size = 140743, upload-time = "2021-01-08T05:51:20.972Z" }
|
| 459 |
+
wheels = [
|
| 460 |
+
{ url = "https://files.pythonhosted.org/packages/6e/aa/8caf6a0a3e62863cbb9dab27135660acba46903b703e224f14f447e57934/hyperlink-21.0.0-py2.py3-none-any.whl", hash = "sha256:e6b14c37ecb73e89c77d78cdb4c2cc8f3fb59a885c5b3f819ff4ed80f25af1b4", size = 74638, upload-time = "2021-01-08T05:51:22.906Z" },
|
| 461 |
+
]
|
| 462 |
+
|
| 463 |
[[package]]
|
| 464 |
name = "idna"
|
| 465 |
version = "3.10"
|
|
|
|
| 469 |
{ url = "https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3", size = 70442, upload-time = "2024-09-15T18:07:37.964Z" },
|
| 470 |
]
|
| 471 |
|
| 472 |
+
[[package]]
|
| 473 |
+
name = "jaraco-classes"
|
| 474 |
+
version = "3.4.0"
|
| 475 |
+
source = { registry = "https://pypi.org/simple" }
|
| 476 |
+
dependencies = [
|
| 477 |
+
{ name = "more-itertools" },
|
| 478 |
+
]
|
| 479 |
+
sdist = { url = "https://files.pythonhosted.org/packages/06/c0/ed4a27bc5571b99e3cff68f8a9fa5b56ff7df1c2251cc715a652ddd26402/jaraco.classes-3.4.0.tar.gz", hash = "sha256:47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd", size = 11780, upload-time = "2024-03-31T07:27:36.643Z" }
|
| 480 |
+
wheels = [
|
| 481 |
+
{ url = "https://files.pythonhosted.org/packages/7f/66/b15ce62552d84bbfcec9a4873ab79d993a1dd4edb922cbfccae192bd5b5f/jaraco.classes-3.4.0-py3-none-any.whl", hash = "sha256:f662826b6bed8cace05e7ff873ce0f9283b5c924470fe664fff1c2f00f581790", size = 6777, upload-time = "2024-03-31T07:27:34.792Z" },
|
| 482 |
+
]
|
| 483 |
+
|
| 484 |
+
[[package]]
|
| 485 |
+
name = "jaraco-context"
|
| 486 |
+
version = "6.0.1"
|
| 487 |
+
source = { registry = "https://pypi.org/simple" }
|
| 488 |
+
sdist = { url = "https://files.pythonhosted.org/packages/df/ad/f3777b81bf0b6e7bc7514a1656d3e637b2e8e15fab2ce3235730b3e7a4e6/jaraco_context-6.0.1.tar.gz", hash = "sha256:9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3", size = 13912, upload-time = "2024-08-20T03:39:27.358Z" }
|
| 489 |
+
wheels = [
|
| 490 |
+
{ url = "https://files.pythonhosted.org/packages/ff/db/0c52c4cf5e4bd9f5d7135ec7669a3a767af21b3a308e1ed3674881e52b62/jaraco.context-6.0.1-py3-none-any.whl", hash = "sha256:f797fc481b490edb305122c9181830a3a5b76d84ef6d1aef2fb9b47ab956f9e4", size = 6825, upload-time = "2024-08-20T03:39:25.966Z" },
|
| 491 |
+
]
|
| 492 |
+
|
| 493 |
+
[[package]]
|
| 494 |
+
name = "jaraco-functools"
|
| 495 |
+
version = "4.3.0"
|
| 496 |
+
source = { registry = "https://pypi.org/simple" }
|
| 497 |
+
dependencies = [
|
| 498 |
+
{ name = "more-itertools" },
|
| 499 |
+
]
|
| 500 |
+
sdist = { url = "https://files.pythonhosted.org/packages/f7/ed/1aa2d585304ec07262e1a83a9889880701079dde796ac7b1d1826f40c63d/jaraco_functools-4.3.0.tar.gz", hash = "sha256:cfd13ad0dd2c47a3600b439ef72d8615d482cedcff1632930d6f28924d92f294", size = 19755, upload-time = "2025-08-18T20:05:09.91Z" }
|
| 501 |
+
wheels = [
|
| 502 |
+
{ url = "https://files.pythonhosted.org/packages/b4/09/726f168acad366b11e420df31bf1c702a54d373a83f968d94141a8c3fde0/jaraco_functools-4.3.0-py3-none-any.whl", hash = "sha256:227ff8ed6f7b8f62c56deff101545fa7543cf2c8e7b82a7c2116e672f29c26e8", size = 10408, upload-time = "2025-08-18T20:05:08.69Z" },
|
| 503 |
+
]
|
| 504 |
+
|
| 505 |
+
[[package]]
|
| 506 |
+
name = "jeepney"
|
| 507 |
+
version = "0.9.0"
|
| 508 |
+
source = { registry = "https://pypi.org/simple" }
|
| 509 |
+
sdist = { url = "https://files.pythonhosted.org/packages/7b/6f/357efd7602486741aa73ffc0617fb310a29b588ed0fd69c2399acbb85b0c/jeepney-0.9.0.tar.gz", hash = "sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732", size = 106758, upload-time = "2025-02-27T18:51:01.684Z" }
|
| 510 |
+
wheels = [
|
| 511 |
+
{ url = "https://files.pythonhosted.org/packages/b2/a3/e137168c9c44d18eff0376253da9f1e9234d0239e0ee230d2fee6cea8e55/jeepney-0.9.0-py3-none-any.whl", hash = "sha256:97e5714520c16fc0a45695e5365a2e11b81ea79bba796e26f9f1d178cb182683", size = 49010, upload-time = "2025-02-27T18:51:00.104Z" },
|
| 512 |
+
]
|
| 513 |
+
|
| 514 |
+
[[package]]
|
| 515 |
+
name = "keyring"
|
| 516 |
+
version = "25.6.0"
|
| 517 |
+
source = { registry = "https://pypi.org/simple" }
|
| 518 |
+
dependencies = [
|
| 519 |
+
{ name = "jaraco-classes" },
|
| 520 |
+
{ name = "jaraco-context" },
|
| 521 |
+
{ name = "jaraco-functools" },
|
| 522 |
+
{ name = "jeepney", marker = "sys_platform == 'linux'" },
|
| 523 |
+
{ name = "pywin32-ctypes", marker = "sys_platform == 'win32'" },
|
| 524 |
+
{ name = "secretstorage", marker = "sys_platform == 'linux'" },
|
| 525 |
+
]
|
| 526 |
+
sdist = { url = "https://files.pythonhosted.org/packages/70/09/d904a6e96f76ff214be59e7aa6ef7190008f52a0ab6689760a98de0bf37d/keyring-25.6.0.tar.gz", hash = "sha256:0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66", size = 62750, upload-time = "2024-12-25T15:26:45.782Z" }
|
| 527 |
+
wheels = [
|
| 528 |
+
{ url = "https://files.pythonhosted.org/packages/d3/32/da7f44bcb1105d3e88a0b74ebdca50c59121d2ddf71c9e34ba47df7f3a56/keyring-25.6.0-py3-none-any.whl", hash = "sha256:552a3f7af126ece7ed5c89753650eec89c7eaae8617d0aa4d9ad2b75111266bd", size = 39085, upload-time = "2024-12-25T15:26:44.377Z" },
|
| 529 |
+
]
|
| 530 |
+
|
| 531 |
+
[[package]]
|
| 532 |
+
name = "markdown-it-py"
|
| 533 |
+
version = "4.0.0"
|
| 534 |
+
source = { registry = "https://pypi.org/simple" }
|
| 535 |
+
dependencies = [
|
| 536 |
+
{ name = "mdurl" },
|
| 537 |
+
]
|
| 538 |
+
sdist = { url = "https://files.pythonhosted.org/packages/5b/f5/4ec618ed16cc4f8fb3b701563655a69816155e79e24a17b651541804721d/markdown_it_py-4.0.0.tar.gz", hash = "sha256:cb0a2b4aa34f932c007117b194e945bd74e0ec24133ceb5bac59009cda1cb9f3", size = 73070, upload-time = "2025-08-11T12:57:52.854Z" }
|
| 539 |
+
wheels = [
|
| 540 |
+
{ url = "https://files.pythonhosted.org/packages/94/54/e7d793b573f298e1c9013b8c4dade17d481164aa517d1d7148619c2cedbf/markdown_it_py-4.0.0-py3-none-any.whl", hash = "sha256:87327c59b172c5011896038353a81343b6754500a08cd7a4973bb48c6d578147", size = 87321, upload-time = "2025-08-11T12:57:51.923Z" },
|
| 541 |
+
]
|
| 542 |
+
|
| 543 |
+
[[package]]
|
| 544 |
+
name = "mdurl"
|
| 545 |
+
version = "0.1.2"
|
| 546 |
+
source = { registry = "https://pypi.org/simple" }
|
| 547 |
+
sdist = { url = "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", size = 8729, upload-time = "2022-08-14T12:40:10.846Z" }
|
| 548 |
+
wheels = [
|
| 549 |
+
{ url = "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", size = 9979, upload-time = "2022-08-14T12:40:09.779Z" },
|
| 550 |
+
]
|
| 551 |
+
|
| 552 |
+
[[package]]
|
| 553 |
+
name = "more-itertools"
|
| 554 |
+
version = "10.8.0"
|
| 555 |
+
source = { registry = "https://pypi.org/simple" }
|
| 556 |
+
sdist = { url = "https://files.pythonhosted.org/packages/ea/5d/38b681d3fce7a266dd9ab73c66959406d565b3e85f21d5e66e1181d93721/more_itertools-10.8.0.tar.gz", hash = "sha256:f638ddf8a1a0d134181275fb5d58b086ead7c6a72429ad725c67503f13ba30bd", size = 137431, upload-time = "2025-09-02T15:23:11.018Z" }
|
| 557 |
+
wheels = [
|
| 558 |
+
{ url = "https://files.pythonhosted.org/packages/a4/8e/469e5a4a2f5855992e425f3cb33804cc07bf18d48f2db061aec61ce50270/more_itertools-10.8.0-py3-none-any.whl", hash = "sha256:52d4362373dcf7c52546bc4af9a86ee7c4579df9a8dc268be0a2f949d376cc9b", size = 69667, upload-time = "2025-09-02T15:23:09.635Z" },
|
| 559 |
+
]
|
| 560 |
+
|
| 561 |
[[package]]
|
| 562 |
name = "multidict"
|
| 563 |
version = "6.6.4"
|
|
|
|
| 707 |
{ url = "https://files.pythonhosted.org/packages/cd/d7/612123674d7b17cf345aad0a10289b2a384bff404e0463a83c4a3a59d205/pandas-2.3.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:d2c3554bd31b731cd6490d94a28f3abb8dd770634a9e06eb6d2911b9827db370", size = 13186141, upload-time = "2025-08-21T10:28:05.377Z" },
|
| 708 |
]
|
| 709 |
|
| 710 |
+
[[package]]
|
| 711 |
+
name = "pathspec"
|
| 712 |
+
version = "0.12.1"
|
| 713 |
+
source = { registry = "https://pypi.org/simple" }
|
| 714 |
+
sdist = { url = "https://files.pythonhosted.org/packages/ca/bc/f35b8446f4531a7cb215605d100cd88b7ac6f44ab3fc94870c120ab3adbf/pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712", size = 51043, upload-time = "2023-12-10T22:30:45Z" }
|
| 715 |
+
wheels = [
|
| 716 |
+
{ url = "https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08", size = 31191, upload-time = "2023-12-10T22:30:43.14Z" },
|
| 717 |
+
]
|
| 718 |
+
|
| 719 |
+
[[package]]
|
| 720 |
+
name = "pexpect"
|
| 721 |
+
version = "4.9.0"
|
| 722 |
+
source = { registry = "https://pypi.org/simple" }
|
| 723 |
+
dependencies = [
|
| 724 |
+
{ name = "ptyprocess" },
|
| 725 |
+
]
|
| 726 |
+
sdist = { url = "https://files.pythonhosted.org/packages/42/92/cc564bf6381ff43ce1f4d06852fc19a2f11d180f23dc32d9588bee2f149d/pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f", size = 166450, upload-time = "2023-11-25T09:07:26.339Z" }
|
| 727 |
+
wheels = [
|
| 728 |
+
{ url = "https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl", hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523", size = 63772, upload-time = "2023-11-25T06:56:14.81Z" },
|
| 729 |
+
]
|
| 730 |
+
|
| 731 |
+
[[package]]
|
| 732 |
+
name = "platformdirs"
|
| 733 |
+
version = "4.4.0"
|
| 734 |
+
source = { registry = "https://pypi.org/simple" }
|
| 735 |
+
sdist = { url = "https://files.pythonhosted.org/packages/23/e8/21db9c9987b0e728855bd57bff6984f67952bea55d6f75e055c46b5383e8/platformdirs-4.4.0.tar.gz", hash = "sha256:ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf", size = 21634, upload-time = "2025-08-26T14:32:04.268Z" }
|
| 736 |
+
wheels = [
|
| 737 |
+
{ url = "https://files.pythonhosted.org/packages/40/4b/2028861e724d3bd36227adfa20d3fd24c3fc6d52032f4a93c133be5d17ce/platformdirs-4.4.0-py3-none-any.whl", hash = "sha256:abd01743f24e5287cd7a5db3752faf1a2d65353f38ec26d98e25a6db65958c85", size = 18654, upload-time = "2025-08-26T14:32:02.735Z" },
|
| 738 |
+
]
|
| 739 |
+
|
| 740 |
+
[[package]]
|
| 741 |
+
name = "pluggy"
|
| 742 |
+
version = "1.6.0"
|
| 743 |
+
source = { registry = "https://pypi.org/simple" }
|
| 744 |
+
sdist = { url = "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3", size = 69412, upload-time = "2025-05-15T12:30:07.975Z" }
|
| 745 |
+
wheels = [
|
| 746 |
+
{ url = "https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746", size = 20538, upload-time = "2025-05-15T12:30:06.134Z" },
|
| 747 |
+
]
|
| 748 |
+
|
| 749 |
[[package]]
|
| 750 |
name = "propcache"
|
| 751 |
version = "0.3.2"
|
|
|
|
| 787 |
{ url = "https://files.pythonhosted.org/packages/cc/35/cc0aaecf278bb4575b8555f2b137de5ab821595ddae9da9d3cd1da4072c7/propcache-0.3.2-py3-none-any.whl", hash = "sha256:98f1ec44fb675f5052cccc8e609c46ed23a35a1cfd18545ad4e29002d858a43f", size = 12663, upload-time = "2025-06-09T22:56:04.484Z" },
|
| 788 |
]
|
| 789 |
|
| 790 |
+
[[package]]
|
| 791 |
+
name = "ptyprocess"
|
| 792 |
+
version = "0.7.0"
|
| 793 |
+
source = { registry = "https://pypi.org/simple" }
|
| 794 |
+
sdist = { url = "https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220", size = 70762, upload-time = "2020-12-28T15:15:30.155Z" }
|
| 795 |
+
wheels = [
|
| 796 |
+
{ url = "https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35", size = 13993, upload-time = "2020-12-28T15:15:28.35Z" },
|
| 797 |
+
]
|
| 798 |
+
|
| 799 |
[[package]]
|
| 800 |
name = "pyarrow"
|
| 801 |
version = "21.0.0"
|
|
|
|
| 818 |
{ url = "https://files.pythonhosted.org/packages/e5/4e/519c1bc1876625fe6b71e9a28287c43ec2f20f73c658b9ae1d485c0c206e/pyarrow-21.0.0-cp313-cp313t-win_amd64.whl", hash = "sha256:222c39e2c70113543982c6b34f3077962b44fca38c0bd9e68bb6781534425c10", size = 26371006, upload-time = "2025-07-18T00:56:56.379Z" },
|
| 819 |
]
|
| 820 |
|
| 821 |
+
[[package]]
|
| 822 |
+
name = "pycparser"
|
| 823 |
+
version = "2.23"
|
| 824 |
+
source = { registry = "https://pypi.org/simple" }
|
| 825 |
+
sdist = { url = "https://files.pythonhosted.org/packages/fe/cf/d2d3b9f5699fb1e4615c8e32ff220203e43b248e1dfcc6736ad9057731ca/pycparser-2.23.tar.gz", hash = "sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2", size = 173734, upload-time = "2025-09-09T13:23:47.91Z" }
|
| 826 |
+
wheels = [
|
| 827 |
+
{ url = "https://files.pythonhosted.org/packages/a0/e3/59cd50310fc9b59512193629e1984c1f95e5c8ae6e5d8c69532ccc65a7fe/pycparser-2.23-py3-none-any.whl", hash = "sha256:e5c6e8d3fbad53479cab09ac03729e0a9faf2bee3db8208a550daf5af81a5934", size = 118140, upload-time = "2025-09-09T13:23:46.651Z" },
|
| 828 |
+
]
|
| 829 |
+
|
| 830 |
+
[[package]]
|
| 831 |
+
name = "pygments"
|
| 832 |
+
version = "2.19.2"
|
| 833 |
+
source = { registry = "https://pypi.org/simple" }
|
| 834 |
+
sdist = { url = "https://files.pythonhosted.org/packages/b0/77/a5b8c569bf593b0140bde72ea885a803b82086995367bf2037de0159d924/pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887", size = 4968631, upload-time = "2025-06-21T13:39:12.283Z" }
|
| 835 |
+
wheels = [
|
| 836 |
+
{ url = "https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b", size = 1225217, upload-time = "2025-06-21T13:39:07.939Z" },
|
| 837 |
+
]
|
| 838 |
+
|
| 839 |
[[package]]
|
| 840 |
name = "python-dateutil"
|
| 841 |
version = "2.9.0.post0"
|
|
|
|
| 857 |
{ url = "https://files.pythonhosted.org/packages/81/c4/34e93fe5f5429d7570ec1fa436f1986fb1f00c3e0f43a589fe2bbcd22c3f/pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00", size = 509225, upload-time = "2025-03-25T02:24:58.468Z" },
|
| 858 |
]
|
| 859 |
|
| 860 |
+
[[package]]
|
| 861 |
+
name = "pywin32-ctypes"
|
| 862 |
+
version = "0.2.3"
|
| 863 |
+
source = { registry = "https://pypi.org/simple" }
|
| 864 |
+
sdist = { url = "https://files.pythonhosted.org/packages/85/9f/01a1a99704853cb63f253eea009390c88e7131c67e66a0a02099a8c917cb/pywin32-ctypes-0.2.3.tar.gz", hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755", size = 29471, upload-time = "2024-08-14T10:15:34.626Z" }
|
| 865 |
+
wheels = [
|
| 866 |
+
{ url = "https://files.pythonhosted.org/packages/de/3d/8161f7711c017e01ac9f008dfddd9410dff3674334c233bde66e7ba65bbf/pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8", size = 30756, upload-time = "2024-08-14T10:15:33.187Z" },
|
| 867 |
+
]
|
| 868 |
+
|
| 869 |
[[package]]
|
| 870 |
name = "pyyaml"
|
| 871 |
version = "6.0.3"
|
|
|
|
| 917 |
{ url = "https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size = 64738, upload-time = "2025-08-18T20:46:00.542Z" },
|
| 918 |
]
|
| 919 |
|
| 920 |
+
[[package]]
|
| 921 |
+
name = "rich"
|
| 922 |
+
version = "14.1.0"
|
| 923 |
+
source = { registry = "https://pypi.org/simple" }
|
| 924 |
+
dependencies = [
|
| 925 |
+
{ name = "markdown-it-py" },
|
| 926 |
+
{ name = "pygments" },
|
| 927 |
+
]
|
| 928 |
+
sdist = { url = "https://files.pythonhosted.org/packages/fe/75/af448d8e52bf1d8fa6a9d089ca6c07ff4453d86c65c145d0a300bb073b9b/rich-14.1.0.tar.gz", hash = "sha256:e497a48b844b0320d45007cdebfeaeed8db2a4f4bcf49f15e455cfc4af11eaa8", size = 224441, upload-time = "2025-07-25T07:32:58.125Z" }
|
| 929 |
+
wheels = [
|
| 930 |
+
{ url = "https://files.pythonhosted.org/packages/e3/30/3c4d035596d3cf444529e0b2953ad0466f6049528a879d27534700580395/rich-14.1.0-py3-none-any.whl", hash = "sha256:536f5f1785986d6dbdea3c75205c473f970777b4a0d6c6dd1b696aa05a3fa04f", size = 243368, upload-time = "2025-07-25T07:32:56.73Z" },
|
| 931 |
+
]
|
| 932 |
+
|
| 933 |
[[package]]
|
| 934 |
name = "ruff"
|
| 935 |
version = "0.13.2"
|
|
|
|
| 956 |
{ url = "https://files.pythonhosted.org/packages/c3/12/28fa2f597a605884deb0f65c1b1ae05111051b2a7030f5d8a4ff7f4599ba/ruff-0.13.2-py3-none-win_arm64.whl", hash = "sha256:da711b14c530412c827219312b7d7fbb4877fb31150083add7e8c5336549cea7", size = 12484437, upload-time = "2025-09-25T14:54:08.022Z" },
|
| 957 |
]
|
| 958 |
|
| 959 |
+
[[package]]
|
| 960 |
+
name = "secretstorage"
|
| 961 |
+
version = "3.4.0"
|
| 962 |
+
source = { registry = "https://pypi.org/simple" }
|
| 963 |
+
dependencies = [
|
| 964 |
+
{ name = "cryptography" },
|
| 965 |
+
{ name = "jeepney" },
|
| 966 |
+
]
|
| 967 |
+
sdist = { url = "https://files.pythonhosted.org/packages/31/9f/11ef35cf1027c1339552ea7bfe6aaa74a8516d8b5caf6e7d338daf54fd80/secretstorage-3.4.0.tar.gz", hash = "sha256:c46e216d6815aff8a8a18706a2fbfd8d53fcbb0dce99301881687a1b0289ef7c", size = 19748, upload-time = "2025-09-09T16:42:13.859Z" }
|
| 968 |
+
wheels = [
|
| 969 |
+
{ url = "https://files.pythonhosted.org/packages/91/ff/2e2eed29e02c14a5cb6c57f09b2d5b40e65d6cc71f45b52e0be295ccbc2f/secretstorage-3.4.0-py3-none-any.whl", hash = "sha256:0e3b6265c2c63509fb7415717607e4b2c9ab767b7f344a57473b779ca13bd02e", size = 15272, upload-time = "2025-09-09T16:42:12.744Z" },
|
| 970 |
+
]
|
| 971 |
+
|
| 972 |
+
[[package]]
|
| 973 |
+
name = "shellingham"
|
| 974 |
+
version = "1.5.4"
|
| 975 |
+
source = { registry = "https://pypi.org/simple" }
|
| 976 |
+
sdist = { url = "https://files.pythonhosted.org/packages/58/15/8b3609fd3830ef7b27b655beb4b4e9c62313a4e8da8c676e142cc210d58e/shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de", size = 10310, upload-time = "2023-10-24T04:13:40.426Z" }
|
| 977 |
+
wheels = [
|
| 978 |
+
{ url = "https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686", size = 9755, upload-time = "2023-10-24T04:13:38.866Z" },
|
| 979 |
+
]
|
| 980 |
+
|
| 981 |
[[package]]
|
| 982 |
name = "six"
|
| 983 |
version = "1.17.0"
|
|
|
|
| 987 |
{ url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050, upload-time = "2024-12-04T17:35:26.475Z" },
|
| 988 |
]
|
| 989 |
|
| 990 |
+
[[package]]
|
| 991 |
+
name = "sniffio"
|
| 992 |
+
version = "1.3.1"
|
| 993 |
+
source = { registry = "https://pypi.org/simple" }
|
| 994 |
+
sdist = { url = "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc", size = 20372, upload-time = "2024-02-25T23:20:04.057Z" }
|
| 995 |
+
wheels = [
|
| 996 |
+
{ url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235, upload-time = "2024-02-25T23:20:01.196Z" },
|
| 997 |
+
]
|
| 998 |
+
|
| 999 |
+
[[package]]
|
| 1000 |
+
name = "tomli-w"
|
| 1001 |
+
version = "1.2.0"
|
| 1002 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1003 |
+
sdist = { url = "https://files.pythonhosted.org/packages/19/75/241269d1da26b624c0d5e110e8149093c759b7a286138f4efd61a60e75fe/tomli_w-1.2.0.tar.gz", hash = "sha256:2dd14fac5a47c27be9cd4c976af5a12d87fb1f0b4512f81d69cce3b35ae25021", size = 7184, upload-time = "2025-01-15T12:07:24.262Z" }
|
| 1004 |
+
wheels = [
|
| 1005 |
+
{ url = "https://files.pythonhosted.org/packages/c7/18/c86eb8e0202e32dd3df50d43d7ff9854f8e0603945ff398974c1d91ac1ef/tomli_w-1.2.0-py3-none-any.whl", hash = "sha256:188306098d013b691fcadc011abd66727d3c414c571bb01b1a174ba8c983cf90", size = 6675, upload-time = "2025-01-15T12:07:22.074Z" },
|
| 1006 |
+
]
|
| 1007 |
+
|
| 1008 |
+
[[package]]
|
| 1009 |
+
name = "tomlkit"
|
| 1010 |
+
version = "0.13.3"
|
| 1011 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1012 |
+
sdist = { url = "https://files.pythonhosted.org/packages/cc/18/0bbf3884e9eaa38819ebe46a7bd25dcd56b67434402b66a58c4b8e552575/tomlkit-0.13.3.tar.gz", hash = "sha256:430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1", size = 185207, upload-time = "2025-06-05T07:13:44.947Z" }
|
| 1013 |
+
wheels = [
|
| 1014 |
+
{ url = "https://files.pythonhosted.org/packages/bd/75/8539d011f6be8e29f339c42e633aae3cb73bffa95dd0f9adec09b9c58e85/tomlkit-0.13.3-py3-none-any.whl", hash = "sha256:c89c649d79ee40629a9fda55f8ace8c6a1b42deb912b2a8fd8d942ddadb606b0", size = 38901, upload-time = "2025-06-05T07:13:43.546Z" },
|
| 1015 |
+
]
|
| 1016 |
+
|
| 1017 |
[[package]]
|
| 1018 |
name = "tqdm"
|
| 1019 |
version = "4.67.1"
|
|
|
|
| 1026 |
{ url = "https://files.pythonhosted.org/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2", size = 78540, upload-time = "2024-11-24T20:12:19.698Z" },
|
| 1027 |
]
|
| 1028 |
|
| 1029 |
+
[[package]]
|
| 1030 |
+
name = "trove-classifiers"
|
| 1031 |
+
version = "2025.9.11.17"
|
| 1032 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1033 |
+
sdist = { url = "https://files.pythonhosted.org/packages/ca/9a/778622bc06632529817c3c524c82749a112603ae2bbcf72ee3eb33a2c4f1/trove_classifiers-2025.9.11.17.tar.gz", hash = "sha256:931ca9841a5e9c9408bc2ae67b50d28acf85bef56219b56860876dd1f2d024dd", size = 16975, upload-time = "2025-09-11T17:07:50.97Z" }
|
| 1034 |
+
wheels = [
|
| 1035 |
+
{ url = "https://files.pythonhosted.org/packages/e1/85/a4ff8758c66f1fc32aa5e9a145908394bf9cf1c79ffd1113cfdeb77e74e4/trove_classifiers-2025.9.11.17-py3-none-any.whl", hash = "sha256:5d392f2d244deb1866556457d6f3516792124a23d1c3a463a2e8668a5d1c15dd", size = 14158, upload-time = "2025-09-11T17:07:49.886Z" },
|
| 1036 |
+
]
|
| 1037 |
+
|
| 1038 |
[[package]]
|
| 1039 |
name = "typing-extensions"
|
| 1040 |
version = "4.15.0"
|
|
|
|
| 1062 |
{ url = "https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc", size = 129795, upload-time = "2025-06-18T14:07:40.39Z" },
|
| 1063 |
]
|
| 1064 |
|
| 1065 |
+
[[package]]
|
| 1066 |
+
name = "userpath"
|
| 1067 |
+
version = "1.9.2"
|
| 1068 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1069 |
+
dependencies = [
|
| 1070 |
+
{ name = "click" },
|
| 1071 |
+
]
|
| 1072 |
+
sdist = { url = "https://files.pythonhosted.org/packages/d5/b7/30753098208505d7ff9be5b3a32112fb8a4cb3ddfccbbb7ba9973f2e29ff/userpath-1.9.2.tar.gz", hash = "sha256:6c52288dab069257cc831846d15d48133522455d4677ee69a9781f11dbefd815", size = 11140, upload-time = "2024-02-29T21:39:08.742Z" }
|
| 1073 |
+
wheels = [
|
| 1074 |
+
{ url = "https://files.pythonhosted.org/packages/43/99/3ec6335ded5b88c2f7ed25c56ffd952546f7ed007ffb1e1539dc3b57015a/userpath-1.9.2-py3-none-any.whl", hash = "sha256:2cbf01a23d655a1ff8fc166dfb78da1b641d1ceabf0fe5f970767d380b14e89d", size = 9065, upload-time = "2024-02-29T21:39:07.551Z" },
|
| 1075 |
+
]
|
| 1076 |
+
|
| 1077 |
[[package]]
|
| 1078 |
name = "uts2025-vietipa"
|
| 1079 |
version = "0.1.0"
|
| 1080 |
+
source = { editable = "." }
|
| 1081 |
dependencies = [
|
| 1082 |
{ name = "datasets" },
|
| 1083 |
{ name = "gtts" },
|
|
|
|
| 1086 |
|
| 1087 |
[package.dev-dependencies]
|
| 1088 |
dev = [
|
| 1089 |
+
{ name = "hatch" },
|
| 1090 |
{ name = "ruff" },
|
| 1091 |
]
|
| 1092 |
|
|
|
|
| 1098 |
]
|
| 1099 |
|
| 1100 |
[package.metadata.requires-dev]
|
| 1101 |
+
dev = [
|
| 1102 |
+
{ name = "hatch", specifier = ">=1.14.2" },
|
| 1103 |
+
{ name = "ruff", specifier = ">=0.13.2" },
|
| 1104 |
+
]
|
| 1105 |
+
|
| 1106 |
+
[[package]]
|
| 1107 |
+
name = "uv"
|
| 1108 |
+
version = "0.8.22"
|
| 1109 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1110 |
+
sdist = { url = "https://files.pythonhosted.org/packages/a6/39/231e123458d50dd497cf6d27b592f5d3bc3e2e50f496b56859865a7b22e3/uv-0.8.22.tar.gz", hash = "sha256:e6e1289c411d43e0ca245f46e76457f3807de646d90b656591b6cf46348bed5c", size = 3667007, upload-time = "2025-09-23T20:35:14.736Z" }
|
| 1111 |
+
wheels = [
|
| 1112 |
+
{ url = "https://files.pythonhosted.org/packages/7c/e6/bb440171dd8a36d0f9874b4c71778f7bbc83e62ccf42c62bd1583c802793/uv-0.8.22-py3-none-linux_armv6l.whl", hash = "sha256:7350c5f82d9c38944e6466933edcf96a90e0cb85eae5c0e53a5bc716d6f62332", size = 20554993, upload-time = "2025-09-23T20:34:26.549Z" },
|
| 1113 |
+
{ url = "https://files.pythonhosted.org/packages/28/e9/813f7eb9fb9694c4024362782c8933e37887b5195e189f80dc40f2da5958/uv-0.8.22-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:89944e99b04cc8542cb5931306f1c593f00c9d6f2b652fffc4d84d12b915f911", size = 19565276, upload-time = "2025-09-23T20:34:30.436Z" },
|
| 1114 |
+
{ url = "https://files.pythonhosted.org/packages/d7/ca/bf37d86af6e16e45fa2b1a03300784ff3297aa9252a23dfbeaf6e391e72e/uv-0.8.22-py3-none-macosx_11_0_arm64.whl", hash = "sha256:6706b782ad75662df794e186d16b9ffa4946d57c88f21d0eadfd43425794d1b0", size = 18162303, upload-time = "2025-09-23T20:34:32.761Z" },
|
| 1115 |
+
{ url = "https://files.pythonhosted.org/packages/e4/eb/289b6a59fff1613958499a886283f52403c5ce4f0a8a550b86fbd70e8e4f/uv-0.8.22-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:d6a33bd5309f8fb77d9fc249bb17f77a23426e6153e43b03ca1cd6640f0a423d", size = 19982769, upload-time = "2025-09-23T20:34:34.962Z" },
|
| 1116 |
+
{ url = "https://files.pythonhosted.org/packages/df/ba/2fcc3ce75be62eecf280f3cbe74d186f371a468fad3167b5a34dee2f904e/uv-0.8.22-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4a982bdd5d239dd6dd2b4219165e209c75af1e1819730454ee46d65b3ccf77a3", size = 20163849, upload-time = "2025-09-23T20:34:37.744Z" },
|
| 1117 |
+
{ url = "https://files.pythonhosted.org/packages/f4/4d/4fc9a508c2c497a80c41710c96f1782a29edecffcac742f3843af061ba8f/uv-0.8.22-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:58b6fb191a04b922dc3c8fea6660f58545a651843d7d0efa9ae69164fca9e05d", size = 21130147, upload-time = "2025-09-23T20:34:40.414Z" },
|
| 1118 |
+
{ url = "https://files.pythonhosted.org/packages/71/79/6bcb3c3c3b7c9cb1a162a76dca2b166752e4ba39ec90e802b252f0a54039/uv-0.8.22-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:8ea724ae9f15c0cb4964e9e2e1b21df65c56ae02a54dc1d8a6ea44a52d819268", size = 22561974, upload-time = "2025-09-23T20:34:42.843Z" },
|
| 1119 |
+
{ url = "https://files.pythonhosted.org/packages/3f/98/89bb29d82ff7e5ab1b5e862d9bdc12b1d3a4d5201cf558432487e29cc448/uv-0.8.22-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7378127cbd6ebce8ba6d9bdb88aa8ea995b579824abb5ec381c63b3a123a43be", size = 22183189, upload-time = "2025-09-23T20:34:45.57Z" },
|
| 1120 |
+
{ url = "https://files.pythonhosted.org/packages/95/b0/354c7d7d11fff2ee97bb208f0fec6b09ae885c0d591b6eff2d7b84cc6695/uv-0.8.22-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7e761ca7df8a0059b3fae6bc2c1db24583fa00b016e35bd22a5599d7084471a7", size = 21492888, upload-time = "2025-09-23T20:34:48.45Z" },
|
| 1121 |
+
{ url = "https://files.pythonhosted.org/packages/3a/a9/a83cee9b8cf63e57ce64ba27c77777cc66410e144fd178368f55af1fa18d/uv-0.8.22-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8efec4ef5acddc35f0867998c44e0b15fc4dace1e4c26d01443871a2fbb04bf6", size = 21252972, upload-time = "2025-09-23T20:34:50.862Z" },
|
| 1122 |
+
{ url = "https://files.pythonhosted.org/packages/0f/0c/71d5d5d3fca7aa788d63297a06ca26d3585270342277b52312bb693b100c/uv-0.8.22-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:9eb3b4abfa25e07d7e1bb4c9bb8dbbdd51878356a37c3c4a2ece3d68d4286f28", size = 20115520, upload-time = "2025-09-23T20:34:53.165Z" },
|
| 1123 |
+
{ url = "https://files.pythonhosted.org/packages/da/90/57fae2798be1e71692872b8304e2e2c345eacbe2070bdcbba6d5a7675fa1/uv-0.8.22-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:b1fdffc2e71892ce648b66317e478fe8884d0007e20cfa582fff3dcea588a450", size = 21168787, upload-time = "2025-09-23T20:34:55.638Z" },
|
| 1124 |
+
{ url = "https://files.pythonhosted.org/packages/fe/f6/23c8d8fdd1084603795f6344eee8e763ba06f891e863397fe5b7b532cb58/uv-0.8.22-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:f6ded9bacb31441d788afca397b8b884ebc2e70f903bea0a38806194be4b249c", size = 20170112, upload-time = "2025-09-23T20:34:58.008Z" },
|
| 1125 |
+
{ url = "https://files.pythonhosted.org/packages/96/23/801d517964a7200014897522ae067bf7111fc2e138b38d13d9df9544bf06/uv-0.8.22-py3-none-musllinux_1_1_i686.whl", hash = "sha256:aefa0cb27a86d2145ca9290a1e99c16a17ea26a4f14a89fb7336bc19388427cc", size = 20537608, upload-time = "2025-09-23T20:35:00.44Z" },
|
| 1126 |
+
{ url = "https://files.pythonhosted.org/packages/20/8a/1bd4159089f8df0128e4ceb7f4c31c23a451984a5b49c13489c70e721335/uv-0.8.22-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:9757f0b0c7d296f1e354db442ed0ce39721c06d11635ce4ee6638c5e809a9cb4", size = 21471224, upload-time = "2025-09-23T20:35:03.718Z" },
|
| 1127 |
+
{ url = "https://files.pythonhosted.org/packages/86/ba/262d16059e3b0837728e8aa3590fc2c7bc23e0cefec81d6903b4b6af080a/uv-0.8.22-py3-none-win32.whl", hash = "sha256:36c7aecdb0044caf15ace00da00af172759c49c832f0017b7433d80f46552cd3", size = 19350586, upload-time = "2025-09-23T20:35:06.837Z" },
|
| 1128 |
+
{ url = "https://files.pythonhosted.org/packages/38/82/94f08992eeb193dc3d5baac437d1867cd37f040f34c7b1a4b1bde2bc4b4b/uv-0.8.22-py3-none-win_amd64.whl", hash = "sha256:cda349c9ea53644d8d9ceae30db71616b733eb5330375ab4259765aef494b74e", size = 21355960, upload-time = "2025-09-23T20:35:09.472Z" },
|
| 1129 |
+
{ url = "https://files.pythonhosted.org/packages/f9/00/2c7a93bbe93b74dc0496a8e875bac11027cb30c29636c106c6e49038b95f/uv-0.8.22-py3-none-win_arm64.whl", hash = "sha256:2a436b941b6e79fe1e1065b705a5689d72210f4367cbe885e19910cbcde2e4a1", size = 19778983, upload-time = "2025-09-23T20:35:12.188Z" },
|
| 1130 |
+
]
|
| 1131 |
+
|
| 1132 |
+
[[package]]
|
| 1133 |
+
name = "virtualenv"
|
| 1134 |
+
version = "20.34.0"
|
| 1135 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1136 |
+
dependencies = [
|
| 1137 |
+
{ name = "distlib" },
|
| 1138 |
+
{ name = "filelock" },
|
| 1139 |
+
{ name = "platformdirs" },
|
| 1140 |
+
]
|
| 1141 |
+
sdist = { url = "https://files.pythonhosted.org/packages/1c/14/37fcdba2808a6c615681cd216fecae00413c9dab44fb2e57805ecf3eaee3/virtualenv-20.34.0.tar.gz", hash = "sha256:44815b2c9dee7ed86e387b842a84f20b93f7f417f95886ca1996a72a4138eb1a", size = 6003808, upload-time = "2025-08-13T14:24:07.464Z" }
|
| 1142 |
+
wheels = [
|
| 1143 |
+
{ url = "https://files.pythonhosted.org/packages/76/06/04c8e804f813cf972e3262f3f8584c232de64f0cde9f703b46cf53a45090/virtualenv-20.34.0-py3-none-any.whl", hash = "sha256:341f5afa7eee943e4984a9207c025feedd768baff6753cd660c857ceb3e36026", size = 5983279, upload-time = "2025-08-13T14:24:05.111Z" },
|
| 1144 |
+
]
|
| 1145 |
|
| 1146 |
[[package]]
|
| 1147 |
name = "xxhash"
|
|
|
|
| 1213 |
{ url = "https://files.pythonhosted.org/packages/94/c3/b2e9f38bc3e11191981d57ea08cab2166e74ea770024a646617c9cddd9f6/yarl-1.20.1-cp313-cp313t-win_amd64.whl", hash = "sha256:541d050a355bbbc27e55d906bc91cb6fe42f96c01413dd0f4ed5a5240513874f", size = 93003, upload-time = "2025-06-10T00:45:27.752Z" },
|
| 1214 |
{ url = "https://files.pythonhosted.org/packages/b4/2d/2345fce04cfd4bee161bf1e7d9cdc702e3e16109021035dbb24db654a622/yarl-1.20.1-py3-none-any.whl", hash = "sha256:83b8eb083fe4683c6115795d9fc1cfaf2cbbefb19b3a1cb68f6527460f483a77", size = 46542, upload-time = "2025-06-10T00:46:07.521Z" },
|
| 1215 |
]
|
| 1216 |
+
|
| 1217 |
+
[[package]]
|
| 1218 |
+
name = "zstandard"
|
| 1219 |
+
version = "0.25.0"
|
| 1220 |
+
source = { registry = "https://pypi.org/simple" }
|
| 1221 |
+
sdist = { url = "https://files.pythonhosted.org/packages/fd/aa/3e0508d5a5dd96529cdc5a97011299056e14c6505b678fd58938792794b1/zstandard-0.25.0.tar.gz", hash = "sha256:7713e1179d162cf5c7906da876ec2ccb9c3a9dcbdffef0cc7f70c3667a205f0b", size = 711513, upload-time = "2025-09-14T22:15:54.002Z" }
|
| 1222 |
+
wheels = [
|
| 1223 |
+
{ url = "https://files.pythonhosted.org/packages/35/0b/8df9c4ad06af91d39e94fa96cc010a24ac4ef1378d3efab9223cc8593d40/zstandard-0.25.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ec996f12524f88e151c339688c3897194821d7f03081ab35d31d1e12ec975e94", size = 795735, upload-time = "2025-09-14T22:17:26.042Z" },
|
| 1224 |
+
{ url = "https://files.pythonhosted.org/packages/3f/06/9ae96a3e5dcfd119377ba33d4c42a7d89da1efabd5cb3e366b156c45ff4d/zstandard-0.25.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:a1a4ae2dec3993a32247995bdfe367fc3266da832d82f8438c8570f989753de1", size = 640440, upload-time = "2025-09-14T22:17:27.366Z" },
|
| 1225 |
+
{ url = "https://files.pythonhosted.org/packages/d9/14/933d27204c2bd404229c69f445862454dcc101cd69ef8c6068f15aaec12c/zstandard-0.25.0-cp313-cp313-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl", hash = "sha256:e96594a5537722fdfb79951672a2a63aec5ebfb823e7560586f7484819f2a08f", size = 5343070, upload-time = "2025-09-14T22:17:28.896Z" },
|
| 1226 |
+
{ url = "https://files.pythonhosted.org/packages/6d/db/ddb11011826ed7db9d0e485d13df79b58586bfdec56e5c84a928a9a78c1c/zstandard-0.25.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:bfc4e20784722098822e3eee42b8e576b379ed72cca4a7cb856ae733e62192ea", size = 5063001, upload-time = "2025-09-14T22:17:31.044Z" },
|
| 1227 |
+
{ url = "https://files.pythonhosted.org/packages/db/00/87466ea3f99599d02a5238498b87bf84a6348290c19571051839ca943777/zstandard-0.25.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:457ed498fc58cdc12fc48f7950e02740d4f7ae9493dd4ab2168a47c93c31298e", size = 5394120, upload-time = "2025-09-14T22:17:32.711Z" },
|
| 1228 |
+
{ url = "https://files.pythonhosted.org/packages/2b/95/fc5531d9c618a679a20ff6c29e2b3ef1d1f4ad66c5e161ae6ff847d102a9/zstandard-0.25.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:fd7a5004eb1980d3cefe26b2685bcb0b17989901a70a1040d1ac86f1d898c551", size = 5451230, upload-time = "2025-09-14T22:17:34.41Z" },
|
| 1229 |
+
{ url = "https://files.pythonhosted.org/packages/63/4b/e3678b4e776db00f9f7b2fe58e547e8928ef32727d7a1ff01dea010f3f13/zstandard-0.25.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:8e735494da3db08694d26480f1493ad2cf86e99bdd53e8e9771b2752a5c0246a", size = 5547173, upload-time = "2025-09-14T22:17:36.084Z" },
|
| 1230 |
+
{ url = "https://files.pythonhosted.org/packages/4e/d5/ba05ed95c6b8ec30bd468dfeab20589f2cf709b5c940483e31d991f2ca58/zstandard-0.25.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3a39c94ad7866160a4a46d772e43311a743c316942037671beb264e395bdd611", size = 5046736, upload-time = "2025-09-14T22:17:37.891Z" },
|
| 1231 |
+
{ url = "https://files.pythonhosted.org/packages/50/d5/870aa06b3a76c73eced65c044b92286a3c4e00554005ff51962deef28e28/zstandard-0.25.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:172de1f06947577d3a3005416977cce6168f2261284c02080e7ad0185faeced3", size = 5576368, upload-time = "2025-09-14T22:17:40.206Z" },
|
| 1232 |
+
{ url = "https://files.pythonhosted.org/packages/5d/35/398dc2ffc89d304d59bc12f0fdd931b4ce455bddf7038a0a67733a25f550/zstandard-0.25.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:3c83b0188c852a47cd13ef3bf9209fb0a77fa5374958b8c53aaa699398c6bd7b", size = 4954022, upload-time = "2025-09-14T22:17:41.879Z" },
|
| 1233 |
+
{ url = "https://files.pythonhosted.org/packages/9a/5c/36ba1e5507d56d2213202ec2b05e8541734af5f2ce378c5d1ceaf4d88dc4/zstandard-0.25.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:1673b7199bbe763365b81a4f3252b8e80f44c9e323fc42940dc8843bfeaf9851", size = 5267889, upload-time = "2025-09-14T22:17:43.577Z" },
|
| 1234 |
+
{ url = "https://files.pythonhosted.org/packages/70/e8/2ec6b6fb7358b2ec0113ae202647ca7c0e9d15b61c005ae5225ad0995df5/zstandard-0.25.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:0be7622c37c183406f3dbf0cba104118eb16a4ea7359eeb5752f0794882fc250", size = 5433952, upload-time = "2025-09-14T22:17:45.271Z" },
|
| 1235 |
+
{ url = "https://files.pythonhosted.org/packages/7b/01/b5f4d4dbc59ef193e870495c6f1275f5b2928e01ff5a81fecb22a06e22fb/zstandard-0.25.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:5f5e4c2a23ca271c218ac025bd7d635597048b366d6f31f420aaeb715239fc98", size = 5814054, upload-time = "2025-09-14T22:17:47.08Z" },
|
| 1236 |
+
{ url = "https://files.pythonhosted.org/packages/b2/e5/fbd822d5c6f427cf158316d012c5a12f233473c2f9c5fe5ab1ae5d21f3d8/zstandard-0.25.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4f187a0bb61b35119d1926aee039524d1f93aaf38a9916b8c4b78ac8514a0aaf", size = 5360113, upload-time = "2025-09-14T22:17:48.893Z" },
|
| 1237 |
+
{ url = "https://files.pythonhosted.org/packages/8e/e0/69a553d2047f9a2c7347caa225bb3a63b6d7704ad74610cb7823baa08ed7/zstandard-0.25.0-cp313-cp313-win32.whl", hash = "sha256:7030defa83eef3e51ff26f0b7bfb229f0204b66fe18e04359ce3474ac33cbc09", size = 436936, upload-time = "2025-09-14T22:17:52.658Z" },
|
| 1238 |
+
{ url = "https://files.pythonhosted.org/packages/d9/82/b9c06c870f3bd8767c201f1edbdf9e8dc34be5b0fbc5682c4f80fe948475/zstandard-0.25.0-cp313-cp313-win_amd64.whl", hash = "sha256:1f830a0dac88719af0ae43b8b2d6aef487d437036468ef3c2ea59c51f9d55fd5", size = 506232, upload-time = "2025-09-14T22:17:50.402Z" },
|
| 1239 |
+
{ url = "https://files.pythonhosted.org/packages/d4/57/60c3c01243bb81d381c9916e2a6d9e149ab8627c0c7d7abb2d73384b3c0c/zstandard-0.25.0-cp313-cp313-win_arm64.whl", hash = "sha256:85304a43f4d513f5464ceb938aa02c1e78c2943b29f44a750b48b25ac999a049", size = 462671, upload-time = "2025-09-14T22:17:51.533Z" },
|
| 1240 |
+
{ url = "https://files.pythonhosted.org/packages/3d/5c/f8923b595b55fe49e30612987ad8bf053aef555c14f05bb659dd5dbe3e8a/zstandard-0.25.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:e29f0cf06974c899b2c188ef7f783607dbef36da4c242eb6c82dcd8b512855e3", size = 795887, upload-time = "2025-09-14T22:17:54.198Z" },
|
| 1241 |
+
{ url = "https://files.pythonhosted.org/packages/8d/09/d0a2a14fc3439c5f874042dca72a79c70a532090b7ba0003be73fee37ae2/zstandard-0.25.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:05df5136bc5a011f33cd25bc9f506e7426c0c9b3f9954f056831ce68f3b6689f", size = 640658, upload-time = "2025-09-14T22:17:55.423Z" },
|
| 1242 |
+
{ url = "https://files.pythonhosted.org/packages/5d/7c/8b6b71b1ddd517f68ffb55e10834388d4f793c49c6b83effaaa05785b0b4/zstandard-0.25.0-cp314-cp314-manylinux2010_i686.manylinux_2_12_i686.manylinux_2_28_i686.whl", hash = "sha256:f604efd28f239cc21b3adb53eb061e2a205dc164be408e553b41ba2ffe0ca15c", size = 5379849, upload-time = "2025-09-14T22:17:57.372Z" },
|
| 1243 |
+
{ url = "https://files.pythonhosted.org/packages/a4/86/a48e56320d0a17189ab7a42645387334fba2200e904ee47fc5a26c1fd8ca/zstandard-0.25.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:223415140608d0f0da010499eaa8ccdb9af210a543fac54bce15babbcfc78439", size = 5058095, upload-time = "2025-09-14T22:17:59.498Z" },
|
| 1244 |
+
{ url = "https://files.pythonhosted.org/packages/f8/ad/eb659984ee2c0a779f9d06dbfe45e2dc39d99ff40a319895df2d3d9a48e5/zstandard-0.25.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2e54296a283f3ab5a26fc9b8b5d4978ea0532f37b231644f367aa588930aa043", size = 5551751, upload-time = "2025-09-14T22:18:01.618Z" },
|
| 1245 |
+
{ url = "https://files.pythonhosted.org/packages/61/b3/b637faea43677eb7bd42ab204dfb7053bd5c4582bfe6b1baefa80ac0c47b/zstandard-0.25.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ca54090275939dc8ec5dea2d2afb400e0f83444b2fc24e07df7fdef677110859", size = 6364818, upload-time = "2025-09-14T22:18:03.769Z" },
|
| 1246 |
+
{ url = "https://files.pythonhosted.org/packages/31/dc/cc50210e11e465c975462439a492516a73300ab8caa8f5e0902544fd748b/zstandard-0.25.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e09bb6252b6476d8d56100e8147b803befa9a12cea144bbe629dd508800d1ad0", size = 5560402, upload-time = "2025-09-14T22:18:05.954Z" },
|
| 1247 |
+
{ url = "https://files.pythonhosted.org/packages/c9/ae/56523ae9c142f0c08efd5e868a6da613ae76614eca1305259c3bf6a0ed43/zstandard-0.25.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:a9ec8c642d1ec73287ae3e726792dd86c96f5681eb8df274a757bf62b750eae7", size = 4955108, upload-time = "2025-09-14T22:18:07.68Z" },
|
| 1248 |
+
{ url = "https://files.pythonhosted.org/packages/98/cf/c899f2d6df0840d5e384cf4c4121458c72802e8bda19691f3b16619f51e9/zstandard-0.25.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:a4089a10e598eae6393756b036e0f419e8c1d60f44a831520f9af41c14216cf2", size = 5269248, upload-time = "2025-09-14T22:18:09.753Z" },
|
| 1249 |
+
{ url = "https://files.pythonhosted.org/packages/1b/c0/59e912a531d91e1c192d3085fc0f6fb2852753c301a812d856d857ea03c6/zstandard-0.25.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:f67e8f1a324a900e75b5e28ffb152bcac9fbed1cc7b43f99cd90f395c4375344", size = 5430330, upload-time = "2025-09-14T22:18:11.966Z" },
|
| 1250 |
+
{ url = "https://files.pythonhosted.org/packages/a0/1d/7e31db1240de2df22a58e2ea9a93fc6e38cc29353e660c0272b6735d6669/zstandard-0.25.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:9654dbc012d8b06fc3d19cc825af3f7bf8ae242226df5f83936cb39f5fdc846c", size = 5811123, upload-time = "2025-09-14T22:18:13.907Z" },
|
| 1251 |
+
{ url = "https://files.pythonhosted.org/packages/f6/49/fac46df5ad353d50535e118d6983069df68ca5908d4d65b8c466150a4ff1/zstandard-0.25.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:4203ce3b31aec23012d3a4cf4a2ed64d12fea5269c49aed5e4c3611b938e4088", size = 5359591, upload-time = "2025-09-14T22:18:16.465Z" },
|
| 1252 |
+
{ url = "https://files.pythonhosted.org/packages/c2/38/f249a2050ad1eea0bb364046153942e34abba95dd5520af199aed86fbb49/zstandard-0.25.0-cp314-cp314-win32.whl", hash = "sha256:da469dc041701583e34de852d8634703550348d5822e66a0c827d39b05365b12", size = 444513, upload-time = "2025-09-14T22:18:20.61Z" },
|
| 1253 |
+
{ url = "https://files.pythonhosted.org/packages/3a/43/241f9615bcf8ba8903b3f0432da069e857fc4fd1783bd26183db53c4804b/zstandard-0.25.0-cp314-cp314-win_amd64.whl", hash = "sha256:c19bcdd826e95671065f8692b5a4aa95c52dc7a02a4c5a0cac46deb879a017a2", size = 516118, upload-time = "2025-09-14T22:18:17.849Z" },
|
| 1254 |
+
{ url = "https://files.pythonhosted.org/packages/f0/ef/da163ce2450ed4febf6467d77ccb4cd52c4c30ab45624bad26ca0a27260c/zstandard-0.25.0-cp314-cp314-win_arm64.whl", hash = "sha256:d7541afd73985c630bafcd6338d2518ae96060075f9463d7dc14cfb33514383d", size = 476940, upload-time = "2025-09-14T22:18:19.088Z" },
|
| 1255 |
+
]
|