This YAML processor is a tool designed to parse and execute YAML (YAML Ain't Markup Language) files. YAML is a human-readable data serialization standard that is often used for configuration files, data exchange, and more.
This Utility was created with the aim of creating an CI/CD pipeline service for small scale servers.
pip install -r requirements.txt
python app.py
Go to localhost url i.e., http://localhost:5001/process
Contributions to this project are welcome! Feel free to submit bug reports, feature requests, or pull requests on GitHub.
This YAML processor is licensed under the MIT License.