Skip to main content

fal is an easy-to-use Serverless Python Framework

Project description

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.11.6.tar.gz (61.4 kB view details)

Uploaded Source

Built Distribution

fal-0.11.6-py3-none-any.whl (135.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fal-0.11.6.tar.gz
  • Upload date:
  • Size: 61.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.9.18 Linux/6.2.0-1018-azure

File hashes

Hashes for fal-0.11.6.tar.gz
Algorithm Hash digest
SHA256 d2c5d7cc48df970239a72a9b07b2ac0ced48a2a785511267615b211a3beca0d7
MD5 b080a1d5df3256ae8986d6533052c67b
BLAKE2b-256 3461e0f0c6f742e93f91d2dad8e5612a1d671e6399ba02ac308f35189fb32fde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fal-0.11.6-py3-none-any.whl
  • Upload date:
  • Size: 135.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.9.18 Linux/6.2.0-1018-azure

File hashes

Hashes for fal-0.11.6-py3-none-any.whl
Algorithm Hash digest
SHA256 6628d467df4193e63a4fad59658c37dd08e778dd02a8eefd1181f2d74960fbc6
MD5 162d2c61dd0aeda59c0300ea20b302eb
BLAKE2b-256 caab4dcb52f939c968178df20597c793ff73b971174c4dd90e50f8a2b4eba5ef

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