pyzotero 1.5.10__tar.gz → 1.5.15__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 (60) hide show
  1. pyzotero-1.5.15/.github/dependabot.yml +16 -0
  2. {pyzotero-1.5.10 → pyzotero-1.5.15}/.github/workflows/tests.yml +14 -8
  3. {pyzotero-1.5.10 → pyzotero-1.5.15}/.gitignore +1 -0
  4. {pyzotero-1.5.10 → pyzotero-1.5.15}/PKG-INFO +37 -12
  5. {pyzotero-1.5.10 → pyzotero-1.5.15}/doc/conf.py +8 -7
  6. pyzotero-1.5.15/pyproject.toml +60 -0
  7. pyzotero-1.5.15/setup.cfg +4 -0
  8. pyzotero-1.5.15/src/_version.py +8 -0
  9. pyzotero-1.5.15/src/pyzotero/__init__.py +7 -0
  10. {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero/zotero.py +2 -3
  11. {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero.egg-info/PKG-INFO +37 -12
  12. {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero.egg-info/SOURCES.txt +10 -12
  13. {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero.egg-info/requires.txt +3 -4
  14. {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero.egg-info/top_level.txt +1 -0
  15. pyzotero-1.5.10/manifest.in +0 -3
  16. pyzotero-1.5.10/pyproject.toml +0 -10
  17. pyzotero-1.5.10/pyzotero/version.py +0 -1
  18. pyzotero-1.5.10/pyzotero.egg-info/not-zip-safe +0 -1
  19. pyzotero-1.5.10/setup.cfg +0 -64
  20. pyzotero-1.5.10/tests/api_responses/__init__.py +0 -0
  21. {pyzotero-1.5.10 → pyzotero-1.5.15}/.coveragerc +0 -0
  22. {pyzotero-1.5.10 → pyzotero-1.5.15}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  23. {pyzotero-1.5.10 → pyzotero-1.5.15}/.github/ISSUE_TEMPLATE/usage_question.md +0 -0
  24. {pyzotero-1.5.10 → pyzotero-1.5.15}/.github/pull_request_template.md +0 -0
  25. {pyzotero-1.5.10 → pyzotero-1.5.15}/.readthedocs.yaml +0 -0
  26. {pyzotero-1.5.10 → pyzotero-1.5.15}/AUTHORS +0 -0
  27. {pyzotero-1.5.10 → pyzotero-1.5.15}/CITATION.cff +0 -0
  28. {pyzotero-1.5.10 → pyzotero-1.5.15}/CONTRIBUTING.md +0 -0
  29. {pyzotero-1.5.10 → pyzotero-1.5.15}/CONTRIBUTORS.md +0 -0
  30. {pyzotero-1.5.10 → pyzotero-1.5.15}/README.md +0 -0
  31. {pyzotero-1.5.10 → pyzotero-1.5.15}/__init__.py +0 -0
  32. {pyzotero-1.5.10 → pyzotero-1.5.15}/doc/Makefile +0 -0
  33. {pyzotero-1.5.10 → pyzotero-1.5.15}/doc/_templates/layout.html +0 -0
  34. {pyzotero-1.5.10 → pyzotero-1.5.15}/doc/cat.png +0 -0
  35. {pyzotero-1.5.10 → pyzotero-1.5.15}/doc/index.rst +0 -0
  36. {pyzotero-1.5.10 → pyzotero-1.5.15}/dump_contributors.py +0 -0
  37. {pyzotero-1.5.10 → pyzotero-1.5.15}/license.txt +0 -0
  38. {pyzotero-1.5.10 → pyzotero-1.5.15}/pre-deploy.py +0 -0
  39. {pyzotero-1.5.10 → pyzotero-1.5.15}/setup.py +0 -0
  40. {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero/zotero_errors.py +0 -0
  41. {pyzotero-1.5.10 → pyzotero-1.5.15/src}/pyzotero.egg-info/dependency_links.txt +0 -0
  42. {pyzotero-1.5.10/pyzotero → pyzotero-1.5.15/tests/api_responses}/__init__.py +0 -0
  43. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/attachments_doc.json +0 -0
  44. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/citation_doc.xml +0 -0
  45. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/collection_doc.json +0 -0
  46. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/collection_tags.json +0 -0
  47. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/collection_versions.json +0 -0
  48. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/collections_doc.json +0 -0
  49. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/creation_doc.json +0 -0
  50. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/groups_doc.json +0 -0
  51. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_doc.json +0 -0
  52. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_fields.json +0 -0
  53. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_file.pdf +0 -0
  54. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_template.json +0 -0
  55. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_types.json +0 -0
  56. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/item_versions.json +0 -0
  57. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/items_doc.json +0 -0
  58. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/keys_doc.txt +0 -0
  59. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/api_responses/tags_doc.json +0 -0
  60. {pyzotero-1.5.10 → pyzotero-1.5.15}/tests/test_zotero.py +0 -0
@@ -0,0 +1,16 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ ignore:
8
+ # Optional: Official actions have moving tags like v1;
9
+ # if you use those, you don't need updates.
10
+ - dependency-name: "actions/*"
11
+
12
+ - package-ecosystem: pip
13
+ directory: "/"
14
+ schedule:
15
+ interval: daily
16
+ open-pull-requests-limit: 10
@@ -8,10 +8,10 @@ jobs:
8
8
  runs-on: ubuntu-latest
9
9
  strategy:
10
10
  matrix:
11
- python-version: [3.7, 3.8, 3.9, 3.10.9, 3.11]
11
+ python-version: [3.8, 3.9, 3.10.9, 3.11]
12
12
 
13
13
  steps:
14
- - uses: actions/checkout@v3
14
+ - uses: actions/checkout@v4
15
15
  - name: Set up Python ${{ matrix.python-version }}
16
16
  uses: actions/setup-python@v3
17
17
  with:
@@ -20,8 +20,7 @@ jobs:
20
20
  run: |
21
21
  python -m pip install --upgrade pip
22
22
  pip install wheel
23
- pip install .
24
- pip install python-dateutil httpretty pytest
23
+ pip install .[test] --use-pep517
25
24
  - name: Test with pytest
26
25
  run: |
27
26
  pytest
@@ -30,7 +29,7 @@ jobs:
30
29
  name: Make SDist
31
30
  runs-on: ubuntu-latest
32
31
  steps:
33
- - uses: actions/checkout@v3
32
+ - uses: actions/checkout@v4
34
33
  with:
35
34
  fetch-depth: 0 # Optional, use if you use setuptools_scm
36
35
  submodules: true # Optional, use if you have submodules
@@ -54,11 +53,18 @@ jobs:
54
53
  contents: write
55
54
 
56
55
  steps:
57
- - uses: actions/checkout@v3
56
+ - uses: actions/checkout@v4
57
+ with:
58
+ fetch-depth: 0 # Optional, use if you use setuptools_scm
59
+ submodules: false # Optional, use if you have submodules
58
60
 
59
61
  - name: Build wheels
60
62
  run: |
61
- pip wheel --no-deps . -w dist
63
+ pip install pip -U
64
+ pip install setuptools -U
65
+ pwd
66
+ ls -la
67
+ pip wheel . -w dist --no-deps --use-pep517
62
68
 
63
69
  - uses: actions/upload-artifact@v3
64
70
  with:
@@ -78,6 +84,6 @@ jobs:
78
84
  token: ${{ secrets.GITHUB_TOKEN }}
79
85
 
80
86
  - name: PyPI Publish
81
- uses: pypa/gh-action-pypi-publish@v1.8.5
87
+ uses: pypa/gh-action-pypi-publish@v1.8.10
82
88
  with:
83
89
  packages-dir: ${{ steps.download.outputs.download-path }}/**/
@@ -3,3 +3,4 @@ Pyzotero.egg-info
3
3
  Pyzotero.egg-info
4
4
  __pycache__
5
5
  .eggs
6
+ src/_version.py
@@ -1,31 +1,56 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyzotero
3
- Version: 1.5.10
3
+ Version: 1.5.15
4
4
  Summary: Python wrapper for the Zotero API
5
- Home-page: https://github.com/urschrei/pyzotero
6
- Author: Stephan Hügel
7
- Author-email: urschrei@gmail.com
8
- License: MIT
9
- Project-URL: Source, https://github.com/urschrei/pyzotero
5
+ Author-email: Stephan Hügel <urschrei@gmail.com>
6
+ License: The MIT License (MIT)
7
+
8
+ Copyright (c) 2015 Stephan Hügel
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in
18
+ all copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26
+ THE SOFTWARE.
27
+
28
+ Project-URL: Repository, https://github.com/urschrei/pyzotero
10
29
  Project-URL: Tracker, https://github.com/urschrei/pyzotero/issues
11
- Keywords: zotero
30
+ Keywords: Zotero,DH
12
31
  Classifier: Programming Language :: Python
13
- Classifier: Programming Language :: Python :: 3.7
14
32
  Classifier: Programming Language :: Python :: 3.8
15
33
  Classifier: Programming Language :: Python :: 3.9
16
34
  Classifier: Programming Language :: Python :: 3.10
17
35
  Classifier: Programming Language :: Python :: 3.11
18
36
  Classifier: Development Status :: 5 - Production/Stable
19
37
  Classifier: Intended Audience :: Developers
38
+ Classifier: Intended Audience :: Science/Research
20
39
  Classifier: Intended Audience :: Education
21
40
  Classifier: License :: OSI Approved :: MIT License
22
41
  Classifier: Operating System :: OS Independent
23
42
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
- Requires-Python: >=3.7
25
- Description-Content-Type: text/markdown; charset=UTF-8
43
+ Requires-Python: >=3.8
44
+ Description-Content-Type: text/markdown
45
+ License-File: AUTHORS
46
+ Requires-Dist: feedparser>=6
47
+ Requires-Dist: pytz
48
+ Requires-Dist: requests>=2.21.0
49
+ Requires-Dist: bibtexparser
26
50
  Provides-Extra: test
27
- Provides-Extra: all
28
- License-File: license.txt
51
+ Requires-Dist: pytest>=7.4.2; extra == "test"
52
+ Requires-Dist: httpretty; extra == "test"
53
+ Requires-Dist: python-dateutil; extra == "test"
29
54
 
30
55
  [![Supported Python versions](https://img.shields.io/pypi/pyversions/Pyzotero.svg?style=flat)](https://pypi.python.org/pypi/Pyzotero/) [![Docs](https://readthedocs.org/projects/pyzotero/badge/?version=latest)](http://pyzotero.readthedocs.org/en/latest/?badge=latest) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](license.txt) [![PyPI Version](https://img.shields.io/pypi/v/Pyzotero.svg)](https://pypi.python.org/pypi/Pyzotero) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/pyzotero/badges/version.svg)](https://anaconda.org/conda-forge/pyzotero) [![Downloads](https://pepy.tech/badge/pyzotero)](https://pepy.tech/project/pyzotero)
31
56
 
@@ -15,6 +15,7 @@ import sys
15
15
  from datetime import date
16
16
 
17
17
  sys.path.insert(1, "..")
18
+ import pyzotero
18
19
  from pyzotero import zotero as zot
19
20
 
20
21
  author = zot.__author__
@@ -46,15 +47,15 @@ source_suffix = ".rst"
46
47
  master_doc = "index"
47
48
 
48
49
  # General information about the project.
49
- project = u"Pyzotero"
50
- copyright = u"2011 – %s, %s" % (current_year, author)
50
+ project = "Pyzotero"
51
+ copyright = "2011 – %s, %s" % (current_year, author)
51
52
 
52
53
  # The version info for the project you're documenting, acts as replacement for
53
54
  # |version| and |release|, also used in various other places throughout the
54
55
  # built documents.
55
56
  #
56
57
  # The short X.Y version.
57
- version = zot.__version__
58
+ version = pyzotero.__version__
58
59
  # The full version, including alpha/beta/rc tags.
59
60
  release = version
60
61
  # The language for content autogenerated by Sphinx. Refer to documentation
@@ -184,7 +185,7 @@ htmlhelp_basename = "Pyzoterodoc"
184
185
  # Grouping the document tree into LaTeX files. List of tuples
185
186
  # (source start file, target name, title, author, documentclass [howto/manual]).
186
187
  latex_documents = [
187
- ("index", "Pyzotero.tex", u"Pyzotero Documentation", author, "manual"),
188
+ ("index", "Pyzotero.tex", "Pyzotero Documentation", author, "manual"),
188
189
  ]
189
190
 
190
191
  # The name of an image file (relative to this directory) to place at the top of
@@ -215,16 +216,16 @@ latex_documents = [
215
216
 
216
217
  # One entry per manual page. List of tuples
217
218
  # (source start file, name, description, authors, manual section).
218
- man_pages = [("index", "pyzotero", u"Pyzotero Documentation", [author], 1)]
219
+ man_pages = [("index", "pyzotero", "Pyzotero Documentation", [author], 1)]
219
220
 
220
221
 
221
222
  # -- Options for Epub output ---------------------------------------------------
222
223
 
223
224
  # Bibliographic Dublin Core info.
224
- epub_title = u"Pyzotero"
225
+ epub_title = "Pyzotero"
225
226
  epub_author = author
226
227
  epub_publisher = author
227
- epub_copyright = u"2011 – %s, %s" % (current_year, author)
228
+ epub_copyright = "2011 – %s, %s" % (current_year, author)
228
229
 
229
230
  # The language of the text. It defaults to the language option
230
231
  # or en if the language is not set.
@@ -0,0 +1,60 @@
1
+ [project]
2
+ name = "pyzotero"
3
+ dynamic = ["version", "readme"]
4
+ description = "Python wrapper for the Zotero API"
5
+ requires-python = ">=3.8"
6
+ dependencies = [
7
+ "feedparser >= 6",
8
+ "pytz",
9
+ "requests >= 2.21.0",
10
+ "bibtexparser"
11
+ ]
12
+ authors = [{ name = "Stephan Hügel", email = "urschrei@gmail.com" }]
13
+ license = {file = "license.txt"}
14
+ keywords = ["Zotero", "DH"]
15
+ classifiers = [
16
+ "Programming Language :: Python",
17
+ "Programming Language :: Python :: 3.8",
18
+ "Programming Language :: Python :: 3.9",
19
+ "Programming Language :: Python :: 3.10",
20
+ "Programming Language :: Python :: 3.11",
21
+ "Development Status :: 5 - Production/Stable",
22
+ "Intended Audience :: Developers",
23
+ "Intended Audience :: Science/Research",
24
+ "Intended Audience :: Education",
25
+ "License :: OSI Approved :: MIT License",
26
+ "Operating System :: OS Independent",
27
+ "Topic :: Software Development :: Libraries :: Python Modules",
28
+ ]
29
+ [project.urls]
30
+ Repository = "https://github.com/urschrei/pyzotero"
31
+ Tracker = "https://github.com/urschrei/pyzotero/issues"
32
+
33
+ [project.optional-dependencies]
34
+ test = [
35
+ "pytest >= 7.4.2",
36
+ "httpretty",
37
+ "python-dateutil"
38
+ ]
39
+
40
+ [tool.setuptools.dynamic]
41
+ readme = {file = "README.md", content-type = "text/markdown"}
42
+
43
+ [build-system]
44
+ build-backend = "setuptools.build_meta"
45
+ requires = [
46
+ "setuptools >= 45",
47
+ "setuptools-scm[toml] >= 6.2",
48
+ ]
49
+
50
+ [tool.pytest.ini_options]
51
+ minversion = "6.2.2"
52
+ addopts = [
53
+ "--import-mode=importlib",
54
+ ]
55
+ testpaths = [
56
+ "tests",
57
+ ]
58
+
59
+ [tool.setuptools_scm]
60
+ write_to = "src/_version.py"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,8 @@
1
+ # file generated by setuptools_scm
2
+ # don't change, don't track in version control
3
+ TYPE_CHECKING = False
4
+ if TYPE_CHECKING:
5
+ from typing import Tuple
6
+
7
+ __version__ = version = '1.5.15' # type: str
8
+ __version_tuple__ = version_tuple = (1, 5, 15) # type: Tuple[int | str, ...]
@@ -0,0 +1,7 @@
1
+ import importlib.metadata
2
+
3
+ try:
4
+ # __package__ allows for the case where __name__ is "__main__"
5
+ __version__ = importlib.metadata.version(__package__ or __name__)
6
+ except importlib.metadata.PackageNotFoundError:
7
+ __version__ = "0.0.0"
@@ -29,11 +29,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
29
29
  THE SOFTWARE.
30
30
 
31
31
  """
32
- from . import version as pzv
33
32
 
34
33
  __author__ = "Stephan Hügel"
35
34
  __api_version__ = "3"
36
- __version__ = pzv.__version__
37
35
 
38
36
  import requests
39
37
  from requests import Request
@@ -58,6 +56,7 @@ from urllib.parse import urlparse, urlunparse, parse_qsl
58
56
  from urllib.parse import quote
59
57
 
60
58
  from . import zotero_errors as ze
59
+ import pyzotero as pz
61
60
 
62
61
 
63
62
  # Avoid hanging the application if there's no server response
@@ -358,7 +357,7 @@ class Zotero:
358
357
  It's always OK to include these headers
359
358
  """
360
359
  _headers = {
361
- "User-Agent": "Pyzotero/%s" % __version__,
360
+ "User-Agent": "Pyzotero/%s" % pz.__version__,
362
361
  "Zotero-API-Version": "%s" % __api_version__,
363
362
  }
364
363
  if self.api_key:
@@ -1,31 +1,56 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyzotero
3
- Version: 1.5.10
3
+ Version: 1.5.15
4
4
  Summary: Python wrapper for the Zotero API
5
- Home-page: https://github.com/urschrei/pyzotero
6
- Author: Stephan Hügel
7
- Author-email: urschrei@gmail.com
8
- License: MIT
9
- Project-URL: Source, https://github.com/urschrei/pyzotero
5
+ Author-email: Stephan Hügel <urschrei@gmail.com>
6
+ License: The MIT License (MIT)
7
+
8
+ Copyright (c) 2015 Stephan Hügel
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in
18
+ all copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26
+ THE SOFTWARE.
27
+
28
+ Project-URL: Repository, https://github.com/urschrei/pyzotero
10
29
  Project-URL: Tracker, https://github.com/urschrei/pyzotero/issues
11
- Keywords: zotero
30
+ Keywords: Zotero,DH
12
31
  Classifier: Programming Language :: Python
13
- Classifier: Programming Language :: Python :: 3.7
14
32
  Classifier: Programming Language :: Python :: 3.8
15
33
  Classifier: Programming Language :: Python :: 3.9
16
34
  Classifier: Programming Language :: Python :: 3.10
17
35
  Classifier: Programming Language :: Python :: 3.11
18
36
  Classifier: Development Status :: 5 - Production/Stable
19
37
  Classifier: Intended Audience :: Developers
38
+ Classifier: Intended Audience :: Science/Research
20
39
  Classifier: Intended Audience :: Education
21
40
  Classifier: License :: OSI Approved :: MIT License
22
41
  Classifier: Operating System :: OS Independent
23
42
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
- Requires-Python: >=3.7
25
- Description-Content-Type: text/markdown; charset=UTF-8
43
+ Requires-Python: >=3.8
44
+ Description-Content-Type: text/markdown
45
+ License-File: AUTHORS
46
+ Requires-Dist: feedparser>=6
47
+ Requires-Dist: pytz
48
+ Requires-Dist: requests>=2.21.0
49
+ Requires-Dist: bibtexparser
26
50
  Provides-Extra: test
27
- Provides-Extra: all
28
- License-File: license.txt
51
+ Requires-Dist: pytest>=7.4.2; extra == "test"
52
+ Requires-Dist: httpretty; extra == "test"
53
+ Requires-Dist: python-dateutil; extra == "test"
29
54
 
30
55
  [![Supported Python versions](https://img.shields.io/pypi/pyversions/Pyzotero.svg?style=flat)](https://pypi.python.org/pypi/Pyzotero/) [![Docs](https://readthedocs.org/projects/pyzotero/badge/?version=latest)](http://pyzotero.readthedocs.org/en/latest/?badge=latest) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](license.txt) [![PyPI Version](https://img.shields.io/pypi/v/Pyzotero.svg)](https://pypi.python.org/pypi/Pyzotero) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/pyzotero/badges/version.svg)](https://anaconda.org/conda-forge/pyzotero) [![Downloads](https://pepy.tech/badge/pyzotero)](https://pepy.tech/project/pyzotero)
31
56
 
@@ -9,11 +9,10 @@ README.md
9
9
  __init__.py
10
10
  dump_contributors.py
11
11
  license.txt
12
- manifest.in
13
12
  pre-deploy.py
14
13
  pyproject.toml
15
- setup.cfg
16
14
  setup.py
15
+ .github/dependabot.yml
17
16
  .github/pull_request_template.md
18
17
  .github/ISSUE_TEMPLATE/bug_report.md
19
18
  .github/ISSUE_TEMPLATE/usage_question.md
@@ -23,16 +22,15 @@ doc/cat.png
23
22
  doc/conf.py
24
23
  doc/index.rst
25
24
  doc/_templates/layout.html
26
- pyzotero/__init__.py
27
- pyzotero/version.py
28
- pyzotero/zotero.py
29
- pyzotero/zotero_errors.py
30
- pyzotero.egg-info/PKG-INFO
31
- pyzotero.egg-info/SOURCES.txt
32
- pyzotero.egg-info/dependency_links.txt
33
- pyzotero.egg-info/not-zip-safe
34
- pyzotero.egg-info/requires.txt
35
- pyzotero.egg-info/top_level.txt
25
+ src/_version.py
26
+ src/pyzotero/__init__.py
27
+ src/pyzotero/zotero.py
28
+ src/pyzotero/zotero_errors.py
29
+ src/pyzotero.egg-info/PKG-INFO
30
+ src/pyzotero.egg-info/SOURCES.txt
31
+ src/pyzotero.egg-info/dependency_links.txt
32
+ src/pyzotero.egg-info/requires.txt
33
+ src/pyzotero.egg-info/top_level.txt
36
34
  tests/test_zotero.py
37
35
  tests/api_responses/__init__.py
38
36
  tests/api_responses/attachments_doc.json
@@ -3,8 +3,7 @@ pytz
3
3
  requests>=2.21.0
4
4
  bibtexparser
5
5
 
6
- [all]
7
- pytest>=6.2.2
8
-
9
6
  [test]
10
- pytest>=6.2.2
7
+ pytest>=7.4.2
8
+ httpretty
9
+ python-dateutil
@@ -1,3 +0,0 @@
1
- include license.txt
2
- include readme.md
3
- include doc/index.rst
@@ -1,10 +0,0 @@
1
- [build-system]
2
- requires = [
3
- "setuptools >= 40.6.0",
4
- "wheel >= 0.29.0",
5
- "setuptools_scm[toml] >= 4, <6",
6
- ]
7
- build-backend = "setuptools.build_meta"
8
-
9
- [tool.ruff]
10
- ignore = ["E501"]
@@ -1 +0,0 @@
1
- __version__ = "1.5.10"
pyzotero-1.5.10/setup.cfg DELETED
@@ -1,64 +0,0 @@
1
- [metadata]
2
- name = pyzotero
3
- version = attr: pyzotero.version.__version__
4
- description = Python wrapper for the Zotero API
5
- long_description = file: README.md
6
- long_description_content_type = text/markdown; charset=UTF-8
7
- url = https://github.com/urschrei/pyzotero
8
- author = Stephan Hügel
9
- author_email = urschrei@gmail.com
10
- license = MIT
11
- license_files = license.txt
12
- keywords = zotero
13
- classifiers =
14
- Programming Language :: Python
15
- Programming Language :: Python :: 3.7
16
- Programming Language :: Python :: 3.8
17
- Programming Language :: Python :: 3.9
18
- Programming Language :: Python :: 3.10
19
- Programming Language :: Python :: 3.11
20
- Development Status :: 5 - Production/Stable
21
- Intended Audience :: Developers
22
- Intended Audience :: Education
23
- License :: OSI Approved :: MIT License
24
- Operating System :: OS Independent
25
- Topic :: Software Development :: Libraries :: Python Modules
26
- project_urls =
27
- Source = https://github.com/urschrei/pyzotero
28
- Tracker = https://github.com/urschrei/pyzotero/issues
29
-
30
- [options]
31
- zip_safe = False
32
- packages = find:
33
- platforms = any
34
- include_package_data = True
35
- install_requires =
36
- feedparser >= 6
37
- pytz
38
- requests >= 2.21.0
39
- bibtexparser
40
- python_requires = >=3.7
41
- setup_requires =
42
- setuptools_scm
43
- tests_require =
44
- pytest >= 6.2.2
45
- httpretty
46
- python-dateutil
47
- test_suite = test
48
-
49
- [bdist_wheel]
50
- universal = 0
51
-
52
- [options.extras_require]
53
- test =
54
- pytest >= 6.2.2
55
- all =
56
- %(test)s
57
-
58
- [flake8]
59
- ignore = E501,E203,W503
60
-
61
- [egg_info]
62
- tag_build =
63
- tag_date = 0
64
-
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes