fal-serverless


Namefal-serverless JSON
Version 0.6.41 PyPI version JSON
download
home_page
Summaryfal Serverless is an easy-to-use Serverless Python Framework
upload_time2023-08-15 01:17:01
maintainer
docs_urlNone
authorFeatures & Labels
requires_python>=3.8,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fal-serverless

Library to run, serve or schedule your Python functions in the cloud with any machine type you may need.

Check out to the [docs](https://docs.fal.ai/fal-serverless/quickstart) for more details.

## Generate OpenAPI client for the REST API

The recommended way is to use bop. First set the `FAL_REST` variable to the right value and then run:

```sh
bop openapi
```

Initial client was generated using

```sh
cd projects/fal_serverless
# Notice that you can point to any environment
openapi-python-client generate --url https://rest.shark.fal.ai/openapi.json --meta none --config openapi_rest.config.yaml
```

And can be manually updated with

```sh
cd projects/fal_serverless
# Notice that you can point to any environment
openapi-python-client update --url https://rest.shark.fal.ai/openapi.json --meta none --config openapi_rest.config.yaml
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "fal-serverless",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Features & Labels",
    "author_email": "hello@fal.ai",
    "download_url": "https://files.pythonhosted.org/packages/0c/d7/696d580ae9b4e8dc97136a75636993d4d7f20ea2e56dc93d6738618fa470/fal_serverless-0.6.41.tar.gz",
    "platform": null,
    "description": "# fal-serverless\n\nLibrary to run, serve or schedule your Python functions in the cloud with any machine type you may need.\n\nCheck out to the [docs](https://docs.fal.ai/fal-serverless/quickstart) for more details.\n\n## Generate OpenAPI client for the REST API\n\nThe recommended way is to use bop. First set the `FAL_REST` variable to the right value and then run:\n\n```sh\nbop openapi\n```\n\nInitial client was generated using\n\n```sh\ncd projects/fal_serverless\n# Notice that you can point to any environment\nopenapi-python-client generate --url https://rest.shark.fal.ai/openapi.json --meta none --config openapi_rest.config.yaml\n```\n\nAnd can be manually updated with\n\n```sh\ncd projects/fal_serverless\n# Notice that you can point to any environment\nopenapi-python-client update --url https://rest.shark.fal.ai/openapi.json --meta none --config openapi_rest.config.yaml\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "fal Serverless is an easy-to-use Serverless Python Framework",
    "version": "0.6.41",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "843e4c5bf1dafd4e5d1ad518272c861e779bda34288ce25f9dfd1327bd8aee13",
                "md5": "066ba51a8f861d2dca2d969622d75c1d",
                "sha256": "916a9f3fa13f046abe9a0501431be5b3baea59cf0c5603ea70c613b979c7733f"
            },
            "downloads": -1,
            "filename": "fal_serverless-0.6.41-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "066ba51a8f861d2dca2d969622d75c1d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 92745,
            "upload_time": "2023-08-15T01:16:59",
            "upload_time_iso_8601": "2023-08-15T01:16:59.680815Z",
            "url": "https://files.pythonhosted.org/packages/84/3e/4c5bf1dafd4e5d1ad518272c861e779bda34288ce25f9dfd1327bd8aee13/fal_serverless-0.6.41-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cd7696d580ae9b4e8dc97136a75636993d4d7f20ea2e56dc93d6738618fa470",
                "md5": "43c627bdede4447ede5bd5e67c801309",
                "sha256": "6e0f65b2216e232e2b8d6eaf3f8438a303b5506511d73d52d599f0ee6882826d"
            },
            "downloads": -1,
            "filename": "fal_serverless-0.6.41.tar.gz",
            "has_sig": false,
            "md5_digest": "43c627bdede4447ede5bd5e67c801309",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 45906,
            "upload_time": "2023-08-15T01:17:01",
            "upload_time_iso_8601": "2023-08-15T01:17:01.594797Z",
            "url": "https://files.pythonhosted.org/packages/0c/d7/696d580ae9b4e8dc97136a75636993d4d7f20ea2e56dc93d6738618fa470/fal_serverless-0.6.41.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-15 01:17:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fal-serverless"
}
        
Elapsed time: 0.20075s