statssc


Namestatssc JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/alex-past-15/sciipy
SummaryThis is the simplest module for quick work with files.
upload_time2024-06-03 17:19:04
maintainerNone
docs_urlNone
authoralex_past_15
requires_python>=3.6
licenseNone
keywords files speedfiles
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": "https://github.com/alex-past-15/sciipy",
    "name": "statssc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "files speedfiles",
    "author": "alex_past_15",
    "author_email": "pastusenkoalex@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/c0/1e/1c970082459f4028e044b54746d0de23a88c46a0bbfc06de6935e2e6afd7/statssc-0.0.3.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": "This is the simplest module for quick work with files.",
    "version": "0.0.3",
    "project_urls": {
        "GitHub": "https://github.com/alex-past-15/sciipy",
        "Homepage": "https://github.com/alex-past-15/sciipy"
    },
    "split_keywords": [
        "files",
        "speedfiles"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "136b05b381af845192dee3dfeafe1556f2271055c0363450434cdbebe77a301d",
                "md5": "4b8432b907162470dba7cd9d8c5ca0c1",
                "sha256": "c6ace3734bf68e8daf121b465522df3f26230e7a9c5a83ea06a9f2cc5a76bbb2"
            },
            "downloads": -1,
            "filename": "statssc-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b8432b907162470dba7cd9d8c5ca0c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3786,
            "upload_time": "2024-06-03T17:19:03",
            "upload_time_iso_8601": "2024-06-03T17:19:03.403698Z",
            "url": "https://files.pythonhosted.org/packages/13/6b/05b381af845192dee3dfeafe1556f2271055c0363450434cdbebe77a301d/statssc-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c01e1c970082459f4028e044b54746d0de23a88c46a0bbfc06de6935e2e6afd7",
                "md5": "ae23dd33fa8bb201743f31f5a8a1fcfe",
                "sha256": "2fd6c9cae70ed82fd301ccffd804a401a3edba2e2c5ca4cb7021576265caa92c"
            },
            "downloads": -1,
            "filename": "statssc-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ae23dd33fa8bb201743f31f5a8a1fcfe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3679,
            "upload_time": "2024-06-03T17:19:04",
            "upload_time_iso_8601": "2024-06-03T17:19:04.759732Z",
            "url": "https://files.pythonhosted.org/packages/c0/1e/1c970082459f4028e044b54746d0de23a88c46a0bbfc06de6935e2e6afd7/statssc-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-03 17:19:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alex-past-15",
    "github_project": "sciipy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "statssc"
}
        
Elapsed time: 1.68576s