habanero
habanero copied to clipboard
client for Crossref search API
With Python 3.6.8 and habanero 0.7.4, the ```/``` in the DOI-part of the field ```url``` is replaced by ```%2F```, e.g. the bibtex entry returned by ```www.doi2bib.org``` for the DOI ```10.1021/acs.jpcc.0c05161```...
https://github.com/sckott/habanero/blob/785dd2595f95a48ace5d17e06930370a768b7a72/habanero/request_class.py
## Environment ``` Python 3.8.18 habanero 1.2.3 ``` ## Problem When I make a request to `https://api.crossref.org/journals/2448-1904` via my web browser, the `subjects` field is: ```json "subjects": [ { "ASJC":...
https://crossref.atlassian.net/jira/software/c/projects/CR/issues/
Hi as the crossref API can be a bit slow sometimes, it would be great if there was a timeout option that could be passed to the requests call. As...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.4.5. Release notes Sourced from ruff's releases. v0.4.5 Changes Ruff's language server is now in Beta v0.4.5 marks the official Beta release of ruff server,...
Hi the integration of bibtexparser can lead to conflicts. As default pip and conda install v1 of bibtexparser. By default pip and conda install v1 of bibtexparser. Unfortunately, `bibtexparser.parse_string` is...