Metadata-Version: 2.1
Name: magic-toolbox
Version: 0.1.7
Summary: A cli framwork in same vane as django
License: Apache2.0
Author: daniel davee
Author-email: daniel.v.davee@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: plac (==1.3.5)
Description-Content-Type: text/markdown

# Magic Toolbox
Magic Toolbox is a tool to create CLI's.
It's built off of plac. 
## Install


## Usage

```shell
magic_toolbox create_project foo
#creates new porject
cd foo
magic_toolbox add_function bar
#creates a function in toolbox/tools.py
magic_tool init
# Turns current directory into a magic_toolbox project
```



