Skip to content

indraastra/pyrabj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyrabj is a library which provides access to the RABJ service from Metatweb. For more information about RABJ see http://rabj.freebaseapps.com

Requirements

This library and its dependencies require:

  • jsonlib2
  • httplib2 0.4.0+
  • Python 2.6+.

Installation

The easiest way to get pyrabj is if you have easy_install available:

easy_install http://github.com/kochhar/pyrabj/tarball/master

This will install the latest version of pyrabj. Without easy_install, download the source from from Github, unpack the downloaded archive and run:

python setup.py install

The current development version can be added to your setuptools enabled package by adding:

install_requires = [ "pyrabj >=0.0, == dev" ]

to your setup.py file.

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%