func-live


Namefunc-live JSON
Version 1.2.26 PyPI version JSON
download
home_pagehttps://func.live
SummaryAllows you to import and call the functions on www.func.live
upload_time2024-02-08 17:06:52
maintainer
docs_urlNone
authorAravind Vakil
requires_python
licenseISC
keywords func.live func functions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # func-live

This package allows you to import and call functions available on https://func.live.

## Installation

```pip install func_live```

## Usage

There are many functions available on `func.live`. The below snippet is for using the `qrcode()` function. You can browse available functions on https://func.live/functions.

```py
from func_live import func

func.token('your_func_token')
print(func.uuid())
```

## FUNC_TOKEN

You can get yourself a FUNC_TOKEN by visiting https://tokens.wakeflow.io

## Available Functions

You can browse the functions that are available on https://func.live/functions

## Problems/Support/Feedback

Please don't hesitate to get in touch on andi@wakeflow.io

            

Raw data

            {
    "_id": null,
    "home_page": "https://func.live",
    "name": "func-live",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "func.live func functions",
    "author": "Aravind Vakil",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/55/15/ff8a1e14ed63124fce983bc00ac20dbc410976237123b4d7ea68242dacd9/func_live-1.2.26.tar.gz",
    "platform": null,
    "description": "# func-live\n\nThis package allows you to import and call functions available on https://func.live.\n\n## Installation\n\n```pip install func_live```\n\n## Usage\n\nThere are many functions available on `func.live`. The below snippet is for using the `qrcode()` function. You can browse available functions on https://func.live/functions.\n\n```py\nfrom func_live import func\n\nfunc.token('your_func_token')\nprint(func.uuid())\n```\n\n## FUNC_TOKEN\n\nYou can get yourself a FUNC_TOKEN by visiting https://tokens.wakeflow.io\n\n## Available Functions\n\nYou can browse the functions that are available on https://func.live/functions\n\n## Problems/Support/Feedback\n\nPlease don't hesitate to get in touch on andi@wakeflow.io\n",
    "bugtrack_url": null,
    "license": "ISC",
    "summary": "Allows you to import and call the functions on www.func.live",
    "version": "1.2.26",
    "project_urls": {
        "Homepage": "https://func.live"
    },
    "split_keywords": [
        "func.live",
        "func",
        "functions"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a91382926a60c92ddb58fbceb691f3b945fcf4f1d39c7b253909c47965b90536",
                "md5": "d39c409c3ee9a390918f982524a65ae0",
                "sha256": "d08a7b33151ad8df29064a6b3bf8dfc7f0358d8114898da3831b38aa3fd2e2e0"
            },
            "downloads": -1,
            "filename": "func_live-1.2.26-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d39c409c3ee9a390918f982524a65ae0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3402,
            "upload_time": "2024-02-08T17:06:50",
            "upload_time_iso_8601": "2024-02-08T17:06:50.551554Z",
            "url": "https://files.pythonhosted.org/packages/a9/13/82926a60c92ddb58fbceb691f3b945fcf4f1d39c7b253909c47965b90536/func_live-1.2.26-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5515ff8a1e14ed63124fce983bc00ac20dbc410976237123b4d7ea68242dacd9",
                "md5": "abf99243a466cf2bdede0677400f32fd",
                "sha256": "51426f09b5d4887ffa58c0aaed72c42b56d12908f2fd3bd739861c73cad0007e"
            },
            "downloads": -1,
            "filename": "func_live-1.2.26.tar.gz",
            "has_sig": false,
            "md5_digest": "abf99243a466cf2bdede0677400f32fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2628,
            "upload_time": "2024-02-08T17:06:52",
            "upload_time_iso_8601": "2024-02-08T17:06:52.246088Z",
            "url": "https://files.pythonhosted.org/packages/55/15/ff8a1e14ed63124fce983bc00ac20dbc410976237123b4d7ea68242dacd9/func_live-1.2.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 17:06:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "func-live"
}
        
Elapsed time: 0.18020s