Files
2026-09-20 02:10:29 +02:00

485 B

dbyaml

Installation

Install from within git clone

# Core library only.
python -m pip install .
# Including CLI packages.
python -m pip install -e '.[cli]'

Uninstall

python -m pip uninstall dbyaml

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

Changelog

See CHANGELOG.md for version history and changes.

License

MIT License - see LICENSE for details.