Metadata-Version: 2.1
Name: zetch
Version: 0.0.6
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Rust
Classifier: License :: OSI Approved
Requires-Dist: ruamel.yaml >=0.18.0, <=0.19.0
License-File: LICENSE.md
License-File: LICENSE.zetch.md
Summary: In-place, continuous templater.
Author-email: Zachary Stucke <zakstucke@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Sourcecode, https://github.com/zakstucke/zetch
Project-URL: Documentation, https://zakstucke.github.io/zetch

# Zetch

[![License](https://img.shields.io/badge/License-MIT-green.svg)][license]
[![Documentation](https://img.shields.io/badge/Documentation-8A2BE2)](https://zakstucke.github.io/zetch)

[license]: https://github.com/zakstucke/zetch/blob/main/LICENSE.md

In-place, continuous templater.

[![PyPI](https://img.shields.io/pypi/v/zetch.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/zetch.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/zetch)][pypi status]

[pypi status]: https://pypi.org/project/zetch/

You can install **Zetch** via [pip](https://pip.pypa.io/) from [PyPI](https://pypi.org/):

```console
pip install zetch
```

Binaries are available for:

-   **Linux**: `x86_64`, `aarch64`, `i686`, `armv7`, `ppc64le`, `s390x`, `musl-x86_64` & `musl-aarch64`
-   **MacOS**: `x86_64`, `aarch64`
-   **Windows**: `x86_64`, `aarch64`, `i686`

If your platform isn't supported, [file an issue](https://github.com/zakstucke/zetch/issues).

## Usage

Please see the [documentation](https://zakstucke.github.io/zetch) for details.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide](CONTRIBUTING.md).

## License

Distributed under the terms of the [MIT license](LICENSE.md),
**Zetch** is free and open source software.

## Issues

If you encounter any problems,
please [file an issue](https://github.com/zakstucke/zetch/issues) along with a detailed description.

