fluent.syntax
fluent.syntax
pypi i fluent.syntax
fluent.syntax

fluent.syntax

Python implementation of Project Fluent

by projectfluent

0.18.1 (see all)License:APL 2
pypi i fluent.syntax
Readme

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

VersionTagPublished
0.18.1
3yrs ago
0.18.0
3yrs ago
0.17.0
4yrs ago
0.16.0
4yrs ago
No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate