====================
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>`__
Raw data
{
"_id": null,
"home_page": "https://github.com/ldsxp/ilds",
"name": "ilds",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "lds",
"author_email": "85176878@qq.com",
"download_url": "https://files.pythonhosted.org/packages/09/ed/b6684e23a4e2bc7ea7c1b625dbc66fb36203a79c6f48ec1d2835da402fbe/ilds-2.20.0.tar.gz",
"platform": "any",
"description": "====================\nilds\n====================\n\n**ilds** \u662f\u4e00\u4e2a\u5e38\u7528\u6a21\u5757\u7684\u96c6\u5408\uff0c\u4e3a\u4e86\u591a\u5e73\u53f0\uff0c\u591a\u7535\u8111\u8c03\u7528\u65b9\u4fbf\n\n\u529f\u80fd\u6a21\u5757\u5305\u542b:\n\n* \u83b7\u53d6\u6587\u4ef6md5\n* \u5904\u7406\u6587\u4ef6\u5185\u5bb9\n\n\u5b89\u88c5\uff1a\n-------------\npip install -U ilds\n\n\n\u7b80\u5355\u7684\u4f8b\u5b50:\n-------------\n\n.. code-block:: python\n\n import ilds\n\n from lds.file import is_file\n\n\n\n\u67e5\u770b `\u66f4\u6539\u65e5\u5fd7 <https://github.com/ldsxp/ilds/blob/master/CHANGELOG.md>`__\n\n\n\n",
"bugtrack_url": null,
"license": "GNU GPL 3",
"summary": "\u5e38\u7528\u6a21\u5757\u7684\u96c6\u5408\uff0c\u4e3a\u4e86\u591a\u5e73\u53f0\uff0c\u591a\u7535\u8111\u8c03\u7528\u65b9\u4fbf!",
"version": "2.20.0",
"project_urls": {
"Download": "https://pypi.org/project/ilds",
"Homepage": "https://github.com/ldsxp/ilds"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0155752ceda6ccc3fb8dcecce1cf83a543878aa2e657efadb094be2b02f446bc",
"md5": "938eb8a324044ebbae9d0a955f1464ac",
"sha256": "9d6d3b44eff090f7f0d3f3aa7cd1cb96d671e3dd2edf03079407e3faf0aa11fa"
},
"downloads": -1,
"filename": "ilds-2.20.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "938eb8a324044ebbae9d0a955f1464ac",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 124668,
"upload_time": "2025-01-17T02:02:03",
"upload_time_iso_8601": "2025-01-17T02:02:03.686745Z",
"url": "https://files.pythonhosted.org/packages/01/55/752ceda6ccc3fb8dcecce1cf83a543878aa2e657efadb094be2b02f446bc/ilds-2.20.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "09edb6684e23a4e2bc7ea7c1b625dbc66fb36203a79c6f48ec1d2835da402fbe",
"md5": "7f6f1c360ca5f08baefb0d081e5ae8ad",
"sha256": "d598a038fc437b044b822522f202e85c2d5fd74f5478ab49d5ff71c84400a318"
},
"downloads": -1,
"filename": "ilds-2.20.0.tar.gz",
"has_sig": false,
"md5_digest": "7f6f1c360ca5f08baefb0d081e5ae8ad",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 113410,
"upload_time": "2025-01-17T02:02:07",
"upload_time_iso_8601": "2025-01-17T02:02:07.010639Z",
"url": "https://files.pythonhosted.org/packages/09/ed/b6684e23a4e2bc7ea7c1b625dbc66fb36203a79c6f48ec1d2835da402fbe/ilds-2.20.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-17 02:02:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ldsxp",
"github_project": "ilds",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "requests",
"specs": [
[
"==",
"2.27.1"
]
]
},
{
"name": "xlrd",
"specs": [
[
">=",
"1.1.0"
]
]
},
{
"name": "colorama",
"specs": []
},
{
"name": "chardet",
"specs": []
},
{
"name": "pyperclip",
"specs": []
},
{
"name": "html2text",
"specs": []
},
{
"name": "mistune",
"specs": []
},
{
"name": "openpyxl",
"specs": [
[
">=",
"3.1.2"
]
]
},
{
"name": "wxpython",
"specs": []
}
],
"lcname": "ilds"
}