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.3.tar.gz (338.3 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.3-cp314-cp314-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.14Windows x86-64

flama-2.0.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

flama-2.0.3-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.3-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.3-cp314-cp314-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

flama-2.0.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

flama-2.0.3-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.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

flama-2.0.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

flama-2.0.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

flama-2.0.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

flama-2.0.3-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.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

flama-2.0.3-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.3-cp310-cp310-musllinux_1_2_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

flama-2.0.3-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.3-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.3-cp310-cp310-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

flama-2.0.3-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.3.tar.gz.

File metadata

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

File hashes

Hashes for flama-2.0.3.tar.gz
Algorithm Hash digest
SHA256 5a6b84a03dc2378fc2a40fba69b82f6a82cadbe5981e1a470656544aad5e31b7
MD5 eef5d535bb0298d4ce0e932d6fcb50f8
BLAKE2b-256 3603f8fb22cd1f6cb2846f138e91a17804a0d20b2f95ddc972b14c0261246369

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.3-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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8ca4b7c4af9dcbac897e81a0cc747f3334fbf739bf6d690dbfd395fdef545789
MD5 f52a41e84837ba06a70971f9b5ad9b05
BLAKE2b-256 ddd6d239c5885ab9091e49e6c3c0932055689a05db9f7a6428ebd0a86c9941f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92d7b042a5e7d3533470eb73605d056f2834733a6095cd1b7431f0ddac7fc239
MD5 b28283a7b62b55f16b2e723c5e3ece51
BLAKE2b-256 82832a240244bf2aa720f665e4e6b7f5895dd031d8139370ef005b36452026e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fded5e7994713b1f59736ec79db34bc7f4708b22dd54ab062fd951a2370d7de1
MD5 c332b20bc9db664f62d01bdcf13f4e62
BLAKE2b-256 73f4269a3b342db8fd4e9e6b54f94bf5a9d4dbfb111eff57bec9d29abd5381f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2a73e96b555b8276fc70cae6fe55b203a43081272b9735f222ecf5471feee16
MD5 b5819060aca1276fde1b5b3b24532d7f
BLAKE2b-256 f2c497980141b236052d2b5351855a8f4fc67df9d23ddd853099f5835c359356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fc017b41eb7121e89dbedb25fca78c4db1b4cd83eee0c6dad690aa24708f81e1
MD5 a2400cad053a1d30e93ecb2c365e426b
BLAKE2b-256 3dbccf9ddb8bbbefa77eed300cd195189ab732b18a474de71b530bd5b67060db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42724165d7d7b4d2c861157fb0dd3b46fce11883f488c6efcf16105274e58e70
MD5 c164f77f8f64ba2e06be3850f713a921
BLAKE2b-256 072ae3d943f9d6019e64ee03f88bb70b4f0d153c7d4cc9ca5cf63caac8864f69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4c41414e793932643f88e433263130238871609cc3d4b9c0f711069cedbccaa7
MD5 00ece4c27417e3123ac3665cc4e8570a
BLAKE2b-256 249817aa0b2ccbba9be72ed6530b8d30f67ac6b9aa2f0f1e56c9dc5adf60dde0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.3-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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 eb6608ffeb38f862e57a600c48c71d73363be9c2aa063212c7decaec9ca6e573
MD5 b441fb1300aee31ba8a4c40a3c85ad66
BLAKE2b-256 585ebc0d6df41d4bc672c885ee7ec403bebc60b441f63e4bcc5ef00a5f7e81ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa7955b67cd643d36eedf65419b8d7d9c0a56f242d6f94a6c04991d1c41c2506
MD5 dd1e65c0f2f82e5db91c116ed1f98bd4
BLAKE2b-256 e17b8bec6b0d527c4892c45e3e51b456db4ae108eca089fc5832937480c40876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf0302a5a604a8a7948507956b71da86c2bff166c835a98ce37f4e15a07ab11c
MD5 130905aeb7779ab2ff8678380ff909cc
BLAKE2b-256 234fee9c7bfc7e77abd983f88f703d22126de19c12c563491b6416f2bff21d92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec3648cf8df1c35b96b67487d17c1d44800e06ed22fc2a24201de908cf6d500a
MD5 cfdf7c787128a90331022879deb8ab5e
BLAKE2b-256 a705a040f3cc2fbaa34f6e67ec4f90eeea8de04241a2803a4d97457eae8845cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d82bc5f08352b0c96e506d22676df4e31ea9bfcd6a63d47683892ad3920db6e7
MD5 c16a775c76b090cb14cbc13ee8909bda
BLAKE2b-256 719f9b592bbe3d595d0e03fe59f484b712638a5898aad19b175dcd3ac686e985

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fb270a9c343b796f5533fbecf8df77e3827a05722c6b53442a8af5c8ea3351d
MD5 73b6bef70502a07a9c2abe7635118a9f
BLAKE2b-256 e843c6f4c2dccaf82bf73330a512c49344496af23a6d0c92b41729cd66fbc62b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9448939bec974aba2a4cdcbd9989e684e8af40bcbaff685b98fc81baddcb12c7
MD5 10e28a0bd18ff67774c5c9587da73e76
BLAKE2b-256 7231a92dad81e0fa001196d2416308f8dbb552ec6a33fe2cbc6c95c00fbeed48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0955366239559bb5d5d5e1f253a1d692fc41c6059d4c01d7b42a3f3513a72106
MD5 9e293b506e8be60d8b047aab4281839d
BLAKE2b-256 e60910d48fcc7d437d2976ff7377260524d2aa6279826c3dcdca77c71c5b13e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64164430adc7f59d1c7a89aa870f3ea0a182bfeccd7fc35b9216bc79ce0f6159
MD5 e7772c4425c159770064e3897a83b039
BLAKE2b-256 61f17357d68f7704d5deb2007208f18fecd72922b2bdb6a26370d79f6f04f7c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c64fda693258ea541733d09a395ee93d5f09cbcdb6dce1eb7deaa706dc3f154
MD5 fd19a703368231dfb16aba26ff752d57
BLAKE2b-256 f57a4d40fc01b5d8fb37a8885e03776e08fe155ebdce1958269a211127652126

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04cbd3876265430311f0a9adf5cd099b1d5b9a7282dec80c0f0fb5702c2973cf
MD5 4737ce946aead36dee26fe08935eb609
BLAKE2b-256 3d8514f18a73dbb78db99cf8496628151984660f912fd4105b3e46c1255e1822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 60502276ab2eb7a6e665c2a6000a1a15513a1de8aeff894f52277aa7037d0305
MD5 75ea5488487146bb2b5d31153d019cc1
BLAKE2b-256 8a9428e71ff7dd4dca815f7560de8a9a352c8383e72bc7be2642c3166702e698

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1359af37fb93a70f01ec099962020c50f5a52e901f5a21571924dc8380641157
MD5 07e8ef6385d3a9b46e1603fcff365966
BLAKE2b-256 670a48164521dff9b0578640dc7b41ffc7ec3126ac5b858df475b8080ea3c424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2f4a6599c2faaaa4c9a9ef217cae4e2821e474845b6c0e73bb5bfaeaa98539bb
MD5 02561a271e95b71044fef1e2201097bf
BLAKE2b-256 3075917564c347bf84fd2bf4d7cb0175b7270c9f683ca9965d4fbfdf4ff5dd3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.3-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.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f9dba05e3afbcafad2f44237e768526a0fe6cf609bd3d1ae24aff9898f0077c4
MD5 7a0e39325b8c428a16333caf7d5cefd5
BLAKE2b-256 a2f92458d68c7b17ea5d846255b97c32633a05164e2a46321eb372b022e30977

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8524bbc8af29982bc6aeff0fbdc6d380580a932ea255a7220b6f07367b689c16
MD5 17820581942e59a79c993cbafd2b3864
BLAKE2b-256 5c8e7d356fb6ca8acce3fb7836313276ef8fb1e84a62bd65e2bcebb453b9262f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 286ff0fa73a423a740dde7c6ebda2103d996d4c39c5214eafbba28ab769b7cea
MD5 691dd22ae5bd7a10a183a628d708493e
BLAKE2b-256 936b3ae647f7c0dc3bbd191ddc79f52dc2360aceea78f55ce9fc0c0302b8929b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c63111c7d612f9fd6dc0df21ea09107c911874166cb5b0e14cbb91509fe64cc6
MD5 c5692f46199cd166e91abbb61d936663
BLAKE2b-256 32d3931663dd4513f7568c79ee862788f6b800e584e0b74734356ac053fed9a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 814447f7adad371b3cd3265bcbcaa16f93e57d3d1c318b2a3a0b2047edc91da8
MD5 c014634c9463a58363e3b669735fdec4
BLAKE2b-256 83ced62033f323592a19c0eb80c6a8bcdc1bd54f1d89012e1473a933772d49e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 602f30aa25ad72e4b681dccbefb0ae69664a65976448f20cddd0eeaa9d2cd5b6
MD5 2b2c5900c2fb0ccc79e4d75274823411
BLAKE2b-256 1888088648c14d52dcf52d1bda3d6c6e36e6fb543c908743cf18347c0219db65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 43d1b3095b70fbc39fe5c6dce4bbc627082975e9478cb9a74d9d12fa756ec01f
MD5 4d70979173de102ad9324916b6f47a12
BLAKE2b-256 64e69175ab60331f310e865ee97e80e5349a753966ccf2c7b445585badabed1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f03e1246db797b490f8f795b6c87571fb085f71a3d3c46a094afdaa199b40f0a
MD5 786c0c3242fec8bd96a8b904d2e60432
BLAKE2b-256 72a51b7267f6c6007d61c0a56718226472941cf49bb7f8dcea5a5068476cf468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7304e3865848fda4004e86d94f192c0664518c9483d362f08be56b030823b77
MD5 23f85fbc8d1ff9ccd4c6bb1d801951f6
BLAKE2b-256 28ec80019fea304f559183ba070033b4cb9442ec3a399b1c5e08d4a7e8b4008a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6b59d0f1f90e53563043688334482453ea6e6600ab77c6cb3d10dc847ef3a6d6
MD5 ce6d0314b26de5d029a04b0eca9e053c
BLAKE2b-256 4c54802f164b5b81fe0326dc656c4ecfc588b3dfc4e6747bd689fa300fec089d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bda45c1dcc8f5e9b86f0544e8a51320de30bb650e4f0439ebf83d13e7170749a
MD5 b8867cc09377daa1752b0d500c1b1ce4
BLAKE2b-256 52077748e3e3f1164656e363d36818dd124e44cb931cd21a541dd9ffae745646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5e9e00534a76627d24023f0e5edb47302a18defceafc8f65ea931d03eb56b87
MD5 b3660961474a072410013d222ed5e129
BLAKE2b-256 ae4976310e5dbbb1e3c3a958367b5873725d8808414d74b02856c4160efd44c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6fe560d19360b6bdcae5106ff363c8a6904bb11501c8f745ff4ed6b2ff89d9a4
MD5 515b970101e19356dd224ed5b3e6fb92
BLAKE2b-256 a60440d9361c76fa0137d0f86429a44ee633d361ed5ed4baac6dbd4d33578bdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 32af62abf3aa1652aa211154242041325775c17897b8f1b3060cc5b65dc7d876
MD5 639aaa218fb92e2388df158afde5c407
BLAKE2b-256 7f070b5cc3fa5a2132ea4c257ee91d71ca95885aaa9f9f4ef366de9e1a3cd81b

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