finger (RFC 1288) server-side daemon
====================================
finger is both a protocol and a utility to get the information and status
from a user on a distant machine. It was standardized in `RFC 742`_
in 1977, then in `RFC 1288`_ in 1991, and has been abandoned since.
While describing the protocol in `a blog post of mine`_, I wanted
to implement this protocol for fun, but didn't want to present the
real information about the users on my server, so I made this to present
some fictional information in order to be able to tell a story through
finger.
For more information, consult the following links:
* `pyfingerd documentation`_;
* `PyPI package detail`_;
* `Issue tracker`_;
* `Pending contributions`_.
.. _RFC 742: https://tools.ietf.org/html/rfc742
.. _RFC 1288: https://tools.ietf.org/html/rfc1288
.. _a blog post of mine: https://thomas.touhey.fr/2018/09/12/finger.en.html
.. _pyfingerd documentation: https://pyfingerd.org/
.. _PyPI package detail: https://pypi.org/project/pyfingerd/
.. _Issue tracker: https://gitlab.com/pyfingerd/pyfingerd/-/issues
.. _Pending contributions:
https://gitlab.com/pyfingerd/pyfingerd/-/merge_requests
Raw data
{
"_id": null,
"home_page": "https://pyfingerd.org/",
"name": "pyfingerd",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11,<4.0",
"maintainer_email": "",
"keywords": "finger,fingerd,rfc742,rfc1288,79,tcp/79",
"author": "Thomas Touhey",
"author_email": "thomas@touhey.fr",
"download_url": "https://files.pythonhosted.org/packages/4f/0d/4d87c0efd495659b98ddec536718b085e8310e93e93682136b54fb413f13/pyfingerd-0.5.1.tar.gz",
"platform": null,
"description": "finger (RFC 1288) server-side daemon\n====================================\n\nfinger is both a protocol and a utility to get the information and status\nfrom a user on a distant machine. It was standardized in `RFC 742`_\nin 1977, then in `RFC 1288`_ in 1991, and has been abandoned since.\n\nWhile describing the protocol in `a blog post of mine`_, I wanted\nto implement this protocol for fun, but didn't want to present the\nreal information about the users on my server, so I made this to present\nsome fictional information in order to be able to tell a story through\nfinger.\n\nFor more information, consult the following links:\n\n* `pyfingerd documentation`_;\n* `PyPI package detail`_;\n* `Issue tracker`_;\n* `Pending contributions`_.\n\n.. _RFC 742: https://tools.ietf.org/html/rfc742\n.. _RFC 1288: https://tools.ietf.org/html/rfc1288\n.. _a blog post of mine: https://thomas.touhey.fr/2018/09/12/finger.en.html\n.. _pyfingerd documentation: https://pyfingerd.org/\n.. _PyPI package detail: https://pypi.org/project/pyfingerd/\n.. _Issue tracker: https://gitlab.com/pyfingerd/pyfingerd/-/issues\n.. _Pending contributions:\n https://gitlab.com/pyfingerd/pyfingerd/-/merge_requests\n",
"bugtrack_url": null,
"license": "",
"summary": "finger (RFC 1288) server-side daemon",
"version": "0.5.1",
"project_urls": {
"Homepage": "https://pyfingerd.org/",
"Repository": "https://gitlab.com/pyfingerd/pyfingerd"
},
"split_keywords": [
"finger",
"fingerd",
"rfc742",
"rfc1288",
"79",
"tcp/79"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "af337c231e864fdde44fb4f49f99d8d79f5f8a3ff00eac8106b400ef0168d461",
"md5": "a30a26747ccbaa62ba11eb76644f7b6b",
"sha256": "c49cc15dfee71146d2a0335ea4aa8cf10017c3052cc1c9d5543a4e91d99fa166"
},
"downloads": -1,
"filename": "pyfingerd-0.5.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a30a26747ccbaa62ba11eb76644f7b6b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11,<4.0",
"size": 31877,
"upload_time": "2024-03-07T17:39:25",
"upload_time_iso_8601": "2024-03-07T17:39:25.480962Z",
"url": "https://files.pythonhosted.org/packages/af/33/7c231e864fdde44fb4f49f99d8d79f5f8a3ff00eac8106b400ef0168d461/pyfingerd-0.5.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4f0d4d87c0efd495659b98ddec536718b085e8310e93e93682136b54fb413f13",
"md5": "97bd557e3bd03cb96189960d11232fe9",
"sha256": "44968ba84381dac4948beb818c6bfad58767dbf13d01c0e05e4eb774a3475186"
},
"downloads": -1,
"filename": "pyfingerd-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "97bd557e3bd03cb96189960d11232fe9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11,<4.0",
"size": 27896,
"upload_time": "2024-03-07T17:39:26",
"upload_time_iso_8601": "2024-03-07T17:39:26.592364Z",
"url": "https://files.pythonhosted.org/packages/4f/0d/4d87c0efd495659b98ddec536718b085e8310e93e93682136b54fb413f13/pyfingerd-0.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-07 17:39:26",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "pyfingerd",
"gitlab_project": "pyfingerd",
"lcname": "pyfingerd"
}