A high-performance Python API framework powered by Rust
Project description
FastrAPI
FastrAPI is a high-performance web framework for building APIs with Python and Rust. It leverages the speed of Rust while providing a user-friendly Python interface.
Features
- Lightning Fast: Built with Rust and Axum for exceptional performance
- Familiar Syntax: Mimics FastAPI's intuitive decorator syntax
- Type Safety: Leverages Rust's strong type system
- Async First: Built on top of Tokio for efficient async handling
- Lightweight: Minimal overhead compared to pure Python frameworks
Installation
uv
uv install fastrapi
pip
pip install fastrapi
Quick Start
from fastrapi import FastrAPI
app = FastrAPI()
@app.get("/hello")
def hello():
return {"message": "Hello from Rust+Python!"}
@app.get("/add")
def add():
return {"sum": 1 + 2}
Performance
FastrAPI provides significant performance improvements over traditional Python web frameworks:
| Framework | Requests/sec | Latency (ms) |
|---|---|---|
| FastrAPI | ~30,000 | ~6.2 |
| FastAPI | ~8,000 | ~12.0 |
| Flask | ~5,000 | ~18.5 |
Why FastrAPI?
FastrAPI combines the developer-friendly syntax of FastAPI with the raw performance of Rust. It's designed for developers who:
- Need the highest possible performance for their APIs
- Love FastAPI's developer experience
- Want to leverage Rust's speed without writing Rust code
Current Limitations
- Limited validation features compared to FastAPI's Pydantic integration
- Some advanced features are still in development
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (git checkout -b feature/amazing-feature)
- Commit your changes (git commit -m 'Add some amazing feature')
- Push to the branch (git push origin feature/amazing-feature)
- Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
Inspired by FastAPI Built with PyO3 and Axum
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastrapi-0.1.0.tar.gz.
File metadata
- Download URL: fastrapi-0.1.0.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98988334e1c63e1ad155f545b183d2c0c1e593add76bc466499725fe3da35204
|
|
| MD5 |
4964bd0d48561a02b0aff7329a255ccf
|
|
| BLAKE2b-256 |
8ae41769ed9446e8e10ae427592a3f526e6ac33a4640eb7677055e44d4326e1f
|
File details
Details for the file fastrapi-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05416c036a6a19691da63da16d2c3c1c105d9dd84752b68d10f0da82afb82fed
|
|
| MD5 |
2aa285624fdb0485ad8652016870f649
|
|
| BLAKE2b-256 |
40247fd71e0926fb3304c58308247892f04870a42d810a51714e3da3ee02ddd3
|
File details
Details for the file fastrapi-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6c13970ab4c07ad77f0359c8ace999a40df2d0ac3185ced59bda3e08633fbd8
|
|
| MD5 |
54066924d198c37af6b5013a0a75718d
|
|
| BLAKE2b-256 |
468aa82d728f5f441b0c4e79974da8f02b56c1ce62a4c6d5a41f9549a4b525ff
|
File details
Details for the file fastrapi-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee2f99134d6d05e5ed428e6128d38c1426c8ec3ce418d41c0ffdb31d4cb44348
|
|
| MD5 |
436f7822d812034ebdc702b9a6bd80a5
|
|
| BLAKE2b-256 |
46f07089aa1157dd4f0e21a04dbf832e2959ba98ab1fdf491f5f67454ab2ddcc
|
File details
Details for the file fastrapi-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
663e7e61351ff7502d8e917009e4cd9903032e7e322213e0045e34725aa693ca
|
|
| MD5 |
6f181a9447028b3edc0819733c219006
|
|
| BLAKE2b-256 |
7e6b6bf647fc04b6817964c9da77641d1d6acc4a15d313dddc15416bc2e3c152
|
File details
Details for the file fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 844.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4e8620cc5fd6058847cd36bef349b0539bc321a8343c7dcc3a404300ba04472
|
|
| MD5 |
a7cbb05f49ceb39d7dee6e44c335d974
|
|
| BLAKE2b-256 |
6eb2798a8aababd835b025083d9e8fcb1d2ead41475e55a235f5918ed1ed82e9
|
File details
Details for the file fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 882.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
198a99d8a60828365d6ed01e7713c865cdf355fe6cf1255a64ba57f3a37fd473
|
|
| MD5 |
d6e007b7c0081280549f129dd10ccacb
|
|
| BLAKE2b-256 |
b8eba8e3694cf84346e1743c2fbcdf71f8701e6f5952bf19464b98dcaee2573d
|
File details
Details for the file fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
087dd9a589bface6313107818ff3f5c2bdd546dc1703e4d37fa3c33c58adc20d
|
|
| MD5 |
3c25c3c10035af179ce53386c7efbbfa
|
|
| BLAKE2b-256 |
370698b78c00001acb49cc774d70783e291d92d06c8f5ce9b016aac4eef01e73
|
File details
Details for the file fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 913.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e4204401c02948e46f6e3c43c81a662e2fe0505aad32a02fa9663c50059bac8
|
|
| MD5 |
d03a5aae78cb41d7582daaf1de3003a0
|
|
| BLAKE2b-256 |
7e396421339ea9dba2773c506486deff35c74b1c7b79c1b90b7866809ac40cab
|
File details
Details for the file fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 841.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fb734139c2db7914471a5ad177926147e8a3cd825c1d14b5e63211eda6bcafc
|
|
| MD5 |
569482b5353674edcfd7c711a9778db6
|
|
| BLAKE2b-256 |
0dc8bd613db46f3dee495199101dcbc22bf564c05096ebfc766f3b3dd9bf6c63
|
File details
Details for the file fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 833.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3caf2fb783f8d02cacf7d98cdfd1ae4ef625b1f0297e55a9d994cfd044a98ec4
|
|
| MD5 |
4d47b85f366b3da772399a4ce5037bf8
|
|
| BLAKE2b-256 |
92866313a765bae4c7d3beb4836e4dcdfc4a0c9ca21679ecb8512b1b0977b14a
|
File details
Details for the file fastrapi-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9cbc42e1e61029e95f88e5febb10f4807f6918622336d8bca5e57f6402a9079
|
|
| MD5 |
f0fe7f9ef41aa5b242e41de27b6a6d1f
|
|
| BLAKE2b-256 |
33528e7add428f971f4d5406834f7eaf9a1db225fe11a33c1c0e1c3e99344415
|
File details
Details for the file fastrapi-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd3e3de4e5b68803526e8a694e6a69a0a6625f24b446ad0ed392804059c70167
|
|
| MD5 |
5e4275e841530eeef7f028708a9f3f88
|
|
| BLAKE2b-256 |
917c20dfbfdeb6c31f77ca8efd1ecd25c515c6b9b7da7446c7c19b06a47941b8
|
File details
Details for the file fastrapi-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dac5c43dba6b6b1666e5ef5fb20107085346fab5df5ee7c3afcce1ceb695233
|
|
| MD5 |
b0e625150b4db097429885fd7f74b081
|
|
| BLAKE2b-256 |
3e5a5e598ca30625016d4bad6499c86ee89324f15734df03f7520a4f05a56dfa
|
File details
Details for the file fastrapi-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f917a9b614979bc5c0e41b7771370b467ff438bd63d822da9d022e13f0779dfd
|
|
| MD5 |
7c8a675fa6e8f8d10b08f7ce3ac59836
|
|
| BLAKE2b-256 |
9432d049a4130dbc03814460761bac4c42b08fd486bbda449336b1d937a04736
|
File details
Details for the file fastrapi-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 883.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b4de3f2cc1bdd477243fed0e62b18c692d25dc1cd3fb17cf19d912da450ef85
|
|
| MD5 |
caf0cac547ae3794110f7783b7a5d706
|
|
| BLAKE2b-256 |
94761f8b87c2cdc310e236ddb764af12064c97491a50eda7ba266a5b5741990d
|
File details
Details for the file fastrapi-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f760c402614fa4a3c3ead289e86686bd658d6f8a0c094820172c19529931975a
|
|
| MD5 |
6cdc32d974d7955d36d4fc0f6f20f8ce
|
|
| BLAKE2b-256 |
4b8f85e910628a340909fab8d70b03ffd69703f4034b2e096681001b6f0de691
|
File details
Details for the file fastrapi-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 842.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
027d29d9358292195a1b5be7e2fe4fab81c03f9c28fd0a3876df4c80f9110197
|
|
| MD5 |
c7455218f232cddb3d44d19a757eedca
|
|
| BLAKE2b-256 |
fc704fda93bc2b170d82ded3012949476adb1fad7c3f7b0700aaf4e72b064ca8
|
File details
Details for the file fastrapi-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 834.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
556e44041b78dcecac3ebd1f1ab6316e05268bb527de9a68b0ae1f378f8db976
|
|
| MD5 |
aaf3e1c0ac55b6b3598b1574b03db5e8
|
|
| BLAKE2b-256 |
289a12322b24b2ec44cc0158ad46961877ef68ba693b6e24de70f8846b1e3929
|
File details
Details for the file fastrapi-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e060d0849d182fd3ec98bd64e31319290d14455c0d64e718e30e7382bbabed91
|
|
| MD5 |
00f6f6cbe9ac5c7385013f7abe492705
|
|
| BLAKE2b-256 |
a193633572a6a8cf5e43e1a65379d5785deffa38be7951dceec383be130a0a41
|
File details
Details for the file fastrapi-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb00f4952116ec3d0212e634c782713aa7989d20a2dfa2a8036d0083a4619ebc
|
|
| MD5 |
6a14b7da9b1eedfd5c0e6ac9818c0eb0
|
|
| BLAKE2b-256 |
7f5aabe2c6beef338a6dd96cfbd27b7387e658015bf9ce6d2222f524681869d4
|
File details
Details for the file fastrapi-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ed653170ebbd25d3d1b55ad922dedd349d37b6fc45797b3e563e4a1e7352c1b
|
|
| MD5 |
4a097847731c8d72c764e9112c9a67b3
|
|
| BLAKE2b-256 |
b6ed981fd88368c521675b2962e2e3830d9651078a080f3a9e745473424c032d
|
File details
Details for the file fastrapi-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38c7eb57649c018c0b0f593547da5012e52eb880bfb6e9567a68cfdece77936e
|
|
| MD5 |
95d71dcaf88d0a285592347d5a3b438e
|
|
| BLAKE2b-256 |
362090e41792b093dcbf77c3b74d7bc94c7e6caf19f1839923f9e9014a670802
|
File details
Details for the file fastrapi-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 884.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f56d124a74b59451865bcbd43e7aa08ae7278ee57165ea3f01a6c8979179d23
|
|
| MD5 |
3c18bad9a9bc3cc29934aa57284dde87
|
|
| BLAKE2b-256 |
6f1bb59a586c936ef06f0c79f24eb3a679b32869b6a739f26d36890e7686e80c
|
File details
Details for the file fastrapi-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c1b4fd84a2019410bb19a5b9d560bc77f6ee2b7be51f9454faa18ac0f104c25
|
|
| MD5 |
7cb4f012581593eb3460f51d10064ccd
|
|
| BLAKE2b-256 |
93dee94322c10090e52d6beef83128d6331091061150ab93e4545c5526b994da
|
File details
Details for the file fastrapi-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 842.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1c9f3bad8bb16f5a462423fe1f1a3cdffb3a225a18dce4326d4e0c30b93d490
|
|
| MD5 |
b5f12aa4ebf49a9fee53f7852b74f202
|
|
| BLAKE2b-256 |
866c9f229a2962d365c3f651d8d0ab0e514a9c21f948134ec22e87c28f1d6b38
|
File details
Details for the file fastrapi-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 835.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a26aef89e6e674d75f83451824f9daa985375876e704ca903f41348b263d66b2
|
|
| MD5 |
3fc97a2337677a46fcb789e8e32b5276
|
|
| BLAKE2b-256 |
aa7d91317bdd841d3938b1b5175eb80ccfa9281bdd11aa25e6c81ac5182d0030
|
File details
Details for the file fastrapi-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 844.4 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
135ac51836c5ae04f8d2e561c8050028d7558eac0c1c9bbf600883cc873daa33
|
|
| MD5 |
1201efaba8c90e727a3dd56ef76d8d4f
|
|
| BLAKE2b-256 |
5b8928ab44ed97626fb58dab744d10d223985326c30726dc178abdd985b25a9f
|
File details
Details for the file fastrapi-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 906.5 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78353398864d949ba9fc6acbe6b77d5fc170ae571c436d94d907c8febaa82346
|
|
| MD5 |
391a6f882778bac30f1d9fe3d5a6279b
|
|
| BLAKE2b-256 |
7092db49e75c8a1543ac2b79ba6f46f2099ad7e6aa762dc2e78b2332d02eff10
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20adf566b46633e54f78dade2bc8c36fbb81fbdf148f3b613faf491fb0c59012
|
|
| MD5 |
692e92281551ff93cc5ee58b92a26b8f
|
|
| BLAKE2b-256 |
a7c6935272aff523d840ba566695a636d252f9a613ad670eb060a8d288533669
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60c0eca3f087e6a8f08ab1642320d089558021c56adae6e65024a58e086f0497
|
|
| MD5 |
24b1e84f93543b64c992c560a1fc4f31
|
|
| BLAKE2b-256 |
7e0c9511291aa34ec4f55cb2ce32be4e6183e7e02142461ad08fa07f502dc9a7
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c51407f7f9fa9d88f8146f2cad3f2a3fc7e9f1681de851b9989036eaae07b9bd
|
|
| MD5 |
56ec0cc77ad7ea2107112ed80b4faf47
|
|
| BLAKE2b-256 |
3695888b9d7909270b6833df03019fa624aababd848542b53266f0c5186a141d
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ea2448056fc5bcafb09415a9d50c13e8c439abafae8057159e0158945fb714b
|
|
| MD5 |
a841d19294896f683d4bd0e0d2e4315e
|
|
| BLAKE2b-256 |
63528eba5baa3970f3ed2f01aac6d2b62736906476e1f0a5c99caf6d01d57ba5
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 882.1 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ce5c5408ee343949f521f6ffce92c1b9bf8d77b957d0f81bddd8dee4a95f9ea
|
|
| MD5 |
465385874d40a1b127808f033183fdb2
|
|
| BLAKE2b-256 |
cd8c0922ded282099a342ac91611a3431a6fb566225c02280f04de793dcfe3cc
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95cdeb11408936904abbb3d056fe09e224bec28180a583b618a59d0400fa8d79
|
|
| MD5 |
493437cea4261cad72fa486929e72157
|
|
| BLAKE2b-256 |
7f397da7dbff7fd4f6ce819b57583bf12c5068e9e02022781acdf0bb4e49a27d
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 837.6 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a1ebcc6f0782f63b8f30a129f7677321603769a2337c40f4c19710d1120d7dd
|
|
| MD5 |
7f6f0032c4c541e6bbbe782009216bf2
|
|
| BLAKE2b-256 |
a51fc73df3a4df2a6b49334d4f86a9e235f63c439b482ab90411abe9a8cf263e
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 833.8 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85503c728b8170d21ce8e90f3fdd80854e99ecf573879811e49770af24cc1492
|
|
| MD5 |
27dc95550d435a3ac812073fe299e886
|
|
| BLAKE2b-256 |
74644e6aca2c3f9077a2ef357add3ac66443d8c6ab6322913a546e40feb9c2f4
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 574.1 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5c3dd5cad90d421f84603f7228de5fbbb34eac5c7829adb856b1b29a285fd39
|
|
| MD5 |
36e4df9b32828d9cf1a510f7a416d160
|
|
| BLAKE2b-256 |
ff9d201a6d550ff792b6f625eb7166245e2cd87a669477589279c4b45897ebbf
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-win32.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-win32.whl
- Upload date:
- Size: 559.2 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bcb1bbc1b96a5dadcf66ab5d3a44b1499ef6ac4d8d12bacd4f3fe5a625754e8
|
|
| MD5 |
969e4fe76278c963ead3ca690d1dd93d
|
|
| BLAKE2b-256 |
4bd7500ba070345bb967613ab60bb6758bc2d77827db45633afaa97a9f41b0b9
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b651c17bee9dd4930345d67c6d94a30a23e79087b5a5138bfcc16814790b13f
|
|
| MD5 |
ded1aab306fdd09243056e3903e1a4b2
|
|
| BLAKE2b-256 |
b417e8e62ecaa1d297e3d1aa14081f4b7b5f770664c7f47235847ffd43e849cf
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93019874866768f108db5ff0e61d5bf17542dd95ad0d632188a7b98cab913cb1
|
|
| MD5 |
702aa1216f920541c50622e25289c936
|
|
| BLAKE2b-256 |
365f6e3b421ca5a32ef25eff9847cd7429963986f8055bae847b140cd6f9fbe9
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
109ef9938ec6c9a89c0b7cdb0e40012400dfc6198f87bb9551c525723fb3674a
|
|
| MD5 |
7712dcbaca417aa112ac35edfa52499b
|
|
| BLAKE2b-256 |
9b1994561806e7ef13d3a4fafb495e151cd529351311b1fb82db97082cb0b294
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d683c3df320b52fd057f1473e093b3c4bbd722ff4db6a54207a172a317864b2
|
|
| MD5 |
1863ebd065d7c7ebd785c7ffcd47bccc
|
|
| BLAKE2b-256 |
968d87ceb31e3763e91d2b22a2bb9a4979b3e91c0aabbed1b3c9768a4cbd0d20
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 843.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3ee1f4910d49abbb1f3cab6c36ebd0f782e51064862bb8835515bed8e698014
|
|
| MD5 |
ab125ead75e7ac4d1dac56d7db238042
|
|
| BLAKE2b-256 |
7498873a081b5706ee25636baf5ab8524d75ec863d6e38ea34b357de8d9f141d
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 883.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da5182b70f7fdf10ff36567af1d4c123eb1186b467bd4acedb7f4b191250660e
|
|
| MD5 |
c6880384760fd61bfeb2b210b684d92e
|
|
| BLAKE2b-256 |
a02ac8d216aa0379c8247b33a9af57a1d604b10a1114ef3c915b1390a9ae02bc
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4509a4b9663fa41c848ce3a8e266f2779f39128f65e2fe603ad38c23c161fa6
|
|
| MD5 |
6de798ad6270b701ff0ab2f087745e83
|
|
| BLAKE2b-256 |
bdf114052aa5bda5edc2449052a78fa392872299aeb66b8d525e3bc3c238bf2e
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 906.3 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ccb529756b429cc0f7e98a3a5fea8a63c88038c42945dbfe43efecc9a8009aa
|
|
| MD5 |
46e7152881cf0edb8c90505137ffa62a
|
|
| BLAKE2b-256 |
8d17cb59179172e321853044221fcdea352c8154fc1f5b9371ac4d0d2c55c1a2
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 838.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2190eb13e847fa5cbef3671140316a5034f2e4b9b4965676e0f7e986dbdb9f87
|
|
| MD5 |
b4244d2569801087aca3cc9c5f959428
|
|
| BLAKE2b-256 |
ecfbc110e8733ccf3ad564806732924eca03b05a5664edc83930c4bd21c5d823
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 832.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
789d3fdfad5cc62e0d8ccab117b973f0d45d9c46998303d964c17ac85c5d9672
|
|
| MD5 |
f666bf41fdbf87d6a947ee3c35a5bb84
|
|
| BLAKE2b-256 |
dbca641f97287baa83850bdcc8020a80a81a595801e41400539e15d2fc25a94f
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 742.8 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c079f9b03d364e9db1478e4d304f05fa3df4024581692b7aa88058464e3f46c
|
|
| MD5 |
b3e676d4c6da5f4a79e11a7f88aa48a0
|
|
| BLAKE2b-256 |
abbd890dbff48a308c0eecde1c50631f8167e47118104eacb658c0d5fce53c4e
|
File details
Details for the file fastrapi-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 765.8 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d1ff71d2306b96bf8d342af265cfedbdea08fa63948585fef0abfd0a610bb09
|
|
| MD5 |
9739934cd1b1b847dfd13e64899d5f35
|
|
| BLAKE2b-256 |
d3daadc5fed95ca8c5a48a7b1e51579c9e214901709798ca48751d0d0bbe18c6
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 574.1 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
801adf5d4c30d91570f85225836a99cb657801c2a9dcbfc0533f4ceeab83e55b
|
|
| MD5 |
0c48ce20f920aea85c8c6c5663789e57
|
|
| BLAKE2b-256 |
6b03fc24c38c82b15c61bd5e0333cfbc0ca3d41d086659420d774e1094b014f0
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-win32.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-win32.whl
- Upload date:
- Size: 559.6 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6d393210ef4a192f26ee33819259e56e49c0c840b3f2417809db6b8303156e6
|
|
| MD5 |
354d62c089e1207e6e2c95fc42e4853d
|
|
| BLAKE2b-256 |
414d0bee040dd7b97039863be29645bf21a5539847e05b24943cd1fd02cce7c8
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a9c525b51d7405faa0119683b581b9c3ecbc699ba7887f2bc680bcc369e3dc8
|
|
| MD5 |
0acf26b7127d885362c3b289dff76ef1
|
|
| BLAKE2b-256 |
04285e450b8ce94ac96cbc4096e4f9f8df87282cc966413febc48230720fa1a6
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba5e8d5b891c5101f64bb764c49b8ffd85cdfc935b216c6e5ed48335dc0fe813
|
|
| MD5 |
d41dac7a27f5820288abf25bf6f4aba3
|
|
| BLAKE2b-256 |
5cd930fd4657a518b4ecf1cf4a0e185e30ecbecfc40b86ac35c65f18b2ff180b
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21a9ad0038faa95532530ee8bf67419ffdf5507e1b2d574512e9ab6f37e0e675
|
|
| MD5 |
305d6da55f3fb0c7f6b1784d96d666fe
|
|
| BLAKE2b-256 |
a29237cc3944d0ac2542272e3d310340e693eecdb95429d8f811e452959b3fc8
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7e39c0d9cd06e3d1c21bc4c70341908f3f6148d611588e190445e2899097f13
|
|
| MD5 |
8fbc06df5d9af155da418c0865939501
|
|
| BLAKE2b-256 |
aa080f7a6493797811c73ba8d18bbfa3fd682cff89a2d3e52a1fa8a17207350b
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 844.7 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a3cfaaa4e15bc3e9346b41e91b47ee61d3890168cf59264982b952156a6966b
|
|
| MD5 |
81258c97616f6f3c365974b632193aa1
|
|
| BLAKE2b-256 |
edba7fd40677936a004a1620d2c811012661dbe8c063d0176abdf58aeed1d959
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 883.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eea6518a008dac3004eeae96438d65f765e3603fc2be110ce479bb6e92f5795a
|
|
| MD5 |
4e08fac49cd8651e8261a3560f9db46a
|
|
| BLAKE2b-256 |
b33167b5144bb9a096882b5b597515e1a806b8acd6a951923651a66db91d276d
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16cbfed693a157322c360ed7afa5e069ccda2dc27cd9c8795eee6e0c8e35b83d
|
|
| MD5 |
ef6d3c72b190cc7f565978873d17dadc
|
|
| BLAKE2b-256 |
c6db9151f6116c57bae452ac252c6f9bf6298a7002e7f1d566fc63c7690d4331
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 906.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7309410c0ac4572d3a22bcbfae1bcdbec1b94325ed454c231a4e12ed2e80b1d4
|
|
| MD5 |
389f946a4a9cf225ba99d1fda9a79ea5
|
|
| BLAKE2b-256 |
c2d24866a56de2fcccb1e831b741cd8d4af291d82a6a09ebcc7095838b56f2ae
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 838.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd8f1e7091c8c10c094532796c1bae0cd776dcbb10042514e80ee43d0c817bf1
|
|
| MD5 |
8cfc12c83c8531053aac4f34907a52b1
|
|
| BLAKE2b-256 |
72b21747e37975a51bb693fda799b2b0655af7f2f8e3a78d5a5ab17a54571be7
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 832.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22a98309dd788c81515414b55f3bef550d39432ba00b8bd93488b053fea7897e
|
|
| MD5 |
1fcf3d55f0e46a6b668ae5f446be8b04
|
|
| BLAKE2b-256 |
c43edfe43b7a4530187f7db8fb8896343dc8ad5216373d1eeb8843c4d7b9f9c1
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 742.8 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ad10bcbbfa6d9227fe1f0aef64ff31757d579dcfa7cbf72b01f29ed33248f10
|
|
| MD5 |
6228fc57fbaaf2716a439d0ea3601455
|
|
| BLAKE2b-256 |
6c6d7855a43faf9195782ade9de5c57b06ab944ff7fa62ec4d3edc4d9d745265
|
File details
Details for the file fastrapi-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 766.3 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f049a13ee4646ecbb922c78798ea44c0810425e39063745c1cfa381dc0e9552a
|
|
| MD5 |
dd37f4cfdc8b3575093cdabd2fb08b0a
|
|
| BLAKE2b-256 |
699baa5545177c0760f09bcb9c7fd35d06eda1f05d19be6e857cc00575445d9e
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 573.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bf352d393eb03025b67916c2b0b0d3f6ccee3322ff64138ab7038ef16037204
|
|
| MD5 |
1f73c3fd5b82776a1381f04ff37b4afd
|
|
| BLAKE2b-256 |
7040e75781f52bb576fe060a420f7d1e48fcaf9018088ca97c3f341d9bdb5526
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-win32.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-win32.whl
- Upload date:
- Size: 557.5 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
418935ce07980d77ee3d81528a8db5952340b1a27e1d14e388c3590bf8bf859d
|
|
| MD5 |
7257e82bf77958f0303dde9c6e61d218
|
|
| BLAKE2b-256 |
a3294dd914011de0097b3648c0b8b3afa8011189920aff0d8f5c392581362914
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c0bfbdfe87fa39bab207b9be88f0bc33d370299d37620699a2d5ac89417df6e
|
|
| MD5 |
337fe773f67a49552cd8ca53288f8141
|
|
| BLAKE2b-256 |
9fcd6c423d4a53089c7ab37e2d681b17ae2456cd83a3ecc0ad25f14a43d748f8
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0fa65713a6bce78ba8bdc0b1103bcf581a1bf122fdbd7770758c40a5618d9c7
|
|
| MD5 |
570ccbaa189990727f4f784ab7775565
|
|
| BLAKE2b-256 |
bb6aa12cf03663d8f76f574157a34e07fd1d05901b0ca8e4015b89cca1c20868
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4aaf62334b3f56804c41fe2abbe8beee90f0dcd07279b935819aa7e9d13da42
|
|
| MD5 |
0bd3df779fe804db9ccdd1654ab9d380
|
|
| BLAKE2b-256 |
95fd331ebd4a8a575fb1d5463fc3dcec23376cdc9169c6737a1d0aaaaf80ce82
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7aa30e8233af81508fe57e61ad1c9f93c489dd840c9682ceabcf499fa37cac2
|
|
| MD5 |
37f3dd37909d34c2007c57eb5d63f41c
|
|
| BLAKE2b-256 |
d65f0b91b00cba3b26dcbc024615404f235ad90a05aee33318b19753afabddac
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 843.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8567942f9c31b53ceebcd5991f5ba2f733b65b1c0209448261ce786499fe33a
|
|
| MD5 |
9f433a0c2a7f5a3ad7b05bda23cff39e
|
|
| BLAKE2b-256 |
f36397e1449917ab496adace0922b9358b274e6c71a2e986b42ff16cb4e549dd
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 882.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f77acb115d0da57edf41d41ccee5e680b5da289f92bbacc6de708acd5ad4123f
|
|
| MD5 |
0106cf7f886daefe99ba0ef156cf6177
|
|
| BLAKE2b-256 |
e026fb1df3a14825a58e31c778fa3c10b5b28874e7f3f2ec81d3473cc1539e43
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03624e4934c7f97ee84dc48371005de15ddafdb31301905e82a5cb5a6ef44e2a
|
|
| MD5 |
4cf38c4f6efd47ff5e0ba0037660ee88
|
|
| BLAKE2b-256 |
bf5815224f0d53f30e6f330c9dd7dd54dab74983d46568801b645405adb39c2b
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 909.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
490cd0a863f83786db3eebcefb7352121e2973030af195ef0c9169fa1b3f52ce
|
|
| MD5 |
11a5bb638af8cd24ef463cf331b3d85c
|
|
| BLAKE2b-256 |
2baf80c57461338b3eaa039e053d61de29123f39f8f541f04e4b235d85c32706
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 838.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e593374599d0cc085a35ced5b74beb5032ea902519578841d12cb8019bac9e6
|
|
| MD5 |
b86c666f5046c6b037df7a6630473e34
|
|
| BLAKE2b-256 |
ca41a6c9753e8cf2cf778683cf6711944da82bac7edb8671617b004b21105c5f
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 831.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2671cfad3091dd3cd2b3719edf23694b51bf16f3bc08eb66f32a5be740af7c54
|
|
| MD5 |
81228d07142b64481111ba145c97596f
|
|
| BLAKE2b-256 |
f5cfb1e40d04b68e4a85dcd0321cafcca9371dc54462d95e1a5bb13b10847daf
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 745.6 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2969253a49260009fe9b03e5844bfaad1c8b0e87e13ca4970c70963207c10fa5
|
|
| MD5 |
afafaeba49fb897a1a72b940b97e8901
|
|
| BLAKE2b-256 |
57405183917088c94a8c5018828b7f3d674bd4eb5c6a1c1b7ba8384149d3ad43
|
File details
Details for the file fastrapi-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 769.6 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3557bc49016b621d8e2c5943404054d5077be7b4b582b8c8cca312cad31924fa
|
|
| MD5 |
d5fb63509081c5236261474d4e844806
|
|
| BLAKE2b-256 |
71c4afe2cdeba80b539bc7da3ad20d059ef78bfc0415b5d7910347a7609b8008
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 574.0 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96c52e09d1d31fec1523768e95c5295c6520c12d42030c03f98ac591639d3819
|
|
| MD5 |
fa6957f09b9a19f030f48af1190c5ff6
|
|
| BLAKE2b-256 |
882010511c96156fb899a4a2b564f119950a648518cdf83a6221ac7ea76e3e04
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-win32.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-win32.whl
- Upload date:
- Size: 557.5 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45bc4ac33e2023d9a1f47fbac361260c75875f25e0ac16046f2f9d52aae0e1cb
|
|
| MD5 |
1bb1524092e0ba1deaa363596b26e629
|
|
| BLAKE2b-256 |
6b913d45d43b2438b39fe9a99ba556722a0527ccc8bd49fc97f855fb0307b73e
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85dc11ca743de451d83649a0c4cecae95695da01b021b4692a385a2140b230b1
|
|
| MD5 |
b0494c58fda57f1b7453bed6883040a5
|
|
| BLAKE2b-256 |
41dd7d33a6e3a89b84f958bba4f9808d4535ed8070f025e04d62cf83a077325d
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1f3ba4139f8bfcfc6f79d7b63a01211812ee8ef55e399890bb0ebef436861f9
|
|
| MD5 |
01bd6924c9f1cc6828972a3680c378c6
|
|
| BLAKE2b-256 |
7b57868cf60cd6d1634aebe1ee9f90259d2a65006275b939b5988439b9a3df4a
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7fc32d880fff440d22141383fca60f7bc86b93081ca53900481231cf1ec1c59
|
|
| MD5 |
2ff00206f42e6e07f233372773305d73
|
|
| BLAKE2b-256 |
3017b7893d78edf33381def8b00fb1bcf3de25e92d6144004fcd63fdc6ef0e6b
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bb62497e1423e50c5655999bc082ac96cc59e8f69807e4feab846b266d35713
|
|
| MD5 |
f53ff1318bc0b322d399aff2783ff807
|
|
| BLAKE2b-256 |
f1c701886ffab9698578003ca49131f5b801e6a4028be9eb79aa2ba7f0b79d4c
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 843.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc865dc0cf8f154bba99c7b612c4af51abbdbbfed68a1da015f12930714eb90a
|
|
| MD5 |
a0440c9daa96e40de0c7a0875c27ec82
|
|
| BLAKE2b-256 |
e8f414f8433b3afb49eff560b12f99c3ef97a46d8c3601130f27d461b7c7048a
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 881.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ee2e6997957fdd7bd7c63e1c9dae599f97517fdcd32f805eeec97800efade91
|
|
| MD5 |
9b1c2a80f632c372be5c6bdaad69dc56
|
|
| BLAKE2b-256 |
8b63895c50ec61c24b69896d259b2d9c748781d7b804f81d0c5aada2aae9c079
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e0e86db1f4d4599d212a14c941da00450fc84c1d7d5569f2468899611291999
|
|
| MD5 |
5fc8890e20e32b9dc2359c566381730f
|
|
| BLAKE2b-256 |
2825d97bb2f37d0542e85a013f39ee2f3d704ed3ba00bb34dc74dd08a8cf902a
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 911.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03c511e38abfdc488afdbc6f94837f949ef924c9dd8a857136649b388cc7ffc9
|
|
| MD5 |
957a8a87fc7c72b342bd582819d6137c
|
|
| BLAKE2b-256 |
ef44123691dff21d3261fcd1f43b76ca69ccf08d6dc58c22c2aadd30bc7e2e98
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 838.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11ad9b86a667eab68083ba12ee6d98d6244b2fe48f3ec2dda2a55e085ac8dfe4
|
|
| MD5 |
643fcd128baddcfc68232fd059d60cb5
|
|
| BLAKE2b-256 |
05b62e76b7465b31dfa546d2e277db688267d6c30e50254fec8041ac0ae21d0b
|
File details
Details for the file fastrapi-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 833.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30137dc1f716f74f278854c561a3672138f4957ac65c414a4961cf01a5e730bd
|
|
| MD5 |
afb41196195fdae7b4d42c6c0adedc6a
|
|
| BLAKE2b-256 |
830b1735b594044329178a8c2d5a7f56b472d0ea5c677369bc81dbc4b2294cc8
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 576.1 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37172b1f0b5230988837aeb9255a9b3cd09e9c505875ff61f576fa2bb91dcb52
|
|
| MD5 |
c59470e3eda777f7c6d019c14643505a
|
|
| BLAKE2b-256 |
3812a296005f41f7680e15db90b0fe50a3ee95fe80628fcac0eb0130ba151584
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-win32.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-win32.whl
- Upload date:
- Size: 559.2 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
298c12270f88395bc26da3469186e1a21c783576e6e87b252ab9ad2236009ada
|
|
| MD5 |
10036544a5ba43089ba657de6b3f96f9
|
|
| BLAKE2b-256 |
6968dcb2f8e127fb19a1d6c6edc5e35e210bc983d1c02217697cbcd2f1603887
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ada45e445294cc52071e5fcbb189857acda023a5c35f42f18af9685d3db7bd04
|
|
| MD5 |
b4834cc792540f6e838747e2933b552a
|
|
| BLAKE2b-256 |
66e9eb8d51e078d957ab79f7f733dcf048871e81ef3819b0d839d9466292e108
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
770457abc584e0697d3655226e6a4d05b2c96d883915921ba76f130d0aad9287
|
|
| MD5 |
db0530e009c152b0fcba60a45981e941
|
|
| BLAKE2b-256 |
50619f9537cb35f81d38bd9b386796c13b4e89d66612d10ea6767f45c79b22a5
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
206543e79c6537a693c3b005211a4c1c0178bef758af680455b28f47fb287100
|
|
| MD5 |
c39c6f9b2c0b418abf5bd6bde590d234
|
|
| BLAKE2b-256 |
474f459e71d6fa051f542ee589679732221550e3ad2a4cf50e5982e3c744726c
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
208d8e7c60f82876be55263e704111c717b857425ac26253b71c9851fc4c92ff
|
|
| MD5 |
b7214219213010b97c940f0644038758
|
|
| BLAKE2b-256 |
8f81ee852e203d6ac92f7292aac2fe1f6c7456bd6ddd6ed0d1e16639758921a9
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 845.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35fedd3c4ef2c7d1915b94bab2a59db4ac961e11b6213eab129b162ea9207a25
|
|
| MD5 |
3ee25f95a683ba4efc58a74abe4857e2
|
|
| BLAKE2b-256 |
6f346a51b67d066d6954ad712be0a07b0507e26c4af401dd1a0f30db549d14bc
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 883.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9bee978e71102a5e254c74dbf73fd1591454c7e68308bf4a0b9f714b3bdf8bc
|
|
| MD5 |
f6b3748b728c95ddc6d3d944af2e0607
|
|
| BLAKE2b-256 |
27854a7d299687872e13ab1a96929f8ee3d9594ef2ecc9906b454cb39810d4d2
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9095f6371cd7855dc6e639b0e5929d4a965edecd206892fbe36e9b7491d368b9
|
|
| MD5 |
97fe49de86e775e31e710081515e42b3
|
|
| BLAKE2b-256 |
57e3c5f4f60ea6a84be95b54475bb98bf21730aafeef586b66cd609b22c3d497
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 913.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02aa9386c064fedfaa817f198b5429b3a9168107683571d005864513affa4ae3
|
|
| MD5 |
524108cab3f5486430b91a45fde01e22
|
|
| BLAKE2b-256 |
0106f1453fdd888c9f64a91618746fd73c4d2a02a0ed132da2b43ac7410c906b
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 840.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
612ae1f963afe6f2833481f87ef411330761d3e0348d705a50ce7e516ca16675
|
|
| MD5 |
3b90490d96fa1fcb5ec1f063540be11b
|
|
| BLAKE2b-256 |
2aaee5ca7038aabde426a7b099f48bc8af3ee09ce1d9f8f273aef5b081d3dd65
|
File details
Details for the file fastrapi-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 834.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02b0df555cee718f703696c83e294820abdd893735530c778eb8282c99cf53a6
|
|
| MD5 |
e311494ebc4804175d122a21e093e5a1
|
|
| BLAKE2b-256 |
fc816d0a399a72129abcf1cad8ac709471f0a4a1f886e986b972711d839b676d
|
File details
Details for the file fastrapi-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dde8326d05d9ca73f761be4a25673526fb3fcb570ac00ab227204568ea9c3bb
|
|
| MD5 |
a052f7a9208818c8e138556640ce5f77
|
|
| BLAKE2b-256 |
c97d67389c5ac6a238a9d914cdfca8a393f0720b258b4616e082a0af20f3317a
|
File details
Details for the file fastrapi-0.1.0-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
307cc361deb01643169232c677fcd67965db5bedfab19029c36ff3d015c51860
|
|
| MD5 |
0694d0bb5bb757d6c00ac6515f71d2b9
|
|
| BLAKE2b-256 |
42248a2e696a39055f9e2064ea0fbe878e85ec88b1d38555fc2735eeb1e10295
|
File details
Details for the file fastrapi-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
817f5185ab32a8665873235877a486820117091c7a5bafb231f83ce89480f3bf
|
|
| MD5 |
38e4b1c1a5a0a77008a289a45f736478
|
|
| BLAKE2b-256 |
4002a0f910c4f54d747196ee5dcfa3bb41dc2cc709eebc520d390e1ce41b4e75
|
File details
Details for the file fastrapi-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86187476cca02e83d7b67b8c0a45c2eba7d03e163bdc9931e9263605c57dcf74
|
|
| MD5 |
28300f0d72910910c86c4d60e5a489ef
|
|
| BLAKE2b-256 |
01aa1319d541f6e16b8a403ac152ba437768a97a5b510dd666a0a9c4e319aa35
|
File details
Details for the file fastrapi-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 845.2 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
417ae2a0318901854fc52d712385e676a6f813a7df1396dcce980491da4ddddb
|
|
| MD5 |
86cd15585ca679394ee51896b294da55
|
|
| BLAKE2b-256 |
7b98984ae2ab6073c7fb2c7f1039f5bee7d26c6aed4ec2e90a78385a3103879f
|
File details
Details for the file fastrapi-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 883.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79dbf0c01f482c26cb1a0c456f694e86b1344cac1aa702c90b2940835d97ce83
|
|
| MD5 |
60430b780f0a6c35996b15caa8c76ed4
|
|
| BLAKE2b-256 |
5a2da09d2d7b30902ee47daebc247478f67715ef8b6752a04f233b6e692c763b
|
File details
Details for the file fastrapi-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89e2ab3c2e9f09b45620f6a6404908d643e9d6a01d54563b9ac20b881df7cc36
|
|
| MD5 |
ee738337be9abf0dde68f9c54e2e2038
|
|
| BLAKE2b-256 |
35f7d8bbc7e925484d8a6098a251bdbc08c74bab72c8c1a7579712ca2182e19b
|
File details
Details for the file fastrapi-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 913.1 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5da9561f59e3c91b2fcfcb56f5f52f315fc04749cf774d993b9c66a2afa2cce7
|
|
| MD5 |
d187c428afbb9a80c09adc0abcfb3f19
|
|
| BLAKE2b-256 |
3be8123b6361115e4d232795ea13f87e69a785aef60131f96abae5765031372a
|
File details
Details for the file fastrapi-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 840.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6c28376ffff8325f84cf29c5b56ce1467cf85d0f1fa0f385d07bd21824bf823
|
|
| MD5 |
8845dfec2a85f21cb200ed0d9d737ee0
|
|
| BLAKE2b-256 |
e6f4bc26a010bf24d4cd2f592e62c2cc2a2033a075d193eb7cf3b939419a5e60
|
File details
Details for the file fastrapi-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fastrapi-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 834.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5f62fe19da4b8128e64e8990dfa5cc293a9fdba1365c4c93fe64b0b04e36e75
|
|
| MD5 |
d71f3f6a4171a3272d2929353ec04acc
|
|
| BLAKE2b-256 |
3407823728d08fe18db388c91f22be4112003dce5b7bdb5770b6b597367401dc
|