Socket
Book a DemoInstallSign in
Socket

language-tags

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

language-tags

This project is a Python version of the language-tags Javascript project.

pipPyPI
Version
1.2.0
Maintainers
4

IANA Language Tags for Python

.. image:: https://badge.fury.io/py/language-tags.png :target: http://badge.fury.io/py/language-tags .. image:: https://app.travis-ci.com/OnroerendErfgoed/language-tags.png?branch=develop :target: https://app.travis-ci.com/OnroerendErfgoed/language-tags .. image:: https://coveralls.io/repos/OnroerendErfgoed/language-tags/badge.png :target: https://coveralls.io/r/OnroerendErfgoed/language-tags .. image:: https://readthedocs.org/projects/language-tags/badge/?version=latest :target: https://readthedocs.org/projects/language-tags/?badge=latest

This Python API offers a way to validate and lookup languages tags.

Standard

It is based on BCP 47 <http://tools.ietf.org/html/bcp47>_ (RFC 5646 <http://tools.ietf.org/html/rfc5646>) and the latest IANA language subtag registry <http://www.iana.org/assignments/language-subtag-registry>.

This project will be updated as the standards change.

Language-tags 1.0.0 only supports Python 3, for Python 2 support, please use language-tags 0.5.0.

JSON data

See the language-subtag-registry <https://github.com/mattcg/language-subtag-registry>_ project for the underlying JSON data.

Javascript version

This project is a Python version of the language-tags <https://github.com/mattcg/language-tags>_ Javascript project.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts