stringf


Namestringf JSON
Version 0.0.7 PyPI version JSON
download
home_page
SummaryFunctions for strings and lists
upload_time2024-03-09 06:28:42
maintainer
docs_urlNone
authorMathdallas_code(Jaiwant Morampudi)
requires_python
license
keywords python string english words functions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
String:
    -NEW-
    Added list_to_str(list) function
    Fixed module not importing bug
    A package that has several functions to work with strings and English words.
    Functions-

    plural-Converts any word to plural form.
    e.g. plural("python")-"pythons"

    join: joins two words e.g. 'pyt','hon'-'python'

    add: Like the join() functions but can join word after the letter at the specified position
    e.g. add("bore",1,"ef")-'before'

    reverse: Reverses a string 
    e.g. reverse("python")-"nohtyp"

Lists:
    list_to_str: Convert a list into a string e.g. ['p','y','t','h','o','n']-'python'

More functions coming soon!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "stringf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,string,English,words,functions",
    "author": "Mathdallas_code(Jaiwant Morampudi)",
    "author_email": "<krishnapacs255@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/62/2b/8bcaaf8b7cd73b2b74857fdcd6d229468bdbea7e1db07c6ed09f219c354a/stringf-0.0.7.tar.gz",
    "platform": null,
    "description": "\nString:\n    -NEW-\n    Added list_to_str(list) function\n    Fixed module not importing bug\n    A package that has several functions to work with strings and English words.\n    Functions-\n\n    plural-Converts any word to plural form.\n    e.g. plural(\"python\")-\"pythons\"\n\n    join: joins two words e.g. 'pyt','hon'-'python'\n\n    add: Like the join() functions but can join word after the letter at the specified position\n    e.g. add(\"bore\",1,\"ef\")-'before'\n\n    reverse: Reverses a string \n    e.g. reverse(\"python\")-\"nohtyp\"\n\nLists:\n    list_to_str: Convert a list into a string e.g. ['p','y','t','h','o','n']-'python'\n\nMore functions coming soon!\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Functions for strings and lists",
    "version": "0.0.7",
    "project_urls": null,
    "split_keywords": [
        "python",
        "string",
        "english",
        "words",
        "functions"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "622b8bcaaf8b7cd73b2b74857fdcd6d229468bdbea7e1db07c6ed09f219c354a",
                "md5": "3a2b47be1b994fc93ee76bb39d0eff3f",
                "sha256": "2c052649ee9f2b6894e1839842122b7913eb55b078fef021147d258a04e4d9a6"
            },
            "downloads": -1,
            "filename": "stringf-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "3a2b47be1b994fc93ee76bb39d0eff3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2289,
            "upload_time": "2024-03-09T06:28:42",
            "upload_time_iso_8601": "2024-03-09T06:28:42.450805Z",
            "url": "https://files.pythonhosted.org/packages/62/2b/8bcaaf8b7cd73b2b74857fdcd6d229468bdbea7e1db07c6ed09f219c354a/stringf-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-09 06:28:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "stringf"
}
        
Elapsed time: 0.25396s