Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fal-serverless

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fal-serverless

fal Serverless is an easy-to-use Serverless Python Framework

  • 0.6.41
  • PyPI
  • Socket score

Maintainers
2

fal-serverless

Library to run, serve or schedule your Python functions in the cloud with any machine type you may need.

Check out to the docs for more details.

Generate OpenAPI client for the REST API

The recommended way is to use bop. First set the FAL_REST variable to the right value and then run:

bop openapi

Initial client was generated using

cd projects/fal_serverless
# Notice that you can point to any environment
openapi-python-client generate --url https://rest.shark.fal.ai/openapi.json --meta none --config openapi_rest.config.yaml

And can be manually updated with

cd projects/fal_serverless
# Notice that you can point to any environment
openapi-python-client update --url https://rest.shark.fal.ai/openapi.json --meta none --config openapi_rest.config.yaml

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc