sopel-http-codes


Namesopel-http-codes JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummarySopel plugin to look up standard HTTP status codes.
upload_time2024-10-07 13:08:30
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.8
licenseEFL-2.0
keywords sopel plugin bot irc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sopel-http-codes

Sopel plugin to look up standard HTTP status codes.


## Installing

Releases are hosted on PyPI, so after installing Sopel, all you need is `pip`:
 
```shell
$ pip install sopel-http-codes
```

### Requirements

This plugin is written for:

* Python 3.8+
* Sopel 8.0+


## Using

Commands & arguments:

`.http <code>`: Returns the name of the given status `<code>` and a brief
description of its purpose from Python's `http` module, along with a link to an
image macro showing a cat or dog personifying(?) that status code.

## Changelog

### 0.1.0

First proper release of `sopel-http-codes` as a package.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sopel-http-codes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.8",
    "maintainer_email": null,
    "keywords": "sopel, plugin, bot, irc",
    "author": null,
    "author_email": "dgw <dgw@technobabbl.es>",
    "download_url": "https://files.pythonhosted.org/packages/38/9c/767bc30064c1765ec5b085d2f2ead7621d00a69c5743746b81419558bd9d/sopel_http_codes-0.1.0.tar.gz",
    "platform": "Linux x86, x86-64",
    "description": "# sopel-http-codes\n\nSopel plugin to look up standard HTTP status codes.\n\n\n## Installing\n\nReleases are hosted on PyPI, so after installing Sopel, all you need is `pip`:\n \n```shell\n$ pip install sopel-http-codes\n```\n\n### Requirements\n\nThis plugin is written for:\n\n* Python 3.8+\n* Sopel 8.0+\n\n\n## Using\n\nCommands & arguments:\n\n`.http <code>`: Returns the name of the given status `<code>` and a brief\ndescription of its purpose from Python's `http` module, along with a link to an\nimage macro showing a cat or dog personifying(?) that status code.\n\n## Changelog\n\n### 0.1.0\n\nFirst proper release of `sopel-http-codes` as a package.\n",
    "bugtrack_url": null,
    "license": "EFL-2.0",
    "summary": "Sopel plugin to look up standard HTTP status codes.",
    "version": "0.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/dgw/sopel-http-codes/issues",
        "Homepage": "https://github.com/dgw/sopel-http-codes"
    },
    "split_keywords": [
        "sopel",
        " plugin",
        " bot",
        " irc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e5bb134aa92322876f06e072b2e6f403ac7e046df3e97b1c91872b301112820",
                "md5": "3bc365d8308f07603dde201eb5d7e60a",
                "sha256": "fafa3961062d4e3d65d3458007760aef02ddbc7af234c25276497e05602ab93b"
            },
            "downloads": -1,
            "filename": "sopel_http_codes-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3bc365d8308f07603dde201eb5d7e60a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 3779,
            "upload_time": "2024-10-07T13:08:29",
            "upload_time_iso_8601": "2024-10-07T13:08:29.364828Z",
            "url": "https://files.pythonhosted.org/packages/5e/5b/b134aa92322876f06e072b2e6f403ac7e046df3e97b1c91872b301112820/sopel_http_codes-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "389c767bc30064c1765ec5b085d2f2ead7621d00a69c5743746b81419558bd9d",
                "md5": "4f45906f09d631b2cbc540232addae50",
                "sha256": "90ec92e218072ce03bee495192744ce128038d27e48bde21433d3ac13a97904a"
            },
            "downloads": -1,
            "filename": "sopel_http_codes-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4f45906f09d631b2cbc540232addae50",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 3382,
            "upload_time": "2024-10-07T13:08:30",
            "upload_time_iso_8601": "2024-10-07T13:08:30.801531Z",
            "url": "https://files.pythonhosted.org/packages/38/9c/767bc30064c1765ec5b085d2f2ead7621d00a69c5743746b81419558bd9d/sopel_http_codes-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 13:08:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dgw",
    "github_project": "sopel-http-codes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sopel-http-codes"
}
        
Elapsed time: 0.73513s