A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://python-textops3.readthedocs.org below:

Website Navigation


Indices and tables — python-textops3 3.2.2 documentation

python-textops3

provides many text operations at string level, list level or whole text level.

These operations can be chained with a ‘dotted’ or ‘piped’ notation.

Chained operations are stored into a single lazy object, they will be executed only when an input text will be provided.

Here is a simple example to count number of mails received from spammer@hacker.com since May 25th:

>>> '/var/log/mail.log' | cat().grep('spammer@hacker.com').since('May 25').lcount()
37

python-textops3 is used into some other projects like python-nagios-helpers3


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4