An open API service indexing awesome lists of open source software.

https://github.com/clamor-py/actioneer

A modular and customizable command handler
https://github.com/clamor-py/actioneer

commands commands-framework python

Last synced: 2 months ago
JSON representation

A modular and customizable command handler

Awesome Lists containing this project

README

        

# Actioneer
DEPRICATED - use https://github.com/zomatree/Actioneer

Actioneer is a multi-purpose command handler that can be used on its own or embedded in other projects ([Clamor](https://github.com/clamor-py/) for example)

a example of the lib being used can be seen in "showcase.py"

## Features
- Customziable
- Easy to build on
- Flags and options
- Subcommands and type casting
- Async support (optinal)
- Command checks

### Installation
Actioneer will be on PyPi so installation will be alot easier (not on it yet)
but for now clone the repo

#### TODO
[x] flags
[x] options
[] intergration with typing to allow to use them for typhints, ie `Optinal`