Skip to content

pombredanne/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) and pytz modules are required. They will be automatically installed when installing pyzotero using pip.

Testing

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

License

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

About

Python wrapper for the Zotero API

Resources

License

Stars

Watchers

Forks

Packages

No packages published