Skip to content

Librairie Python permettant d'interroger IdRef [maintenu par : mesri-scanr]

License

Notifications You must be signed in to change notification settings

abes-esr/pydref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Pydref - Idref access through Python

Pydref is a Python library that provides access to idref through the idref API.

Features

This library takes care of the following for you:

  • Query idref using solr api
  • Download idref xml notice
  • Parse some informations from the notice
  • Help identify an idref from a simple full name

Examples

You only need to import the Pydref class, instantiate it, and use it to query:

from pydref import Pydref
pydref = Pydref()
result = pydref.identify("eric jeangirard")

About

Librairie Python permettant d'interroger IdRef [maintenu par : mesri-scanr]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages