Metadata-Version: 2.4
Name: fastpluggy-file-edit
Version: 0.1.2
Summary: File Editor plugin for Fastpluggy
Author: FastPluggy Team
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: FastPluggy>=0.4.33
Provides-Extra: tests
Requires-Dist: pytest>=7.0; extra == "tests"
Requires-Dist: pytest-cov>=4.0; extra == "tests"

# fastpluggy-file-edit

![File Edit](https://img.shields.io/badge/FastPluggy-File%20Edit-blue)
[![Release](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/file_edit/-/badges/release.svg)](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/file_edit/-/releases)
[![Pipeline Status](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/file_edit/badges/main/pipeline.svg?key_text=CI)](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/file_edit/-/pipelines?ignore_skipped=true)
[![Coverage](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/file_edit/badges/main/coverage.svg)](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/file_edit/-/pipelines)

File editor plugin for FastPluggy. Browse and edit Python files in the domain directory through a web interface.

## Installation

```bash
pip install fastpluggy-file-edit
```

## Dependencies

- FastPluggy >= 0.4.0

## Features

- Browse Python files in the domain directory
- Edit files with a web-based editor
- Save changes with flash message confirmation

## Documentation

See [docs/README.md](docs/README.md) for detailed documentation.
