32 lines
485 B
Markdown
32 lines
485 B
Markdown
# 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.
|