A small Python library to determine if something is a string
Project description
is_string
A small Python library to determine if something is a string
Installation
pip install is-string
Usage
from is_string import is_string
print(is_string('1')) #True
print(is_string(1)) #False
or
import is_string
print(is_string.is_string('1')) #True
print(is_string.is_string(1)) #False
Credits
This project was inspired by the work done by Jacob Tomlinson, especially the brilliant Python library is-number
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
is-string-0.0.8.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for is_string-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f6bdcb87bc979644da980c29a50e8003141a693a82029b56463002ccc0d4d14 |
|
MD5 | 65122f259bd5739fcc3b8a4afbc1ca6b |
|
BLAKE2b-256 | cd700b2ea36dac9a5938612f5429eff7b2a3be48d765ddd1d9f953602abd1be3 |