scieloapi.py

Release v0.6. This software is licensed under BSD License.

Usage example:

>>> import scieloapi

>>> client = scieloapi.Client('some.user', 'some.api_key')

>>> for journal in client.query('journals').all():
...    print journal['id'], journal['title']

User guide

Step-by-step guide to use the features provided by scieloapi.py for exploring data from SciELO.

API documentation

If you are looking for information about the library internals, this if for you.