Name | nester2023 JSON |
Version |
1.1.0
JSON |
| download |
home_page | |
Summary | A simple printer of nested lists |
upload_time | 2023-12-22 17:42:36 |
maintainer | |
docs_url | None |
author | SM |
requires_python | |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
1) This function takes a positional arguments called "the_list","indent" and "level", 'the_list' is
any Python list (of - possibly - nested lists). Each data item in the
provided list is (recursively) printed to the screen on it's own line.
2) A second argument 'indent' is set to default value 'False', which means indentation or tab-stops are not required
by default. If user wants to add indentation while printing the nested list it should be set to 'True'.
3) A Third argument 'level' is used to insert required number of tab_stops when nested list is encountered.
4) Fourth argument 'fh' is used to specify where the output of this function should write (place to write your
data to), a default value of this argument is sys.stdout so that it continues to write to the screen if no file object
is specified when the function is invoked.
Raw data
{
"_id": null,
"home_page": "",
"name": "nester2023",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "SM",
"author_email": "sonalimetkar1@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/38/78/c7d82a9d9d112ab229732269c232cf04e627030c1880f9f118651353ca12/nester2023-1.1.0.tar.gz",
"platform": null,
"description": "\r\n\r\n1) This function takes a positional arguments called \"the_list\",\"indent\" and \"level\", 'the_list' is\r\nany Python list (of - possibly - nested lists). Each data item in the \r\nprovided list is (recursively) printed to the screen on it's own line.\r\n2) A second argument 'indent' is set to default value 'False', which means indentation or tab-stops are not required\r\nby default. If user wants to add indentation while printing the nested list it should be set to 'True'.\r\n3) A Third argument 'level' is used to insert required number of tab_stops when nested list is encountered.\r\n4) Fourth argument 'fh' is used to specify where the output of this function should write (place to write your\r\ndata to), a default value of this argument is sys.stdout so that it continues to write to the screen if no file object\r\nis specified when the function is invoked.\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A simple printer of nested lists",
"version": "1.1.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2948666721ebf3b17fbecb39ae256c2edd1e4097326c4d6be0c19230d473356f",
"md5": "382dc3b234b3213ce18b78192d13ef47",
"sha256": "da144217943a0c1341a7c2df623876be090c8319fc57cd9d4fb5f975d951bbfb"
},
"downloads": -1,
"filename": "nester2023-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "382dc3b234b3213ce18b78192d13ef47",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2288,
"upload_time": "2023-12-22T17:42:34",
"upload_time_iso_8601": "2023-12-22T17:42:34.810730Z",
"url": "https://files.pythonhosted.org/packages/29/48/666721ebf3b17fbecb39ae256c2edd1e4097326c4d6be0c19230d473356f/nester2023-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3878c7d82a9d9d112ab229732269c232cf04e627030c1880f9f118651353ca12",
"md5": "134484d3bbe211b86495192b2233ce5c",
"sha256": "3a82094508d8370a2ab9334b650790a898fccf7a4af439c3e64a02ac622f2b66"
},
"downloads": -1,
"filename": "nester2023-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "134484d3bbe211b86495192b2233ce5c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2216,
"upload_time": "2023-12-22T17:42:36",
"upload_time_iso_8601": "2023-12-22T17:42:36.460214Z",
"url": "https://files.pythonhosted.org/packages/38/78/c7d82a9d9d112ab229732269c232cf04e627030c1880f9f118651353ca12/nester2023-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-22 17:42:36",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "nester2023"
}