Metadata-Version: 2.1
Name: trStr
Version: 1.0.1
Summary: String methods for Turkish characters
Home-page: https://seridilekce.com
Author: Muhammet Fatih DİNÇ
Author-email: mfatihdinc61@gmail.com
License: MIT
Keywords: turkish,string,upper
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10

    Solves the problem of string methods to uppercase/lowercase the turkish character 'Д°,i' and 'I,Д±' for upper, lower, capitalize, title methods
    For example strings are converted as: "insan".capitalize() -> "Insan" but in Turkish language it should be converted as "Д°nsan", this class solves this problem.

    Usage: trStr("Bu Benim CГјmlem").upper() -> "BU BENД°M CГњMLEM"
