Name | alg-aw JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2024-06-09 22:18:57 |
maintainer | None |
docs_url | None |
author | alex_past_15 |
requires_python | <4.0,>=3.6 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Speed File Library #
## What is this? ##
The module allows you to work with files in just one line of code, without the need to manually open and close the file each time
## Quick Guide ##
The module is based on the following structure:
f = open('data.txt')
data = f.readlines()
f.close()
Which Python provides by standard.
----------
### Using ###
Using the library is as simple and convenient as possible:
Raw data
{
"_id": null,
"home_page": null,
"name": "alg-aw",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.6",
"maintainer_email": null,
"keywords": null,
"author": "alex_past_15",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/75/93/32557522674dd6b93b11cd6bb2c703682fd6c72b461e2de63c6ac5a1bf42/alg_aw-0.1.0.tar.gz",
"platform": null,
"description": "# Speed File Library #\n\n## What is this? ##\nThe module allows you to work with files in just one line of code, without the need to manually open and close the file each time\n\n## Quick Guide ##\nThe module is based on the following structure:\n\n \n f = open('data.txt')\n data = f.readlines()\n f.close()\n \nWhich Python provides by standard.\n\n\n----------\n\n\n### Using ###\n\n\nUsing the library is as simple and convenient as possible:\n",
"bugtrack_url": null,
"license": null,
"summary": null,
"version": "0.1.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "50aaa28948b17ba227be80da8617076d1acd4923ef03de5da7203c88524b2b59",
"md5": "18387d69f5fda6b1843dc96a15c4885d",
"sha256": "b0ca7d2dd9166a85332b39cd78dd2e820004d65b628d803336a26fda47a30f6f"
},
"downloads": -1,
"filename": "alg_aw-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "18387d69f5fda6b1843dc96a15c4885d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.6",
"size": 2653,
"upload_time": "2024-06-09T22:18:56",
"upload_time_iso_8601": "2024-06-09T22:18:56.154749Z",
"url": "https://files.pythonhosted.org/packages/50/aa/a28948b17ba227be80da8617076d1acd4923ef03de5da7203c88524b2b59/alg_aw-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "759332557522674dd6b93b11cd6bb2c703682fd6c72b461e2de63c6ac5a1bf42",
"md5": "141ceb045590fac9a086ce2c8227fa1d",
"sha256": "0086fa1399c8d6fbc0159a63d7cf40a7533ceac8a4f82e2dc4563c5a65a07d0f"
},
"downloads": -1,
"filename": "alg_aw-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "141ceb045590fac9a086ce2c8227fa1d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.6",
"size": 2349,
"upload_time": "2024-06-09T22:18:57",
"upload_time_iso_8601": "2024-06-09T22:18:57.724634Z",
"url": "https://files.pythonhosted.org/packages/75/93/32557522674dd6b93b11cd6bb2c703682fd6c72b461e2de63c6ac5a1bf42/alg_aw-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-09 22:18:57",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "alg-aw"
}