ilds


Nameilds JSON
Version 2.29.0 PyPI version JSON
download
home_pagehttps://github.com/ldsxp/ilds
Summary常用模块的集合,为了多平台,多电脑调用方便!
upload_time2025-07-11 04:02:21
maintainerNone
docs_urlNone
authorlds
requires_pythonNone
licenseGNU GPL 3
keywords
VCS
bugtrack_url
requirements requests xlrd colorama chardet pyperclip html2text mistune openpyxl wxpython
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ====================
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://pypi.org/project/ilds",
    "platform": "any",
    "description": "====================\r\nilds\r\n====================\r\n\r\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\r\n\r\n\u529f\u80fd\u6a21\u5757\u5305\u542b:\r\n\r\n* \u83b7\u53d6\u6587\u4ef6md5\r\n* \u5904\u7406\u6587\u4ef6\u5185\u5bb9\r\n\r\n\u5b89\u88c5\uff1a\r\n-------------\r\npip install -U ilds\r\n\r\n\r\n\u7b80\u5355\u7684\u4f8b\u5b50:\r\n-------------\r\n\r\n.. code-block:: python\r\n\r\n   import ilds\r\n\r\n   from lds.file import is_file\r\n\r\n\r\n\r\n\u67e5\u770b `\u66f4\u6539\u65e5\u5fd7 <https://github.com/ldsxp/ilds/blob/master/CHANGELOG.md>`__\r\n\r\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.29.0",
    "project_urls": {
        "Download": "https://pypi.org/project/ilds",
        "Homepage": "https://github.com/ldsxp/ilds"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f30fce9b8b888cef4987057795abc5222089c68e8b32097de5523acc3ae7bc0",
                "md5": "aec33b971bb8d8fed9da5b49f121ac0a",
                "sha256": "4cb4b50bbfc735c4510ba9713c9469f07eb4e5472b0eb4fb47aca8c39e94c1f8"
            },
            "downloads": -1,
            "filename": "ilds-2.29.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aec33b971bb8d8fed9da5b49f121ac0a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 131296,
            "upload_time": "2025-07-11T04:02:21",
            "upload_time_iso_8601": "2025-07-11T04:02:21.484175Z",
            "url": "https://files.pythonhosted.org/packages/9f/30/fce9b8b888cef4987057795abc5222089c68e8b32097de5523acc3ae7bc0/ilds-2.29.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 04:02:21",
    "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.5"
                ]
            ]
        },
        {
            "name": "wxpython",
            "specs": []
        }
    ],
    "lcname": "ilds"
}
        
lds
Elapsed time: 0.42226s