Metadata-Version: 2.1
Name: MyPhotos
Version: 0.0.2
Summary: Archive photos for quick search.
Home-page: https://github.com/zoumingzhe/MyPhotos
Author: Zou Mingzhe
Author-email: zoumingzhe@qq.com
License: MIT
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: xlrd
Requires-Dist: xlwt

==================================================
                    MyPhotos
==================================================
        Archive photos for quick search.


概述
====
MyPhotos模块封装了使用Python语言编写的工具。

- 工程主页: https://github.com/zoumingzhe/MyPhotos
- 下载地址: https://pypi.python.org/pypi/MyPhotos
- 法律许可: MIT license_ , (C) 2021 ZouMingzhe_ <zoumingzhe@qq.com>

安装
====
通过pip命令安装MyPhotos模块：

``pip install MyPhotos``

如果已经安装MyPhotos模块，可以通过pip命令更新：

``pip install --upgrade MyPhotos``

更多安装信息请查阅 安装文档_ 。

文档
====
API（应用程序接口）文档、用法和例程可查阅 documentation_ 目录下的文档。

- .rst后缀文件可以在任何文本编辑器中查看或者使用 Sphinx_ 转换成HTML或PDF格式

例程
====
例程存放在工程文件的 examples_ 目录下。

测试
====
单元测试存放在工程文件的 test_ 目录下。

支持
====
本项目由 ZouMingzhe_ <zoumingzhe@qq.com> 创建并维护。

为了完善MyPhotos模块的功能，欢迎您贡献代码至: https://github.com/zoumingzhe/MyPhotos

语言
====
简体中文_

English_


.. _ZouMingzhe: https://zoumingzhe.github.io
.. _简体中文: https://github.com/zoumingzhe/MyPhotos/blob/master/README.rst
.. _English: https://github.com/zoumingzhe/MyPhotos/blob/master/documentation/en/README.rst
.. _license: https://github.com/zoumingzhe/MyPhotos/blob/master/LICENSE.txt
.. _安装文档: https://github.com/zoumingzhe/MyPhotos/tree/master/documentation/MyPhotos.rst#installation
.. _documentation: https://github.com/zoumingzhe/MyPhotos/tree/master/documentation
.. _examples: https://github.com/zoumingzhe/MyPhotos/tree/master/examples
.. _test: https://github.com/zoumingzhe/MyPhotos/tree/master/test
.. _Python: http://python.org/
.. _Sphinx: http://sphinx-doc.org/

