statpi


Namestatpi JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-06-03 18:06:52
maintainerNone
docs_urlNone
authoralex_past_15
requires_python<4.0,>=3.11
licenseNone
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": "statpi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "alex_past_15",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4c/69/09f529c0245d17aeed9ffbfd0c36f13250ff268fe47932da953501e8a71f/statpi-0.1.4.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.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f117e03677f84bd7a2656a1f9390a49ca5a96155a785d16f3f5a63c74c13fc1",
                "md5": "d447122610d77849eb68a9a703f0dc81",
                "sha256": "ef5b8b88c408670b72f168f486a2834b7f5839b1006c8752d0c595e903a79dc4"
            },
            "downloads": -1,
            "filename": "statpi-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d447122610d77849eb68a9a703f0dc81",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 3916,
            "upload_time": "2024-06-03T18:06:50",
            "upload_time_iso_8601": "2024-06-03T18:06:50.464218Z",
            "url": "https://files.pythonhosted.org/packages/5f/11/7e03677f84bd7a2656a1f9390a49ca5a96155a785d16f3f5a63c74c13fc1/statpi-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c6909f529c0245d17aeed9ffbfd0c36f13250ff268fe47932da953501e8a71f",
                "md5": "fd6109d238bbb340fd4519be159384c9",
                "sha256": "7328b55665d4878edd97d14bfd654e5a0d2d0ac82d81bfaf4cadd7639499acd7"
            },
            "downloads": -1,
            "filename": "statpi-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "fd6109d238bbb340fd4519be159384c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 3622,
            "upload_time": "2024-06-03T18:06:52",
            "upload_time_iso_8601": "2024-06-03T18:06:52.111472Z",
            "url": "https://files.pythonhosted.org/packages/4c/69/09f529c0245d17aeed9ffbfd0c36f13250ff268fe47932da953501e8a71f/statpi-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-03 18:06:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "statpi"
}
        
Elapsed time: 0.24011s