# Palp
这是一个爬虫框架,教程请点击[文档](https://leviathangk.github.io/palp-doc/)
# 安装
```
pip install palp
```
# 创建项目
创建项目和爬虫都会去判断文件是否存在
```
palp create -p xxx
```
# 创建爬虫
创建爬虫时,会自动移动到 spiders 文件夹下(查找为 3 个深度)
```
palp create -s xxx 1
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Leviathangk/palp",
"name": "palp",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "palp,scrapy,feapder",
"author": "\u90ed\u4e00\u4f1a\u513f",
"author_email": "1015295213@qq.com",
"download_url": "https://files.pythonhosted.org/packages/0f/fb/83064029d0dfe1a83177b8a8a7f44a5cd98396d543e6a6d6059102e54a04/palp-0.0.199.tar.gz",
"platform": "any",
"description": "# Palp\r\n\r\n\u8fd9\u662f\u4e00\u4e2a\u722c\u866b\u6846\u67b6\uff0c\u6559\u7a0b\u8bf7\u70b9\u51fb[\u6587\u6863](https://leviathangk.github.io/palp-doc/)\r\n\r\n# \u5b89\u88c5\r\n\r\n```\r\npip install palp\r\n```\r\n\r\n# \u521b\u5efa\u9879\u76ee\r\n\r\n\u521b\u5efa\u9879\u76ee\u548c\u722c\u866b\u90fd\u4f1a\u53bb\u5224\u65ad\u6587\u4ef6\u662f\u5426\u5b58\u5728\r\n\r\n```\r\npalp create -p xxx\r\n```\r\n\r\n# \u521b\u5efa\u722c\u866b\r\n\r\n\u521b\u5efa\u722c\u866b\u65f6\uff0c\u4f1a\u81ea\u52a8\u79fb\u52a8\u5230 spiders \u6587\u4ef6\u5939\u4e0b\uff08\u67e5\u627e\u4e3a 3 \u4e2a\u6df1\u5ea6\uff09\r\n\r\n```\r\npalp create -s xxx 1\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT Licence",
"summary": "\u4e00\u4e2a \u722c\u866b\u6846\u67b6",
"version": "0.0.199",
"project_urls": {
"Homepage": "https://github.com/Leviathangk/palp"
},
"split_keywords": [
"palp",
"scrapy",
"feapder"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0ffb83064029d0dfe1a83177b8a8a7f44a5cd98396d543e6a6d6059102e54a04",
"md5": "b7b0f6c6eefac411fae8ed6d9cea3fa7",
"sha256": "2fea88ebc969339930c20b7a25388c65cf95a030cc0c161eab04df11b1e28149"
},
"downloads": -1,
"filename": "palp-0.0.199.tar.gz",
"has_sig": false,
"md5_digest": "b7b0f6c6eefac411fae8ed6d9cea3fa7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 55828,
"upload_time": "2023-10-20T10:21:13",
"upload_time_iso_8601": "2023-10-20T10:21:13.226086Z",
"url": "https://files.pythonhosted.org/packages/0f/fb/83064029d0dfe1a83177b8a8a7f44a5cd98396d543e6a6d6059102e54a04/palp-0.0.199.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-20 10:21:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Leviathangk",
"github_project": "palp",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "palp"
}