Metadata-Version: 2.1
Name: fal
Version: 0.10.7
Summary: fal is an easy-to-use Serverless Python Framework
Author: Features & Labels
Author-email: hello@fal.ai
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: attrs (>=21.3.0)
Requires-Dist: auth0-python (>=4.1.0,<5.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: datadog-api-client (==2.12.0)
Requires-Dist: dill (==0.3.7)
Requires-Dist: grpc-interceptor (>=0.15.0,<0.16.0)
Requires-Dist: grpcio (>=1.50.0,<2.0.0)
Requires-Dist: httpx (>=0.15.4,<0.25.0)
Requires-Dist: importlib-metadata (>=4.4) ; python_version < "3.10"
Requires-Dist: isolate-proto (>=0.0.44,<0.0.45)
Requires-Dist: isolate[build] (>=0.12.2,<1.0)
Requires-Dist: opentelemetry-api (>=1.15.0,<2.0.0)
Requires-Dist: opentelemetry-sdk (>=1.15.0,<2.0.0)
Requires-Dist: packaging (>=21.3)
Requires-Dist: pathspec (>=0.11.1,<0.12.0)
Requires-Dist: portalocker (>=2.7.0,<3.0.0)
Requires-Dist: pydantic (<2.0)
Requires-Dist: python-dateutil (>=2.8.0,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=13.3.2,<14.0.0)
Requires-Dist: structlog (>=22.3.0,<23.0.0)
Requires-Dist: types-python-dateutil (>=2.8.0,<3.0.0)
Requires-Dist: typing-extensions (>=4.7.1,<5.0.0)
Description-Content-Type: text/markdown

# 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.

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

