Tools for using article data in Python.
Project description
elife-tools
Tools for using article data in Python
Supports
Python >=3.5
Non-Python dependencies
libxml2 (Ubuntu, Arch)
Install for users
Install via pip:
$ pip install elifetools
You might need to install libxml manually first
$ sudo STATIC_DEPS=true pip install lxml==3.4.1
To install the latest version directly from git
$ pip install git+https://github.com/elifesciences/elife-tools.git@master
or you can add it to your project’s requirements.txt file
git+https://github.com/elifesciences/elife-tools.git@master
Install for developers
Clone the git repo
Make a virtualenv (optional)
Then
$ python setup.py install
Example usage
>>> from elifetools import parseJATS as parser
>>> soup = parser.parse_document('tests/sample-xml/elife-kitchen-sink.xml')
>>> print(parser.doi(soup))
More code examples can be found in tests/basic_usage_test.py
Testing
You can run the full automated test suite from the base folder with:
$ python -m unittest discover tests
or you can run tests with coverage:
$ coverage run -m unittest discover tests
and then view the coverage report:
$ coverage report -m
License
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
elifetools-0.37.0.tar.gz
(90.6 kB
view hashes)
Built Distribution
Close
Hashes for elifetools-0.37.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1549de767b9e413bbe47f7d0d70205c9d582c4e90d2e0e05d7ae6c0c911775c |
|
MD5 | 8eadb1d78790d971cc1bc8a47ac95400 |
|
BLAKE2b-256 | 55037f6ec0e88681220670265e036b5a7e712b4e046f43b9afa49e6778f14b9d |