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

Uploaded CPython 3.14Windows x86-64

flama-2.0.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

flama-2.0.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

flama-2.0.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

flama-2.0.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

flama-2.0.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

flama-2.0.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

flama-2.0.1-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.1-cp311-cp311-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

flama-2.0.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

flama-2.0.1-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.1-cp310-cp310-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

flama-2.0.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

flama-2.0.1-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.1.tar.gz.

File metadata

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

File hashes

Hashes for flama-2.0.1.tar.gz
Algorithm Hash digest
SHA256 6a9d808c54734baa19e831a377c2bc5cb755587de2b0ddb28c3bafccabb43db0
MD5 1937a74ded3dc5048a7cf1c4d653dcfc
BLAKE2b-256 366ffb13e9145954c5c1b1771a74ce2d7f11918fca1845a921c8436c8a35a6ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ebe9cede7bcb5643b8ced34b652ec52ef540d5edf9b5941a2094aab22b89e679
MD5 cac20bb37a5b1562289f1bd0012ca53e
BLAKE2b-256 480d9c1621cdbcc7f3ace2f8ea5c40ebef9c4562f150cbd41e157e5f9f563e61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8e973c266aae55cb7fde90c9f6239ea68935a71593134028f2fe2f4be004adfa
MD5 02d4d369571eab0a195db7f15dafaf01
BLAKE2b-256 0603942d6d3e9601039a19eccf170f565dd0da027cc8524ad0988e33342d16af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf51048efdb534707cf98bcb1cbb6df333150bf2e574b983e81aa64027750f67
MD5 22987fd2e05cfe971e2bd5bbcc811982
BLAKE2b-256 eefc485c5b0ceef831a910d31351918d468fbf932d704391a2355091d38952fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b8e95a07a3f8d4de3c0d3828d6ad292388f212602b84908e6873ac83c5e73b9
MD5 74b4e4cc2cf35b828732ec116b743eb2
BLAKE2b-256 79692d30843b6d46854ef2708f7eb9134035c0029cdde1976cb701a7eadaa482

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5603a8dcc14ba849b176c8d35d44ae86f966acb3638af476215759294d111ac
MD5 109fcd75a3f815c439936baefabfce8a
BLAKE2b-256 15635ce955db53ef6f423bf506fcd3e2f4358b082dd0954feb842785e897abdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f67cd7f1a92318d8b4d08a194f9600e39e02eb149bfea582207d1d0116938f5f
MD5 60f76b5ad781af9b0541b197e41092c8
BLAKE2b-256 b2c1933c3d946b97851bd758375670a6fa7d564e7e8609bbb7426f43cc2e72ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8aad955b43e2cb7bc279a548e3acd5677dd5d45d2d43e5568571525dec3569f7
MD5 c65a356650fdedd0fed472db119c731c
BLAKE2b-256 cc5541e2595f635563db0822f4690dd2011e5750b31374315c109f2da569890d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6cef49170afc30f6900c29131d58ef9e22952ec70925d465bb94a72f2beab1aa
MD5 339527307a49a48d74a8b0c3145b64d8
BLAKE2b-256 0eb7019d78f2f22989315467a852185e90b4b9b52ee13611f467f8a027a82aec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3fe7ba2b2299c81d79f02fec129c2113fceb4c3d22a5574346cb34eb92d2aee
MD5 369d595a448eab79caa40bd7dad3da3d
BLAKE2b-256 bb4ff8847dd45c777c176c35245cd1cad17314df9ec535117bc6ac95786e7623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a5cfd892267aaaa48c3b77abb99168a1165dba4e88f055a20d6753709371b41
MD5 7f3b7b88f90c74b3286e432fde8138d2
BLAKE2b-256 7f3fc94970b0150e8b86a75519f459218b880519f3c0124cf8fe54d8e4e01aea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 530205f5761508c5d25f1b88c4f44427fde6950332420da1881655f7e9bab284
MD5 9b1438cf9845b4414d817716dd5bd1e4
BLAKE2b-256 5b6e0371ed6c6b236ea1109cfc98f93bec84b59fa820e4e0c081a5172ad2f6fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21bf2b2947ae8355a941164c908fd3c436bd3d193ac6030c07a43228337a80c4
MD5 86a2711bc303f827604b6532e32b5f71
BLAKE2b-256 b8e0817d647be697e47987c8f34266bd2a558b932cc5b0d25aa78f7a7676d1c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 094907a070c264b052875f5c9a0b2723a94ebe09da08d1e0ff9fc3bf987f7ae4
MD5 b47c52e5398f1b67ce433c6c9df7fdaf
BLAKE2b-256 c4052dde27a05168cb5f293cdbaf0db32e52ea6003eb3d2bb0487670cf1ab53b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5e4e0752a15e8f156c77cbac4542127e3e7a4d1840be48fe32e47a511b16b643
MD5 68c9a27506fcbc2fbd2b875465a6036a
BLAKE2b-256 3da8a5dd1180875deb232e18bf79d61af27a39a69a165ef604a0b6bdeeda587b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 54a3c4e434c0597ac87c3b9bbd2f928a336d0cd54391ee0f0ca64b5188c8685c
MD5 f8ecbecaada2089f4807f4b9e24d91ac
BLAKE2b-256 98176e92c9740031218c1342e78373379b6a818419be04256f043a28f3f08abc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c870faf6ffd09073a7aec6add3967018a3cdfa84e3488c3c8881c99252e456c
MD5 ea3209fd99f69adeb0fe7d8e6546ac1d
BLAKE2b-256 9a2dda41b6327e877025277c9ae7d8951be1ce6970a2ee74e9e41a6ac40ad6bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f41abf4d35dc5037d4198243c15aca5736a68ef1ecb3b29b2dc3656d18d1f26a
MD5 d6e94ecb067f5147da18a365bd9274f9
BLAKE2b-256 c03325f59147d96c5161145114301a90f560bf7c0b46ef72bdcafa8d7580d752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9053b14e386004eec35b36a49cc88b54a5d0e8102f8f67ef22e1564cfa707746
MD5 584bda2b3997f486bd41f18ba5be5e13
BLAKE2b-256 245f1cc4f225bcd3c7a0c8295501918384449f8dd9099e18fb3593a23f94533b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4362c20bebdba3ea86339f56db52b0e2c308ad0c0247f462b2d0152f93543f6
MD5 d4471a0fb24b20c75e38b4c96cc66501
BLAKE2b-256 b08368f7d816ae20406c334cae385020b2df214167c3d35754a8efcfc294f070

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63a1e0f0479c186f4a7299c6aadebffc3d316a0c1d3ed6d8a5659280361cc81f
MD5 f0a9c716f140588c5a8b61b017c266ef
BLAKE2b-256 571c6fcf15687ff05382e778184b20c45311abb8b894d100add94b177d3b4225

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 de8f9bf0aed5528ff2a09085ae71e42eed5386aea04b59287030497c6677c4be
MD5 5087d28a6172c3298db511143109b895
BLAKE2b-256 aa33077b777dee8a74dfe71e15c4ace21ae864cf647a8601663953b1e70b8228

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a594ebd803b4d4f23a5c130dbcc45c392934accf27949bb7512fefdb9cf543cf
MD5 72cd401e5a3da5b1140d778e5848dc63
BLAKE2b-256 1f8884c70918ecefeced3d0c2213de7c46569cbfb535d4c143cf935d011a6e35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aee8657186d48df4e364ee35ed26177f83dc3b7d6aae9bd071417b1501a05077
MD5 b41c6fbd6a9c35d8539f8a83e6b1b73c
BLAKE2b-256 b0f4cc50ea77762b0beace2ac2c8f5fac22aedd45d9dc9b90db14276265fed6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4cc31bf060cf490be4e3d24ed20623fffa08baa8cb6ea113299ad94990d2e73d
MD5 6213cf6b6504acd0bb2a34158e902a22
BLAKE2b-256 10ce26e1afff600f28cf47ce6cf6677babd2b3eb7d3f1aaf8ac662713c33dc4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7f27c68a2b2115a492c98fe789a09f7791e992db582870284105d5e55e0aa73
MD5 8bc481013967fddeb74987294b9232bd
BLAKE2b-256 97330e26cb3458b6ee4d35e8035ad9b43dbf5f00b761af7a731dc4f0299d3c02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9c72567f5cd9d5ee5010c112e6cb049e19b59e228c1bfff77ed42b14e2ceb03
MD5 1b8a6a5a5d67a3a53d95d89eea6b616c
BLAKE2b-256 3ab65eb83135e45d5de87fe93b72624e195b068e5d4aad4d8e4e1af1347378fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49f31695d4fb2c507a89edf7e5d6b6393e06532c03e7ced1d722e06289a0432c
MD5 3499d2cf84e3034bcb58e922b73fba9f
BLAKE2b-256 3235f2319fd0a8cc68568899a967382a550ddc9b78053f3d1d7f99d6ac3757e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6ceb577cbe611566dd5597610265216c2bd1f2688aebf16ce3a8aa0f4658ac87
MD5 5178d20727e7d491688d8eab05cfb160
BLAKE2b-256 4fc87212c07366a8366c4268a10f98ed2b7988de5da059c9c4980ca0646423f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c5b6d98f936cbf30ebfaf78b2878e10b0ce2d87d15a7a66d75b6356ec6781184
MD5 e6c9ddf608cc05b1cce844b2a757ee41
BLAKE2b-256 d78bc0654256bda611243559d0765465f91fcbbf34f717730761d8e7fa456636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be488ce21fcfb4adf1420e253939d727592a0d41f80e61875e2b202ad4fd4806
MD5 83917019c4b3bae2795bd5d41195283e
BLAKE2b-256 f44e2cfb60ac75b1fa84fd3d26dfb2bc4ca395e1252afbac1e84860e0bd69cc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68515fcdb4c116ef83e9bb6c14dc2ab07b9927afb557db2f87e8046ebbd574f5
MD5 89324a88fc8a172a53813bb9b2ae144b
BLAKE2b-256 0d4244dda35d0624e7542575d063c229e155ecf478b6cff2d441e6080a370d7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 34c65a98979e81c7807334cca32e5c062f054541c823813f7e4e9927aae3678d
MD5 46b6f7a146922ce31191284b7de86a9e
BLAKE2b-256 29cae0c91b3ed82f8e35a5ca6e8c8989b5741b9fbf23a5c766789b7005d6122f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e026b376fee83aafe5ae9a6d71c79de07554432f5b47870c6f4acbd233c2b57e
MD5 2775b87644f282f795bc0b48b90e7319
BLAKE2b-256 bcb2e3bb93da6f1fc670c52804f919dc7fdc3949f6b9bf11dfb8080997cf5176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 844f3cf823f70c5338cf4766831285803785cf9e166e3ca977693d76c7118c53
MD5 b36d5c44f41fc96bc2ff0b0140624d76
BLAKE2b-256 340156d8a08109b9e83934734c61f948a5af056fd0c67a7b9c07d9cdb275efc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cdbf755e9fee4fd80b2948c3bcebfc87f961dbb6d47033d15402a745a4061760
MD5 6f8aad8b8a433906bea06ea47c483416
BLAKE2b-256 d2fb37c8289d59a82e25c2fb52ad4fc9c23a8e799d07a8e6e4b67db30aa6e8db

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