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.0.tar.gz (334.4 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.0-cp314-cp314-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.14Windows x86-64

flama-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

flama-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

flama-2.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

flama-2.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

flama-2.0.0-cp314-cp314-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

flama-2.0.0-cp314-cp314-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

flama-2.0.0-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

flama-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

flama-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

flama-2.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

flama-2.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

flama-2.0.0-cp313-cp313-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

flama-2.0.0-cp313-cp313-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

flama-2.0.0-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

flama-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

flama-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

flama-2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

flama-2.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

flama-2.0.0-cp312-cp312-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

flama-2.0.0-cp312-cp312-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

flama-2.0.0-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

flama-2.0.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

flama-2.0.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

flama-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

flama-2.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

flama-2.0.0-cp311-cp311-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

flama-2.0.0-cp311-cp311-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

flama-2.0.0-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

flama-2.0.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

flama-2.0.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

flama-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

flama-2.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

flama-2.0.0-cp310-cp310-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

flama-2.0.0-cp310-cp310-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for flama-2.0.0.tar.gz
Algorithm Hash digest
SHA256 dad4dbb706259b5e1726a1cabc16159d89eccdecdc6c81dbdc2cffeee10f3627
MD5 600f2152b1ca9234b0e926aa40c19aa1
BLAKE2b-256 dd552307eff11016e1b2683efc96fde6220db438c63bd99217935cf32458337b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flama-2.0.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 84c0d4bba2f782a8a0d6e8f58bc6137173ba7805bf98d986bf83bef491ddabc9
MD5 896f861ae8ef4d220aa0a46eebb1455d
BLAKE2b-256 99def64cdd59dbe13ef5b348843da9bfd43f5cce2ef3248004feba87cc9ae36a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50c57f8be9095542dd3423b4c02311514b8e6c3199055b10009413cd8960613a
MD5 813e2a6be303ac0e9e5f5b39ac824b4a
BLAKE2b-256 184d0b6108baef48bc135a0b502e9f1915b87b20d8208e9be6c53639c4204f39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69ac03340224ffafd5826febd5c549c8bc8496d12a41b21f10d7a6ae415d75fb
MD5 81ed6b2bc70385bd569dfd4d041121bb
BLAKE2b-256 78c29296ba01bba42f7d2bc9a1af97088ec7dfe595e79098cddb544f33bb9e9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdd636e64bf79c61b70c08d705d77bc82a924a66c0a1cea7e40c142431dbff28
MD5 5e531ffc1d6e3c494a74654233c52faf
BLAKE2b-256 71027d3868a48d7ad708b9ca25f5fa05d477fb996f2f9dc31864d153193ec43e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8b2fa42de465e77c08d8640d6f200af1d1308ed8bb713a3d3c912a67afc213ae
MD5 b6ab215fb416ccd52d15e8c039b2c5b6
BLAKE2b-256 ee0dbaa21a25f18ca3c1e77629ee668b90ff5fb8922b0dbf05d4c47475db920e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f712a0966acf7f7ce39d0a62e998114eb3d0b631ce8b8db3df91b140073a20d
MD5 7d1f86fb9e5d35eb3d4ff240a6bde895
BLAKE2b-256 b2903b45023071c3b2b8496e72fd0d0a4842780023b2c47a619c1cb28c8c060f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1f50473309c0002e90e3ae035748fce3e8f537e4e187de9b24a5dc615864a4e0
MD5 c873bae6de3c0d8a23cdd882e70ffbb1
BLAKE2b-256 069db1569f93d1c14fd1b52c26dc576dcfb35a303723075510b25ec44f8f298a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flama-2.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 22a95dc5ec70c8c6ae20fbda712138f92a2dfe512bda5854a8b26c7007d59ca7
MD5 29eaf01c0efac12bfe1dd0c24f365227
BLAKE2b-256 2ec6304efaf5c94adba9e5ef70081e66a69d7d335c874a739911040f520f6983

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd582116c4ad47d05608bcffcb9797f0144e7ba9960528726e73d5a43349194b
MD5 5cadce2bceb68dcda2ff9e24e93a89c8
BLAKE2b-256 eadab69eaf3874304e40436d649c44d94682e0126b00ffe40ef7c48c2d4169ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87cf51de4e57acdf450be83bb3a7cc37b84e5fa0cd9b100d47b35a1389865d24
MD5 ee0d71ce7389b94404ef0108e7e9b4c4
BLAKE2b-256 db655a4c7fc4f20509d593d25a8da8f6f229696c8abed39f93d2420f0d5ce813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83f5daca6fcc0a9ff938e61b03b7a3362bd5ded4a5e1b87405117fdcf1d5c2f5
MD5 e3c89cf8eaa576b48f25a8f05e807503
BLAKE2b-256 99315d44d8cc1a6028f8f64a019b44543f6281755876dfb73679616b87ba7a39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca9d219bc26ed3abd5db44444ac7fbe5e06aeaa225e04807696b8118d63f86e0
MD5 0a4afd2e4b259f8040a38066ec23d675
BLAKE2b-256 11696306fa42e739f7eb9fd99987e65ebe2c56b0309e71293e1e8ac3e7b68cbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4ac30df8f937cb29ff11c4d710474190cea31d34113c34f7b7d1701bd188b6d
MD5 b3f36d2acb29944cda865416723f1503
BLAKE2b-256 ba9c9a74878a09911f7b3b7a519c53db38f50c941a261e49013197f385fd0af0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 18fe6f7a5400045594925942293ded6bec163e58a5eb4f80fbfd5f415d1fcab5
MD5 df871626acd620cd2afb7e3c323f0ca9
BLAKE2b-256 ac380d0d3e6b145a4acbb492385c62e4114714337908858fb371c50c28a2484a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flama-2.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0ca497ca26b5e453ef694512eb56d4087b012ccabf4be7e690a969e514750252
MD5 7d1d1c46db7d3d636186198fba55dbee
BLAKE2b-256 f389c90c921f938523cff3989e01b9fba5a422cf1c7f7019407b2c5d38da33d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31b17f3ac52e1d10ad98cc5d887e86a8869d08333864a67d539696ea2c8550bf
MD5 6dc842e1f4633e51e11572c5eace5234
BLAKE2b-256 ebb1f8ffcbee38e51b503734386303a954d972d619748c94a47b3b37ed758c66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6f61d0e38b0af0597e2398ce23cea377ccaeda49cf7a2eb982d210ed97550d7
MD5 a9f739156d455d953373b26da5d4d62a
BLAKE2b-256 ee3007f97f4a5ba86b08bc92c7fa7a55ef8bac6e9476669a2333b89a6c888d0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 149b15f656c036c67b69fd247100304fe0994ed5d2f52893fcf33eb44be974f8
MD5 b678a400e17c2866137e764f38b80812
BLAKE2b-256 b228d1520be2975c12e44b49f472101f156c2b78d4f1bf3c5a9049d600e00318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2289ac66204a5fce72ada4559dc7e4354b8710293788c90c7b1ea729bd05ad6f
MD5 71ce43c0101b98ba0cf317240eb3c7e1
BLAKE2b-256 ba6e1a8a520083e8f3929ca75487959796db3eefa0a402453d7b483df92038bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b557ef14926d57ab277fde6248b897f6d6bb3efc302311a3fde679d686460959
MD5 a37bdd457bca92bc63366be9603b357c
BLAKE2b-256 76163db22f5ba88c93f336ed94869c9b322b2999cb603b7af7c752dbd7f8d7d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 37f7583ecfd461be1a33c128382a816b80c13e2450c54dce354323342b9203d0
MD5 36a76a129b6ec98cd627efafb58ae727
BLAKE2b-256 89a551493acdb47a44d5f8a174706dea57c74ae8bde1f41ec1f59ea23be2614a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flama-2.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a481ab8b2350c2ab1944d0082451c7cb6c3e979d65aa616d1d00b21999b3cd60
MD5 f67d81e4a6f20dc81ae30e993d824d30
BLAKE2b-256 f18bf75cf1c361677d2326d5baa0082ee3d0a39040c727d47348e33ed8a22bd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5d8bf983c7a479e53bb78d821697e191da790b83cecf94f7d60d066d871e67d
MD5 393bc6829e7fb446bbdc718cd6321fc6
BLAKE2b-256 020a02b81afe4b81523e27a43ed8ecc56eb4f6d82bc2ea7c5a67b033d7ab96f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 268f230631c7576292d4fa34dfce035ce731516d01d907e6b1d91da8930c7e0c
MD5 f6e3c88ef598d2d556ebd97f2ffd1f11
BLAKE2b-256 2ff5067a0ddcb5a672fbfec0b83ada37195a0c1de20fa4df86a7a285e9f79023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81e175bd8fb6d74f353f7da1befba38ee873653f8d00895096215e58781f3649
MD5 767451f271b1c31a950d4a9c5dba7844
BLAKE2b-256 37c914e0552a04ed85bc882a0ae87efed029b6ed0dbd3c40d5c8bee267d00562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f48703200ca8ca5b40be6f3c1a4fbc05854d0179d6e504a101a60064d47b9237
MD5 d3492d82dd7e604f2b93527cbab47350
BLAKE2b-256 455e6fedcd6f5e3448f14427021a4ddb1ecaf60ec720d4740359e9c29973ef3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57a42e45d84d11140c5e4aa29ded572e6acf9d436f385721475a207b655b92ba
MD5 820067e31a1ba387566a9b8337a18ca9
BLAKE2b-256 426251a54a7662c4e59e70624c195c5add756e0ae40270f048c1d87a7718cf1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 475517109b7f780c5b9611bfca431c4bd6e43c6742cf0d51f8e5d9a5ad0d6287
MD5 a98900c3efa3ba5a4fda62c3b7387bd0
BLAKE2b-256 5cd0c44f7982cdf46c57e400a7dde85dea9917b5452b039e483b230ec39c67f0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flama-2.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5bb454243163d7eaa52366e853bc4420bd42feaa6ebaadf1c82e37ba1a80300e
MD5 d9813dea62621680bd63f86cf8f3887f
BLAKE2b-256 1d7a235614a090c73057149f083c278621e8393520a02cf48533bfcb1a5caf16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bace279828b40eeb7f74175208188beec4bd225bd75805ea188fe9463b46b404
MD5 5b78a3991cc0b731797a88219254b670
BLAKE2b-256 630a043d5daafffae5804ac3fe1b8fda7d8bc4b6ee05e5b0ddd7cb91f91822ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f08b1f563e73a31760e0f3b25ef6e71347f8f0ebc514aa3d6b31bd0e7c0df57
MD5 bb10bdb624f0673f878203748f5d4afb
BLAKE2b-256 715cdfc3d3517c8284078592e71936501fa950534ef5008c01ef229c79ad6413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77f437f123587757c63be78f86bfc1269b1f7b96f97e0d8f6df3331e5bb9e419
MD5 a2c3bf71a18d4ca62d840017e7799aaa
BLAKE2b-256 77108e752a2b5e7260cbc516cc3236347e7cbeb35cc5a28049d535d22e9b137f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5658a0502ed16b0e57911cef8638ea0a1fbc42a34120b93f2d00cc8b8797844d
MD5 242d27d73ed5d4b2c4c28b9d61ec64a2
BLAKE2b-256 21241298825934c5df6c04c59f81337e5bb2e12a7d6464c0d238add8ce2befc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60efdc5bd18befa91a9b8575ec08d6aa0c98110951b1a0eae91b48cf3333c7ab
MD5 ad28e03b0493d9f074d192f14b97283c
BLAKE2b-256 c4044c18534be461049e4cf15c5472b9abc159e0772a3a1753cf0ad0b0369e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 08dfd4af62cd7c7669712c428312f8535fa1f34c0c3978d1d8b53a45514590c6
MD5 379fd556d3d53f42d51b52d8fb220b66
BLAKE2b-256 19c0c7c8df931cde6ab7aac53e55cc897e7eb93ba625ae0ba36dc85db1f88690

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