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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

flama-2.0.4-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.4.tar.gz.

File metadata

  • Download URL: flama-2.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 80796c3b4e89b91ad1cb76934a96f260141dfe69a3c32f1cc0c74ee4eec30c5a
MD5 4a2a782be974b4021605f20319d8f6ba
BLAKE2b-256 11165e2d692fc3bfba062d6732172db96c58393b142c91d3af79ddeb4f0d717d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.4-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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 296b741b5ce1a5dc30d91fcd3a10ab9ce8f112fa99353a3f8315e4f5e906dbcb
MD5 e359f1a0f387b5d0682f0f2716866d85
BLAKE2b-256 f14505da5f3c33a2818a0ad2ae701b9ff983eb37b6c9a54340141efede98ba99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a544c39065f0715876401396fee5bf18e9f13997ce5e70db7a2193a1a4daa2d
MD5 d0858d9edb76ca5230bc193e16a332a2
BLAKE2b-256 495167e83f2af719c18ffe3ce756ad7cd93aa8cb2418a89e4bf00a677667283d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4d1fbff4075273f399e43dda61e714c68ef2beb5c9b49a8fe89e2f00e8c6efe
MD5 3afb89271aa845ac05a8667883267128
BLAKE2b-256 97ce74f9853982a1c3685578f3b3156157ca0a9756d3d562f2bf3c40172b517c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b01202e299c84fd18d5b96c9e67606fca43cf44cb1b63d138c8a7da07f89deb0
MD5 d5e7fefdcfb5bf10d78b224791f8ee93
BLAKE2b-256 3d9ad1ef3c0762dfc70116c00e737c8a583da464570e946dc3604b9bfb1e9b51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f3e91b667e91eabbc0cb8d8631d71e3a6ce2d1b11d0c9c1deefc8b4e4397736
MD5 80bb0501dc6dc6af9980bb2997aedd6c
BLAKE2b-256 e7fee6b8060815168afa35be7586381f6a57b2cafc591da2694b202604350a72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b1a45a08244a69e144c04fee3d0566be230ad98849c38f0fbe2b1e268021a81
MD5 331d96929190cba496f460445c11590d
BLAKE2b-256 5aa031dd9027fd7ab4d0d6708eb5cf240048220499e971e5f9f4b8e28e590a79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3e45828f89323dc17f46f7776244652f3cf23be687c0044c69c8bfee79f6b939
MD5 0c6d32dd3adf6a8c3fe8aea604972abd
BLAKE2b-256 7f497f0480ffb361df1c3043b4081258c069bed1296b91920298ebabad75010b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.4-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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2dabfcbfde3abd3783a1244ae5430a5218d2453501f7a3cff18e43ea8c2090f6
MD5 3548cea9af2d11068f8c6618031a639d
BLAKE2b-256 33c497c9f3d5366be5814493f8c396b77e3b025ce6b71fe31e9488c28b31e156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f6d9590c29ae55629eafd6e93e15e73654cbae321b028d9822bfa574ff8476f
MD5 cddf4c721e947b799bdcce169497ca8c
BLAKE2b-256 3a33686e4022973dd71a51f6a20909564399b771a9e782c949cae01f32889d66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1941041a46e39f9c1137bf69f58386f87e06b83ba4f16e4b5bc5180a0227332
MD5 6006a41b0a730bd8a3ea71bdac3a54b2
BLAKE2b-256 1d19459ad40605459855db71e494fa8b6bba4d5e1ad9eafdbd03395b4550d097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 250eac1ce143c106cf913f218710f5ddc30882c4e7d7aaa89f5166d7ed0dd7d1
MD5 507ed0cbaf7d2b3b69d82f8891734f89
BLAKE2b-256 e8529b5030cca179296e7797cdc7c8645c12c4ca5e6135b9edf9461835f81121

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5a1b4fcca9f9f6b9edc1bd5ada5418c20e6c7c6b31d5bb501617a36f53b8131
MD5 f7dbcb3e3d4653524d406d977920ec7f
BLAKE2b-256 607b8dbdc53e35a2c233b4dc1578502789be9e1aec2758f2a35ac2092b35891d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81171ae186ca5c6a7af1ddec384142532ad57fed6c5eb64d5752afa9f31a161a
MD5 789926147152450d48d5bbc95b6106dc
BLAKE2b-256 966976c948ac28f626e3d4b3f1482d77a3b07e6c4589523d9ae0fb1e2e0f81d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ce431ee641deb27489e04e1891403ca4b5b5628f69f9cd2e1886f19784a70b71
MD5 ff714925fe4c4ccf87ca3024078168b2
BLAKE2b-256 83951cd324a439956e3b927f82d3c5723c234ccfa4bf469a77fcafef0c5b7efa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.4-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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b0be9e7931f5fe077b726f379877cbc6ca387ee1578ff326d556a7466c71ca47
MD5 ba6e2f650a9982772666fc8b2f7d445c
BLAKE2b-256 8e7ac7a4c99c60809dcdc8c7a6b834606451f35af9d52d8071607df32c21f1fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6cd71c046642d1bd81ebd4b20b3ab4528d1710a7bd86ab40b962a81231397d6
MD5 fd25355331a10b21537d04e91daa3b63
BLAKE2b-256 650f531d35484a123623dcac65db6a888564814c3a95ff5864e84d08e19673de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a3e257b4ce3e298d6a5bc8d7b12afd4256a1ffad98bd55c2f3b6f00beab8c6c
MD5 71ecd28a11ce198dae9173a8b4712a6f
BLAKE2b-256 602bafdd39adc591957aa255dae50a1682c667c40fae6f72a39e74ed1c98e9ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4cdbdd082cb867942ff23dfa067f3b07f403d44106ef97d81538087df7d0b82
MD5 a1ee03ea5116f722d2e18ec7e3c40d9d
BLAKE2b-256 1a7cf8383773c4f53195476310125a8f7ad2526eced533a33494f3cd34f59e27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7268ad1e59a6f81ff71cde586a603f6a1f57d98c7291a636657b59e29ba9437d
MD5 e8027c228f4eb7cc8dea238f0790ca4d
BLAKE2b-256 6a642f98b443e5010e749db84139c800cfa510662e37cc800722608983ef4916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29bdc821e8643cfd7a296dc967cda72daf03b032aba9767abb2aaaa1bd4d4978
MD5 0e87a855aa02ad660db8a724c1b50127
BLAKE2b-256 abf9f0213c0903013bd7844149ddfc4efdae71a5cb1f5bdc4e29860809bafdfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4a9eddc5a03fe05cf5cad363c0301e761a3c3f56199deaa9d8538232a53713b4
MD5 738a75ae1359850699246a2bc4f37130
BLAKE2b-256 035afef7fe4c1c5425823186ca63b1388acd0fea90de2483eee4cdd67ed55afb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.4-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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6ec30eee86ba9788393dd33efb4d03c7d9df635ea78c6b823be9bdea4b87483c
MD5 4843f8b661d37380cc9c04bfadf9a0f9
BLAKE2b-256 34ec33b9201a2a2338b5193ef5de0fff1c41fe7ddd5e31e76ad5eb37165e45b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0efa06547b65eda82bb1629b9a64cf8cd9124b81c7f81c1ba979ea45334343b2
MD5 30e467404afe142d4ac52955ac14a161
BLAKE2b-256 a6c8aee40ba98fbdbd2669c23f840bae89d6272536d036173d4e4f48b1ef1057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f1a39386c273c7da95427c056e9feaf4e4b33d971165d365f3975fce182728b
MD5 4c417d1a488c4f3e6d7d046a0088b358
BLAKE2b-256 a39c009b29e5d146ff976131d5e46ad9592723d67ebc2d4779e1483ab60072ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc835ccbd170dd6b3409f3733cb255d23c50b1c7aa26278dd3190ce650c6e070
MD5 f0f357981c1d083c842c261f30090fab
BLAKE2b-256 bc3a88104046d91241e4cdeef00b1b925dcc29efdb240f932b5c686aa9ef8ff3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90cebc7b0f8dace1611cf54e953de3651fc4548d510101adacf35ceb1342a112
MD5 65b6c6e74dd73a66b7272c438ab2d0ca
BLAKE2b-256 5f893b774fb38a926f60a2e9309476f29e8fead3721e23da9b7435819cf6d270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c30dc3a543e22528a7bace9305248346978d312e35fdbbbb83ade7464d8ece9c
MD5 6c902c1a9277840fb8407546a42edefe
BLAKE2b-256 8ef87ed20d3db2dadf66f8a94a85d1c20e48ae1e0851cf59c0a9bf6ead43ad8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 325944556d1991bf918c7d5e7d281b84cc9a10ac73df7bef3909ec85e842554a
MD5 82ec30c0a90a4cf5a3047b4bf6d2d30a
BLAKE2b-256 673b9f4e253898e43e0cb69b752bc7527125ce29345e3643df85bf897440ff85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: flama-2.0.4-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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7f38e31b8aa6d5c4cdc0f35db611f223b3d7169c5cd660d173678d917615dfe3
MD5 fa6388932c3311471e05ac7d73e7d83e
BLAKE2b-256 6342de213a553605d8024a0310091262954db3004c8654e42090ba8915998d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2cf4038c98cd0df81df076c6763c9fc7daa0b53f812e3e53f5117d30e544b23a
MD5 a838a97178f8753b77dd4fe6bccf84e5
BLAKE2b-256 16b267c4fc5b6b6827a00d39013e8702294332f91ad97c0339fae83698ed17e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4cf026d784173320d7da73d940a9a5fd127bd731ab3fe99f0011cf6a3b13583
MD5 5b196f999394d056c3dd7d47bce478be
BLAKE2b-256 729ae4e744833d09fa39ce78f42ce8517fa88a6c16a3db191866b24cc3911454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9032e5e055f064514cd0d0479e50513c3ccc57a49f4e0c6af93d1780e301ad3d
MD5 6e3e7d46531a8db4dacd8ca5e2516c59
BLAKE2b-256 97d19487cf6bb97303c9d8606de2160cf49dac4369e36aa930f076d59e068ab6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea0496c77bc9d937aaa45e66fc65bd2df60f394b7420230c723b91e9dffe4826
MD5 167b2128564f57fdb0761e86a72defa2
BLAKE2b-256 40310e10a7ed10bd983588eeacecce0b5c6330439a0c65f3b7c65f69be0b46a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c11c2e664c65595939c1bc17dc42a21993d31cd5931cb4c6c635791191463449
MD5 3aae3edde634a4b9bc2fc0c1f04beb69
BLAKE2b-256 5d99f3ac58506b4f2a7b66868bfdb5e44d97b694ab5081a37b775195f0aedeea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flama-2.0.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3219d3f5fc7be1ef9d2b8e1aadea3e4ac5336855ba8c34885c173e7b73fe5786
MD5 90e83c63f4107edf3f130dac60358d39
BLAKE2b-256 3816324db2c66e91aa5f79af838b28a62943092ad113322bb6c3438849207af3

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