# opentypespec
[![PyPi Status]][PyPi]
[PyPi Status]: https://img.shields.io/pypi/v/opentypespec.svg
[PyPi]: https://pypi.python.org/pypi/opentypespec
This package currently provides the ``opentypespec.tags`` module, which
exports ``FEATURE_TAGS``, ``SCRIPT_TAGS``, ``LANGUAGE_TAGS`` and
``BASELINE_TAGS`` dictionaries, representing data from the
Layout Tag Registry (section 6.4 of the Open Font Format specification):
```python
>>> from opentypespec.tags import SCRIPT_TAGS, LANGUAGE_TAGS
>>> SCRIPT_TAGS["adlm"]
{'name': 'Adlam'}
>>> LANGUAGE_TAGS["ECR "]
{'name': 'Eastern Cree', 'iso639': ['crj', 'crl']}
```
* Data derived from the ISO/IEC 14496-22 “Open Font Format” specification.
* The Python code in this module is licensed under the Apache Software License 2.0
## History
### 1.8.4 (2021-06-28)
* First release on PyPI.
Raw data
{
"_id": null,
"home_page": "https://github.com/simoncozens/opentypespec-py",
"name": "opentypespec",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": "",
"keywords": "opentypespec",
"author": "Simon Cozens",
"author_email": "simon@simon-cozens.org",
"download_url": "https://files.pythonhosted.org/packages/e9/bb/595d9ad8c4aecf3dbfcad9f3d991e5fc56ac7e68cc9df6e765e6fd58b472/opentypespec-1.9.0.tar.gz",
"platform": null,
"description": "# opentypespec\n\n\n[![PyPi Status]][PyPi]\n\n[PyPi Status]: https://img.shields.io/pypi/v/opentypespec.svg\n[PyPi]: https://pypi.python.org/pypi/opentypespec\n\nThis package currently provides the ``opentypespec.tags`` module, which\nexports ``FEATURE_TAGS``, ``SCRIPT_TAGS``, ``LANGUAGE_TAGS`` and\n``BASELINE_TAGS`` dictionaries, representing data from the\nLayout Tag Registry (section 6.4 of the Open Font Format specification):\n\n```python\n >>> from opentypespec.tags import SCRIPT_TAGS, LANGUAGE_TAGS\n >>> SCRIPT_TAGS[\"adlm\"]\n {'name': 'Adlam'}\n >>> LANGUAGE_TAGS[\"ECR \"]\n {'name': 'Eastern Cree', 'iso639': ['crj', 'crl']}\n```\n\n* Data derived from the ISO/IEC 14496-22 \u201cOpen Font Format\u201d specification.\n* The Python code in this module is licensed under the Apache Software License 2.0\n\n## History\n\n### 1.8.4 (2021-06-28)\n\n* First release on PyPI.\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "Data derived from the OpenType specification",
"version": "1.9.0",
"split_keywords": [
"opentypespec"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "08de2c1db316ad6d9873188730b89641",
"sha256": "9630c59212527b948b2ad2118299dbeecb8e1392a15e8042c16915f11987448d"
},
"downloads": -1,
"filename": "opentypespec-1.9.0.tar.gz",
"has_sig": false,
"md5_digest": "08de2c1db316ad6d9873188730b89641",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 22412,
"upload_time": "2022-12-01T14:10:52",
"upload_time_iso_8601": "2022-12-01T14:10:52.095834Z",
"url": "https://files.pythonhosted.org/packages/e9/bb/595d9ad8c4aecf3dbfcad9f3d991e5fc56ac7e68cc9df6e765e6fd58b472/opentypespec-1.9.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-01 14:10:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "simoncozens",
"github_project": "opentypespec-py",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "opentypespec"
}