A web-based YAML editor with a tabular interface that makes it easy to view and edit YAML files.
- Web-based interface for editing YAML files
- Tabular view of YAML data
- Add and delete rows
- Search functionality
- Real-time editing
- File browser for YAML files
Install using pip:
pip install yaml-editorOr install from source using Poetry:
git clone https://github.com/yourusername/yaml-editor.git
cd yaml-editor
poetry installStart the YAML editor by running:
yaml-editorOptions:
--host: Host to bind the server to (default: 127.0.0.1)--port: Port to bind the server to (default: 8000)--dir: Directory containing YAML files (default: current directory)
Example:
yaml-editor --host 0.0.0.0 --port 8080Once started, open your web browser and navigate to the displayed URL to use the YAML editor.