Metadata-Version: 1.1
Name: pyshredder
Version: 0.1.4
Summary: python file shredder
Home-page: https://github.com/zoumingzhe/ztools
Author: Zou Mingzhe
Author-email: zoumingzhe@qq.com
License: MIT
Description: ==================================================
                            pyshredder
        ==================================================
                    文件碎纸机 -- 安全删除文档
        
        
        概述
        ====
        pyshredder模块封装了使用Python语言编写文件粉碎器。
        
        - 工程主页: https://github.com/zoumingzhe/FileShredder
        - 下载地址: https://pypi.python.org/pypi/pyshredder
        - 法律许可: MIT license_ , (C) 2021 ZouMingzhe_ <zoumingzhe@qq.com>
        
        安装
        ====
        通过pip命令安装pyshredder模块：
        
        ``pip install pyshredder``
        
        如果已经安装pyshredder模块，可以通过pip命令更新：
        
        ``pip install --upgrade pyshredder``
        
        更多安装信息请查阅 安装文档_ 。
        
        文档
        ====
        API（应用程序接口）文档、用法和例程可查阅 documentation_ 目录下的文档。
        
        - .rst后缀文件可以在任何文本编辑器中查看或者使用 Sphinx_ 转换成HTML或PDF格式
        
        例程
        ====
        例程存放在工程文件的 examples_ 目录下。
        
        测试
        ====
        单元测试存放在工程文件的 test_ 目录下。
        
        支持
        ====
        本项目由 ZouMingzhe_ <zoumingzhe@qq.com> 创建并维护。
        
        为了完善pyshredder模块的功能，欢迎您贡献代码至: https://github.com/zoumingzhe/FileShredder
        
        语言
        ====
        简体中文_
        
        English_
        
        
        .. _ZouMingzhe: https://zoumingzhe.github.io
        .. _简体中文: https://github.com/zoumingzhe/pyshredder/blob/master/README.rst
        .. _English: https://github.com/zoumingzhe/pyshredder/blob/master/documentation/en/README.rst
        .. _license: https://github.com/zoumingzhe/pyshredder/blob/master/LICENSE.txt
        .. _安装文档: https://github.com/zoumingzhe/pyshredder/tree/master/documentation/pyshredder.rst#installation
        .. _documentation: https://github.com/zoumingzhe/pyshredder/tree/master/documentation
        .. _examples: https://github.com/zoumingzhe/pyshredder/tree/master/examples
        .. _test: https://github.com/zoumingzhe/pyshredder/tree/master/test
        .. _Python: http://python.org/
        .. _Sphinx: http://sphinx-doc.org/
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
