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
- Host: GitHub
- URL: https://github.com/clamor-py/actioneer
- Owner: clamor-py
- License: mit
- Created: 2019-08-05T13:55:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T03:52:31.000Z (about 5 years ago)
- Last Synced: 2025-02-01T06:42:19.439Z (4 months ago)
- Topics: commands, commands-framework, python
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Actioneer
DEPRICATED - use https://github.com/zomatree/ActioneerActioneer 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`