A package to modify lists of string
Project description
String list manipulator
A python library developed to substitute entities in a longer text. Its most important function are used to:
- Modify elements in a string list to be 'abc_def' from 'Abc def'
- Substitute the match in the message with the first not empty element of another list (each letter alternated with a '-')
- Delete nth element in all lists if the nth elements of a particular list is true when evaluated with a custom condition
Installation
The best way to install is to use pip:
$ pip install strlistsmanipulator
Other information on how to install: https://packaging.python.org/tutorials/installing-packages/#installing-from-pypi
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for strlistsmanipulator-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | dda2c871dfc3b3760175db1c5ba7498a0a0ab028d853a89280619f67f6b85c7c |
|
MD5 | d5e20eb7d36c0fc507dda03a9e590e9e |
|
BLAKE2b-256 | a35d9c2b8da101954f22d6767aedcd6c4d3178c77bc0addb57131bd9a98204c8 |