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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file is-string-0.0.8.tar.gz.
File metadata
- Download URL: is-string-0.0.8.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c345710df4b45ab69c1cb93908cec78c57aa1c1b9c6141f88eee9c24ea0ecb7
|
|
| MD5 |
b445522b092fd5eb522f385e1b62cfef
|
|
| BLAKE2b-256 |
b26c9aef0bd11298708af85dd5a0f0b94132c70f37aeace460909531305c2d78
|
File details
Details for the file is_string-0.0.8-py3-none-any.whl.
File metadata
- Download URL: is_string-0.0.8-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f6bdcb87bc979644da980c29a50e8003141a693a82029b56463002ccc0d4d14
|
|
| MD5 |
65122f259bd5739fcc3b8a4afbc1ca6b
|
|
| BLAKE2b-256 |
cd700b2ea36dac9a5938612f5429eff7b2a3be48d765ddd1d9f953602abd1be3
|