Metadata-Version: 2.3
Name: plowman
Version: 0.3.0
Summary: Dotfile farm manager
Keywords: dotfiles
Author: Stephanos Kuma
Author-email: Stephanos Kuma <stephanos@kuma.ai>
License: BSD-3-Clause
Classifier: Development Status :: 1 - Planning
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Requires-Dist: dj-settings~=8.0
Requires-Dist: jinja2~=3.1
Requires-Dist: pyutilkit~=0.10
Requires-Python: >=3.10
Project-URL: documentation, https://plowman.readthedocs.io/en/stable/
Project-URL: homepage, https://plowman.readthedocs.io/en/stable/
Project-URL: repository, https://github.com/spapanik/plowman/
Description-Content-Type: text/markdown

# plowman: Dotfile farm manager

[![build][build_badge]][build_url]
[![lint][lint_badge]][lint_url]
[![tests][tests_badge]][tests_url]
[![license][licence_badge]][licence_url]
[![codecov][codecov_badge]][codecov_url]
[![readthedocs][readthedocs_badge]][readthedocs_url]
[![pypi][pypi_badge]][pypi_url]
[![downloads][pepy_badge]][pepy_url]
[![build automation: yam][yam_badge]][yam_url]
[![Lint: ruff][ruff_badge]][ruff_url]

Long project description and tldr goes here

## Links

- [Documentation]
- [Changelog]

[build_badge]: https://github.com/spapanik/plowman/actions/workflows/build.yml/badge.svg
[build_url]: https://github.com/spapanik/plowman/actions/workflows/build.yml
[lint_badge]: https://github.com/spapanik/plowman/actions/workflows/lint.yml/badge.svg
[lint_url]: https://github.com/spapanik/plowman/actions/workflows/lint.yml
[tests_badge]: https://github.com/spapanik/plowman/actions/workflows/tests.yml/badge.svg
[tests_url]: https://github.com/spapanik/plowman/actions/workflows/tests.yml
[licence_badge]: https://img.shields.io/pypi/l/plowman
[licence_url]: https://plowman.readthedocs.io/en/stable/LICENSE/
[codecov_badge]: https://codecov.io/github/spapanik/plowman/graph/badge.svg?token=Q20F84BW72
[codecov_url]: https://codecov.io/github/spapanik/plowman
[readthedocs_badge]: https://readthedocs.org/projects/plowman/badge/?version=latest
[readthedocs_url]: https://plowman.readthedocs.io/en/latest/
[pypi_badge]: https://img.shields.io/pypi/v/plowman
[pypi_url]: https://pypi.org/project/plowman
[pepy_badge]: https://pepy.tech/badge/plowman
[pepy_url]: https://pepy.tech/project/plowman
[yam_badge]: https://img.shields.io/badge/build%20automation-yamk-success
[yam_url]: https://github.com/spapanik/yamk
[ruff_badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json
[ruff_url]: https://github.com/charliermarsh/ruff
[Documentation]: https://plowman.readthedocs.io/en/stable/
[Changelog]: https://plowman.readthedocs.io/en/stable/CHANGELOG/
