Skip to main content

fal is an easy-to-use Serverless Python Framework

Project description

PyPI Tests

fal

fal is a serverless Python runtime that lets you run and scale code in the cloud with no infra management.

With fal, you can build pipelines, serve ML models and scale them up to many users. You scale down to 0 when you don't use any resources.

Quickstart

First, you need to install the fal package. You can do so using pip:

pip install fal

Then you need to authenticate:

fal auth login

You can also use fal keys that you can get from our dashboard.

Now can use the fal package in your Python scripts as follows:

import fal

@fal.function(
    "virtualenv",
    requirements=["pyjokes"],
)
def tell_joke() -> str:
    import pyjokes

    joke = pyjokes.get_joke()
    return joke

print("Joke from the clouds: ", tell_joke())

A new virtual environment will be created by fal in the cloud and the set of requirements that we passed will be installed as soon as this function is called. From that point on, our code will be executed as if it were running locally, and the joke prepared by the pyjokes library will be returned.

Next steps

If you would like to find out more about the capabilities of fal, check out to the docs. You can learn more about persistent storage, function caches and deploying your functions as API endpoints.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fal-0.12.6.tar.gz (59.3 kB view details)

Uploaded Source

Built Distribution

fal-0.12.6-py3-none-any.whl (93.7 kB view details)

Uploaded Python 3

File details

Details for the file fal-0.12.6.tar.gz.

File metadata

  • Download URL: fal-0.12.6.tar.gz
  • Upload date:
  • Size: 59.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.9.19 Linux/6.5.0-1016-azure

File hashes

Hashes for fal-0.12.6.tar.gz
Algorithm Hash digest
SHA256 32508224f6866c198bfeb4a26444c7d28cb9ac4b9309f481b109ca5b0cc9a68a
MD5 5b64e269cc7dd7d05c1ef502572fd8df
BLAKE2b-256 f133e22836500f202bac7f924eb85f14b5df7e1d256790ae36ce0fb0c73658d0

See more details on using hashes here.

File details

Details for the file fal-0.12.6-py3-none-any.whl.

File metadata

  • Download URL: fal-0.12.6-py3-none-any.whl
  • Upload date:
  • Size: 93.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.9.19 Linux/6.5.0-1016-azure

File hashes

Hashes for fal-0.12.6-py3-none-any.whl
Algorithm Hash digest
SHA256 5d7518727a004c1936f86e56d5be77fe07b4d4762940b33aa7bbbd9b277d2286
MD5 a40286177425f89de02c2c7021c207a6
BLAKE2b-256 af3fdfdaa01ec035b33fe8ca97bc9e559197437ffa7e550f4a2d8e209a5af8a9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page