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()


@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-2.0.6.tar.gz (338.6 kB view details)

Uploaded Source

Built Distributions

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

flama-2.0.6-cp314-cp314-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.14Windows x86-64

flama-2.0.6-cp314-cp314-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

flama-2.0.6-cp314-cp314-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

flama-2.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

flama-2.0.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

flama-2.0.6-cp314-cp314-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

flama-2.0.6-cp314-cp314-macosx_10_12_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

flama-2.0.6-cp313-cp313-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.13Windows x86-64

flama-2.0.6-cp313-cp313-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

flama-2.0.6-cp313-cp313-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

flama-2.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

flama-2.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

flama-2.0.6-cp313-cp313-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

flama-2.0.6-cp313-cp313-macosx_10_12_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

flama-2.0.6-cp312-cp312-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.12Windows x86-64

flama-2.0.6-cp312-cp312-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

flama-2.0.6-cp312-cp312-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

flama-2.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

flama-2.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

flama-2.0.6-cp312-cp312-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

flama-2.0.6-cp312-cp312-macosx_10_12_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

flama-2.0.6-cp311-cp311-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.11Windows x86-64

flama-2.0.6-cp311-cp311-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

flama-2.0.6-cp311-cp311-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

flama-2.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

flama-2.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

flama-2.0.6-cp311-cp311-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

flama-2.0.6-cp311-cp311-macosx_10_12_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

flama-2.0.6-cp310-cp310-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.10Windows x86-64

flama-2.0.6-cp310-cp310-musllinux_1_2_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

flama-2.0.6-cp310-cp310-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

flama-2.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

flama-2.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

flama-2.0.6-cp310-cp310-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

flama-2.0.6-cp310-cp310-macosx_10_12_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: flama-2.0.6.tar.gz
  • Upload date:
  • Size: 338.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.0

File hashes

Hashes for flama-2.0.6.tar.gz
Algorithm Hash digest
SHA256 6f60ec4ae8b76f544a80797ad8aef0467e88ac4c01e1811efb49cb257a4aac3f
MD5 e73a5b1c8f910b1e6597d940b36cf3aa
BLAKE2b-256 e9e06cd280011f218af821bc5bb8f95045578499cadd6a19cd7749da3de636f5

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: flama-2.0.6-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.0

File hashes

Hashes for flama-2.0.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d2866b02f66253fda0aea606c4fb230fa44ab5fd9438fb04790a37b994d357f6
MD5 f3249efc846be2f3a3ded83b2eb40bfa
BLAKE2b-256 431f9df30260297aeb2b75a4d533eb2326b16b53f55bfeb3acb7d61703808909

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86be56460e2ffe3a7c906ee03677ea5216fcb49d5f6ed79769d45fa6a8945d26
MD5 4b4218765ac2f6298ccdc7ea4ec4fcb3
BLAKE2b-256 0e6f568c1bb90d0bd98d9292a6457efd9bdfc16cbf6ed36a3b9f2bdf849cd5d4

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 425c7ab87601a74d32de9db5682f33dccb736c220ef77aa649bfda9a9265b653
MD5 07d383bb651a8dbda43b6e16c0279b83
BLAKE2b-256 01b1fbb02b3b9bfb2338d2982f29274669aa3017b89cd54d52a5e14ae9f16239

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 775aa3cd825303ccc0b4752a70327c6ef44dc12252140ddbe761053ed0e7514d
MD5 1b83e1a4ed3219434df7dbda15a3d1ff
BLAKE2b-256 fa3bbc3889341b50b0e9c3d6ebc24b52c9f4da389363f30f90d2eabb8413a7e5

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1f0354ef8ceed531a39c4654646d87d4bc0d6fa7957c58b47727a0672dc30047
MD5 1fc743a301eb763bc0015687d55c7aff
BLAKE2b-256 53eb167f86b1ed46c1fc9a20451d1340922fd992f6d5b2044a444e0260ccfe62

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e726b07f661001cb22bfd93695757ec1da1c291df9b8f6095a5020050abf71b5
MD5 2b3e8664239dd32c7b6484916803f90b
BLAKE2b-256 2bf6d9b1a11440f054ba14a7e905bf4f86bdb4e3b7e080da7c17e9a13878d652

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8d1606dfc963892a035cc8acfdcbe219b1702349399cdd74437040e9f8c488cb
MD5 8f07f9be09af1178839542f783edc6c8
BLAKE2b-256 93f17e2c32703318e51ccd743e51e8e55fce57ade3b3c62e9c5615e38c9016c0

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: flama-2.0.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.0

File hashes

Hashes for flama-2.0.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 60b2b984ece5c66bf8161fff7508cfe99ad11fcb26a71711f7c40716b5b19749
MD5 6d8f8d4648a1f81ce012232dbe0d6365
BLAKE2b-256 c50a2e55c6d91c5b17f9a6d54cea62912d9999380aada0a90a89e8c7e0cc0c03

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68cd684519ba280c42a04ffc17062493287c88a0c341c3f98370a602e1d30a13
MD5 408ab52dc59afaab822703936cdfc151
BLAKE2b-256 4c2c31fd9d58acfe33df2bf6bc0b4a4831c3cab48206e10a993c2a8c650414c1

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03d2fbc15823dded1955b273dc8534f87be8bd32a77b26a1aedaa4f63b491fa5
MD5 529381d23c5e572ac1871e7203599512
BLAKE2b-256 4dd2f3f3d12c89c8473afe5493f49cc584a90f669abbf2ef6f706bf35b87c10e

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b23998a11c542c326a56ad8eaf8a34827dc1bb67a091d146b14bb15c9728647
MD5 7a3b5b8ea273d91774d6a0e28201e4e1
BLAKE2b-256 ca12c6c69b060dc8a0ab2bcf113b32a4733ce480881dc63e119de47ab0111f8a

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7aac9fdc4ea2b8010439e50dc44cb93f8cb7ece12da2076c58eba113b326bfa5
MD5 875f007ac508d521e0aa32eebf9d2aec
BLAKE2b-256 cafbff1e65f6304c7ee0bba9f492acebcbfb3d60a2fef3a905acd3e7f6bc957d

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88e4e13004036a742f3314457a6823fb8afb9a11b7d66a0e5b3a56c4d89512d8
MD5 b1af9bbf0db57bdfbd607c409fdabc13
BLAKE2b-256 d35a9dd74354a58939557979da47a57de71db84db01e17889db68e11968e5f13

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4ecf1367bf3b8fc33b8f5daacdae417c9522b28e34c8dfcd89faa8dc8d07b8ce
MD5 e98bb2cdb996a4fd4c011e5bad5a43ca
BLAKE2b-256 22016c61ba33dd60fda08a28335d9e1d22830002d79c883ea260524ca1144029

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: flama-2.0.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.0

File hashes

Hashes for flama-2.0.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88a2aaaefedd96d7dc63207ec0353912bb0b694603458cd1ffdf2f0cf507a8b3
MD5 9c3369ea1cba8868d03aacae46bc1984
BLAKE2b-256 bbe6f3105b4471d7767d944ff7d44ab50afc6221618342007fa5406c575d89ce

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e77318d4f9c273a77ec07352a88fb606e695ef8925ea34745afda3076f23eeb
MD5 10914695c96bbf76ad25836b48c20a20
BLAKE2b-256 f9519b9a665ec14e819de33dfc0232cd5687ed08f13a0e2a1479216eec87986c

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a00367103248cf12ec71471b1f3d60251d51d611ae2ecec9f02e4e852e4c3a81
MD5 7829014e5331787d165ae8c6ed48c99f
BLAKE2b-256 b582b07e5e7043dca14da936d8651e36a694b1be799e2f2fb26d24b45cfce23a

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efb0d331487dbd1a90c264545f0105dd81ace79da4b0178f3bda2656018dddc2
MD5 5d741927ca94ee33087123175b5e85fd
BLAKE2b-256 7b34cf6ffce464461f09d9f9a6ea8f643e41e672e569a16998e8b978b0f6a063

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13c21e9bd08697546ae78b6b94b01b11647e0d07f79d824160b27d92de62ef82
MD5 3c64af042038efe703dd0ff584031741
BLAKE2b-256 c13233a638b15890e299508ea80d43012882763f560096402a3256b45a464273

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db221e26eb2aed595e55f71e942737f6fa7707bf6551453a5f54d87a03d96633
MD5 2fc83bad323f8ccd0fde5c16362bd441
BLAKE2b-256 c559be63e6031528c9842b52de354aa2822475ba8dbe87d5ddf216160e51aff6

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e582abc9e50a4822690fca15f1104ee1cccf1663e47ccf4b9a92ab065af88406
MD5 542933d2c02bf2a573d161a1c21dbcda
BLAKE2b-256 7b047031ad3e1ddcaca599dc128b81e28882321cbb56486a72f88d6ce0d5fdd4

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: flama-2.0.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.0

File hashes

Hashes for flama-2.0.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 03cb57937693bdf8ddfbf7c3304603e94fde7cb7823c8347f6902432ee65693c
MD5 583e1345b49f4fde1409f22bbe2dcbda
BLAKE2b-256 3e8324f378ef8e07b1336fbbdeeb1256da6a62fca657fc508834c5cfb04b02bc

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f106944f6ec0c4454a6991c0e86fc015edc559e4b8979a923e730d64fcf6ac13
MD5 745638dcaf43eb75fe6fbd3a5cdc14e6
BLAKE2b-256 7a61505775a3d203fca5beb0ae6bc47f095ff1cced79cfa4be443b044e0b3a15

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 367f5099b8a85a278794e60174f7f9a81a4bcfa6c40418ec074619636841127c
MD5 5337e852877d2576031cfa485f43f9df
BLAKE2b-256 5b86174ad82d2515faed7dd014c45d11ebdee4b8bd11977acdf5718e31ea74de

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53ad191ceb77eab03d1a9262a803953e641375a48885725fb4a18ea8a885cdd4
MD5 20a97741210b0d2ce7ca80e765f51fbd
BLAKE2b-256 99fe46fea55008dc1a367770acb3f7fdc3ecfe5d6e6f3e5dea9c60edd2a78954

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1705a79f5e70bf810a2c629ba060c7ef92dbaa4ca1fda955e9ba4f9ae8ab74fe
MD5 73dc56e67d1ba3f3ca92e32d4007b95e
BLAKE2b-256 b789bbf13c93ba45cfef732c9d3bd89462c2e87a6fd1444456c839ef8a0c4649

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6708943225de19097cfa1565a1575c0f0d72beb24ddad423a3f588ef02781888
MD5 db08a01f95316ebb222455dfef413239
BLAKE2b-256 abb0b47541337fd1ea7a13d0842597d01c5a7f8a5e49b4731e62401ae1b70461

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 933e0a189a102dbd4a039591d7d82ecebde12053254fcc205fe8d89a87fd2395
MD5 5cc5ce908727b7430a6c8e6db8d733f5
BLAKE2b-256 f8989242e1a14167733f2efcb47462cce7df0c8bb77f941d9ecbda5af3b1d80c

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: flama-2.0.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.0

File hashes

Hashes for flama-2.0.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0750b898cf7ca7bac40aa7ffa64e5a9876590e6a77e8324f068a9d6a899fb9bb
MD5 8f536b0c997f50c2c3cc2414ae6ea370
BLAKE2b-256 9d8bb67c7ef28654d7e92a4e2d7b483223646b021cce21fd3208e3a05229da88

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14665b444f5106ffbee1cbbbbca02d37bc4b4436edb3ce9d845f93abcfab5b22
MD5 cd3d492d116fa7db282a8f90dec5e431
BLAKE2b-256 1f257f8695b6866940c859a9400884f2d1e334a2eca969996136e7bf10bc1bf0

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1c85e0c698eaa0e556dd5ed263373ff41d2a740bf450debb08862f2211219ca
MD5 64bcca3095b4686aa5e171b8ce80a926
BLAKE2b-256 f80e15813d736262dd0ab6c8099ff22c2b8e146878acce6a1bdb8ccbf15fdab9

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9ccc3d0c9b6415e163203b4cad54c0d7afda0fdd8bf83b9bef6a104ce59d49c
MD5 c0f24dd62cbf51301d20dc786a6301ec
BLAKE2b-256 4ba799bb4adebeab43012c4c8095ef6b6e65d9dfe31e980d962fe1c7b55c3d12

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6312f30ab74457b93ca8d45b8260d8851c58178b246be4a9c5d20d740ef72bc
MD5 636da7d587410ef85d88fc671b947d9b
BLAKE2b-256 0388ac6fd7971a37343439d39309e16315b3e68c25f355a2bf64877126963c3c

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aeb59dc0cb84837b11eaf8dea28f128476d5022f4ae7d43823fbcd3550400b1b
MD5 1179e03d833c6c194cb2223fc37dc359
BLAKE2b-256 a52e2913c10cae257c2b1f55beb2d3867962b81370f7e31b1ae1ca8f857c89c6

See more details on using hashes here.

File details

Details for the file flama-2.0.6-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for flama-2.0.6-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 84388dfe611ed1ae36bcb0165582b21088645a419b5b6210f8d4d3cb9882fab8
MD5 bad5ed64b5de4762cb42e1d98c222d40
BLAKE2b-256 12fee80abe24098896289c34b67e75b49abdfe70311eebc11565459e11b686ce

See more details on using hashes here.

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