Metadata-Version: 2.1
Name: qstr
Version: 0.0.1
Summary: qstr
Home-page: http://github.com/zhiqingxiao/qstr/
Author: Zhiqing Xiao
Author-email: xzq.xiaozhiqing@gmail.com
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/markdown

qstr: alternative functinal APIs for string functionss
=======================

## List of APIs

`capitalize`
`casefold`
`center`
`count`
`encode`
`endswith`
`expandtabs`
`find`
`format`
`format_map`
`index`
`isalnum`
`isalpha`
`isascii`
`isdecimal`
`isdigit`
`isidentifier`
`islower`
`isnumeric`
`isprintable`
`isspace`
`istitle`
`isupper`
`join`
`ljust`
`lower`
`lstrip`
`partition`
`removeprefix`
`removesuffix`
`replace`
`rfind`
`rindex`
`rjust`
`rpartition`
`rsplit`
`rstrip`
`split`
`splitlines`
`startswith`
`strip`
`swapcase`
`title`
`translate`
`upper`
`zfill`

