Load a text file as a string or a list of paragraphs (when splitlines is set to True) with blank lines removed
Project description
loadtext
Installation
pip install loadtext
Use
from loadtext import loadtext
# blank lines removed
string_text = loadtext("filename or filepath")
list_paragraphs = loadtext("filename or filepath", splitlines=True)
# or list_paragraphs = loadtext("filename or filepath", True)
License
loadtext
is distributed under the terms of the MIT license.
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
loadtext-0.0.3.tar.gz
(3.6 kB
view hashes)