Metadata-Version: 2.4
Name: moxbox
Version: 0.1.1rc1
Summary: Universal Automation Toolkit based on MoxTools
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: pypdf
Requires-Dist: openpyxl
Requires-Dist: markdown
Requires-Dist: moxtools>=0.0.9
Provides-Extra: excel
Requires-Dist: openpyxl; extra == "excel"
Provides-Extra: pdf
Requires-Dist: fpdf2; extra == "pdf"
Requires-Dist: Pillow; extra == "pdf"
Requires-Dist: pypdf; extra == "pdf"
Provides-Extra: gui
Requires-Dist: streamlit; extra == "gui"
Provides-Extra: all
Requires-Dist: streamlit; extra == "all"
Dynamic: description
Dynamic: description-content-type
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MoxBox

MoxBox is a magic automation toolkit

## 📌 Features  

## 🛠️ Supported Tools  

## 📦 Installation  

```bash
pip install moxbox[all]
pip install --upgrade moxbox  
pip install --upgrade moxtools    
pip install moxbox==0.0.1rc4
```
https://pypi.org/project/moxbox/

## 🚀 Usage

```bash 
mox-box --help 
mox-box gui --help 
mox-box --debug gui mermaid2html  
```

## 📜 version

🧪 **0.1.1** &emsp; html-index support R2 dwonload link .  
🧪 **0.1.0** &emsp; html-index card layout config(small).  
🧪 **0.0.9** &emsp; add text & zip as template of html-index config.  
🧪 **0.0.8** &emsp; html-index: index.html generator.  
🧪 **0.0.7** &emsp; md2html: watermark & fileName with version  
🧪 **0.0.6** &emsp; md2html: fix git + notion style  
🧪 **0.0.5** &emsp; md2html: notion MD to one html file  
🧪 **0.0.4** &emsp; smart sop  
🧪 **0.0.3** &emsp; Change .json path input logic  
🧪 **0.0.2** &emsp; bugfix: default json path  
🧪 **0.0.1** &emsp; 1st version 
