Metadata-Version: 2.1
Name: FTL-Extract
Version: 0.2.0
Summary: Extracts FTL files from a directory and outputs them to a directory
License: MIT
Keywords: ftl,ftl-extract,ftl-extractor
Author: andrew000
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fluent-syntax (>=0.19,<0.20)
Requires-Dist: libcst (>=1.4,<2.0)
Description-Content-Type: text/markdown

# FTL-Extract

## Description

FTL-Extract is a Python package that extracts Fluent keys from .py files
and generates a .ftl file with extracted keys.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable) to install
FTL-Extract.

``` bash
pip install FTL-Extract
```

## Usage

``` bash
ftl_extract code_path output_path
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

