Metadata-Version: 2.1
Name: pymongo-curd
Version: 0.0.1
Summary: pymongo 的一级文档及二级文档的CURD简单封装
Home-page: https://github.com/watele0528/mypackage.git
Author: Guomq
Author-email: Guo_mq@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# pymongo-curd



## 主要功能

- Document(一级文档)
    - get
    - get_one
    - get_by_id
    - post
    - post_and_chick_repeat
    - put
    - put_and_chick_repeat

- SecDocument(二级文档)
    - post_sec
    - post_sec_and_chick_repeat
    - put_sec
    - put_sec_and_chick_repeat
    - delete_sec

