Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbarnoud/doiclient
Python wrapper arround DOI® content negociation API
https://github.com/jbarnoud/doiclient
Last synced: 16 days ago
JSON representation
Python wrapper arround DOI® content negociation API
- Host: GitHub
- URL: https://github.com/jbarnoud/doiclient
- Owner: jbarnoud
- Created: 2013-03-05T19:39:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T09:51:50.000Z (about 2 years ago)
- Last Synced: 2024-12-24T04:41:54.656Z (18 days ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
======================================
doiclient - python API to resolve DOI®
======================================.. code:
>>> import doiclient
>>> doi = "10.1073/pnas.1009362108"
>>> reference = doiclient.resolve(paper_doi, "json")