Skip to main content

Fire up your models with the flame 🔥

Project description

Flama

Fire up your models with the flame 🔥

Test And Publish workflow status Package version PyPI - Python Version


Flama

Flama is a python library which establishes a standard framework for development and deployment of APIs with special focus on machine learning (ML). The main aim of the framework is to make ridiculously simple the deployment of ML APIs, simplifying (when possible) the entire process to a single line of code.

The library builds on Starlette, and provides an easy-to-learn philosophy to speed up the building of highly performant GraphQL, REST and ML APIs. Besides, it comprises an ideal solution for the development of asynchronous and production-ready services, offering automatic deployment for ML models.

Some remarkable characteristics:

  • Generic classes for API resources with the convenience of standard CRUD methods over SQLAlchemy tables.
  • A schema system (based on Marshmallow or Typesystem) which allows the declaration of inputs and outputs of endpoints very easily, with the convenience of reliable and automatic data-type validation.
  • Dependency injection to make ease the process of managing parameters needed in endpoints via the use of Components. Flama ASGI objects like Request, Response, Session and so on are defined as Components ready to be injected in your endpoints.
  • Components as the base of the plugin ecosystem, allowing you to create custom or use those already defined in your endpoints, injected as parameters.
  • Auto generated API schema using OpenAPI standard.
  • Auto generated docs, and provides a Swagger UI and ReDoc endpoints.
  • Automatic handling of pagination, with several methods at your disposal such as limit-offset and page numbering, to name a few.

Installation

Flama is fully compatible with all supported versions of Python. We recommend you to use the latest version available.

For a detailed explanation on how to install flama visit: https://flama.dev/docs/getting-started/installation.

Getting Started

Visit https://flama.dev/docs/getting-started/quickstart to get started with Flama.

Documentation

Visit https://flama.dev/docs/ to view the full documentation.

Example

from flama import Flama

app = Flama(
    title="Hello-🔥",
    version="1.0",
    description="My first API",
)


@app.route("/")
def home():
    """
    tags:
        - Salute
    summary:
        Returns a warming message
    description:
        This is a more detailed description of the method itself.
        Here we can give all the details required and they will appear
        automatically in the auto-generated docs.
    responses:
        200:
            description: Warming hello message!
    """
    return {"message": "Hello 🔥"}

This example will build and run a Hello 🔥 API. To run it:

flama run examples.hello_flama:app

Authors

Contributing

This project is absolutely open to contributions so if you have a nice idea, please read our contributing docs before submitting a pull request.

Star History

Star History Chart

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flama-1.8.0.tar.gz (298.8 kB view details)

Uploaded Source

Built Distribution

flama-1.8.0-py3-none-any.whl (345.4 kB view details)

Uploaded Python 3

File details

Details for the file flama-1.8.0.tar.gz.

File metadata

  • Download URL: flama-1.8.0.tar.gz
  • Upload date:
  • Size: 298.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.5.0-1025-azure

File hashes

Hashes for flama-1.8.0.tar.gz
Algorithm Hash digest
SHA256 a392bf1ff10b36d1d35ff948e319f5a03dc1a7848b039a52b1a2222003b4a956
MD5 f7a8d9c2b62a2ec66e072e6a5f9f781a
BLAKE2b-256 66c82b99f5aebc9e45b2a0e4fcca7d94d6e112978f43b6123a850b3616ca0dbd

See more details on using hashes here.

File details

Details for the file flama-1.8.0-py3-none-any.whl.

File metadata

  • Download URL: flama-1.8.0-py3-none-any.whl
  • Upload date:
  • Size: 345.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.5.0-1025-azure

File hashes

Hashes for flama-1.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3968f7736ba4a0468c1128eb21d0cd0ce349cdb710048ed5d2855e001621d1f7
MD5 670e4b8efee4576453ba8927e5638e34
BLAKE2b-256 cd42c8270b9eb4f450e2ed8cce9332bc80bae7aeaa07aad1c5c7620dd6f262bb

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