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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

flama-2.0.2-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.2.tar.gz.

File metadata

  • Download URL: flama-2.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 50aca34399edec5a7c4298f44502a666a321d07567c0fa989f27c4c9149026b3
MD5 42bcd331747237f2bd7d518bc9334fdf
BLAKE2b-256 9515d4056bfcddb92a720f84af44b9ef6bcdd35db58c6fb4b66e6db9a6849047

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.2-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.13.3

File hashes

Hashes for flama-2.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7a0aa55d49aca3b1b9b9cbe980f08b0b6e2979ed8b4c64365cc8fb4d301ea98b
MD5 698c4c8b2469c5855bf473af862e0703
BLAKE2b-256 a3b001ac3cf85587118a161eeb679e12368695a4072cc998d1094e0e092cf3eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce811a14edad5141956c044247eee73644af316ef545f39ca69e8feeb62e7593
MD5 ad813fa8b85a3f13ffa5d94c166ae251
BLAKE2b-256 e3ef2bdb3fad7a95521da85d1ec5f12fa6c9332bb033b5ff0015dec220316afd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d51f818339c129ae29a029396f0dbed13e398b5eae5e1be38ddbf6585bbc607a
MD5 32dd0134b673110539a9bb80d9c0d70e
BLAKE2b-256 8f2dc1b323158f3c8945eba9ab64e0e50bb774818a97c82bb6c80bb49fcc3c59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 265c9307959292ecf08a88d976b6393360fedf52366392c8db23b90d1846991e
MD5 65f4c35174f744c357017c62d7cc6f63
BLAKE2b-256 fa07437294a689d2c44cb18be0c3e1a9a7e7ce3649208f2ff30a1415343c08fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb727d993ddd0005f8c748af3ae91a3a2d82b6de6196cb5bc596ce0f0add6701
MD5 632886d2f11e1d42256f50da2e3fcbdc
BLAKE2b-256 def08b765a33b8572af6be06a645c17d6aeb651d074dda8173e8e6face1d77c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1201afb7a8d1cda1bd295416de9a00c479a79da24a42122d3404fe95c97eac6
MD5 6f2708e57938cdb68021e706cd2323fe
BLAKE2b-256 b59612f4427ebe200e61e4a4742abcb215bbc3bf48f58b16b07498577e3950f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2dad2cef1b72372773df34e08240c0fcbdee918dbaaa0e16a35f5b79f3e32a10
MD5 dcfec40719a4e0ef86cddd4e3c595407
BLAKE2b-256 95893b8bf180b7b8ee12642a83e1f6f15af68a9c65033f1ade4e68339590faf0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.2-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.13.3

File hashes

Hashes for flama-2.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e4d83cecc7bf38f2c03d52db7187d46a2f60fb893ec9ee4295c2d00341ecc151
MD5 c8582ff24f1ccc958e5f44c50c931876
BLAKE2b-256 af0ada7652471ef6c0171a1925fd867fc0bfcb0427beafa883f7a9e543625dda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb74a81aa687dcc5b45fae73ba5376b8b836539c168ed594dddb3353497a8926
MD5 590a819f2ab16c61265c6f7d1e798f37
BLAKE2b-256 463c6097746f19de00b7cb7cd96f8982d25b6e8745be846973669cc4ec569936

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e718c08271508c0979ebd94076c51aae88b72d744ff4830f2f242aa004e2f228
MD5 c7b8068051a33ee8e89180eb15929351
BLAKE2b-256 0c2326abe3fe6b338f108293eab45d3718ad13a5a5130f43121a25f71c2aab0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a9b2d7e2a6aef602903a9c84834398794c88143d97146a4284ee1243237eb9d
MD5 f654165e959f279cd76620cd602280c1
BLAKE2b-256 1ed10725b30e0a21e259a89251b4756a87ee23c10bf6b81b0e31ad08edc1cd10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e745ca237f8b197f35629cf5a39ead806531521510f770b29d33d24d6c076281
MD5 67f23213a5c7a92082a0adce4fd2332c
BLAKE2b-256 1e23de83f36afe67022947b7655a7a5df8bf88eac9c15364a30ed46a55454b8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e8ed39b49eb2fb13593569257682015ad9ca04e77c06d757e92754132795ddd
MD5 8108ecac6896294470a649771a012c50
BLAKE2b-256 f4416ab8e73d16f9fbef8038c987eea520a96c2858b64344f973d528168ec851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 613faa8dd3e232327eeea29efdd84531bb22e9b95f4dac73f395454e3785c843
MD5 76dc380663e8ffc99a6611bf727a90b8
BLAKE2b-256 65a9d3ffd8e7153411109a8bc17a09d29e49e577de10d2f007c47748ab30fb79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.2-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.13.3

File hashes

Hashes for flama-2.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ec9ac6e7ce9734fe283c4f3f3d77edf24bba9af33dbd60ed63e4299b87240c46
MD5 126a54b54f37439660ca2c88062b6525
BLAKE2b-256 8b61f97afcc422f49ff790eea697fedde8945895cfc8aa6b21d3cf3d00385cff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d3a96a45210ade4d5957f53892ee613f4f41755074b716bb59398cbbb3d1430
MD5 a4f533892edeca8d5864e77d9ec833de
BLAKE2b-256 d1d209653bdd2c084f97bbbb2fb672f9997b64384c1314746be4b923b8e6a589

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ae44b0b63c53c562389bf2c95ef5c977216c089847a053b82f0a904bb602efca
MD5 8f968629b5bcb4043e3bbcab0c907946
BLAKE2b-256 11933d0eada4bad3a9c0430dd584f21720db871c0305381eaa8eda56f93a1226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07b3523f25568bafc4b811b82905d7b40ebcb66e326556fde380c75efa61b336
MD5 d3fcabec11b5419fc882b16eb48f0cc3
BLAKE2b-256 1cacddcb6b58d4d27cdcf754356a679181b33f98f8aef447dbe82d91fc8e7de5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41a9ce623f903121d377afe092b0c7b6199fedcc7588746f718cd12d9205175a
MD5 ee055a2b6926a00fa088a39505eea01b
BLAKE2b-256 cbbad3f9ea66b16e31f23ddd769c1648e90d9e05ff51fcb4ed83e4c3b24138c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52d5a100be640ed6a9a2e1f2a3ba1d5c44f1b21fccd51950240004c11288adc9
MD5 9488b1b17fb39751f51aed7740538b1f
BLAKE2b-256 5a80e00c8303fa886a6127121acc5e561c750a944e9b8fd7d764ea85201d766e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 001b973e4c99c6493a78a48e997f8af8545bd559df64a73b3ec38393a3c04b98
MD5 fa8615ab677f6d73f83c0622236d16cc
BLAKE2b-256 6c3e5a5e44335f48ba70b98d089d95fb764c4a322e85d84d7ddb3d78970c98a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.2-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.13.3

File hashes

Hashes for flama-2.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 abebe104e595f0171c744c984b11b77f91b46444c096c22c65167080f90596ed
MD5 bb79d55d9d3a966e9ccc5d76daae64c3
BLAKE2b-256 b73318b2f6132bac670d08019a1f3748617f1051cee247171a99a96e96c84d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a72d19da199024f1f417e20b4d7790a28c7dd976f4ace082eef532b431fc1ed3
MD5 61c4a3503a74ca19afec6866bc45a629
BLAKE2b-256 fd645660fc12373d4be554b00848a7c7d74c6457b5dd0676c353f44707c38b19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6ff8d12d7457521a297196f1941a22457fe4ad14136bfc12708adf81dc306f7
MD5 f9ceca66169137271cbd1c7874ed5de8
BLAKE2b-256 5299134cda230e5409855ed0ea27a6f7cab38cfc829079bb5a6cd65c749c8d79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03e3770fac7c648dafc0e23ee33e528ae390e336be4e010d87ea010cc15970c3
MD5 c80e66eb68655dc53cc5cba139ffa29c
BLAKE2b-256 3f0819fd455f80c3fb467d75e5a0bb12e0078df06420ce7a56295e4a8a114e99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c084a05a6f856321581cdfa657c123631e3bb47b8c931c977b402fc24c2a7d0
MD5 efcb063a7a468a5bb6e554ddede6f88e
BLAKE2b-256 b9f5948882e3ee8c7586b5dff027aa2b250ab1d4e73e5b4bb5ff7798681eec40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0946bc259fd4ecd8a4b614bae0dc9b25f3c99456299793151b8bc99d0be90b5b
MD5 06215641fe3188f6cc6ff8fc56b62eb8
BLAKE2b-256 471276ade155b39151abec4bf2910db077eb8bf189ad82b31be499cac5ac2e92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5e83fca2dd467baef6aca22966659c0d15cf64b701ac6231a83a9c4b5a8377a6
MD5 eade001726eed9381896b3e115678273
BLAKE2b-256 f2140ab4c99c09d278843b06cde7cc196ecd66a445b4aa56934d5f58effd3bfb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.2-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.13.3

File hashes

Hashes for flama-2.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9f3c3c5709254d3c3479f40dcf373c9c090c3da437d529ce66ca65aaae1c1d5c
MD5 1582181b27f2ac3fd69f2f8919746af0
BLAKE2b-256 db2edb90bd81f3e83c60f9932630854d81759d1907f423a76def8745c875164e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c8bae2163f831a54315244f563968628b2a95cb72640e8f284e9c65a6c2ba2cf
MD5 a5b9ae24ba3d83ed4ecb28b1e6112a71
BLAKE2b-256 a30cc1206f65871d35badb91e16689473ce4ed30874a05af2bc6ed20daa59da9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a338ac90903fcc5931ba7de491bd45d15e20472e7458aaa06dace6eefc5c068
MD5 6a3edabcd952b45be6cc0a89b464a468
BLAKE2b-256 74f77ef9d165888d87aa5125e2c1818eef29a07254fc44ef0bde01738418b132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d06b7e0e8eb7a29cbe2797900e090fbe3dc6bcd9ed2e385f8ea26a7bced4d9a
MD5 a41b87b8d2831a2192b40c3ed300cee4
BLAKE2b-256 841a5959490da79ca32550de9a1278257e43fcf71f4df2edb2ad2b5ad94223f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0828a1a60bfa3d236841a4707516ecca2caa826f4fee28e10200c9516c8815f8
MD5 76529a83c98409f4a0374c4999526a17
BLAKE2b-256 2a7d11e79556ac1ed3b7c10f0d1d93973830e82213a1f543aaa4eefb3123c19c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8a9d719c6ffb77ca5f1202bbecb0ca58b6ee000c7f1c0120852a937150c3800
MD5 76b83683115d0f9ce2eb2fabcf16cb72
BLAKE2b-256 038960a27c4c75fa6161aaffacd14ff909913ffbb87f7f6fd8d9cde6c56943aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c3441bfd479329a915ae951e890411adac475b954da66ccb32ca736df4780f1e
MD5 22d5cb8076549fdcd0ff2ecfa21c5989
BLAKE2b-256 4f12b2f2285b72ab05296804fea0de44563647d7c32b4952a1963975a4e986d2

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