flet-pb-v-calc


Nameflet-pb-v-calc JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/xzripper/flet_pb_v_calc
SummaryFlet Progress Bar Value Calculator.
upload_time2023-10-21 15:22:41
maintainer
docs_urlNone
authorIvan Perzhinsky.
requires_python
licenseMIT
keywords utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ====================================================
flet_pb_v_calc - Flet Progress Bar Value Calculator.
====================================================
.. code :: python

    from flet_pb_v_calc import calculate_value

    progress_bar_value = calculate_value(50, 100, 0) # Current progress bar value, maximal progress bar value, minimal progress bar value. Returns 0.5.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xzripper/flet_pb_v_calc",
    "name": "flet-pb-v-calc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "utility",
    "author": "Ivan Perzhinsky.",
    "author_email": "name1not1found.com@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b8/ce/ab761a8a062e46904f86a954b202137b5caca5552d788cf35c3928a22913/flet_pb_v_calc-1.0.tar.gz",
    "platform": null,
    "description": "====================================================\r\nflet_pb_v_calc - Flet Progress Bar Value Calculator.\r\n====================================================\r\n.. code :: python\r\n\r\n    from flet_pb_v_calc import calculate_value\r\n\r\n    progress_bar_value = calculate_value(50, 100, 0) # Current progress bar value, maximal progress bar value, minimal progress bar value. Returns 0.5.\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Flet Progress Bar Value Calculator.",
    "version": "1.0",
    "project_urls": {
        "Download": "https://github.com/xzripper/flet_pb_v_calc/archive/refs/tags/v1.0.tar.gz",
        "Homepage": "https://github.com/xzripper/flet_pb_v_calc"
    },
    "split_keywords": [
        "utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8ceab761a8a062e46904f86a954b202137b5caca5552d788cf35c3928a22913",
                "md5": "ea99334060b65ba1870ba73405cf6a85",
                "sha256": "c803adec818ce7a730312929e76fc592358bb66a1ed5d8ae6cd954e1285dd69f"
            },
            "downloads": -1,
            "filename": "flet_pb_v_calc-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ea99334060b65ba1870ba73405cf6a85",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2369,
            "upload_time": "2023-10-21T15:22:41",
            "upload_time_iso_8601": "2023-10-21T15:22:41.368660Z",
            "url": "https://files.pythonhosted.org/packages/b8/ce/ab761a8a062e46904f86a954b202137b5caca5552d788cf35c3928a22913/flet_pb_v_calc-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-21 15:22:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xzripper",
    "github_project": "flet_pb_v_calc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "flet-pb-v-calc"
}
        
Elapsed time: 0.67789s