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 a brilliant Py
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.7.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for is_string-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d47c1e40c02ee9aa3ab3c71adea5595b427901ade7f2e6e38a35a3a3c452376c |
|
MD5 | 0cbd9a5a50fc8c4bcf3b4e651111710c |
|
BLAKE2b-256 | 55a9fc8ffcc9c674f41e1d27cee40d4dd252109addb4300fd4ae5f6af9620ea6 |