CAPTAIN WILLIAM'S FORMAT FUNC's
This is a collection of functions used to format string files.
string_format and paragraph_maker are both built around recieving
strings without tabs or linebreaks, as from .JSON files or csv files
and breaking them up to shape paragraphs.
string_format and paragraph_maker can both make paragraphs.
The difference between the two is that
paragraph_maker adds linebreaks after every sentance, and
string_format adds linebreaks roughly at the the end of every nth
character specified by the length parameter.
This works well for GUI applications where you may have issues
where the text runs off the page.
Change Log
==========
0.0.2
- Fixed dependancy issue 12/21/2022
0.0.1
- First Release 12/21/2022
Raw data
{
"_id": null,
"home_page": "",
"name": "FormatFuncs",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "string,format,paragraph,line break",
"author": "William Rivera - Captain William",
"author_email": "william.r.2048@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/30/00/569569536ce75fe65bd335bf07ba02800e06ec20110fd1a4f1b5623656aa/FormatFuncs-0.0.3.tar.gz",
"platform": null,
"description": "CAPTAIN WILLIAM'S FORMAT FUNC's\r\n\r\nThis is a collection of functions used to format string files. \r\n\r\nstring_format and paragraph_maker are both built around recieving \r\nstrings without tabs or linebreaks, as from .JSON files or csv files \r\nand breaking them up to shape paragraphs. \r\n\r\nstring_format and paragraph_maker can both make paragraphs. \r\n\r\nThe difference between the two is that \r\nparagraph_maker adds linebreaks after every sentance, and\r\nstring_format adds linebreaks roughly at the the end of every nth \r\ncharacter specified by the length parameter. \r\n\r\nThis works well for GUI applications where you may have issues\r\nwhere the text runs off the page. \r\n\r\n\r\nChange Log \r\n==========\r\n\r\n0.0.2\r\n- Fixed dependancy issue 12/21/2022\r\n\r\n0.0.1\r\n- First Release 12/21/2022\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Functions to format strings",
"version": "0.0.3",
"split_keywords": [
"string",
"format",
"paragraph",
"line break"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "fe1f04f0ad8646686882a8b8a85fe67a",
"sha256": "8de27b343db5bd75ceadf7b7448c305c2a9bb033ca8391cd6987e59a16efdb41"
},
"downloads": -1,
"filename": "FormatFuncs-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "fe1f04f0ad8646686882a8b8a85fe67a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4481,
"upload_time": "2022-12-22T04:26:28",
"upload_time_iso_8601": "2022-12-22T04:26:28.313247Z",
"url": "https://files.pythonhosted.org/packages/30/00/569569536ce75fe65bd335bf07ba02800e06ec20110fd1a4f1b5623656aa/FormatFuncs-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-22 04:26:28",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "formatfuncs"
}