spider-utils


Namespider-utils JSON
Version 2023.12.31.post2 PyPI version JSON
download
home_pagehttps://github.com/ldsxp/spider-utils
Summary常用爬虫模块的集合,为了多平台,多电脑调用方便!
upload_time2023-12-31 04:31:01
maintainer
docs_urlNone
authorlds
requires_python>=3.6
licenseGNU GPL 3
keywords spider utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # spider-utils

**spider-utils** 爬虫相关的模块

查看 [更改日志](https://github.com/ldsxp/spider-utils/blob/master/CHANGELOG.md)

## 安装:
```shell
pip install -U spider-utils
```


## 简单的例子:

```python
...
```




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ldsxp/spider-utils",
    "name": "spider-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "spider,utils",
    "author": "lds",
    "author_email": "85176878@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/3c/72/b64183856ec560486d554208203bd33f7a66a5f2039064ccf1931518fb7b/spider-utils-2023.12.31.post2.tar.gz",
    "platform": "any",
    "description": "# spider-utils\n\n**spider-utils** \u722c\u866b\u76f8\u5173\u7684\u6a21\u5757\n\n\u67e5\u770b [\u66f4\u6539\u65e5\u5fd7](https://github.com/ldsxp/spider-utils/blob/master/CHANGELOG.md)\n\n## \u5b89\u88c5\uff1a\n```shell\npip install -U spider-utils\n```\n\n\n## \u7b80\u5355\u7684\u4f8b\u5b50:\n\n```python\n...\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "GNU GPL 3",
    "summary": "\u5e38\u7528\u722c\u866b\u6a21\u5757\u7684\u96c6\u5408\uff0c\u4e3a\u4e86\u591a\u5e73\u53f0\uff0c\u591a\u7535\u8111\u8c03\u7528\u65b9\u4fbf!",
    "version": "2023.12.31.post2",
    "project_urls": {
        "Download": "https://pypi.org/project/spider-utils",
        "Homepage": "https://github.com/ldsxp/spider-utils"
    },
    "split_keywords": [
        "spider",
        "utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5185a307faeae6dcfa0e4fb79b69210133cdfb11a1a55951d73cd92699fd8c9",
                "md5": "3cc0beb208a9924495bb036c62f7d35a",
                "sha256": "6e9363374a78d4cac50d7a1a8f789339aa6b2d8115249ba3897556f4138313bf"
            },
            "downloads": -1,
            "filename": "spider_utils-2023.12.31.post2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3cc0beb208a9924495bb036c62f7d35a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 34398,
            "upload_time": "2023-12-31T04:30:58",
            "upload_time_iso_8601": "2023-12-31T04:30:58.931639Z",
            "url": "https://files.pythonhosted.org/packages/e5/18/5a307faeae6dcfa0e4fb79b69210133cdfb11a1a55951d73cd92699fd8c9/spider_utils-2023.12.31.post2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c72b64183856ec560486d554208203bd33f7a66a5f2039064ccf1931518fb7b",
                "md5": "1ff54e800c9d678dd5810fb24a2ebc63",
                "sha256": "29899a8de41a119816bbc00436aa91b2346339ee1d386bab93f42633da777aa3"
            },
            "downloads": -1,
            "filename": "spider-utils-2023.12.31.post2.tar.gz",
            "has_sig": false,
            "md5_digest": "1ff54e800c9d678dd5810fb24a2ebc63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 21835,
            "upload_time": "2023-12-31T04:31:01",
            "upload_time_iso_8601": "2023-12-31T04:31:01.349506Z",
            "url": "https://files.pythonhosted.org/packages/3c/72/b64183856ec560486d554208203bd33f7a66a5f2039064ccf1931518fb7b/spider-utils-2023.12.31.post2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-31 04:31:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ldsxp",
    "github_project": "spider-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "spider-utils"
}
        
lds
Elapsed time: 0.15989s