webcitizen


Namewebcitizen JSON
Version 0.0.51 PyPI version JSON
download
home_page
SummarySEO audits for websites using Python.
upload_time2024-02-15 02:06:59
maintainer
docs_urlNone
author
requires_python
license
keywords seo accessibility webcitizen webcitizen-audit webcitizen-python webcitizen-seo webcitizen-audit-python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a work in progress. Function are subject to change.

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.

This is not a web crawler. You need to provide the HTML content as a string or mention URL, description etc manually while creating an object.

# inspiration
Discovered this project after I started mine. It is a good source of inspiration.
https://github.com/sethblack/python-seo-analyzer/tree/master

## Release


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


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "webcitizen",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "seo,accessibility,webcitizen,webcitizen-audit,webcitizen-python,webcitizen-seo,webcitizen-audit-python",
    "author": "",
    "author_email": "Prasanna Kulkarni <prasanna.k158@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/23/60/f27d64a47cf2715219b5a93f7ea677313cd8e76ea49869cbcda86edc7ebc/webcitizen-0.0.51.tar.gz",
    "platform": null,
    "description": "This is a work in progress. Function are subject to change.\r\n\r\nThe goal is to provide a set of utilities to extract information from a web page and perform a set of audits. \r\n\r\nTODO - The audits are based on the Web Content Accessibility Guidelines (WCAG) 2.1.\r\n\r\n# python-webcitizen-audit\r\nPython library. HTML is the input, a set of audits are performed. Results are returned in a score or detailed score.\r\n\r\nThis is not a web crawler. You need to provide the HTML content as a string or mention URL, description etc manually while creating an object.\r\n\r\n# inspiration\r\nDiscovered this project after I started mine. It is a good source of inspiration.\r\nhttps://github.com/sethblack/python-seo-analyzer/tree/master\r\n\r\n## Release\r\n\r\n\r\npython -m build\r\npython -m twine upload --config-file \"./.pypirc\" --repository pypi dist/*\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "SEO audits for websites using Python.",
    "version": "0.0.51",
    "project_urls": {
        "Documentation": "https://webcitizen.prasannakulkarni.com",
        "Homepage": "https://github.com/prasannakulkarni333/python-webcitizen-audit",
        "Issues": "https://github.com/prasannakulkarni333/python-webcitizen-audit/issues",
        "Repository": "https://github.com/prasannakulkarni333/python-webcitizen-audit"
    },
    "split_keywords": [
        "seo",
        "accessibility",
        "webcitizen",
        "webcitizen-audit",
        "webcitizen-python",
        "webcitizen-seo",
        "webcitizen-audit-python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47f02d7266f752e0632fd9d1e2abec90773eef82c2f4a8cb82e45f3b28592998",
                "md5": "ca240a9af1c55b2f3e2d9a6459e29f3d",
                "sha256": "591110f6a4b1742536a101322331f87a445aeb15b59698c82782cf1c00b1ed29"
            },
            "downloads": -1,
            "filename": "webcitizen-0.0.51-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca240a9af1c55b2f3e2d9a6459e29f3d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17308,
            "upload_time": "2024-02-15T02:06:58",
            "upload_time_iso_8601": "2024-02-15T02:06:58.420062Z",
            "url": "https://files.pythonhosted.org/packages/47/f0/2d7266f752e0632fd9d1e2abec90773eef82c2f4a8cb82e45f3b28592998/webcitizen-0.0.51-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2360f27d64a47cf2715219b5a93f7ea677313cd8e76ea49869cbcda86edc7ebc",
                "md5": "aa3f891e6d829a21d8fee3c6e0aabbce",
                "sha256": "aa2515900ab1eb1de9550b7a53f446b11280b8906baf3bd9a8a82e65bb7f8498"
            },
            "downloads": -1,
            "filename": "webcitizen-0.0.51.tar.gz",
            "has_sig": false,
            "md5_digest": "aa3f891e6d829a21d8fee3c6e0aabbce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17177,
            "upload_time": "2024-02-15T02:06:59",
            "upload_time_iso_8601": "2024-02-15T02:06:59.995527Z",
            "url": "https://files.pythonhosted.org/packages/23/60/f27d64a47cf2715219b5a93f7ea677313cd8e76ea49869cbcda86edc7ebc/webcitizen-0.0.51.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-15 02:06:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "prasannakulkarni333",
    "github_project": "python-webcitizen-audit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "webcitizen"
}
        
Elapsed time: 0.18376s