Metadata-Version: 2.1
Name: ilds
Version: 2.9.2
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
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'

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



