Metadata-Version: 2.1
Name: commandler
Version: 1.0.4
Summary: A small tool for registering command actions and executing using a text string.
Home-page: https://github.com/performiq/commandler
Author: Peter.Harding
Author-email: plh@performiq.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
License-File: LICENCE

===============
Command Handler
===============

Overview
========

A framework for registering command actions and then invoking them
by passing in a text string, which could either be from the script
comand line or some other source - say a slack api call.



