numplot


Namenumplot JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/EgorZhizhlo/TASK_CONTROL
SummaryExtension for math
upload_time2025-01-26 15:36:17
maintainerNone
docs_urlNone
authoramogusbazed
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.
            # Numplot 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.


----------

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/EgorZhizhlo/TASK_CONTROL",
    "name": "numplot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "files speedfiles",
    "author": "amogusbazed",
    "author_email": "amogusbazed@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/84/24/ff31b4144d9c19f3567a906794928cc2c9f4b76cb1a377c7c30b4a7eb372/numplot-0.0.9.tar.gz",
    "platform": null,
    "description": "# Numplot File Library #\r\n\r\n## What is this? ##\r\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\r\n\r\n## Quick Guide ##\r\nThe module is based on the following structure:\r\n\r\n    \r\n    f = open('data.txt')\r\n    data = f.readlines()\r\n    f.close()\r\n    \r\nWhich Python provides by standard.\r\n\r\n\r\n----------\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Extension for math",
    "version": "0.0.9",
    "project_urls": {
        "GitHub": "https://github.com/EgorZhizhlo/TASK_CONTROL",
        "Homepage": "https://github.com/EgorZhizhlo/TASK_CONTROL"
    },
    "split_keywords": [
        "files",
        "speedfiles"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "791654f224ff5aec37bbbaf6b18edf6cc8800007ac1f16b2944138f253232447",
                "md5": "bc3b5d5c3002336ebd8224ba0da27fd9",
                "sha256": "0c0472ed0d81d45ae35c9fb6650d7036c9b95957ac010ca487dba1d529e2a676"
            },
            "downloads": -1,
            "filename": "numplot-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc3b5d5c3002336ebd8224ba0da27fd9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 43505,
            "upload_time": "2025-01-26T15:36:16",
            "upload_time_iso_8601": "2025-01-26T15:36:16.127099Z",
            "url": "https://files.pythonhosted.org/packages/79/16/54f224ff5aec37bbbaf6b18edf6cc8800007ac1f16b2944138f253232447/numplot-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8424ff31b4144d9c19f3567a906794928cc2c9f4b76cb1a377c7c30b4a7eb372",
                "md5": "cb037dea58db934d81f5bc2b63a2e521",
                "sha256": "120feac9e2adbeb27437dab38814f5cd48928b487d3d9caa68ca7d9336cf8ad5"
            },
            "downloads": -1,
            "filename": "numplot-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "cb037dea58db934d81f5bc2b63a2e521",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 39769,
            "upload_time": "2025-01-26T15:36:17",
            "upload_time_iso_8601": "2025-01-26T15:36:17.769459Z",
            "url": "https://files.pythonhosted.org/packages/84/24/ff31b4144d9c19f3567a906794928cc2c9f4b76cb1a377c7c30b4a7eb372/numplot-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 15:36:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EgorZhizhlo",
    "github_project": "TASK_CONTROL",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "numplot"
}
        
Elapsed time: 0.86999s