Metadata-Version: 2.2
Name: ilds
Version: 2.25.2
Summary: 常用模块的集合，为了多平台，多电脑调用方便!
Home-page: https://github.com/ldsxp/ilds
Download-URL: https://pypi.org/project/ilds
Author: lds
Author-email: 85176878@qq.com
License: GNU GPL 3
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
License-File: LICENSE
Requires-Dist: requests
Provides-Extra: all
Requires-Dist: xlrd>=1.1.0; extra == "all"
Requires-Dist: colorama; extra == "all"
Requires-Dist: chardet; extra == "all"
Requires-Dist: pyperclip; extra == "all"
Requires-Dist: html2text; extra == "all"
Requires-Dist: mistune; extra == "all"
Requires-Dist: openpyxl>=3.1.2; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

====================
ilds
====================

**ilds** 是一个常用模块的集合，为了多平台，多电脑调用方便

功能模块包含:

* 获取文件md5
* 处理文件内容

安装：
-------------
pip install -U ilds


简单的例子:
-------------

.. code-block:: python

   import ilds

   from lds.file import is_file



查看 `更改日志 <https://github.com/ldsxp/ilds/blob/master/CHANGELOG.md>`__

