Metadata-Version: 2.1
Name: epmc-xml
Version: 0.1.0
Summary: Get articles from Europe PMC as xml for further processing
License: MIT
Author: Andrew Green
Author-email: a.f.green1@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ratelimiter (>=1.2.0.post0,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Europe PMC python client
This is an unofficial client for the Europe PMC REST API detailed here: https://europepmc.org/RestfulWebService

This client differs a bit from others available in that it fetches and parses the XML of the article directly and gives you a python object representation of the article for further processing.

