inveniosoftware / inveniosoftware/idutils

global: implement idutils.from_url

Open
#47 0 comments 0 reactions 0 assignees View on GitHub
Type: new feature
Dominant language
Python
Stars
33
Forks
42
Avg merge
10d 23h
Merged PRs (30d)
1

Description

Example:

```python
>>> idutuls.from_url('http://ui.adsabs.harvard.edu/#abs/2011ApJS..192...18K')
('ads', '2011ApJS..192...18K')
>>> idutuls.from_url('http://arxiv.org/abs/arXiv:1310.2590')
('arxiv', 'arXiv:1310.2590')
>>> idutuls.from_url('http://hal.archives-ouvertes.fr/inserm-13102590')
('hal', 'inserm-13102590')
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.