numplot


Namenumplot JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/EgorZhizhlo/TASK_CONTROL
SummaryExtension for math
upload_time2025-01-15 07:09:05
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/f5/3d/7b573411b14f1e2198831d648f08da3f12cb8f7a3b99baee4bca1942692c/numplot-0.0.8.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.8",
    "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": "b0ec9bdc359b6b9ea94bd890131ec8bee0e9b16a0717c01a9cb83bc8d14521a2",
                "md5": "a0d31ffb1d5f5418e6e8f4f81c4f3b53",
                "sha256": "86a55418e020b52f2deb45f0cca8227ac7402980716d4b826d1865627d71bb50"
            },
            "downloads": -1,
            "filename": "numplot-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a0d31ffb1d5f5418e6e8f4f81c4f3b53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14389,
            "upload_time": "2025-01-15T07:09:01",
            "upload_time_iso_8601": "2025-01-15T07:09:01.670328Z",
            "url": "https://files.pythonhosted.org/packages/b0/ec/9bdc359b6b9ea94bd890131ec8bee0e9b16a0717c01a9cb83bc8d14521a2/numplot-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f53d7b573411b14f1e2198831d648f08da3f12cb8f7a3b99baee4bca1942692c",
                "md5": "fb6c78a906cf908c63341591238db2ca",
                "sha256": "9d30e379ac47d59c7a62791046e80e4bd9dceb0868fa68a029286d92b2b81229"
            },
            "downloads": -1,
            "filename": "numplot-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "fb6c78a906cf908c63341591238db2ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 12450,
            "upload_time": "2025-01-15T07:09:05",
            "upload_time_iso_8601": "2025-01-15T07:09:05.221791Z",
            "url": "https://files.pythonhosted.org/packages/f5/3d/7b573411b14f1e2198831d648f08da3f12cb8f7a3b99baee4bca1942692c/numplot-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 07:09:05",
    "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: 1.00634s