Metadata-Version: 2.1
Name: summand
Version: 0.1.0
Summary: 
Author: Alireza
Author-email: alirezaaraby5@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: tinydb (>=4.7.1,<5.0.0)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# Summand

### **list of commands and options**

**Summand add** \[\<summand\>\] [--description | -D] [--command | -C] [--split]

**Summand edit** [--list-name] [--list-description] [--list-commands]

**Summand export** \[\<summands\>\] \[\<file name\>\] [--list | -L] [--all | -A] [--filename*] [--split | -S] [--exclude | -E] 

**Summand help** \[\<summand\>\] [--number | -N]

**Summand import** \[\<directory\>\] [--ignore | -I] [--show]

**Summand list** \[\<summand\>\] [--number | -N] [--description | -D]

**Summand remove** \[\<query\>\] [--description | -D] [--command | -C] [--split] / Should be same as add

**Summand reset**

**Summand run** \[\<summand\>\]

