traspider

View on PyPIReverse Dependencies (0)

0.1.0 traspider-0.1.0-py3-none-any.whl

Wheel Details

Project: traspider
Version: 0.1.0
Filename: traspider-0.1.0-py3-none-any.whl
Download: [link]
Size: 26096
MD5: 01d05275df9085936437ecf3487a8ba2
SHA256: 7867c174629657828404a4e072ce6db48af5f42d2b99ce5d63a28f721f17c69f
Uploaded: 2023-01-12 02:46:35 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: traspider
Version: 0.1.0
Summary: An out-of-the-box lightweight asynchronous crawler framework
Author: NTrash
Author-Email: yinghui0214[at]163.com
License: MIT
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: aiohttp
Requires-Dist: aiomysql
Requires-Dist: aiosignal
Requires-Dist: aiostream
Requires-Dist: async-timeout
Requires-Dist: asyncio
Requires-Dist: attrs
Requires-Dist: chardet
Requires-Dist: charset-normalizer
Requires-Dist: colorama
Requires-Dist: frozenlist
Requires-Dist: idna
Requires-Dist: loguru
Requires-Dist: lxml
Requires-Dist: multidict
Requires-Dist: node-vm2 (==0.3.5)
Requires-Dist: PyMySQL
Requires-Dist: win32-setctime
Requires-Dist: yarl
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1794 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
traspider/__init__.py sha256=uuBBlNuLwLfMUSLT_wSB8rjNLJFtztdMi4b4AzOTpcw 469
traspider/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
traspider/commands/cmdline.py sha256=2QTRoy3_fL2Gv-U3vzCybQp7Wrn6LltZpYr7GIwEXcI 875
traspider/commands/create.py sha256=MH8tl141DGBWGhhwD8ixA-O5JzuCAPS5u8eRi6vLuQk 3657
traspider/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
traspider/core/download.py sha256=nedG6HmvVgryoLuGZnEYrDjgP_V8j7jEWIlLm9csXsE 3287
traspider/core/engine.py sha256=27NOtRqU-WMXsKXUgVh0SA2nNQ7PBR3N7C08BGmPgHE 5109
traspider/core/request.py sha256=dVLhzFD3G_bBR7mQFPbKDaSS9QXjtv36jJec3oiuT-0 2491
traspider/core/response.py sha256=34N_DPqNUb2jbNHh8n_nlDK09h7Fqje0p8BoNWzx5KI 1363
traspider/core/scheduler.py sha256=HooffZasG7ZTg1ODI2w2DnqkbVjiQLVMxtMAIqGsZOI 594
traspider/core/spider.py sha256=-29q48QURGwq6KzIzpY27yiftRghLyd8C4ajwMR1wMA 5813
traspider/templates/spider_template.tmpl sha256=i8z3ZLR-UoyHoQNp_YBQVJ-44du6mq7sABvUsn1OCHk 596
traspider/util/__init__.py sha256=xIxRNaQXsCcbrVNMjscgVxgw10u2mWK9KSP3v0G6dOo 60
traspider/util/encrypt.py sha256=b_wOmIBlTiP9Q6cKtyPcyLzefQRRGrU1oF4b-lL-Ufw 185
traspider/util/exception.py sha256=2biJmQjQN5CYXsHxCg7Q_Rkn_n8u9zOj89T6TmE0um8 320
traspider/util/log.py sha256=DD6VXpGjgCSdkMg9UPyZqaCA9Orfxt7f5-q6amyv6AA 2444
traspider/util/traerror.py sha256=fiJpl0O_hfxDfebt1MLa221CtoVHtz_HeW8nTBif38E 85
traspider/util/element/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
traspider/util/element/element.py sha256=MaBMx8YpbJEkb86x5gP9WnoM7RLIqt55y6ARLAaqAOo 1943
traspider/util/node_vm/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
traspider/util/node_vm/node.py sha256=cTojnYq2UWFt9gHkl6Q3SLfPURUwY4CXPWX5NLp6Fck 676
traspider/util/trajson/__init__.py sha256=KM3Exw1UU1pXfU7ow6ZYVLVWXSicoz-kUfAYp2IedNc 30
traspider/util/trajson/ast.py sha256=PMQpdpBVsHZh4qciTO1TddfT-1CQC05_pG5RoDaoUE0 279
traspider/util/trajson/lexical.py sha256=Gc6tkpiSh0lBrEL9bFckDtM3NBc7_ca0TE2B3Zwyw2k 4695
traspider/util/trajson/trajson.py sha256=Q7iBuJe7Hb7gGs1pd2Ag6PtU0GdurqT-hXPd94MRxcU 321
traspider/util/tramysql/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
traspider/util/tramysql/tramysql.py sha256=vDb5jS8UYL7sziN1gEVMr8_W-hiZjptdwmlwSK2Zdpc 3079
traspider-0.1.0.dist-info/LICENSE sha256=WtjCEwlcVzkh1ziO35P2qfVEkLjr87Flro7xlHz3CEY 11556
traspider-0.1.0.dist-info/METADATA sha256=pAaMBsovfqLSoTJVBPh5QI9eVQ_8mvEcdS_jQxAN5n0 3072
traspider-0.1.0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
traspider-0.1.0.dist-info/entry_points.txt sha256=Pr4DDyQ6lG5Fme5h1gkPzgLbjmDKBG60S06Wyij5YxA 65
traspider-0.1.0.dist-info/top_level.txt sha256=QnXap-mRIk0QuNpCM3wUMU352oRMTUj4t05DnBh1SKI 10
traspider-0.1.0.dist-info/RECORD

top_level.txt

traspider

entry_points.txt

traspider = traspider.commands.cmdline:execute