Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 672 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 672 Bytes

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 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