scrachy

View on PyPIReverse Dependencies (1)

0.12.0 scrachy-0.12.0-py3-none-any.whl

Wheel Details

Project: scrachy
Version: 0.12.0
Filename: scrachy-0.12.0-py3-none-any.whl
Download: [link]
Size: 71140
MD5: ebf3439ff589524347eeb13324898b17
SHA256: 765acd3d4920225f81ada016f6f64e9762a38b045f80087fafbf2cf282b856f8
Uploaded: 2024-10-21 22:22:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: scrachy
Version: 0.12.0
Summary: Enhanced functionality for Scrapy.
Author-Email: Reid Swanson <reid[at]reidswanson.com>
Project-Url: Homepage, https://bitbucket.org/reidswanson/scrachy
Project-Url: Documentation, https://scrachy.readthedocs.io/en/latest
License: # GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. ## 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. ## 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. ## 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: 1. under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or 2. under the GNU GPL, with none of the additional permissions of this License applicable to that copy. ## 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: 1. Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. 2. Accompany the object code with a copy of the GNU GPL and this license document. ## 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: 1. Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. 2. Accompany the Combined Work with a copy of the GNU GPL and this license document. 3. For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. 4. Do one of the following: 1. Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 2. Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. 5. Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4.4.1., the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4.4.2., you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) ## 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: 1. Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. 2. Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. ## 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
Keywords: scrapy,scraping,httpcache,selenium
Requires-Dist: cron-converter
Requires-Dist: msgspec
Requires-Dist: psutil
Requires-Dist: scrapy
Requires-Dist: selenium
Requires-Dist: sqlalchemy
Requires-Dist: twisted
Requires-Dist: w3lib
Requires-Dist: pywin32; os_name == "nt"
Requires-Dist: scrachy[content,html,mysql,postgresql,testing]; extra == "all"
Requires-Dist: tabulate; extra == "benchmark"
Requires-Dist: beautifulsoup4; extra == "content"
Requires-Dist: boilerpy3; extra == "content"
Requires-Dist: html5lib; extra == "html"
Requires-Dist: lxml; extra == "html"
Requires-Dist: pymysql; extra == "mysql"
Requires-Dist: psycopg2-binary; extra == "postgresql"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-twisted; extra == "testing"
Requires-Dist: python-dotenv; extra == "testing"
Requires-Dist: pyyaml; extra == "testing"
Requires-Dist: bump-my-version; extra == "versioning"
Provides-Extra: all
Provides-Extra: benchmark
Provides-Extra: content
Provides-Extra: html
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: testing
Provides-Extra: versioning
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 3010 characters]

WHEEL

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

RECORD

Path Digest Size
scrachy/__init__.py sha256=BATPQj-Il4prk-8dEd9sjqb71Gpqyev-ITQml8GHJy0 976
scrachy/addons.py sha256=4RkRb2hS1yreWMT_sYBBu11vMEQl9b9KEVLQzJ0blYA 3093
scrachy/exceptions.py sha256=dBLP_TK-e-QoIcInHJjcpXsInV9BTr3RnL8w2-pdGuk 961
scrachy/http_.py sha256=18aV5SwkrQ7j4QfGx4MvUWCR5j3BgUGrXvnufbvJPsA 4059
scrachy/cli/__init__.py sha256=6Xx0nNl03N9ZEweVDT2iWBvMcQmA4YAI5YYIuVZi9-U 812
scrachy/cli/benchmark.py sha256=8tM8UO4x4jkvkpombJviAFOa0nF60kq59ZOF8-dbvak 14340
scrachy/cli/webdriver_server.py sha256=KpndRQ_yTl__PPO4odeh-EReeZAfFruRoiiWApTU4jw 5824
scrachy/content/__init__.py sha256=h3gFYZdU--yBEyGpzxaB5dgT7Mpi-Ag6KikO3ONe6iA 1541
scrachy/content/boilerpipe.py sha256=8IjCtpRX4KGEwOqheKeV1KLSMSsBV5QSxk5LSeHfvTU 2406
scrachy/content/bs4.py sha256=XsFQ0Gf-QUk4BTRori0xu6wef9X6K5qkY8XkaCRkVXs 2850
scrachy/db/__init__.py sha256=KDBW9Fd0adAdNRO3E_cAkb_gPnmkerO3XaIKixl31vo 881
scrachy/db/base.py sha256=6pMHyq9ncaCAZ44o_If5VR_xjJSforD7MjrDey3wPuE 2391
scrachy/db/engine.py sha256=ooqDYVsC0wfPaOjybCGtG9TUben6bKMIPsMjnNKGTM4 2995
scrachy/db/models.py sha256=f2STpzBfLFcLPiA5c__XA3AUChfu2GQ3RBLF0-S4Hhs 5360
scrachy/db/repositories.py sha256=ThGdal7bzlLyzbWtez54RngmwexRdLxkl05XlrfSix8 6518
scrachy/middleware/__init__.py sha256=30GVTZgR2cP_3ROlAzvaQlqdRsEvsTEikw2dh0huZTk 814
scrachy/middleware/filter.py sha256=zoLjfOid1C4nKAk0NKFPtEsfaz59gMYhs3TetXcEl_Q 4871
scrachy/middleware/httpcache.py sha256=KRwQhbBFNy9QoDxeykbK0EleyXAPpDADqodreN4ltIA 24775
scrachy/middleware/selenium.py sha256=6BAVFapW5OyCwlDdPQU7o-9dBVGIhyVpLXb2PsnbsTk 18238
scrachy/settings/__init__.py sha256=b9RyptoGtGmbJKdSbzjY2FBTzvOJMMKif-B_2UuDXSc 1542
scrachy/settings/defaults/__init__.py sha256=SB7v18UgQJr3Yl2VW-QXn8pES7d5bWqRQv58qxQeJnQ 849
scrachy/settings/defaults/filter.py sha256=V7AJjoTX27fH__VukhXJHde_Oy4BYT0DAy0PZOOa83Q 1086
scrachy/settings/defaults/fingerprinter.py sha256=kSUbgrgh0BY3ghkNH_Xa1n7bELL3NMBBIF0psdDf03c 1273
scrachy/settings/defaults/policy.py sha256=beMEYVKh_g3_YDYf09tsH81hDs1CO0sEsU4wa5ONbxM 1643
scrachy/settings/defaults/selenium.py sha256=11n9GTTU4g09sN2MME0RfcQmZQHbwVVskJ55kwA62Ho 2734
scrachy/settings/defaults/storage.py sha256=Bm_NBDesAAMiwquZqRyjm_FPUhI1U9DWuF2GSOcTTgM 7992
scrachy/utils/__init__.py sha256=JAsFSN97W_egmvIBBz9ZZjO2AzClaoKb6xwWfeNSdOE 845
scrachy/utils/datetime.py sha256=yAwjyGwvvN3OLG1Fr78t6hcnvSlJp2_t6gbntxcPNoY 1095
scrachy/utils/db.py sha256=Z_tjECDOz1MWcJgbpfqiq45HiQ_aJL7UOPt4F9ztUMw 1356
scrachy/utils/hash.py sha256=4Nz3d3VpiiG45uF8thKjYAJEHIwiql8TFsWYpFWKqC8 2164
scrachy/utils/imports.py sha256=iNZjqaQ7XrRkKII1TaEO6e3aJJDzc0LUwgbJkNUnb9o 1248
scrachy/utils/numeric.py sha256=0rriuYAg4qq9EN9L-Tv9QmbWezjghdScWGg9n7jSse8 2261
scrachy/utils/request.py sha256=rGClTyb-dFr_ces1ZPkYN21amW4ZWynIVHX4HqLH6w0 8442
scrachy/utils/selenium.py sha256=UODD_wrM3Es7NZE8v0Yv53WtDUicpANov2_6s8_JZKA 11596
scrachy/utils/settings.py sha256=cK37D1vKqAGMR7sFFGXPYvqgNUwrXPTNKvcM4RJuXQ8 1128
scrachy/utils/sqltypes.py sha256=6DVCqyctw6iJdoRPs0gPxsLwpFuC7NjVMekgAOfhxhI 3029
scrachy/utils/strings.py sha256=IdUVQb5pAZfXZAjXXOoTlZSLh_bl_WNGN0Rizoicdek 1007
scrachy-0.12.0.dist-info/LICENSE.md sha256=ylQWLVLHhWfpbuxxAdybuFsoY4YZc7pCgU9zIe7FT_Y 7382
scrachy-0.12.0.dist-info/METADATA sha256=QPFg-Ii_d1ssEJh-GLw-uHdlu1mUluUdmHQ-1phSzS8 12388
scrachy-0.12.0.dist-info/WHEEL sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA 91
scrachy-0.12.0.dist-info/top_level.txt sha256=T8YSssMfc7YAgppK_UKgo6smkbch2xLQ0Iz1yiYYQ3s 8
scrachy-0.12.0.dist-info/RECORD

top_level.txt

scrachy