🐑 Shear: Trim Excess Quotes from your Strings in Python and on the Command Line
Project description
Shear
Trim Excess Quotes from your Strings
features
- works great out of the box
- removes regular quotes like
"
and'
- removes python quotes like
'''
,"""
, andb''
- removes JavaScript quotes like
`
- command line interface included
install
pipenv install shear
or pip3 install shear
usage
python
from shear import shear
string = "`Sheep`"
string = shear(string)
# string is now Sheep instead of `Sheep`
command line interface
string="'Sheep'"
echo $(shear $string)
# string is now Sheep instead of 'Sheep'
support
Post an issue at https://github.com/DanielJDufour/shear/issues or email the package author at daniel.j.dufour@gmail.com
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shear-0.0.4.tar.gz
(2.5 kB
view details)
File details
Details for the file shear-0.0.4.tar.gz
.
File metadata
- Download URL: shear-0.0.4.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e36e479d9fc2f9cd31b99ef9f44ddc70b08373d0744b23dea3ddf14ddb76bd2 |
|
MD5 | 63071f665f0a95bc2edc88897d81e780 |
|
BLAKE2b-256 | 9d449264aacf2ae59639166d839c942d6ff006a17488dbd2275ce271039c2002 |