findfivers


Namefindfivers JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
Summaryselect five(default)-letter words from a source text
upload_time2024-07-01 17:10:39
maintainerNone
docs_urlNone
authorAttila Novak
requires_python<4.0,>=3.12
licenseMIT
keywords text word length
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Find Fivers

finds five-letter long words in a textfile given as input parameter (positional, first. default value: "lorem.txt", str). 
Word-length can also be given as 2nd parameter (positional parameter, second, default value: 5, int). 
Type "python -m findfivers -h" on the cli for help
The output is a text file, each word in a new line

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "findfivers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "text, word, length",
    "author": "Attila Novak",
    "author_email": "bajni37@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3f/20/53220fa354815fe28db7b68c237f6d4c706f91c14f8b358399cb2c53b428/findfivers-0.4.0.tar.gz",
    "platform": null,
    "description": "# Find Fivers\n\nfinds five-letter long words in a textfile given as input parameter (positional, first. default value: \"lorem.txt\", str). \nWord-length can also be given as 2nd parameter (positional parameter, second, default value: 5, int). \nType \"python -m findfivers -h\" on the cli for help\nThe output is a text file, each word in a new line\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "select five(default)-letter words from a source text",
    "version": "0.4.0",
    "project_urls": null,
    "split_keywords": [
        "text",
        " word",
        " length"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a05741aa74d860b39219eeafa5c3cf7a53a176839da0c5c772d2a9cfa2d75dae",
                "md5": "655f105e8eaa50fc668ff7d458dce158",
                "sha256": "30baf3f5a718be111492aae593b8c5c08612979b512c5bf9631d1963a2c0ce13"
            },
            "downloads": -1,
            "filename": "findfivers-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "655f105e8eaa50fc668ff7d458dce158",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 3311,
            "upload_time": "2024-07-01T17:10:37",
            "upload_time_iso_8601": "2024-07-01T17:10:37.820777Z",
            "url": "https://files.pythonhosted.org/packages/a0/57/41aa74d860b39219eeafa5c3cf7a53a176839da0c5c772d2a9cfa2d75dae/findfivers-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f2053220fa354815fe28db7b68c237f6d4c706f91c14f8b358399cb2c53b428",
                "md5": "47be1474645b07c77eab999cb21ae3d6",
                "sha256": "65573258ec9a34f25f5feb9d30e041a50c6169395533b1c94d2f33c1d0ef002c"
            },
            "downloads": -1,
            "filename": "findfivers-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "47be1474645b07c77eab999cb21ae3d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 2673,
            "upload_time": "2024-07-01T17:10:39",
            "upload_time_iso_8601": "2024-07-01T17:10:39.527584Z",
            "url": "https://files.pythonhosted.org/packages/3f/20/53220fa354815fe28db7b68c237f6d4c706f91c14f8b358399cb2c53b428/findfivers-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-01 17:10:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "findfivers"
}
        
Elapsed time: 0.29579s