Skip to content

clamor-py/Actioneer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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