Skip to content

avram/pyzotero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A Python wrapper for the Zotero API. You'll require a user ID and access key, which can be set up here.

See Read The Docs or packages.python.org for full documentation of available methods. The package itself also includes complete documentation in HTML, PDF and ePub formats.

Installation

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

Example:

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

I assume that running setup.py will also work using easy_install, but I haven't tested it.

The feedparser (>= v5.0.1) module is required. It should automatically be installed when installing pyzotero using pip.

Testing

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

Packages

No packages published

Languages

  • JavaScript 53.2%
  • Python 46.8%