A tiny library to parse the Accept-Language HTTP header and return a list of language tags with quality values. Version 0.1.2 is the latest and only release; no changes since initial publication.
pip install parse-accept-languageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses an Accept-Language header string into a list of language tags sorted by precedence.
If you need quality values, parse the header manually with your own logic (e.g., split on commas and semicolons).
Always ensure the argument is a string, e.g., `header or ''`.
No dependency data recorded yet.
No resource links recorded.