No project description provided
Project description
aiogrobid
Asynchronous client for Grobid API
Example
import asyncio
from aiogrobid import GrobidClient
async def works(doi):
client = GrobidClient()
return await client.works(doi)
response = asyncio.get_event_loop().run_until_complete(works('10.21100/compass.v11i2.812'))
assert(response == {
'DOI': '10.21100/compass.v11i2.812',
'ISSN': ['2044-0081', '2044-0073'],
'URL': 'http://dx.doi.org/10.21100/compass.v11i2.812',
'abstract': '<jats:p>Abstract: Educational policy and provision is '
'ever-changing; but how does pedagogy need to adapt to respond '
'to transhumanism? This opinion piece discusses transhumanism, '
'questions what it will mean to be posthuman, and considers the '
'implications of this on the future of education.</jats:p>',
'author': [ { 'affiliation': [],
'family': 'Gibson',
'given': 'Poppy Frances',
'sequence': 'first'}],
'container-title': ['Compass: Journal of Learning and Teaching'],
'content-domain': {'crossmark-restriction': False, 'domain': []},
'created': { 'date-parts': [[2018, 12, 17]],
'date-time': '2018-12-17T09:42:26Z',
'timestamp': 1545039746000},
'deposited': { 'date-parts': [[2019, 6, 11]],
'date-time': '2019-06-11T10:29:57Z',
'timestamp': 1560248997000},
'indexed': { 'date-parts': [[2020, 4, 14]],
'date-time': '2020-04-14T14:52:16Z',
'timestamp': 1586875936184},
'is-referenced-by-count': 0,
'issn-type': [ {'type': 'print', 'value': '2044-0073'},
{'type': 'electronic', 'value': '2044-0081'}],
'issue': '2',
'issued': {'date-parts': [[2018, 12, 10]]},
'journal-issue': { 'issue': '2',
'published-online': {'date-parts': [[2018, 12, 10]]}},
'link': [ { 'URL': 'https://journals.gre.ac.uk/index.php/compass/article/viewFile/812/pdf',
'content-type': 'application/pdf',
'content-version': 'vor',
'intended-application': 'text-mining'},
{ 'URL': 'https://journals.gre.ac.uk/index.php/compass/article/viewFile/812/pdf',
'content-type': 'unspecified',
'content-version': 'vor',
'intended-application': 'similarity-checking'}],
'member': '8854',
'original-title': [],
'prefix': '10.21100',
'published-online': {'date-parts': [[2018, 12, 10]]},
'publisher': 'Educational Development Unit, University of Greenwich',
'reference-count': 0,
'references-count': 0,
'relation': {},
'score': 1.0,
'short-container-title': ['Compass'],
'short-title': [],
'source': 'Crossref',
'subtitle': [],
'title': [ 'From Humanities to Metahumanities: Transhumanism and the Future '
'of Education'],
'type': 'journal-article',
'volume': '11'})
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiogrobid-0.1.12.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file aiogrobid-0.1.12.tar.gz
.
File metadata
- Download URL: aiogrobid-0.1.12.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 322c3da04f9cdcb6ead7950a51685731e43d83deaa98168db85e6e9ee0cae5a2 |
|
MD5 | 21ff524916734ac531acc2cf5ad121fd |
|
BLAKE2b-256 | 9c2ec9ad8a9f19da5b18467e4aca66d5e996346fd0bb8cc5d3f2c17fe6512a08 |
File details
Details for the file aiogrobid-0.1.12-py3-none-any.whl
.
File metadata
- Download URL: aiogrobid-0.1.12-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2444fe7656820915b6e3fb16ab6e2484bb86b35f2ca959c487b17435445fdb14 |
|
MD5 | 335518697e4f35527105eac2f87704cb |
|
BLAKE2b-256 | 3c9899773b838a319475ca23d3cb6c45fa77a2117ab64cbd190e3f8a2f508949 |