Metadata-Version: 2.1
Name: ilds
Version: 2.4.1
Summary: 常用模块的集合，为了多平台，多电脑调用方便!
Home-page: https://github.com/ldsxp/ilds
Author: lds
Author-email: 85176878@qq.com
License: GNU GPL 3
Download-URL: https://pypi.org/project/ilds
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
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: xlrd (>=1.1.0)
Requires-Dist: colorama
Requires-Dist: chardet
Requires-Dist: pyperclip
Requires-Dist: requests
Requires-Dist: html2text
Requires-Dist: mistune
Requires-Dist: openpyxl (>=3.1.2)

====================
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>`__



