A collection of useful non-standard Python functions which aim to be simple to use, highly readable but not efficient.
Project description
A collection of useful non-standard Python functions which aim to be simple to use, highly readable but not efficient.
Documentation
API examples
>>> from fpyutils import filelines >>> f = open('foo.txt') >>> f.read() "This is\nfoo.\nfoo\nThis is\nnot\nbar.\nAnd it's\n foo\n\nBye!\n" >>> import fpyutils >>> fpyutils.get_line_matches('foo.txt','foo',5) {1: 3, 2: 8}
License
Copyright (C) 2017-2020 frnmst (Franco Masotti) <franco.masotti@live.com>
fpyutils is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
fpyutils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with fpyutils. If not, see <http://www.gnu.org/licenses/>.
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
Built Distribution
File details
Details for the file fpyutils-1.1.2.tar.gz
.
File metadata
- Download URL: fpyutils-1.1.2.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6d19c7e2066a961167397883b2e6b3eb127c4cdcbc7937eb3464fd365568299 |
|
MD5 | bea6e3ea356261cea16ba3372e8bc8ce |
|
BLAKE2b-256 | ba5b765861f69cc857436a5292a17c31158502980c5dbd3f9a1fc67a905d9f64 |
File details
Details for the file fpyutils-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: fpyutils-1.1.2-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 943cc0e4c3c89dbf54452d18573b77ddad1c2e341fb80b03420a48092e22261b |
|
MD5 | f8f9619162a56a4c6d837244647b2439 |
|
BLAKE2b-256 | a1752e85caf42c02f6e6518f2da5f77a85ad886c4d107c02b67ad4ae72149578 |