pyzotero 1.6.5__tar.gz → 1.6.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. {pyzotero-1.6.5 → pyzotero-1.6.6}/.readthedocs.yaml +5 -0
  2. {pyzotero-1.6.5 → pyzotero-1.6.6}/PKG-INFO +1 -2
  3. {pyzotero-1.6.5 → pyzotero-1.6.6}/doc/conf.py +15 -0
  4. {pyzotero-1.6.5 → pyzotero-1.6.6}/pyproject.toml +0 -1
  5. {pyzotero-1.6.5 → pyzotero-1.6.6}/src/_version.py +2 -2
  6. {pyzotero-1.6.5 → pyzotero-1.6.6}/src/pyzotero.egg-info/PKG-INFO +1 -2
  7. {pyzotero-1.6.5 → pyzotero-1.6.6}/src/pyzotero.egg-info/requires.txt +0 -1
  8. pyzotero-1.6.6/uv.lock +487 -0
  9. pyzotero-1.6.5/uv.lock +0 -843
  10. {pyzotero-1.6.5 → pyzotero-1.6.6}/.coveragerc +0 -0
  11. {pyzotero-1.6.5 → pyzotero-1.6.6}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  12. {pyzotero-1.6.5 → pyzotero-1.6.6}/.github/ISSUE_TEMPLATE/usage_question.md +0 -0
  13. {pyzotero-1.6.5 → pyzotero-1.6.6}/.github/dependabot.yml +0 -0
  14. {pyzotero-1.6.5 → pyzotero-1.6.6}/.github/pull_request_template.md +0 -0
  15. {pyzotero-1.6.5 → pyzotero-1.6.6}/.github/workflows/tests.yml +0 -0
  16. {pyzotero-1.6.5 → pyzotero-1.6.6}/.gitignore +0 -0
  17. {pyzotero-1.6.5 → pyzotero-1.6.6}/AUTHORS +0 -0
  18. {pyzotero-1.6.5 → pyzotero-1.6.6}/CITATION.cff +0 -0
  19. {pyzotero-1.6.5 → pyzotero-1.6.6}/CONTRIBUTING.md +0 -0
  20. {pyzotero-1.6.5 → pyzotero-1.6.6}/CONTRIBUTORS.md +0 -0
  21. {pyzotero-1.6.5 → pyzotero-1.6.6}/LICENSE.md +0 -0
  22. {pyzotero-1.6.5 → pyzotero-1.6.6}/README.md +0 -0
  23. {pyzotero-1.6.5 → pyzotero-1.6.6}/__init__.py +0 -0
  24. {pyzotero-1.6.5 → pyzotero-1.6.6}/doc/Makefile +0 -0
  25. {pyzotero-1.6.5 → pyzotero-1.6.6}/doc/_templates/layout.html +0 -0
  26. {pyzotero-1.6.5 → pyzotero-1.6.6}/doc/cat.png +0 -0
  27. {pyzotero-1.6.5 → pyzotero-1.6.6}/doc/index.rst +0 -0
  28. {pyzotero-1.6.5 → pyzotero-1.6.6}/dump_contributors.py +0 -0
  29. {pyzotero-1.6.5 → pyzotero-1.6.6}/setup.cfg +0 -0
  30. {pyzotero-1.6.5 → pyzotero-1.6.6}/setup.py +0 -0
  31. {pyzotero-1.6.5 → pyzotero-1.6.6}/src/pyzotero/__init__.py +0 -0
  32. {pyzotero-1.6.5 → pyzotero-1.6.6}/src/pyzotero/zotero.py +0 -0
  33. {pyzotero-1.6.5 → pyzotero-1.6.6}/src/pyzotero/zotero_errors.py +0 -0
  34. {pyzotero-1.6.5 → pyzotero-1.6.6}/src/pyzotero.egg-info/SOURCES.txt +0 -0
  35. {pyzotero-1.6.5 → pyzotero-1.6.6}/src/pyzotero.egg-info/dependency_links.txt +0 -0
  36. {pyzotero-1.6.5 → pyzotero-1.6.6}/src/pyzotero.egg-info/top_level.txt +0 -0
  37. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/__init__.py +0 -0
  38. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/attachments_doc.json +0 -0
  39. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/citation_doc.xml +0 -0
  40. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/collection_doc.json +0 -0
  41. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/collection_tags.json +0 -0
  42. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/collection_versions.json +0 -0
  43. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/collections_doc.json +0 -0
  44. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/creation_doc.json +0 -0
  45. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/groups_doc.json +0 -0
  46. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/item_doc.json +0 -0
  47. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/item_fields.json +0 -0
  48. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/item_file.pdf +0 -0
  49. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/item_template.json +0 -0
  50. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/item_types.json +0 -0
  51. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/item_versions.json +0 -0
  52. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/items_doc.json +0 -0
  53. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/keys_doc.txt +0 -0
  54. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/api_responses/tags_doc.json +0 -0
  55. {pyzotero-1.6.5 → pyzotero-1.6.6}/tests/test_zotero.py +0 -0
@@ -11,11 +11,16 @@ build:
11
11
  tools:
12
12
  python: "3.11"
13
13
 
14
+ jobs:
15
+ post_create_environment:
16
+ - python -m pip install sphinx_rtd_theme
17
+
14
18
  python:
15
19
  install:
16
20
  - method: pip
17
21
  path: .
18
22
 
23
+
19
24
  # Build documentation in the docs/ directory with Sphinx
20
25
  sphinx:
21
26
  configuration: doc/conf.py
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pyzotero
3
- Version: 1.6.5
3
+ Version: 1.6.6
4
4
  Summary: Python wrapper for the Zotero API
5
5
  Author-email: Stephan Hügel <urschrei@gmail.com>
6
6
  License: # Blue Oak Model License
@@ -63,7 +63,6 @@ Requires-Dist: feedparser>=6.0.11
63
63
  Requires-Dist: pytz
64
64
  Requires-Dist: bibtexparser
65
65
  Requires-Dist: httpx>=0.28.1
66
- Requires-Dist: sphinx-rtd-theme>=3.0.2
67
66
  Provides-Extra: test
68
67
  Requires-Dist: pytest>=7.4.2; extra == "test"
69
68
  Requires-Dist: httpretty; extra == "test"
@@ -11,6 +11,7 @@
11
11
  # All configuration values have a default; values that are commented out
12
12
  # serve to show the default.
13
13
 
14
+ import os
14
15
  import sys
15
16
  from datetime import date
16
17
 
@@ -18,8 +19,22 @@ sys.path.insert(1, "..")
18
19
  import pyzotero
19
20
  from pyzotero import zotero as zot
20
21
 
22
+ # Tell Jinja2 templates the build is running on Read the Docs
23
+ if os.environ.get("READTHEDOCS", "") == "True":
24
+ if "html_context" not in globals():
25
+ html_context = {}
26
+ html_context["READTHEDOCS"] = True
27
+
21
28
  author = zot.__author__
22
29
  current_year = date.today().year
30
+
31
+ html_context = {
32
+ "display_github": True, # Integrate GitHub
33
+ "github_user": "urschrei", # Username
34
+ "github_repo": "pyzotero", # Repo name
35
+ "github_version": "main", # Version
36
+ "conf_py_path": "/doc/", # Path in the checkout to the docs root
37
+ }
23
38
  # If extensions (or modules to document with autodoc) are in another directory,
24
39
  # add these directories to sys.path here. If the directory is relative to the
25
40
  # documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -8,7 +8,6 @@ dependencies = [
8
8
  "pytz",
9
9
  "bibtexparser",
10
10
  "httpx>=0.28.1",
11
- "sphinx-rtd-theme>=3.0.2",
12
11
  ]
13
12
  authors = [{ name = "Stephan Hügel", email = "urschrei@gmail.com" }]
14
13
  license = {file = "LICENSE.md"}
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.6.5'
16
- __version_tuple__ = version_tuple = (1, 6, 5)
15
+ __version__ = version = '1.6.6'
16
+ __version_tuple__ = version_tuple = (1, 6, 6)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pyzotero
3
- Version: 1.6.5
3
+ Version: 1.6.6
4
4
  Summary: Python wrapper for the Zotero API
5
5
  Author-email: Stephan Hügel <urschrei@gmail.com>
6
6
  License: # Blue Oak Model License
@@ -63,7 +63,6 @@ Requires-Dist: feedparser>=6.0.11
63
63
  Requires-Dist: pytz
64
64
  Requires-Dist: bibtexparser
65
65
  Requires-Dist: httpx>=0.28.1
66
- Requires-Dist: sphinx-rtd-theme>=3.0.2
67
66
  Provides-Extra: test
68
67
  Requires-Dist: pytest>=7.4.2; extra == "test"
69
68
  Requires-Dist: httpretty; extra == "test"
@@ -2,7 +2,6 @@ feedparser>=6.0.11
2
2
  pytz
3
3
  bibtexparser
4
4
  httpx>=0.28.1
5
- sphinx-rtd-theme>=3.0.2
6
5
 
7
6
  [test]
8
7
  pytest>=7.4.2
pyzotero-1.6.6/uv.lock ADDED
@@ -0,0 +1,487 @@
1
+ version = 1
2
+ requires-python = ">=3.9"
3
+
4
+ [[package]]
5
+ name = "anyio"
6
+ version = "4.5.2"
7
+ source = { registry = "https://pypi.org/simple" }
8
+ dependencies = [
9
+ { name = "exceptiongroup", marker = "python_full_version < '3.11'" },
10
+ { name = "idna" },
11
+ { name = "sniffio" },
12
+ { name = "typing-extensions", marker = "python_full_version < '3.11'" },
13
+ ]
14
+ sdist = { url = "https://files.pythonhosted.org/packages/4d/f9/9a7ce600ebe7804daf90d4d48b1c0510a4561ddce43a596be46676f82343/anyio-4.5.2.tar.gz", hash = "sha256:23009af4ed04ce05991845451e11ef02fc7c5ed29179ac9a420e5ad0ac7ddc5b", size = 171293 }
15
+ wheels = [
16
+ { url = "https://files.pythonhosted.org/packages/1b/b4/f7e396030e3b11394436358ca258a81d6010106582422f23443c16ca1873/anyio-4.5.2-py3-none-any.whl", hash = "sha256:c011ee36bc1e8ba40e5a81cb9df91925c218fe9b778554e0b56a21e1b5d4716f", size = 89766 },
17
+ ]
18
+
19
+ [[package]]
20
+ name = "appnope"
21
+ version = "0.1.4"
22
+ source = { registry = "https://pypi.org/simple" }
23
+ sdist = { url = "https://files.pythonhosted.org/packages/35/5d/752690df9ef5b76e169e68d6a129fa6d08a7100ca7f754c89495db3c6019/appnope-0.1.4.tar.gz", hash = "sha256:1de3860566df9caf38f01f86f65e0e13e379af54f9e4bee1e66b48f2efffd1ee", size = 4170 }
24
+ wheels = [
25
+ { url = "https://files.pythonhosted.org/packages/81/29/5ecc3a15d5a33e31b26c11426c45c501e439cb865d0bff96315d86443b78/appnope-0.1.4-py2.py3-none-any.whl", hash = "sha256:502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c", size = 4321 },
26
+ ]
27
+
28
+ [[package]]
29
+ name = "asttokens"
30
+ version = "3.0.0"
31
+ source = { registry = "https://pypi.org/simple" }
32
+ sdist = { url = "https://files.pythonhosted.org/packages/4a/e7/82da0a03e7ba5141f05cce0d302e6eed121ae055e0456ca228bf693984bc/asttokens-3.0.0.tar.gz", hash = "sha256:0dcd8baa8d62b0c1d118b399b2ddba3c4aff271d0d7a9e0d4c1681c79035bbc7", size = 61978 }
33
+ wheels = [
34
+ { url = "https://files.pythonhosted.org/packages/25/8a/c46dcc25341b5bce5472c718902eb3d38600a903b14fa6aeecef3f21a46f/asttokens-3.0.0-py3-none-any.whl", hash = "sha256:e3078351a059199dd5138cb1c706e6430c05eff2ff136af5eb4790f9d28932e2", size = 26918 },
35
+ ]
36
+
37
+ [[package]]
38
+ name = "backcall"
39
+ version = "0.2.0"
40
+ source = { registry = "https://pypi.org/simple" }
41
+ sdist = { url = "https://files.pythonhosted.org/packages/a2/40/764a663805d84deee23043e1426a9175567db89c8b3287b5c2ad9f71aa93/backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e", size = 18041 }
42
+ wheels = [
43
+ { url = "https://files.pythonhosted.org/packages/4c/1c/ff6546b6c12603d8dd1070aa3c3d273ad4c07f5771689a7b69a550e8c951/backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255", size = 11157 },
44
+ ]
45
+
46
+ [[package]]
47
+ name = "bibtexparser"
48
+ version = "1.4.3"
49
+ source = { registry = "https://pypi.org/simple" }
50
+ dependencies = [
51
+ { name = "pyparsing" },
52
+ ]
53
+ sdist = { url = "https://files.pythonhosted.org/packages/92/8d/e296c7af03757debd8fc80df2898cbed4fb69fc61ed2c9b4a1d42e923a9e/bibtexparser-1.4.3.tar.gz", hash = "sha256:a9c7ded64bc137720e4df0b1b7f12734edc1361185f1c9097048ff7c35af2b8f", size = 55582 }
54
+
55
+ [[package]]
56
+ name = "certifi"
57
+ version = "2024.12.14"
58
+ source = { registry = "https://pypi.org/simple" }
59
+ sdist = { url = "https://files.pythonhosted.org/packages/0f/bd/1d41ee578ce09523c81a15426705dd20969f5abf006d1afe8aeff0dd776a/certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db", size = 166010 }
60
+ wheels = [
61
+ { url = "https://files.pythonhosted.org/packages/a5/32/8f6669fc4798494966bf446c8c4a162e0b5d893dff088afddf76414f70e1/certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56", size = 164927 },
62
+ ]
63
+
64
+ [[package]]
65
+ name = "colorama"
66
+ version = "0.4.6"
67
+ source = { registry = "https://pypi.org/simple" }
68
+ sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697 }
69
+ wheels = [
70
+ { url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335 },
71
+ ]
72
+
73
+ [[package]]
74
+ name = "decorator"
75
+ version = "5.1.1"
76
+ source = { registry = "https://pypi.org/simple" }
77
+ sdist = { url = "https://files.pythonhosted.org/packages/66/0c/8d907af351aa16b42caae42f9d6aa37b900c67308052d10fdce809f8d952/decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330", size = 35016 }
78
+ wheels = [
79
+ { url = "https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186", size = 9073 },
80
+ ]
81
+
82
+ [[package]]
83
+ name = "exceptiongroup"
84
+ version = "1.2.2"
85
+ source = { registry = "https://pypi.org/simple" }
86
+ sdist = { url = "https://files.pythonhosted.org/packages/09/35/2495c4ac46b980e4ca1f6ad6db102322ef3ad2410b79fdde159a4b0f3b92/exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc", size = 28883 }
87
+ wheels = [
88
+ { url = "https://files.pythonhosted.org/packages/02/cc/b7e31358aac6ed1ef2bb790a9746ac2c69bcb3c8588b41616914eb106eaf/exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b", size = 16453 },
89
+ ]
90
+
91
+ [[package]]
92
+ name = "executing"
93
+ version = "2.1.0"
94
+ source = { registry = "https://pypi.org/simple" }
95
+ sdist = { url = "https://files.pythonhosted.org/packages/8c/e3/7d45f492c2c4a0e8e0fad57d081a7c8a0286cdd86372b070cca1ec0caa1e/executing-2.1.0.tar.gz", hash = "sha256:8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab", size = 977485 }
96
+ wheels = [
97
+ { url = "https://files.pythonhosted.org/packages/b5/fd/afcd0496feca3276f509df3dbd5dae726fcc756f1a08d9e25abe1733f962/executing-2.1.0-py2.py3-none-any.whl", hash = "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf", size = 25805 },
98
+ ]
99
+
100
+ [[package]]
101
+ name = "feedparser"
102
+ version = "6.0.11"
103
+ source = { registry = "https://pypi.org/simple" }
104
+ dependencies = [
105
+ { name = "sgmllib3k" },
106
+ ]
107
+ sdist = { url = "https://files.pythonhosted.org/packages/ff/aa/7af346ebeb42a76bf108027fe7f3328bb4e57a3a96e53e21fd9ef9dd6dd0/feedparser-6.0.11.tar.gz", hash = "sha256:c9d0407b64c6f2a065d0ebb292c2b35c01050cc0dc33757461aaabdc4c4184d5", size = 286197 }
108
+ wheels = [
109
+ { url = "https://files.pythonhosted.org/packages/7c/d4/8c31aad9cc18f451c49f7f9cfb5799dadffc88177f7917bc90a66459b1d7/feedparser-6.0.11-py3-none-any.whl", hash = "sha256:0be7ee7b395572b19ebeb1d6aafb0028dee11169f1c934e0ed67d54992f4ad45", size = 81343 },
110
+ ]
111
+
112
+ [[package]]
113
+ name = "h11"
114
+ version = "0.14.0"
115
+ source = { registry = "https://pypi.org/simple" }
116
+ sdist = { url = "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d", size = 100418 }
117
+ wheels = [
118
+ { url = "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", size = 58259 },
119
+ ]
120
+
121
+ [[package]]
122
+ name = "httpcore"
123
+ version = "1.0.7"
124
+ source = { registry = "https://pypi.org/simple" }
125
+ dependencies = [
126
+ { name = "certifi" },
127
+ { name = "h11" },
128
+ ]
129
+ sdist = { url = "https://files.pythonhosted.org/packages/6a/41/d7d0a89eb493922c37d343b607bc1b5da7f5be7e383740b4753ad8943e90/httpcore-1.0.7.tar.gz", hash = "sha256:8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c", size = 85196 }
130
+ wheels = [
131
+ { url = "https://files.pythonhosted.org/packages/87/f5/72347bc88306acb359581ac4d52f23c0ef445b57157adedb9aee0cd689d2/httpcore-1.0.7-py3-none-any.whl", hash = "sha256:a3fff8f43dc260d5bd363d9f9cf1830fa3a458b332856f34282de498ed420edd", size = 78551 },
132
+ ]
133
+
134
+ [[package]]
135
+ name = "httpretty"
136
+ version = "1.1.4"
137
+ source = { registry = "https://pypi.org/simple" }
138
+ sdist = { url = "https://files.pythonhosted.org/packages/6e/19/850b7ed736319d0c4088581f4fc34f707ef14461947284026664641e16d4/httpretty-1.1.4.tar.gz", hash = "sha256:20de0e5dd5a18292d36d928cc3d6e52f8b2ac73daec40d41eb62dee154933b68", size = 442389 }
139
+
140
+ [[package]]
141
+ name = "httpx"
142
+ version = "0.28.1"
143
+ source = { registry = "https://pypi.org/simple" }
144
+ dependencies = [
145
+ { name = "anyio" },
146
+ { name = "certifi" },
147
+ { name = "httpcore" },
148
+ { name = "idna" },
149
+ ]
150
+ sdist = { url = "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc", size = 141406 }
151
+ wheels = [
152
+ { url = "https://files.pythonhosted.org/packages/2a/39/e50c7c3a983047577ee07d2a9e53faf5a69493943ec3f6a384bdc792deb2/httpx-0.28.1-py3-none-any.whl", hash = "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad", size = 73517 },
153
+ ]
154
+
155
+ [[package]]
156
+ name = "idna"
157
+ version = "3.10"
158
+ source = { registry = "https://pypi.org/simple" }
159
+ sdist = { url = "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9", size = 190490 }
160
+ wheels = [
161
+ { url = "https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3", size = 70442 },
162
+ ]
163
+
164
+ [[package]]
165
+ name = "iniconfig"
166
+ version = "2.0.0"
167
+ source = { registry = "https://pypi.org/simple" }
168
+ sdist = { url = "https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3", size = 4646 }
169
+ wheels = [
170
+ { url = "https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374", size = 5892 },
171
+ ]
172
+
173
+ [[package]]
174
+ name = "ipython"
175
+ version = "8.12.3"
176
+ source = { registry = "https://pypi.org/simple" }
177
+ dependencies = [
178
+ { name = "appnope", marker = "sys_platform == 'darwin'" },
179
+ { name = "backcall" },
180
+ { name = "colorama", marker = "sys_platform == 'win32'" },
181
+ { name = "decorator" },
182
+ { name = "jedi" },
183
+ { name = "matplotlib-inline" },
184
+ { name = "pexpect", marker = "sys_platform != 'win32'" },
185
+ { name = "pickleshare" },
186
+ { name = "prompt-toolkit" },
187
+ { name = "pygments" },
188
+ { name = "stack-data" },
189
+ { name = "traitlets" },
190
+ { name = "typing-extensions", marker = "python_full_version < '3.10'" },
191
+ ]
192
+ sdist = { url = "https://files.pythonhosted.org/packages/9e/6a/44ef299b1762f5a73841e87fae8a73a8cc8aee538d6dc8c77a5afe1fd2ce/ipython-8.12.3.tar.gz", hash = "sha256:3910c4b54543c2ad73d06579aa771041b7d5707b033bd488669b4cf544e3b363", size = 5470171 }
193
+ wheels = [
194
+ { url = "https://files.pythonhosted.org/packages/8d/97/8fe103906cd81bc42d3b0175b5534a9f67dccae47d6451131cf8d0d70bb2/ipython-8.12.3-py3-none-any.whl", hash = "sha256:b0340d46a933d27c657b211a329d0be23793c36595acf9e6ef4164bc01a1804c", size = 798307 },
195
+ ]
196
+
197
+ [[package]]
198
+ name = "jedi"
199
+ version = "0.19.2"
200
+ source = { registry = "https://pypi.org/simple" }
201
+ dependencies = [
202
+ { name = "parso" },
203
+ ]
204
+ sdist = { url = "https://files.pythonhosted.org/packages/72/3a/79a912fbd4d8dd6fbb02bf69afd3bb72cf0c729bb3063c6f4498603db17a/jedi-0.19.2.tar.gz", hash = "sha256:4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0", size = 1231287 }
205
+ wheels = [
206
+ { url = "https://files.pythonhosted.org/packages/c0/5a/9cac0c82afec3d09ccd97c8b6502d48f165f9124db81b4bcb90b4af974ee/jedi-0.19.2-py2.py3-none-any.whl", hash = "sha256:a8ef22bde8490f57fe5c7681a3c83cb58874daf72b4784de3cce5b6ef6edb5b9", size = 1572278 },
207
+ ]
208
+
209
+ [[package]]
210
+ name = "matplotlib-inline"
211
+ version = "0.1.7"
212
+ source = { registry = "https://pypi.org/simple" }
213
+ dependencies = [
214
+ { name = "traitlets" },
215
+ ]
216
+ sdist = { url = "https://files.pythonhosted.org/packages/99/5b/a36a337438a14116b16480db471ad061c36c3694df7c2084a0da7ba538b7/matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90", size = 8159 }
217
+ wheels = [
218
+ { url = "https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca", size = 9899 },
219
+ ]
220
+
221
+ [[package]]
222
+ name = "packaging"
223
+ version = "24.2"
224
+ source = { registry = "https://pypi.org/simple" }
225
+ sdist = { url = "https://files.pythonhosted.org/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f", size = 163950 }
226
+ wheels = [
227
+ { url = "https://files.pythonhosted.org/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759", size = 65451 },
228
+ ]
229
+
230
+ [[package]]
231
+ name = "parso"
232
+ version = "0.8.4"
233
+ source = { registry = "https://pypi.org/simple" }
234
+ sdist = { url = "https://files.pythonhosted.org/packages/66/94/68e2e17afaa9169cf6412ab0f28623903be73d1b32e208d9e8e541bb086d/parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d", size = 400609 }
235
+ wheels = [
236
+ { url = "https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18", size = 103650 },
237
+ ]
238
+
239
+ [[package]]
240
+ name = "pexpect"
241
+ version = "4.9.0"
242
+ source = { registry = "https://pypi.org/simple" }
243
+ dependencies = [
244
+ { name = "ptyprocess" },
245
+ ]
246
+ sdist = { url = "https://files.pythonhosted.org/packages/42/92/cc564bf6381ff43ce1f4d06852fc19a2f11d180f23dc32d9588bee2f149d/pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f", size = 166450 }
247
+ wheels = [
248
+ { url = "https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl", hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523", size = 63772 },
249
+ ]
250
+
251
+ [[package]]
252
+ name = "pickleshare"
253
+ version = "0.7.5"
254
+ source = { registry = "https://pypi.org/simple" }
255
+ sdist = { url = "https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6ddd09df9535849c64ba51fcb6531c32d4d8/pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca", size = 6161 }
256
+ wheels = [
257
+ { url = "https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56", size = 6877 },
258
+ ]
259
+
260
+ [[package]]
261
+ name = "pluggy"
262
+ version = "1.5.0"
263
+ source = { registry = "https://pypi.org/simple" }
264
+ sdist = { url = "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1", size = 67955 }
265
+ wheels = [
266
+ { url = "https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669", size = 20556 },
267
+ ]
268
+
269
+ [[package]]
270
+ name = "prompt-toolkit"
271
+ version = "3.0.48"
272
+ source = { registry = "https://pypi.org/simple" }
273
+ dependencies = [
274
+ { name = "wcwidth" },
275
+ ]
276
+ sdist = { url = "https://files.pythonhosted.org/packages/2d/4f/feb5e137aff82f7c7f3248267b97451da3644f6cdc218edfe549fb354127/prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90", size = 424684 }
277
+ wheels = [
278
+ { url = "https://files.pythonhosted.org/packages/a9/6a/fd08d94654f7e67c52ca30523a178b3f8ccc4237fce4be90d39c938a831a/prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e", size = 386595 },
279
+ ]
280
+
281
+ [[package]]
282
+ name = "ptyprocess"
283
+ version = "0.7.0"
284
+ source = { registry = "https://pypi.org/simple" }
285
+ sdist = { url = "https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220", size = 70762 }
286
+ wheels = [
287
+ { url = "https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35", size = 13993 },
288
+ ]
289
+
290
+ [[package]]
291
+ name = "pure-eval"
292
+ version = "0.2.3"
293
+ source = { registry = "https://pypi.org/simple" }
294
+ sdist = { url = "https://files.pythonhosted.org/packages/cd/05/0a34433a064256a578f1783a10da6df098ceaa4a57bbeaa96a6c0352786b/pure_eval-0.2.3.tar.gz", hash = "sha256:5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42", size = 19752 }
295
+ wheels = [
296
+ { url = "https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl", hash = "sha256:1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0", size = 11842 },
297
+ ]
298
+
299
+ [[package]]
300
+ name = "pygments"
301
+ version = "2.18.0"
302
+ source = { registry = "https://pypi.org/simple" }
303
+ sdist = { url = "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31/pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199", size = 4891905 }
304
+ wheels = [
305
+ { url = "https://files.pythonhosted.org/packages/f7/3f/01c8b82017c199075f8f788d0d906b9ffbbc5a47dc9918a945e13d5a2bda/pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a", size = 1205513 },
306
+ ]
307
+
308
+ [[package]]
309
+ name = "pyparsing"
310
+ version = "3.1.4"
311
+ source = { registry = "https://pypi.org/simple" }
312
+ sdist = { url = "https://files.pythonhosted.org/packages/83/08/13f3bce01b2061f2bbd582c9df82723de943784cf719a35ac886c652043a/pyparsing-3.1.4.tar.gz", hash = "sha256:f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032", size = 900231 }
313
+ wheels = [
314
+ { url = "https://files.pythonhosted.org/packages/e5/0c/0e3c05b1c87bb6a1c76d281b0f35e78d2d80ac91b5f8f524cebf77f51049/pyparsing-3.1.4-py3-none-any.whl", hash = "sha256:a6a7ee4235a3f944aa1fa2249307708f893fe5717dc603503c6c7969c070fb7c", size = 104100 },
315
+ ]
316
+
317
+ [[package]]
318
+ name = "pytest"
319
+ version = "8.3.4"
320
+ source = { registry = "https://pypi.org/simple" }
321
+ dependencies = [
322
+ { name = "colorama", marker = "sys_platform == 'win32'" },
323
+ { name = "exceptiongroup", marker = "python_full_version < '3.11'" },
324
+ { name = "iniconfig" },
325
+ { name = "packaging" },
326
+ { name = "pluggy" },
327
+ { name = "tomli", marker = "python_full_version < '3.11'" },
328
+ ]
329
+ sdist = { url = "https://files.pythonhosted.org/packages/05/35/30e0d83068951d90a01852cb1cef56e5d8a09d20c7f511634cc2f7e0372a/pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761", size = 1445919 }
330
+ wheels = [
331
+ { url = "https://files.pythonhosted.org/packages/11/92/76a1c94d3afee238333bc0a42b82935dd8f9cf8ce9e336ff87ee14d9e1cf/pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6", size = 343083 },
332
+ ]
333
+
334
+ [[package]]
335
+ name = "python-dateutil"
336
+ version = "2.9.0.post0"
337
+ source = { registry = "https://pypi.org/simple" }
338
+ dependencies = [
339
+ { name = "six" },
340
+ ]
341
+ sdist = { url = "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", size = 342432 }
342
+ wheels = [
343
+ { url = "https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427", size = 229892 },
344
+ ]
345
+
346
+ [[package]]
347
+ name = "pytz"
348
+ version = "2024.2"
349
+ source = { registry = "https://pypi.org/simple" }
350
+ sdist = { url = "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a", size = 319692 }
351
+ wheels = [
352
+ { url = "https://files.pythonhosted.org/packages/11/c3/005fcca25ce078d2cc29fd559379817424e94885510568bc1bc53d7d5846/pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725", size = 508002 },
353
+ ]
354
+
355
+ [[package]]
356
+ name = "pyzotero"
357
+ source = { editable = "." }
358
+ dependencies = [
359
+ { name = "bibtexparser" },
360
+ { name = "feedparser" },
361
+ { name = "httpx" },
362
+ { name = "pytz" },
363
+ ]
364
+
365
+ [package.optional-dependencies]
366
+ test = [
367
+ { name = "httpretty" },
368
+ { name = "ipython" },
369
+ { name = "pytest" },
370
+ { name = "python-dateutil" },
371
+ ]
372
+
373
+ [package.metadata]
374
+ requires-dist = [
375
+ { name = "bibtexparser" },
376
+ { name = "feedparser", specifier = ">=6.0.11" },
377
+ { name = "httpretty", marker = "extra == 'test'" },
378
+ { name = "httpx", specifier = ">=0.28.1" },
379
+ { name = "ipython", marker = "extra == 'test'" },
380
+ { name = "pytest", marker = "extra == 'test'", specifier = ">=7.4.2" },
381
+ { name = "python-dateutil", marker = "extra == 'test'" },
382
+ { name = "pytz" },
383
+ ]
384
+
385
+ [[package]]
386
+ name = "sgmllib3k"
387
+ version = "1.0.0"
388
+ source = { registry = "https://pypi.org/simple" }
389
+ sdist = { url = "https://files.pythonhosted.org/packages/9e/bd/3704a8c3e0942d711c1299ebf7b9091930adae6675d7c8f476a7ce48653c/sgmllib3k-1.0.0.tar.gz", hash = "sha256:7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9", size = 5750 }
390
+
391
+ [[package]]
392
+ name = "six"
393
+ version = "1.17.0"
394
+ source = { registry = "https://pypi.org/simple" }
395
+ sdist = { url = "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81", size = 34031 }
396
+ wheels = [
397
+ { url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050 },
398
+ ]
399
+
400
+ [[package]]
401
+ name = "sniffio"
402
+ version = "1.3.1"
403
+ source = { registry = "https://pypi.org/simple" }
404
+ sdist = { url = "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc", size = 20372 }
405
+ wheels = [
406
+ { url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235 },
407
+ ]
408
+
409
+ [[package]]
410
+ name = "stack-data"
411
+ version = "0.6.3"
412
+ source = { registry = "https://pypi.org/simple" }
413
+ dependencies = [
414
+ { name = "asttokens" },
415
+ { name = "executing" },
416
+ { name = "pure-eval" },
417
+ ]
418
+ sdist = { url = "https://files.pythonhosted.org/packages/28/e3/55dcc2cfbc3ca9c29519eb6884dd1415ecb53b0e934862d3559ddcb7e20b/stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9", size = 44707 }
419
+ wheels = [
420
+ { url = "https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl", hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695", size = 24521 },
421
+ ]
422
+
423
+ [[package]]
424
+ name = "tomli"
425
+ version = "2.2.1"
426
+ source = { registry = "https://pypi.org/simple" }
427
+ sdist = { url = "https://files.pythonhosted.org/packages/18/87/302344fed471e44a87289cf4967697d07e532f2421fdaf868a303cbae4ff/tomli-2.2.1.tar.gz", hash = "sha256:cd45e1dc79c835ce60f7404ec8119f2eb06d38b1deba146f07ced3bbc44505ff", size = 17175 }
428
+ wheels = [
429
+ { url = "https://files.pythonhosted.org/packages/43/ca/75707e6efa2b37c77dadb324ae7d9571cb424e61ea73fad7c56c2d14527f/tomli-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:678e4fa69e4575eb77d103de3df8a895e1591b48e740211bd1067378c69e8249", size = 131077 },
430
+ { url = "https://files.pythonhosted.org/packages/c7/16/51ae563a8615d472fdbffc43a3f3d46588c264ac4f024f63f01283becfbb/tomli-2.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:023aa114dd824ade0100497eb2318602af309e5a55595f76b626d6d9f3b7b0a6", size = 123429 },
431
+ { url = "https://files.pythonhosted.org/packages/f1/dd/4f6cd1e7b160041db83c694abc78e100473c15d54620083dbd5aae7b990e/tomli-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a", size = 226067 },
432
+ { url = "https://files.pythonhosted.org/packages/a9/6b/c54ede5dc70d648cc6361eaf429304b02f2871a345bbdd51e993d6cdf550/tomli-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6972ca9c9cc9f0acaa56a8ca1ff51e7af152a9f87fb64623e31d5c83700080ee", size = 236030 },
433
+ { url = "https://files.pythonhosted.org/packages/1f/47/999514fa49cfaf7a92c805a86c3c43f4215621855d151b61c602abb38091/tomli-2.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c954d2250168d28797dd4e3ac5cf812a406cd5a92674ee4c8f123c889786aa8e", size = 240898 },
434
+ { url = "https://files.pythonhosted.org/packages/73/41/0a01279a7ae09ee1573b423318e7934674ce06eb33f50936655071d81a24/tomli-2.2.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:8dd28b3e155b80f4d54beb40a441d366adcfe740969820caf156c019fb5c7ec4", size = 229894 },
435
+ { url = "https://files.pythonhosted.org/packages/55/18/5d8bc5b0a0362311ce4d18830a5d28943667599a60d20118074ea1b01bb7/tomli-2.2.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:e59e304978767a54663af13c07b3d1af22ddee3bb2fb0618ca1593e4f593a106", size = 245319 },
436
+ { url = "https://files.pythonhosted.org/packages/92/a3/7ade0576d17f3cdf5ff44d61390d4b3febb8a9fc2b480c75c47ea048c646/tomli-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:33580bccab0338d00994d7f16f4c4ec25b776af3ffaac1ed74e0b3fc95e885a8", size = 238273 },
437
+ { url = "https://files.pythonhosted.org/packages/72/6f/fa64ef058ac1446a1e51110c375339b3ec6be245af9d14c87c4a6412dd32/tomli-2.2.1-cp311-cp311-win32.whl", hash = "sha256:465af0e0875402f1d226519c9904f37254b3045fc5084697cefb9bdde1ff99ff", size = 98310 },
438
+ { url = "https://files.pythonhosted.org/packages/6a/1c/4a2dcde4a51b81be3530565e92eda625d94dafb46dbeb15069df4caffc34/tomli-2.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:2d0f2fdd22b02c6d81637a3c95f8cd77f995846af7414c5c4b8d0545afa1bc4b", size = 108309 },
439
+ { url = "https://files.pythonhosted.org/packages/52/e1/f8af4c2fcde17500422858155aeb0d7e93477a0d59a98e56cbfe75070fd0/tomli-2.2.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:4a8f6e44de52d5e6c657c9fe83b562f5f4256d8ebbfe4ff922c495620a7f6cea", size = 132762 },
440
+ { url = "https://files.pythonhosted.org/packages/03/b8/152c68bb84fc00396b83e7bbddd5ec0bd3dd409db4195e2a9b3e398ad2e3/tomli-2.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8d57ca8095a641b8237d5b079147646153d22552f1c637fd3ba7f4b0b29167a8", size = 123453 },
441
+ { url = "https://files.pythonhosted.org/packages/c8/d6/fc9267af9166f79ac528ff7e8c55c8181ded34eb4b0e93daa767b8841573/tomli-2.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4e340144ad7ae1533cb897d406382b4b6fede8890a03738ff1683af800d54192", size = 233486 },
442
+ { url = "https://files.pythonhosted.org/packages/5c/51/51c3f2884d7bab89af25f678447ea7d297b53b5a3b5730a7cb2ef6069f07/tomli-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:db2b95f9de79181805df90bedc5a5ab4c165e6ec3fe99f970d0e302f384ad222", size = 242349 },
443
+ { url = "https://files.pythonhosted.org/packages/ab/df/bfa89627d13a5cc22402e441e8a931ef2108403db390ff3345c05253935e/tomli-2.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:40741994320b232529c802f8bc86da4e1aa9f413db394617b9a256ae0f9a7f77", size = 252159 },
444
+ { url = "https://files.pythonhosted.org/packages/9e/6e/fa2b916dced65763a5168c6ccb91066f7639bdc88b48adda990db10c8c0b/tomli-2.2.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:400e720fe168c0f8521520190686ef8ef033fb19fc493da09779e592861b78c6", size = 237243 },
445
+ { url = "https://files.pythonhosted.org/packages/b4/04/885d3b1f650e1153cbb93a6a9782c58a972b94ea4483ae4ac5cedd5e4a09/tomli-2.2.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:02abe224de6ae62c19f090f68da4e27b10af2b93213d36cf44e6e1c5abd19fdd", size = 259645 },
446
+ { url = "https://files.pythonhosted.org/packages/9c/de/6b432d66e986e501586da298e28ebeefd3edc2c780f3ad73d22566034239/tomli-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b82ebccc8c8a36f2094e969560a1b836758481f3dc360ce9a3277c65f374285e", size = 244584 },
447
+ { url = "https://files.pythonhosted.org/packages/1c/9a/47c0449b98e6e7d1be6cbac02f93dd79003234ddc4aaab6ba07a9a7482e2/tomli-2.2.1-cp312-cp312-win32.whl", hash = "sha256:889f80ef92701b9dbb224e49ec87c645ce5df3fa2cc548664eb8a25e03127a98", size = 98875 },
448
+ { url = "https://files.pythonhosted.org/packages/ef/60/9b9638f081c6f1261e2688bd487625cd1e660d0a85bd469e91d8db969734/tomli-2.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:7fc04e92e1d624a4a63c76474610238576942d6b8950a2d7f908a340494e67e4", size = 109418 },
449
+ { url = "https://files.pythonhosted.org/packages/04/90/2ee5f2e0362cb8a0b6499dc44f4d7d48f8fff06d28ba46e6f1eaa61a1388/tomli-2.2.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7", size = 132708 },
450
+ { url = "https://files.pythonhosted.org/packages/c0/ec/46b4108816de6b385141f082ba99e315501ccd0a2ea23db4a100dd3990ea/tomli-2.2.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:286f0ca2ffeeb5b9bd4fcc8d6c330534323ec51b2f52da063b11c502da16f30c", size = 123582 },
451
+ { url = "https://files.pythonhosted.org/packages/a0/bd/b470466d0137b37b68d24556c38a0cc819e8febe392d5b199dcd7f578365/tomli-2.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a92ef1a44547e894e2a17d24e7557a5e85a9e1d0048b0b5e7541f76c5032cb13", size = 232543 },
452
+ { url = "https://files.pythonhosted.org/packages/d9/e5/82e80ff3b751373f7cead2815bcbe2d51c895b3c990686741a8e56ec42ab/tomli-2.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9316dc65bed1684c9a98ee68759ceaed29d229e985297003e494aa825ebb0281", size = 241691 },
453
+ { url = "https://files.pythonhosted.org/packages/05/7e/2a110bc2713557d6a1bfb06af23dd01e7dde52b6ee7dadc589868f9abfac/tomli-2.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e85e99945e688e32d5a35c1ff38ed0b3f41f43fad8df0bdf79f72b2ba7bc5272", size = 251170 },
454
+ { url = "https://files.pythonhosted.org/packages/64/7b/22d713946efe00e0adbcdfd6d1aa119ae03fd0b60ebed51ebb3fa9f5a2e5/tomli-2.2.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ac065718db92ca818f8d6141b5f66369833d4a80a9d74435a268c52bdfa73140", size = 236530 },
455
+ { url = "https://files.pythonhosted.org/packages/38/31/3a76f67da4b0cf37b742ca76beaf819dca0ebef26d78fc794a576e08accf/tomli-2.2.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:d920f33822747519673ee656a4b6ac33e382eca9d331c87770faa3eef562aeb2", size = 258666 },
456
+ { url = "https://files.pythonhosted.org/packages/07/10/5af1293da642aded87e8a988753945d0cf7e00a9452d3911dd3bb354c9e2/tomli-2.2.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:a198f10c4d1b1375d7687bc25294306e551bf1abfa4eace6650070a5c1ae2744", size = 243954 },
457
+ { url = "https://files.pythonhosted.org/packages/5b/b9/1ed31d167be802da0fc95020d04cd27b7d7065cc6fbefdd2f9186f60d7bd/tomli-2.2.1-cp313-cp313-win32.whl", hash = "sha256:d3f5614314d758649ab2ab3a62d4f2004c825922f9e370b29416484086b264ec", size = 98724 },
458
+ { url = "https://files.pythonhosted.org/packages/c7/32/b0963458706accd9afcfeb867c0f9175a741bf7b19cd424230714d722198/tomli-2.2.1-cp313-cp313-win_amd64.whl", hash = "sha256:a38aa0308e754b0e3c67e344754dff64999ff9b513e691d0e786265c93583c69", size = 109383 },
459
+ { url = "https://files.pythonhosted.org/packages/6e/c2/61d3e0f47e2b74ef40a68b9e6ad5984f6241a942f7cd3bbfbdbd03861ea9/tomli-2.2.1-py3-none-any.whl", hash = "sha256:cb55c73c5f4408779d0cf3eef9f762b9c9f147a77de7b258bef0a5628adc85cc", size = 14257 },
460
+ ]
461
+
462
+ [[package]]
463
+ name = "traitlets"
464
+ version = "5.14.3"
465
+ source = { registry = "https://pypi.org/simple" }
466
+ sdist = { url = "https://files.pythonhosted.org/packages/eb/79/72064e6a701c2183016abbbfedaba506d81e30e232a68c9f0d6f6fcd1574/traitlets-5.14.3.tar.gz", hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7", size = 161621 }
467
+ wheels = [
468
+ { url = "https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f", size = 85359 },
469
+ ]
470
+
471
+ [[package]]
472
+ name = "typing-extensions"
473
+ version = "4.12.2"
474
+ source = { registry = "https://pypi.org/simple" }
475
+ sdist = { url = "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8", size = 85321 }
476
+ wheels = [
477
+ { url = "https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", size = 37438 },
478
+ ]
479
+
480
+ [[package]]
481
+ name = "wcwidth"
482
+ version = "0.2.13"
483
+ source = { registry = "https://pypi.org/simple" }
484
+ sdist = { url = "https://files.pythonhosted.org/packages/6c/63/53559446a878410fc5a5974feb13d31d78d752eb18aeba59c7fef1af7598/wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5", size = 101301 }
485
+ wheels = [
486
+ { url = "https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859", size = 34166 },
487
+ ]