Metadata-Version: 2.4
Name: pyimouapi
Version: 1.2.5
Summary: A package for imou open api
Home-page: https://github.com/Imou-OpenPlatform/Py-Imou-Open-Api
Author: Imou-OpenPlatform
Author-email: cloud_openteam_service@imou.com
License: MIT
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp<4.0,>=3.11.9
Requires-Dist: simpleeval>=1.0.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

##  打包
python setup.py sdist bdist_wheel

## 上传
twine upload dist/*      
