Metadata-Version: 1.0
Name: pynomenklatura
Version: 0.3
Summary: Client library for nomenklatura, make record linkages on the web.
Home-page: http://github.com/okfn/nomenklatura-client
Author: Open Knowledge Foundation
Author-email: info@okfn.org
License: AGPLv3
Description: Python client for nomenklatura
        
        ==============================
        
        
        
        This is a very simple wrapper for the [nomenklatura API](http://nomenklatura.okfnlabs.org) to allow Python application to
        
        transparently handle reconciliation requests via the nomenklatura web
        
        service. See the API docs for a usage example. 
        
        
        
        usage::
        
        
        
           import nomenklatura
        
           dataset=nomenklatura.Dataset("offenesparlament")
        
           entity=dataset.lookup("Angela Merkel")
        
           print entity
        
        
        
Keywords: data mapping identity linkage record
Platform: UNKNOWN
