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.

Contributing

Installing in editable mode with dev dependencies

pip install -e 'projects/fal[dev]'
pip install -e 'projects/fal_client[dev]'
pip install -e 'projects/isolate_proto[dev]'

Running tests

pytest

Pre-commit

cd projects/fal
pre-commit install

Commit format

Please follow conventional commits specification for descriptions/messages.

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-1.72.1.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fal-1.72.1-py3-none-any.whl (237.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fal-1.72.1.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fal-1.72.1.tar.gz
Algorithm Hash digest
SHA256 d0f5ec333e4f7c4adadf33d90341f5439a3d888865ec86d04b3aba22a5232fde
MD5 0e316b4d37668c16bf5dccdf1cc8456d
BLAKE2b-256 233e72c733dc38e1972eb65b712afdedb51c095611beaa0a2c2a6b09ab792365

See more details on using hashes here.

Provenance

The following attestation bundles were made for fal-1.72.1.tar.gz:

Publisher: release.yaml on fal-ai/fal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: fal-1.72.1-py3-none-any.whl
  • Upload date:
  • Size: 237.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for fal-1.72.1-py3-none-any.whl
Algorithm Hash digest
SHA256 da8fb446b7d5de0ce5f206db11d1468df81c1ad4779921b6f0a00d4f2d0dfa02
MD5 b0b35bf66114d28ff975ea205ef59f84
BLAKE2b-256 c6a8a8dff88aaba27a39fee35287476602c64914f33df5fb07406563eced9dca

See more details on using hashes here.

Provenance

The following attestation bundles were made for fal-1.72.1-py3-none-any.whl:

Publisher: release.yaml on fal-ai/fal

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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