Personal utility functions by Igor Xmelnikov. Developed for personal use but shared for anyone who might find them helpful.
Project description
Igor's Utilities
I made these tools for myself, but you're welcome to use them if they're helpful.
Download
pip install xmelutils
if new version released add: --update
Quickstart
from xmelutils import many_count
text = "zxc123QWERTYwasd"
print(many_count(text, "z1w")) # result: 4 (case_insensitive=False by default)
print(many_count(text, "Wx1", case_insensitive=True)) # result: 3 (case_insensitive=True -> "w" != "W")
Documentation
Full documentation available on Read the Docs
License
Project used MIT License
Contributing
To contribute into the project follow instructions in Contributing file
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
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 xmelutils-0.0.3.tar.gz.
File metadata
- Download URL: xmelutils-0.0.3.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae65a713ab92ae037b9fe916dc489f61c9df6b8f5de0ff6d77ebbf979979d7fc
|
|
| MD5 |
3975dfededc1803a269a81ac72d0f16d
|
|
| BLAKE2b-256 |
eb5d0297e4eb190435dd4ee19ea2aa7718173bd0969b7b4a2f38b27b784a7a67
|
File details
Details for the file xmelutils-0.0.3-py3-none-any.whl.
File metadata
- Download URL: xmelutils-0.0.3-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1e0984471ec50cf1b0299952dcb2bf4b288d1e13e52b85bafdbe3498183d98b
|
|
| MD5 |
282cb69def1b6a4fa50d48d0d1c9e0c9
|
|
| BLAKE2b-256 |
02820e7ff96be7e440a1465ce695799aef9cff7b4040d264e1fdc0d1e4dbdab0
|