Metadata-Version: 2.4
Name: writernaut
Version: 0.1.0
Summary: A set of handy CLI tools for writers.
Author-email: Daniel Roy Greenfeld <daniel@feldroy.com>
Maintainer-email: Daniel Roy Greenfeld <daniel@feldroy.com>
License: MIT
Project-URL: bugs, https://github.com/pydanny/writernaut/issues
Project-URL: changelog, https://github.com/pydanny/writernaut/blob/master/changelog.md
Project-URL: homepage, https://github.com/pydanny/writernaut
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: ty; extra == "test"
Requires-Dist: ipdb; extra == "test"
Dynamic: license-file

# Writernaut

![PyPI version](https://img.shields.io/pypi/v/writernaut.svg)
[![Documentation Status](https://readthedocs.org/projects/writernaut/badge/?version=latest)](https://writernaut.readthedocs.io/en/latest/?version=latest)

A set of handy CLI tools for writers.

* PyPI package: https://pypi.org/project/writernaut/
* Free software: MIT License
* Documentation: https://writernaut.readthedocs.io.

## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyfeldroy/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.
