Metadata-Version: 2.1
Name: mongo-cmd
Version: 0.0.0.2
Summary: 一个mongodb命令行操作版本界面
Home-page: https://github.com/geekcampchina/geekcamp-calculator
Author: SsrRains
Author-email: 158117249@qq.com
Requires-Python: >=3.8.5,<4.0.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: System :: System Shells
Requires-Dist: antlr4-python3-runtime (>=4.13.1)
Requires-Dist: antlr4-tools (>=0.2)
Requires-Dist: pytest (>=7.4.1)
Project-URL: Documentation, https://github.com/geekcampchina/geekcamp-calculator
Project-URL: Repository, https://github.com/geekcampchina/geekcamp-calculator
Description-Content-Type: text/markdown

# geekcamp-calculator
一款mongodb 命令行操作工具

## 环境准备

```bash
pip install --upgrade build twine

```
改写pyproject.toml文件


## 本地安装

```bash
poetry -m build 
```

列出 Python 包文件列表：

```bash
pip show mongo-cmd  -f
```

### 运行

```bash
~/.mongo

### 操作界面

1. Exit
2. Insert Data
3. View Data
4. Update Data
5. Delete Data
Enter Choice: 3 

1. View All
2. View as per mentioned key:value
Enter Choice: 1
123 123 123 123 123 {'model': '123', 'year': '123', 'value': '123'}
zhang san 123 456 6 {'model': '789', 'year': '2011', 'value': 'sss'}


