python-string-utils icon indicating copy to clipboard operation
python-string-utils copied to clipboard

A handy Python library to validate, manipulate and generate strings

Results 15 python-string-utils issues
Sort by recently updated
recently updated
newest added

Hello, I'm listing some scenarios where the ```is_email``` fails: 1) domain with localhost not accepted by is_email: ```email@localhost```, ```email@[127.0.0.1]``` are valid while the function returns False 2) unicode not handled-...

Hello, The current is_ip and is_ip_v6 functions do not validate an ipv4 mapped ipv6 address. For instance, ```is_ip("7::128.128.0.127")``` returns ```False``` while it should return ```True```.

As the affected files are not executable binaries, it's better to have them with proper permissions. This commit changes it so they won't be recognized as executables anymore.

Hi. Below is AI generated code to check if a certain python package is installed or not. It checks for python-string-utils and jsonschema packages existance. For python-string-utils it prints below...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies