Metadata-Version: 2.1
Name: gravityyaml
Version: 0.1.0
Summary: Store your Pi-hole gravity.db configs in a single YAML file
License: MIT
Author: Sidings Media
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
Description-Content-Type: text/markdown

<!-- 
SPDX-FileCopyrightText: 2022 Sidings Media <contact@sidingsmedia.com>
SPDX-License-Identifier: MIT
-->

# gravity.yaml

Store your Pi-hole gravity configuration in a YAML file for easy
automation and replication. 

## Licence
This repo uses the [REUSE](https://reuse.software) standard in order to
communicate the correct licence for the file. For those unfamiliar with
the standard the licence for each file can be found in one of three
places. The licence will either be in a comment block at the top of the
file, in a `.license` file with the same name as the file, or in the
dep5 file located in the `.reuse` directory. If you are unsure of the
licencing terms please contact
[contact@sidingsmedia.com](mailto:contact@sidingsmedia.com?subject=SMRC%20Licence).
All files committed to this repo must contain valid licencing
information or the pull request can not be accepted.

