Metadata-Version: 2.4
Name: kmdo
Version: 1.0.8
Summary: Command-line tool for auto generating command output
Author-email: "Simon A. F. Lund" <os@safl.dk>
Maintainer-email: "Simon A. F. Lund" <os@safl.dk>
License-Expression: BSD-3-Clause
Project-URL: homepage, https://kmdo.readthedocs.io
Project-URL: documentation, https://kmdo.readthedocs.io
Project-URL: repository, https://github.com/safl/kmdo
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: license-file

kmdo - auto-generate command-line usage examples
================================================

.. image:: https://img.shields.io/pypi/v/kmdo.svg
   :target: https://pypi.org/project/kmdo
   :alt: PyPI

.. image:: https://github.com/safl/kmdo/workflows/build_check_publish/badge.svg
   :target: https://github.com/safl/kmdo/actions
   :alt: Build Status

.. image:: https://readthedocs.org/projects/kmdo/badge/?version=latest
   :target: https://kmdo.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

Command-line tool to auto-generate command-line usage examples.

Please take a look at the documentation for how to install and use ``kmdo``:

* `Installation`_
* `Usage`_

If you find bugs or need help then feel free to submit an `Issue`_. If you want
to get involved head over to the `GitHub page`_ to get the source code and
submit a `Pull request`_ with your changes.

.. _Python Package Index: https://pypi.org
.. _Installation: https://kmdo.readthedocs.io/
.. _Usage: https://kmdo.readthedocs.io/
.. _GitHub page: https://github.com/safl/kmdo
.. _Pull request: https://github.com/safl/kmdo/pulls
.. _Issue: https://github.com/safl/kmdo/issues
