diff options
Diffstat (limited to 'third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info')
6 files changed, 87 insertions, 0 deletions
diff --git a/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/DESCRIPTION.rst b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/DESCRIPTION.rst new file mode 100644 index 0000000000..4f6444ed25 --- /dev/null +++ b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/DESCRIPTION.rst @@ -0,0 +1,24 @@ +``fluent.syntax`` |fluent.syntax| +--------------------------------- + +Read, write, and transform `Fluent`_ files. + +This package includes the parser, serializer, and traversal +utilities like Visitor and Transformer. You’re looking for this package +if you work on tooling for Fluent in Python. + +.. code-block:: python + + >>> from fluent.syntax import parse, ast, serialize + >>> resource = parse("a-key = String to localize") + >>> resource.body[0].value.elements[0].value = "Localized string" + >>> serialize(resource) + 'a-key = Localized string\n' + + +Find the full documentation on https://projectfluent.org/python-fluent/fluent.syntax/. + +.. _fluent: https://projectfluent.org/ +.. |fluent.syntax| image:: https://github.com/projectfluent/python-fluent/workflows/fluent.syntax/badge.svg + + diff --git a/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/METADATA b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/METADATA new file mode 100644 index 0000000000..3a803aec82 --- /dev/null +++ b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/METADATA @@ -0,0 +1,41 @@ +Metadata-Version: 2.0 +Name: fluent.syntax +Version: 0.18.1 +Summary: Localization library for expressive translations. +Home-page: https://github.com/projectfluent/python-fluent +Author: Mozilla +Author-email: l10n-drivers@mozilla.org +License: APL 2 +Keywords: fluent,localization,l10n +Platform: UNKNOWN +Classifier: Development Status :: 3 - Alpha +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3.5 +Description-Content-Type: text/x-rst + +``fluent.syntax`` |fluent.syntax| +--------------------------------- + +Read, write, and transform `Fluent`_ files. + +This package includes the parser, serializer, and traversal +utilities like Visitor and Transformer. You’re looking for this package +if you work on tooling for Fluent in Python. + +.. code-block:: python + + >>> from fluent.syntax import parse, ast, serialize + >>> resource = parse("a-key = String to localize") + >>> resource.body[0].value.elements[0].value = "Localized string" + >>> serialize(resource) + 'a-key = Localized string\n' + + +Find the full documentation on https://projectfluent.org/python-fluent/fluent.syntax/. + +.. _fluent: https://projectfluent.org/ +.. |fluent.syntax| image:: https://github.com/projectfluent/python-fluent/workflows/fluent.syntax/badge.svg + + diff --git a/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/RECORD b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/RECORD new file mode 100644 index 0000000000..3260cdd71c --- /dev/null +++ b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/RECORD @@ -0,0 +1,14 @@ +fluent/__init__.py,sha256=jv2YF__bseklT3OWEzlqJ5qE24c4aWd5F4r0TTjOrWQ,65
+fluent/syntax/__init__.py,sha256=ZRWtukW3DYmR3VkegVXxzKarqrx4Fv92iJO5W-evVB8,425
+fluent/syntax/ast.py,sha256=Jvd6PpR7u6E711jF1qZPRUulBqTRTtZRnRRADK1BRwI,10030
+fluent/syntax/errors.py,sha256=zena7CVTg8CvF52B4kadEuQUqQ3QSUyNm5lL3ynVxM0,2579
+fluent/syntax/parser.py,sha256=WVDbDiDwb1EJwlv_sgjH815tsvfnjpuyfL9lSlRWIIc,20194
+fluent/syntax/serializer.py,sha256=nERP9e_eMdfgx9B74tr2h05IO1lYFkRKZOeAtujpoz4,7606
+fluent/syntax/stream.py,sha256=Whap0UNpWo5-wOZBP3z34mRPMilWbsEPpxVFtAjcw1k,8015
+fluent/syntax/visitor.py,sha256=DISMs3y_rTaMZlaKylbxJ0rANmDzSbo22eZXcnb5TLA,2149
+fluent.syntax-0.18.1.dist-info/DESCRIPTION.rst,sha256=A33VWXJd9FFc9mg8QjsWPcprRJ7RazA0cYQyabC-A2M,794
+fluent.syntax-0.18.1.dist-info/METADATA,sha256=QptbKFmazXHoKtm4JWVb93AIh96sq5M2pF3D5qesZjU,1381
+fluent.syntax-0.18.1.dist-info/RECORD,,
+fluent.syntax-0.18.1.dist-info/WHEEL,sha256=kdsN-5OJAZIiHN-iO4Rhl82KyS0bDWf4uBwMbkNafr8,110
+fluent.syntax-0.18.1.dist-info/metadata.json,sha256=5XyFJ0X2dc59aI7E3WrIFZ3aMs5Ir2K2n2IY3Z7wBrI,805
+fluent.syntax-0.18.1.dist-info/top_level.txt,sha256=E6y0EXb_8ntRq2470rEss448Ec6wP_-DI3zVECukrn0,7
diff --git a/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/WHEEL b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/WHEEL new file mode 100644 index 0000000000..7332a419cd --- /dev/null +++ b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.30.0) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/metadata.json b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/metadata.json new file mode 100644 index 0000000000..7b4494d18d --- /dev/null +++ b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/metadata.json @@ -0,0 +1 @@ +{"classifiers": ["Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5"], "description_content_type": "text/x-rst", "extensions": {"python.details": {"contacts": [{"email": "l10n-drivers@mozilla.org", "name": "Mozilla", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "https://github.com/projectfluent/python-fluent"}}}, "generator": "bdist_wheel (0.30.0)", "keywords": ["fluent", "localization", "l10n"], "license": "APL 2", "metadata_version": "2.0", "name": "fluent.syntax", "summary": "Localization library for expressive translations.", "test_requires": [{"requires": ["six"]}], "version": "0.18.1"}
\ No newline at end of file diff --git a/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/top_level.txt b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/top_level.txt new file mode 100644 index 0000000000..a3582d405a --- /dev/null +++ b/third_party/python/fluent.syntax/fluent.syntax-0.18.1.dist-info/top_level.txt @@ -0,0 +1 @@ +fluent |