Python library to handle SciELO's bibliographic strip
Project description
Legendarium
- Python library to handle SciELO`s bibliographic legend
- License: BSD
- Compatible With: python 3.3+
See Build: https://travis-ci.org/scieloorg/legendarium
Develop API Usage
>>>from legendarium import Legendarium
>>>leg_dict = {'acron_title': 'Rev.Mal-Estar Subj', 'year_pub': '2011', 'volume': '67', 'number': '9', 'fpage': '154', 'lpage':'200', 'article_id':'e00120416'}
>>>leg = Legendarium(**leg_dict)
>>>leg.stamp
>>>Rev.Mal-Estar Subj 2011;67(9):154-200
For develop version
pip install -e git+git@github.com:scieloorg/legendarium#egg=legendarium
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
legendarium-2.0.6.tar.gz
(8.1 kB
view hashes)