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

Uploaded Source

Built Distribution

fal-1.0.3-py3-none-any.whl (100.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fal-1.0.3.tar.gz
  • Upload date:
  • Size: 80.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for fal-1.0.3.tar.gz
Algorithm Hash digest
SHA256 2c171dd947ff32a83f596267498f7d12c35d4435bef78d1d86685ae2fb697698
MD5 07f21de4d39b59f3327a948ef3247f6e
BLAKE2b-256 3ad7e4a2ea5503731b3b00ef95cece19b9b15560e3ba899804d5635ef2c69aaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fal-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 100.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for fal-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ecb5244304c73f241c20881943845c2b419baa3597d1381de623e37734036308
MD5 85f6f7a9828f7d571167c0c680642523
BLAKE2b-256 24beb9053ea41d165d54f85d8153aa70405ac08be6057df5661b09100db8b339

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