AlayaLite Python extension module
Project description
AlayaLite – A Fast, Flexible Vector Database for Everyone.
Seamless Knowledge, Smarter Outcomes.
Features
- High Performance: Modern vector techniques integrated into a well-designed architecture.
- Elastic Scalability: Seamlessly scale across multiple threads, which is optimized by C++20 coroutines.
- Adaptive Flexibility: Easy customization for quantization methods, metrics, and data types.
- Ease of Use: Intuitive APIs in Python.
Getting Started!
Get started with just one command!
pip install alayalite # install the python package.
Access your vectors using simple APIs.
from alayalite import Client, Index
from alayalite.utils import calc_recall, calc_gt
import numpy as np
# Initialize the client and create an index. The client can manage multiple indices with distinct names.
client = Client()
index = client.create_index("default")
# Generate random vectors and queries, then calculate the ground truth top-10 nearest neighbors for each query.
vectors = np.random.rand(1000, 128).astype(np.float32)
queries = np.random.rand(10, 128).astype(np.float32)
gt = calc_gt(vectors, queries, 10)
# Insert vectors to the index
index.fit(vectors)
# Perform batch search for the queries and retrieve top-10 results
result = index.batch_search(queries, 10)
# Compute the recall based on the search results and ground truth
recall = calc_recall(result, gt)
print(recall)
Benchmark
We evaluate the performance of AlayaLite against other vector database systems using ANN-Benchmark (compile locally and open -march=native in your CMakeLists.txt to reproduce the results). Several experimental results are presented below.
GloVe-25 Angular |
SIFT-128 Euclidean |
Contributing
We welcome contributions to AlayaLite! If you would like to contribute, please follow these steps:
- Start by creating an issue outlining the feature or bug you plan to work on.
- We will collaborate on the best approach to move forward based on your issue.
- Fork the repository, implement your changes, and commit them with a clear message.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
Please ensure that your code follows the coding standards of the project and includes appropriate tests.
Acknowledgements
We would like to thank all the contributors and users of AlayaLite for their support and feedback.
Contact
If you have any questions or suggestions, please feel free to open an issue or contact us at dev@alayadb.ai.
License
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 alayalite-0.1.1a1.tar.gz.
File metadata
- Download URL: alayalite-0.1.1a1.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec6f82e543daacf90aa2eba6ef85db2c1562cbcea9cba13e27612247d1722239
|
|
| MD5 |
519ed6d8bddf2935631eaaa1302bebc6
|
|
| BLAKE2b-256 |
110d063251bfc04460bb64d6e23e707b2468bd558450c8875ef2e9855ae4de69
|
File details
Details for the file alayalite-0.1.1a1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 589.8 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fba8c1677a5f87df31a30214e671d3333a51d24314da16741068178ecf84bfa0
|
|
| MD5 |
c01f7be54e8f75b63d7ddd69e977bf06
|
|
| BLAKE2b-256 |
c96c5f606ed9b082431e1d8d1b3f592605e604969e122e6de615d4653aa5afbc
|
File details
Details for the file alayalite-0.1.1a1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb960330f51ab32b3bb67ecfec0b8dbb0f12e9e778e740f3e7e2486daff86098
|
|
| MD5 |
a9b9294d5aa8fa1c70a681b1eba1cf5a
|
|
| BLAKE2b-256 |
ed51ebc1193abe2672a1a5b2138f750bbc8cdd7be4bccaa5db29f3049e07a73c
|
File details
Details for the file alayalite-0.1.1a1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 863.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8172e2767ac9bf04f7906a2dfab34056ba054a39f80787d0fffd467b444a194
|
|
| MD5 |
878f38425d6c94e331702d4a82d55d1d
|
|
| BLAKE2b-256 |
3e38f2174048b1b1e595777b62fe7d6c97aeec9fe1d325bc993f35ee7a06f1d8
|
File details
Details for the file alayalite-0.1.1a1-cp313-cp313-macosx_26_0_arm64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp313-cp313-macosx_26_0_arm64.whl
- Upload date:
- Size: 677.9 kB
- Tags: CPython 3.13, macOS 26.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fed5f2f168ecee7bc378b6b682d06b1ad10e7626a62aa2a1f2873e17bab94104
|
|
| MD5 |
11c4e5c63a58ad0d5dc915e3d2f4cb1e
|
|
| BLAKE2b-256 |
46c3d1609f84889ffcf48f5c2b4df9239b222e84c5aefddb2dddc7d32b4e1734
|
File details
Details for the file alayalite-0.1.1a1-cp313-cp313-macosx_14_0_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp313-cp313-macosx_14_0_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f470a3400570eea2d7eee367e7227f059ae1f811129b873fc5e24fad31160bdc
|
|
| MD5 |
b4ae4982fb621be3d18544f37091a174
|
|
| BLAKE2b-256 |
43fd2b206aaa7fd50df70a770018b2f7e9ca1a86f88639c590a46eb5bad6a13c
|
File details
Details for the file alayalite-0.1.1a1-cp313-cp313-macosx_14_0_arm64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp313-cp313-macosx_14_0_arm64.whl
- Upload date:
- Size: 950.9 kB
- Tags: CPython 3.13, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfb74737a6666dc5a94e54aeccb0bc778b7481cd4db0fdd49d3dc27a949acf52
|
|
| MD5 |
c2ff6940c9c76e1172412fd14508be1a
|
|
| BLAKE2b-256 |
d0648b06f976feb6eb555ebd5c22d43f2e5a4ff2551616c537e40ba39eb99d64
|
File details
Details for the file alayalite-0.1.1a1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 589.7 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5826a424ba393b5d00cd226feb403c1ae0b34078cd0527a7ec859f9596894023
|
|
| MD5 |
9ad37bccfed90f6ca0bad96d0713421f
|
|
| BLAKE2b-256 |
55308fac31e13d76ba242b8d3c3cfcbe9c7049867541ae7ffd2c516efa8cdbb0
|
File details
Details for the file alayalite-0.1.1a1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9599727b06e66598f700cc92975df9653ec8597daff04f3790a3df1bd4342bda
|
|
| MD5 |
e1604031a3a8c024b161530ec33fc689
|
|
| BLAKE2b-256 |
d3082e1b5cf6c3c19a20c25a8d8073b877eefa45d2571b7c5858c24845979211
|
File details
Details for the file alayalite-0.1.1a1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 862.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bb08749ec588c6c93c64a54affa7123004b56b229ecd923b9b443ac224861fb
|
|
| MD5 |
0ddfbdf2f49cfc7062491a40f9e96ef4
|
|
| BLAKE2b-256 |
1005733f0333583b25c82c84c9b6a6f3463315209ffaf440ef5547ae1c3f7f5b
|
File details
Details for the file alayalite-0.1.1a1-cp312-cp312-macosx_14_0_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp312-cp312-macosx_14_0_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
624eaa39286d44d320de10b5ee6c750746392b96d6dab11c69646111247af963
|
|
| MD5 |
ed599a14c634461c25d9b0092d63af53
|
|
| BLAKE2b-256 |
7c806dddfea52b3af2824f9777583ffa354acaa7b189d8eed557f15a72359432
|
File details
Details for the file alayalite-0.1.1a1-cp312-cp312-macosx_14_0_arm64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp312-cp312-macosx_14_0_arm64.whl
- Upload date:
- Size: 950.8 kB
- Tags: CPython 3.12, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abebf0802fca37b04d2db4a5d5e3808f43d8e24f9fc19b8e4e77b5b86335640a
|
|
| MD5 |
74b5008b531fb0d8b058d2b2e5165e00
|
|
| BLAKE2b-256 |
ef65f69507c1c55ff25f101702c2f93605c8b2211dafb030e4f055047b35626b
|
File details
Details for the file alayalite-0.1.1a1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 580.3 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dffe0b27c189aea998ae0c1f186c92d943de4ec17d0cc00535806916de56c853
|
|
| MD5 |
3a4a352738ab2392656459fee03de077
|
|
| BLAKE2b-256 |
509347586724772385393631ac19dc23c1818da326ca8505363428f42b2dba71
|
File details
Details for the file alayalite-0.1.1a1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4fe1650d5fbc4220e95bdad3524a1bca35127301cc1e9efc61930349ddd9664
|
|
| MD5 |
694207eb61bb46baf25e32533de39b03
|
|
| BLAKE2b-256 |
d61125881c8ce93d4e2120bf8ca2c661ab5605d9d9454152b2b7e8329bca9895
|
File details
Details for the file alayalite-0.1.1a1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 866.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5135022f8bdf089d6ee0852ac6b634769c5a4d85c8b0dba1d1b763140e5d74ff
|
|
| MD5 |
75a9066e87b96bcd2f8a5d7d00d4e482
|
|
| BLAKE2b-256 |
21ca8c936adeb1a6ea13bb3c6c7fa023d6f33a3866bb62fee94e0155ad299e67
|
File details
Details for the file alayalite-0.1.1a1-cp311-cp311-macosx_26_0_arm64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp311-cp311-macosx_26_0_arm64.whl
- Upload date:
- Size: 676.8 kB
- Tags: CPython 3.11, macOS 26.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49f60992cb02d335236ca41f7e762ff2f9a1eb5542863a29c3539808ee722c5d
|
|
| MD5 |
a0b31003ab30cf4b80f9a12a686dd5b8
|
|
| BLAKE2b-256 |
cce2e91f43252d16ebed2ec0a6d2ef22d6171f8278ea63414ac34d797cbe447f
|
File details
Details for the file alayalite-0.1.1a1-cp311-cp311-macosx_14_0_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp311-cp311-macosx_14_0_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a618392d53302a5ab616dffcf80cdfe83311d0ecb2dbe3c8e3b0a6469498c3a
|
|
| MD5 |
d258c06173b9fb3698d23c62755610af
|
|
| BLAKE2b-256 |
32b39f60ded60ad0a6e6793f0958b7719b26b02be40a9233dc073446f22ff616
|
File details
Details for the file alayalite-0.1.1a1-cp311-cp311-macosx_14_0_arm64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp311-cp311-macosx_14_0_arm64.whl
- Upload date:
- Size: 951.5 kB
- Tags: CPython 3.11, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29960665385c96afd6a7c0e07f44dd73bc103a32fbf943183110b85798cfc295
|
|
| MD5 |
cf30990d8f40f08b961bc431bda661cd
|
|
| BLAKE2b-256 |
5b677dc7cc458aaf7eb80f9fa1502bee6c624e294e45a6e50d1fd23eb2b120bc
|
File details
Details for the file alayalite-0.1.1a1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 587.3 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
788f22f4cf56c29f124be658a35077133ddeed55746e1254dc1af204ee0c0ce0
|
|
| MD5 |
6af3a3d8906523c4eb804327d973256d
|
|
| BLAKE2b-256 |
bf5c5840f838748796872e50df81b6d818b708b5b4d72f9d2ceaa9fd5415218c
|
File details
Details for the file alayalite-0.1.1a1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f7d3c73e1990e1b8d010d7855c878e4374d7a8911d2b754767564b0c48c645b
|
|
| MD5 |
a2bf6ff919c167b93ec9163fc9c5184c
|
|
| BLAKE2b-256 |
de3884b7ad2d5fae7b78668d040cec73a5660eaa7f5486fb2667dd279b01eb53
|
File details
Details for the file alayalite-0.1.1a1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 865.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f967bb78bbe296579d6ae493a497d97f2ef866157eca2389121b849d12e514d8
|
|
| MD5 |
7799a1cc63e8d6e6ba8c3763067e3712
|
|
| BLAKE2b-256 |
cca7ffd9591c1b9fd2d4ed572eb8f48db7b2321acb2d1c87a4b467005a33c357
|
File details
Details for the file alayalite-0.1.1a1-cp310-cp310-macosx_14_0_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp310-cp310-macosx_14_0_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3be16d7ff9e1a1c8a5b8b12f32e090bc2deaeed8802da31c5f0a52b87e1c5dff
|
|
| MD5 |
fc271fc0b979eb0d29161c876e11d11b
|
|
| BLAKE2b-256 |
ea9b96b1e4aadb7250492664868ed86b5c3da2e78e27fbcf7dfada3c74f7a427
|
File details
Details for the file alayalite-0.1.1a1-cp310-cp310-macosx_14_0_arm64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp310-cp310-macosx_14_0_arm64.whl
- Upload date:
- Size: 949.9 kB
- Tags: CPython 3.10, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0593dd4c95705cf0f432a77459de4eb3998172b78b36e26681e002b9db4a7306
|
|
| MD5 |
96eb3ca989afea82a61b3b3860583095
|
|
| BLAKE2b-256 |
a4fd67f5910a2344a7cca38ca64b783716a9dc3b7abfc493d825754e63eea4bc
|
File details
Details for the file alayalite-0.1.1a1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 592.6 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f552808ba6c9aabc105cb0347d77fddd7f35f6224b23b8a97f80db11ba0bfa2e
|
|
| MD5 |
5c2a8de2d23cf0c8c4294ee04faa6a82
|
|
| BLAKE2b-256 |
7cc0f40789ecc1269ee0f82275910b792cbe60409d60a7d4832be39c3e6d707a
|
File details
Details for the file alayalite-0.1.1a1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6eb733927dd041d11274bb6044898acc820571b8c72089910f9bf1d631dbf03
|
|
| MD5 |
7eb17f1c6f81e313294e4c591bdf405a
|
|
| BLAKE2b-256 |
2fe40ebe64ceb8d5e1916d626fef1a6ac49b5dc603ac4b9e9a6f292eee892d4e
|
File details
Details for the file alayalite-0.1.1a1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 866.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
227828c2b7f982a12595ad648f89b74958db08df9ef013124ef1562602e7e20b
|
|
| MD5 |
86cb824506e5d34dbec30f86f37757cf
|
|
| BLAKE2b-256 |
8201a6663e550f0702b1b015cf4de7335e8d282515c90dbb4287ccb289459603
|
File details
Details for the file alayalite-0.1.1a1-cp39-cp39-macosx_14_0_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp39-cp39-macosx_14_0_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f4f2b17dfaa6e2c79cd840d849154b6e043c8503d866830ee6b225f20a40ad4
|
|
| MD5 |
058d62791e58ef41a7c66930bc429b64
|
|
| BLAKE2b-256 |
c677086df5cb26701664da19e017d7be7a32e7340e67dc0f68cdf53d1aaa533c
|
File details
Details for the file alayalite-0.1.1a1-cp39-cp39-macosx_14_0_arm64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp39-cp39-macosx_14_0_arm64.whl
- Upload date:
- Size: 950.1 kB
- Tags: CPython 3.9, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c19f0e5851f5805b639dc3e18b19e22333ff046b7283ee21fddaec67f5d8ae92
|
|
| MD5 |
a2ba79646867bee288295725972910a1
|
|
| BLAKE2b-256 |
4bf84f4cf362cc84b8bb1b6474956d1bb000950528c78c0db24e51c7e2fda613
|
File details
Details for the file alayalite-0.1.1a1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a23e0409555746fb6bc47883df3f3b306ace342ae6ac7c0af34083c4ce851a61
|
|
| MD5 |
4f885d551fe328899149e4fef2231280
|
|
| BLAKE2b-256 |
38d2ca4d345c20273089c369669a14e31d77a4406be55167fcea2545a6fc0232
|
File details
Details for the file alayalite-0.1.1a1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp38-cp38-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 865.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89a0fc256823d6a2a21ec0df6a6c9aced5b59f2bf9cf7013af090eeb75fa91f7
|
|
| MD5 |
4122051c73eb7ccd37bc51806e9f5629
|
|
| BLAKE2b-256 |
c6b153462b96dfe475585a9c67b869310cf7d6c7b72eda627c8abbbd7d764b9e
|
File details
Details for the file alayalite-0.1.1a1-cp38-cp38-macosx_14_0_x86_64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp38-cp38-macosx_14_0_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, macOS 14.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b8c5406f89d0dc1d466df64eca81237a001de67ddb56f965e9b1f9dc2077516
|
|
| MD5 |
0f127bfef330602cae500e85eea6ae76
|
|
| BLAKE2b-256 |
0ea3c20ea161783652595bed309f72ac04a924fae20d86c5a5beba03917434cd
|
File details
Details for the file alayalite-0.1.1a1-cp38-cp38-macosx_14_0_arm64.whl.
File metadata
- Download URL: alayalite-0.1.1a1-cp38-cp38-macosx_14_0_arm64.whl
- Upload date:
- Size: 949.7 kB
- Tags: CPython 3.8, macOS 14.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
691ab491acd8dfbdaa25e17a6851810c686de958d15b31a203eba4f98c1e8e65
|
|
| MD5 |
be6eba2085f573b4dfee2d573ac42685
|
|
| BLAKE2b-256 |
6064a520a24e2a617ae31e8bd2aa0d19c47dff7587146c73e857e30803a50fc0
|