pyseoanalyzer

View on PyPIReverse Dependencies (0)

2024.4.21 pyseoanalyzer-2024.4.21-py3-none-any.whl

Wheel Details

Project: pyseoanalyzer
Version: 2024.4.21
Filename: pyseoanalyzer-2024.4.21-py3-none-any.whl
Download: [link]
Size: 16154
MD5: bb564895ee5cef0e2c192af6693c7c2a
SHA256: a698b33113201e4d41abcf3fb4c0d0e3f40979f88e0fdfacbb8bc917805f7598
Uploaded: 2024-04-21 17:58:51 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pyseoanalyzer
Version: 2024.4.21
Summary: An SEO tool that analyzes the structure of a site, crawls the site, count words in the body of the site and warns of any technical SEO issues.
Author-Email: Seth Black <sblack[at]sethserver.com>
Project-Url: Homepage, https://github.com/sethblack/python-seo-analyzer
Project-Url: Repository, https://github.com/sethblack/python-seo-analyzer.git
Project-Url: Issues, https://github.com/sethblack/python-seo-analyzer/issues
License: Copyright 2012-2021 Seth Black. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of Seth Black may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Keywords: crawler,scraper,search engine optimization,seo,site analyzer,site crawler,site parser,website parser
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Python: >=3.8
Requires-Dist: beautifulsoup4 (>=4.12.3)
Requires-Dist: certifi (>=2024.2.2)
Requires-Dist: jinja2 (>=3.1.3)
Requires-Dist: lxml (>=5.2.1)
Requires-Dist: markupsafe (>=2.1.5)
Requires-Dist: urllib3 (>=2.2.1)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2173 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.24.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pyseoanalyzer/__init__.py sha256=PK-EyFwJoDdxb_KQBFWIMSYqDQsOrCuKTpBUZoTLP8w 79
pyseoanalyzer/__main__.py sha256=whK41sD9lKi-gJnhYgsPD_sa6XXBHFgg2yhxCilDQ7M 1962
pyseoanalyzer/analyzer.py sha256=I4aFiPTGBPlKFLK9vKYRV8HOhIkgRklnGkUdjg89jis 1913
pyseoanalyzer/http.py sha256=1TeNUdT6j64sgyM0FB35TOMJ2cl2UaIF_bly-s7At5o 455
pyseoanalyzer/page.py sha256=ciQxjTrGxAdowEpjO6uQWMGIvvN0cS-8gqEAsWWBSbM 19354
pyseoanalyzer/stemmer.py sha256=Dt08jlmAgpdNcaxV3VYxrfzjP9qeZbNQqJRDP52yATU 3971
pyseoanalyzer/website.py sha256=WalZDBzZ3YF85rIGp0MzqDQEdoyp_wAMVEB0CXL1WHA 2890
pyseoanalyzer/templates/index.html sha256=2Hf1YeILMNWhTHE4OlGobVkfHyXZDlNF9yktVQMPkrE 4937
pyseoanalyzer-2024.4.21.dist-info/METADATA sha256=KEMTOgKh8275qINNz_8QqxcyYzKpbdifo5dHrgXBPn8 5330
pyseoanalyzer-2024.4.21.dist-info/WHEEL sha256=osohxoshIHTFJFVPhsi1UkZuLRGMHRXZzwEBW2ezjrc 87
pyseoanalyzer-2024.4.21.dist-info/entry_points.txt sha256=UbuWqwQU8PUWbWgPsELRFuO4rz_5S9UY0GiNvizNsfU 59
pyseoanalyzer-2024.4.21.dist-info/licenses/LICENSE sha256=AiPa-C2sie6AwnxRCktXRCCf4JiYmKhCKTYXirrbVpk 1479
pyseoanalyzer-2024.4.21.dist-info/RECORD

entry_points.txt

seoanalyze = pyseoanalyzer.__main__:main