nntplib


Namenntplib JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryNNTP module from the standard library
upload_time2024-03-01 17:21:06
maintainer
docs_urlNone
author
requires_python
licenseBSD-3-Clause
keywords nntp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            nntplib library from Python 3 standard library as an independent module.

Because `nntplib` is still a valid library in all relevant
versions of the standard library up to and including Python 3.12,
so when asking for it, the care should be made to avoid the
conflict. For example, use this line in your `pyproject.toml`
`project.dependencies` section:

```
    'nntplib; python_version>="3.12"'
```

All issues, questions, complaints, or (even better!) patches
should be send via email to
[~mcepl/devel@lists.sr.ht](mailto:~mcepl/devel@lists.sr.ht) email
list (for patches use [git
send-email](https://git-send-email.io/)).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "nntplib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "nntp",
    "author": "",
    "author_email": "Mat\u011bj Cepl <mcepl@cepl.eu>",
    "download_url": "https://files.pythonhosted.org/packages/5e/de/acc8f65b37fb465ab2ea9c38ce3395311e899cf1ed956b30a4b7809e21dc/nntplib-0.1.3.tar.gz",
    "platform": null,
    "description": "nntplib library from Python 3 standard library as an independent module.\n\nBecause `nntplib` is still a valid library in all relevant\nversions of the standard library up to and including Python 3.12,\nso when asking for it, the care should be made to avoid the\nconflict. For example, use this line in your `pyproject.toml`\n`project.dependencies` section:\n\n```\n    'nntplib; python_version>=\"3.12\"'\n```\n\nAll issues, questions, complaints, or (even better!) patches\nshould be send via email to\n[~mcepl/devel@lists.sr.ht](mailto:~mcepl/devel@lists.sr.ht) email\nlist (for patches use [git\nsend-email](https://git-send-email.io/)).\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "NNTP module from the standard library",
    "version": "0.1.3",
    "project_urls": {
        "Bug Tracker": "https://lists.sr.ht/~mcepl/devel",
        "Homepage": "https://git.cepl.eu/cgit/python/nntplib/"
    },
    "split_keywords": [
        "nntp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f70163c1cbd4afc27ae8d611c7ab0cf1aeca95e8251be84e5c272f0a1ef9a6b",
                "md5": "92494ba8a90eea4c64debdef1c0cc9a9",
                "sha256": "ca500a66b77ad87f87c35b698df3494fb40e5b3fe20d64baf8af3ece313bcee0"
            },
            "downloads": -1,
            "filename": "nntplib-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92494ba8a90eea4c64debdef1c0cc9a9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14565,
            "upload_time": "2024-03-01T17:21:04",
            "upload_time_iso_8601": "2024-03-01T17:21:04.161153Z",
            "url": "https://files.pythonhosted.org/packages/4f/70/163c1cbd4afc27ae8d611c7ab0cf1aeca95e8251be84e5c272f0a1ef9a6b/nntplib-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5edeacc8f65b37fb465ab2ea9c38ce3395311e899cf1ed956b30a4b7809e21dc",
                "md5": "524060f1571c31f4a825e36ac528b5db",
                "sha256": "99657dbcc4ff7ea37120a36d9c08b8f94253b201664c7f8c15d843ee2e4eab4d"
            },
            "downloads": -1,
            "filename": "nntplib-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "524060f1571c31f4a825e36ac528b5db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 41646,
            "upload_time": "2024-03-01T17:21:06",
            "upload_time_iso_8601": "2024-03-01T17:21:06.084743Z",
            "url": "https://files.pythonhosted.org/packages/5e/de/acc8f65b37fb465ab2ea9c38ce3395311e899cf1ed956b30a4b7809e21dc/nntplib-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 17:21:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nntplib"
}
        
Elapsed time: 0.20465s