karmakaze


Namekarmakaze JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://knewkarma.readthedocs.io
SummaryResponse sanitation & parsing engine for KRAW
upload_time2024-10-27 00:16:14
maintainerNone
docs_urlNone
authorRichard Mwewa
requires_python<4.0,>=3.10
licenseGPL-3.0+
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h2 align="center">Karma Kaze (カルマの風)</h2>

<p align="center">Response sanitation & parsing engine for <a href="https://github.com/knewkarma-io/kraw">KRAW</a></p>

<p align="center">
      <img alt="Code Style" src="https://img.shields.io/badge/code%20style-black-000000?logo=github&link=https%3A%2F%2Fgithub.com%2Frly0nheart%2Fkarmakaze">
</p>

```python
import karmakaze
import requests

snp = karmakaze.SanitiseAndParse()
username = "AutoModerator"
response = requests.get(f"https://www.reddit.com/user/{username}/about.json").json()

print(snp.user(response=response))
```

<h2 align="center">License</h2>

<p align="center"> 
    GPL-3.0+ License © <a href="https://gravatar.com/rly0nheart" target="_blank"> Richard Mwewa<a/>
</p>




            

Raw data

            {
    "_id": null,
    "home_page": "https://knewkarma.readthedocs.io",
    "name": "karmakaze",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Richard Mwewa",
    "author_email": "rly0nheart@duck.com",
    "download_url": "https://files.pythonhosted.org/packages/e0/c4/65df7255ae6fa31dd6f6d85b3a8cf7b0a1c8ddecdf65aa91e92c1cdb25f0/karmakaze-3.0.1.tar.gz",
    "platform": null,
    "description": "<h2 align=\"center\">Karma Kaze (\u30ab\u30eb\u30de\u306e\u98a8)</h2>\n\n<p align=\"center\">Response sanitation & parsing engine for <a href=\"https://github.com/knewkarma-io/kraw\">KRAW</a></p>\n\n<p align=\"center\">\n      <img alt=\"Code Style\" src=\"https://img.shields.io/badge/code%20style-black-000000?logo=github&link=https%3A%2F%2Fgithub.com%2Frly0nheart%2Fkarmakaze\">\n</p>\n\n```python\nimport karmakaze\nimport requests\n\nsnp = karmakaze.SanitiseAndParse()\nusername = \"AutoModerator\"\nresponse = requests.get(f\"https://www.reddit.com/user/{username}/about.json\").json()\n\nprint(snp.user(response=response))\n```\n\n<h2 align=\"center\">License</h2>\n\n<p align=\"center\"> \n    GPL-3.0+ License \u00a9 <a href=\"https://gravatar.com/rly0nheart\" target=\"_blank\"> Richard Mwewa<a/>\n</p>\n\n\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0+",
    "summary": "Response sanitation & parsing engine for KRAW",
    "version": "3.0.1",
    "project_urls": {
        "Homepage": "https://knewkarma.readthedocs.io",
        "Repository": "https://github.com/knewkarma-io/karmakaze"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "985cb7de53cf6f88bb0a37e34cc4a066750682a9fbbd11956bd8376a169ccbc8",
                "md5": "0eccdde60d535458427d5b4cbde35ca8",
                "sha256": "72328a41462500b8a4a91019626f3ce1f24696871ea1aebe6315335fe40a2db3"
            },
            "downloads": -1,
            "filename": "karmakaze-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0eccdde60d535458427d5b4cbde35ca8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 15164,
            "upload_time": "2024-10-27T00:16:13",
            "upload_time_iso_8601": "2024-10-27T00:16:13.256954Z",
            "url": "https://files.pythonhosted.org/packages/98/5c/b7de53cf6f88bb0a37e34cc4a066750682a9fbbd11956bd8376a169ccbc8/karmakaze-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0c465df7255ae6fa31dd6f6d85b3a8cf7b0a1c8ddecdf65aa91e92c1cdb25f0",
                "md5": "babbddfa5c9e5194fbc0c682fa8fa65c",
                "sha256": "1e5c61f3886efa1ba47f0c8a25f00dcc9cbffb9687da0912cdb750f5ae98c6f3"
            },
            "downloads": -1,
            "filename": "karmakaze-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "babbddfa5c9e5194fbc0c682fa8fa65c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 14694,
            "upload_time": "2024-10-27T00:16:14",
            "upload_time_iso_8601": "2024-10-27T00:16:14.751900Z",
            "url": "https://files.pythonhosted.org/packages/e0/c4/65df7255ae6fa31dd6f6d85b3a8cf7b0a1c8ddecdf65aa91e92c1cdb25f0/karmakaze-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-27 00:16:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "knewkarma-io",
    "github_project": "karmakaze",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "karmakaze"
}
        
Elapsed time: 0.40442s