add first structure

This commit is contained in:
2026-09-20 02:08:11 +02:00
parent 9e9a82e74e
commit c93792ccd7
17 changed files with 1433 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
# yamldb
## Installation
Install from within git clone
```sh
# Core library only.
python -m pip install .
```
```sh
# Including CLI packages.
python -m pip install -e '.[cli]'
```
Uninstall
```sh
python -m pip uninstall dbyaml
```
## Contributing
Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for version history and changes.
# License
MIT License - see [LICENSE](LICENSE) for details.