trStr


NametrStr JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://seridilekce.com
SummaryString methods for Turkish characters
upload_time2022-12-13 07:56:13
maintainer
docs_urlNone
authorMuhammet Fatih DİNÇ
requires_python
licenseMIT
keywords turkish string upper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Solves the problem of string methods to uppercase/lowercase of 'i, I' characters in Turkish; for upper, lower, capitalize, title methods.

Normal string methods is problematic for Turkish strings as follows:

"aliler bize geldi".upper() -> "ALILER BIZE GELDI" // this module adresses to this problem

Usage: 

trStr(your_str).lower() // .upper(), .title(), .capitalize() methods also can be used.

            

Raw data

            {
    "_id": null,
    "home_page": "https://seridilekce.com",
    "name": "trStr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "turkish,string,upper",
    "author": "Muhammet Fatih D\u0130N\u00c7",
    "author_email": "mfatihdinc61@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6a/79/c9a10f237b23f4e7bead52b41621a656d01226939e983bb9b6eebcef73b7/trStr-1.0.5.tar.gz",
    "platform": null,
    "description": "Solves the problem of string methods to uppercase/lowercase of 'i, I' characters in Turkish; for upper, lower, capitalize, title methods.\r\n\r\nNormal string methods is problematic for Turkish strings as follows:\r\n\r\n\"aliler bize geldi\".upper() -> \"ALILER BIZE GELDI\" // this module adresses to this problem\r\n\r\nUsage: \r\n\r\ntrStr(your_str).lower() // .upper(), .title(), .capitalize() methods also can be used.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "String methods for Turkish characters",
    "version": "1.0.5",
    "split_keywords": [
        "turkish",
        "string",
        "upper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0d3815c3a0a592662f1b8722af734a88",
                "sha256": "b326784af3a1e3a4229d4a4899e05b9bca8d951358f7d571aba7fdf1656845c8"
            },
            "downloads": -1,
            "filename": "trStr-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0d3815c3a0a592662f1b8722af734a88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1984,
            "upload_time": "2022-12-13T07:56:13",
            "upload_time_iso_8601": "2022-12-13T07:56:13.669674Z",
            "url": "https://files.pythonhosted.org/packages/6a/79/c9a10f237b23f4e7bead52b41621a656d01226939e983bb9b6eebcef73b7/trStr-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-13 07:56:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "trstr"
}
        
Elapsed time: 0.01930s