Metadata-Version: 2.1
Name: Pyzotero
Version: 1.3.9
Summary: Python wrapper for the Zotero API
Home-page: https://github.com/urschrei/pyzotero
Author: Stephan Hügel
Author-email: urschrei@gmail.com
License: MIT License
Download-URL: https://github.com/urschrei/pyzotero/tarball/v1.3.9
Keywords: zotero
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: ordereddict
Requires-Dist: feedparser (>=5.1.0)
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: pathlib
Requires-Dist: bibtexparser
Provides-Extra: ordereddict
Requires-Dist: ordereddict (==1.1); extra == 'ordereddict'

A Python wrapper for the Zotero Server v3 API
---------------------------------------------

Provides methods for accessing Zotero Server API v3.
For full documentation see http://pyzotero.readthedocs.org/en/latest/



