Skip to main content
https://travis-ci.org/victor-o-silva/python-links-from-link-header.svg?branch=master Code Health https://coveralls.io/repos/github/victor-o-silva/python-links-from-link-header/badge.svg?branch=master

This Python module contains only one function: extract.

It extracts links and their relations from a Link Header Field [1] and returns a dict where the keys are the relations and the values are the links themselves.

Installation

pip install links-from-link-header

Usage

>>> import links_from_header

>>> header = '<https://api.github.com/user/repos?page=1>; rel="first", <https://api.github.com/user/repos?page=9>; rel="prev", <https://api.github.com/user/repos?page=11>; rel="next", <https://api.github.com/user/repos?page=50>; rel="last"'

>>> links_from_header.extract(header)
{
    'first': 'https://api.github.com/user/repos?page=1',
    'prev': 'https://api.github.com/user/repos?page=9',
    'next': 'https://api.github.com/user/repos?page=11',
    'last': 'https://api.github.com/user/repos?page=50',
}

Release files for links-from-link-header 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for links-from-link-header 0.1.0
File Size Uploaded
links-from-link-header-0.1.0.tar.gz 1.6 kB Details

Release history Release notifications | RSS feed

This release

0.1.0 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page