Metadata-Version: 2.1
Name: webcitizen
Version: 0.0.37
Summary: SEO audits for websites using Python.
Author-email: Prasanna Kulkarni <prasanna.k158@gmail.com>
Project-URL: Homepage, https://github.com/prasannakulkarni333/python-webcitizen-audit
Project-URL: Documentation, https://webcitizen.prasannakulkarni.com
Project-URL: Repository, https://github.com/prasannakulkarni333/python-webcitizen-audit
Project-URL: Issues, https://github.com/prasannakulkarni333/python-webcitizen-audit/issues
Keywords: seo,accessibility,webcitizen,webcitizen-audit,webcitizen-python,webcitizen-seo,webcitizen-audit-python
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: newspaper3k

Not yet ready to be used. This is a work in progress.

The goal is to provide a set of utilities to extract information from a web page and perform a set of audits. 

TODO - The audits are based on the Web Content Accessibility Guidelines (WCAG) 2.1.

# python-webcitizen-audit
Python library. HTML is the input, a set of audits are performed. Results are returned in a score or detailed score.


## Release


python -m build
python -m twine upload --config-file "./.pypirc" --repository pypi dist/*
