Skip to content

stakats/pyzotero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Pyzotero is a Python wrapper for the Zotero read and write APIs. You'll require a user ID and access key in order to use them. These credentials may be obtained here.

See Read The Docs or packages.python.org for full documentation of available Pyzotero methods, code examples, and sample output.

Installation

  • using pip: pip install pyzotero
  • From a local clone, if you wish to install Pyzotero from a specific branch:

Example:

git clone git:https://github.com/urschrei/pyzotero.git
cd pyzotero
git checkout dev
pip install .

Installation using easy_install may be successful, but is neither tested nor officially supported – pip is the preferred method.

Testing

Run tests.py in the pyzotero directory, or, using Nose, nosetests from the top-level directory.

Issues

Pyzotero remains in development as of March 2012. The latest commits can be found on the dev branch. If you encounter an error, please open an issue.

Pull Requests

Pull requests are welcomed. Please ensure that you base your changes on the most recent commit in the dev branch, rebasing against it prior to opening the request if necessary.

License

Pyzotero is licensed under version 3 of the GNU General Public License. See license.txt for details.

Packages

 
 
 

Languages

  • Python 100.0%