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.5.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.5-cp314-cp314-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

flama-2.0.5-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.5.tar.gz.

File metadata

  • Download URL: flama-2.0.5.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.5.tar.gz
Algorithm Hash digest
SHA256 56900a7f5d2ca659097b2ed60dfe4b6aa191f249a94029fef2819461476ad08f
MD5 3305fe439ec75dc9229e5eab6de7f0ec
BLAKE2b-256 4b7a47145dfc3ac3baceb223944f138a675800a382909ccf6c5cb4822540ee16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.5-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.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2d760b1c66bb725b98a1a7db5d5aa41338f3d7891da93f02b42a14f21298e309
MD5 5d23fb3677df246b833711f32c67c398
BLAKE2b-256 9d229039124158b1e3f50842aa9812f70197b114f1a11d4cfe6c8808a6cc09d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05d947894dc99a03ac344ecc0c4d2fb7272800c44237c329af622302f39dd354
MD5 7c80fa0c00d0e5918ad87ff025d154c5
BLAKE2b-256 6335c20144bc6bed791b2122192135f9b28bbaa1744f675ef693b659d7274dbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d44da59e4f12e723a538d1a4c393f8a68cdf7c43684c523647d1a88bfb679042
MD5 e894bd417c4d1e700efd17a41af4360e
BLAKE2b-256 dc26a7a7fe4f3c8dd93d9da8239ee938a2204a8bfcb5ec45a66b69d33fc9e448

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a674b5387a6af901a9960ac19ae616d9bf433d10598a64601f6298926362354
MD5 8243bab0e53efb78239937ad69537773
BLAKE2b-256 fabe2e2c15c8617db2e0686257a0859586378b9ca6a8cc4d0681f07b77303aee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0657edcc1706120d2f80808b2767fe24eb945f68a0cd8546750facc70a24f911
MD5 ef6e61e96844846e62ad913a0330f336
BLAKE2b-256 641d930c01d83d2471867be74ddf9edb81df9f3d26fa5fdf2281763c3cf783f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea24a099660f7db6a1db9d1d208665db2157792460514f0acd3849bd045bdf6c
MD5 6ec37eb04bbd209a84d98409cb5cc2fb
BLAKE2b-256 db2ca784b103b75f11dd9f20cf3814024e8427aff5ecfd0949b33cb158beb256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b73bd526d2cb33b20076fbd5b5e38ec97391da07fa259581b993c7a8a61526c6
MD5 de2d3fd4ee01d7c371a163a06fed1d68
BLAKE2b-256 d5f840d70aac32c94837dd60eae19083a193184fb5996fde928939fab88f1fca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 92547ae0db8a6d290e78ab3c8f1b735ce42d3f2948f7ae63fe38ebdcf56383e2
MD5 ee8151dbe3e74a82fc80b381fac5d540
BLAKE2b-256 0b4cc5e226d8e67fddce188442635dd2b62276fa354d593f8adb4614992caf89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da51d09446c2ef04995650275a0fc4cb57ba96e504fdcdbaf8e135c120564fbf
MD5 e2bf7ef91ed1531039a7b38d57280496
BLAKE2b-256 84558b11a7e371e83e72a6624a0db9be7e3f22911f2f25725082df0d91abf8bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6168dd2b039228a0971a42beba81bb028dd9b04fae75458609c3d06572aaa1ed
MD5 fd2b9de4cbd004a5f4defecd61da16a2
BLAKE2b-256 0318d5f8ba66f5672e7b4671be45d805efcad7f0680eef19c8dc437374bab0d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d5d5ceaf3a107cf56dbc9ccfd83c4353db7623742b4b270f8d49fef01d99d53
MD5 102cfd98e2ba8c3f86c9dfc045b63150
BLAKE2b-256 82bf58569fdaa053e56482685a14e9203ce15ab1ee335c244d10f5cfce8565fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ce14a97661f116c40fdc82c1235da1145b69f9b4dc4b2ab7db67d5959a0be72
MD5 2bd29615c0c20d257f0e1c29dcb257fc
BLAKE2b-256 7e8c35e60f92a9daded538a22ff121abb9bbb2859b08a8bd38bfa52fd98a0496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9b279d4cba442cf655efff63ad0e64e23d6dfd2b5ce3a488e4814f078a043e3
MD5 ec104e3da6846b1160007c9821d46f3a
BLAKE2b-256 f76a7fecca51d953543381bef5be9746429e573afb0673640f3ca6788ae631b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e11975231de64438f0b1f5b2a4e2bb3fcf13bdd90e8e9a6092cb375545d836c2
MD5 646d29d05fe3c7eca21a4da9bec6ea20
BLAKE2b-256 14bfeef534d8db3e6a60305321cd07b614f71d4fd23636f3eea9f0ced41ba581

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8f6a815393edb70f35bc18c8811406b7943c9e3106e05d28d179993b4105009e
MD5 dc963a439180275377efb38caf5c48e9
BLAKE2b-256 bd17575ba4fa210423062923460a8f760000596bbe264897ea3a9bc68c46ee16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36dbb07d5bf45bacdd091c3d3bfaabf8e79456b290a084f3077f51cf96c44d2c
MD5 6896e1730af995f2010b85bde029e8e0
BLAKE2b-256 82389182c1fe9d5485140e540019dede51018829224c32cafce084fdf5cddc8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c3a65597ab84fcaf7935ac2b9729a256ac3d90a46d12d0db3a043ae4c2369a58
MD5 52d013c17f06fd2dd6e2051af3360355
BLAKE2b-256 d1dba37c491169054e7b681d52596806db23dcdf2ff23cc409b0d87bc4ba8c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93ad1a277a3230ec2fb094b95f38dea8a24c3d9a45fb3daf2a1deafc7e2ee669
MD5 6ebb4f4d022efe3a239f7627b02e6696
BLAKE2b-256 e3521570620761e142f86ea0b930ca6a321f1c4a9f74d21f2601165217c8dac6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3f5f43277b1273498f4d6889a6d20323777a703d5edd6727c792232a6782e31
MD5 0cd72a1b5f20e88548b5ce1a7cca5e3d
BLAKE2b-256 6589bd43ed8cd209e83f4a7dfdea75021aa124ec781d9de5eacdf545d3fd16a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8897a5601170e72025f87fb36f9187141476a83732f59a2ba7d2674797aebd4c
MD5 4c2e3334c8c55372f40fac277d5bdb13
BLAKE2b-256 f27b30c750dda2f980eb540ba25ee1a42e4616c822e139529a98f3ef8e4df5b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5caebc340de3127a495344b5e9eb45e789d50f1b41813dab3f66e4c53e7e759d
MD5 37a5d8f0d337cfb819dffd2c02457c3b
BLAKE2b-256 4d9c4092c705de4e1db14ac8eda83fee118aa4c6563bbcc1ea94c496ea8d5ba8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 21ddb8a09a1a196c0a43f4bdbce5c3d31fe59877a5a17c61a37915531e33ea70
MD5 7b2d0754f1908e69e030812c2b36a69b
BLAKE2b-256 b44a56bebcdd26d399248549e12de5a3757c77a10aff1f3465c959d34b1eb077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3d97bdfaf170711cb6ae48745e6ff9e5819ad5fe8894c33d6c4b12b1d28211b
MD5 244c52a439b1632951baa25beb7a264e
BLAKE2b-256 8099d544015a5d6e12140b8a464c423947b7801cc553720cca7817b5799c7424

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55f8f59aeaeabdfb32c50b8759088ff004670e92c25c0c5eef5d184b3d1085ba
MD5 b9e9d1206a8430a5e956f8e42915c74f
BLAKE2b-256 731b65a10d50aefcdb4845591a6cd0a3aff685af4f78cea2a97673855184f1ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86213d72a31800c1d85abf1eeb473a1312faa67902d3c198fa121344c5f1673a
MD5 e1be5b7329a141086028afe5e65cd737
BLAKE2b-256 211ee2f6bafb9380d5c324a39a01be2d5e31026e526bae3efa565be136e15597

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0addb8fcb612b9dfdb19021680d02c06883552e518efc8ceb17a7205395a99ef
MD5 e99bbe9b129efc8f2059ab9218b38233
BLAKE2b-256 4636d197151980e142cd3142bde5d321d93fa46676ab64f785dd4bb9643b1060

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc0e05c71fccc59eecb909e4f4643716f9ccef77e6aef3a8d9d9302c7a7e9cfe
MD5 57f5d4f7cb712e6f762d8bfc0ad240dd
BLAKE2b-256 4f28b511e88df51e02aac72adc716a2b32b034f47cc76d1e9c8450e90731e781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 606ee0920269d0a59ab256726820abee2dbba8d52434d858dfda1d43e17b590d
MD5 b67ea6815bdcc4855f3e5de44c5c0e8c
BLAKE2b-256 370bae87f0222fa28b69d98860508811ec8fccb071639c40d8638bf9d20b53b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 976e064f50c29e88c00910a6751877345148d4c102bbbeeebaf46524f4f497db
MD5 007d2a67f5d84977c4b42903d20cbf81
BLAKE2b-256 00b722a817f5fb9e1d84c0cff73d41d2fb2415ff6894fa920cba78364b9c0d5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df59e6a728c77f3c1d6ad465a6d4fc73b36c7845c81fd2539e214e7ee5174ce0
MD5 56bed299a2c9b2fe3f3bf32e90033429
BLAKE2b-256 d52dc75b08944aaf35b974190974308097475ae5bc1a8522c848ce182528bd58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 785bb4a4b8215232393e5271b40cb4decb7a26e926b642c88411c28f81f98cee
MD5 a4277f6890db1b86b483d0888b947e54
BLAKE2b-256 223e8adfaea5071ad07d6c97488dcc5db106ef3037c2a13e779248d89ee6ffb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afa07dbfbfb4e08fd46465cb77c69cf1f7a2681089710cfbbea592a64c481fa4
MD5 0220a1182cb093897dafb85321e9c972
BLAKE2b-256 59ff7a7723e2fec55de95d1eb7a50a48913576edca73d7c8f6551b20da4cbc5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 beaa642959c70ad00b164ea4af367f6f91678cca363f576102809c16b50788ee
MD5 5b0d9c859a9616658ce80b45195a37c4
BLAKE2b-256 47afb9a44cdae4b1dcde7a7f08a9d939603c6e6061cf84f90e82ea8de769d3b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d8f30eb17ae6777ec5d7675e64b3b5b1351b66369c9871c202a7b27648f72d0
MD5 7072465278bd7de25416412f6370cb2c
BLAKE2b-256 2ef2d1222f5c3f474dc32d751e280d9e621d9b0269bae51cad86585dd172f010

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 93e19c32d83eb96898da68455b213f82fb7d291eac085cf324535c2863b29523
MD5 fae5b8f8c4a97bcc5b1a1ae50dd1a883
BLAKE2b-256 2cdb15dd6a2ef4fc21487c4cd6e89df40d21e66d196614e9e3f89f0b1be9e692

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