mrflagly 0.2.2
pip install mrflagly==0.2.2
Released:
No nonsense feature flagging system
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Requires: Python >=3.7
Classifiers
- Programming Language
Project description
Introduction
Feature flagging should not be so complicated.
Mr Flagly is a decentralized feature flagging system written in Rust with bindings for other languages.
It does not depend on third party services or require you to deploy services and databases to manage.
Supported feature flag definition sources:
- URL
- JSON Value
- Environment Variable
Rust usage
Setup your flag service:
use mrflagly::service::{FlagService, FlagServiceOptions};
let flag_service = FlagService::new(FlagServiceOptions {
finder_type: mrflagly::service::types::FlagFinderType::URL,
url: "https://path/to/hosted/json/file",
refresh_interval: 600,
data: None,
env_var: None,
})
Then, to check for feature flag:
if flag_service.enabled("feature_x", false /* default value */, Some(HashMap::from([(String::from("user_id"), String::from("123")),])) /* optional context */) {
// do something
}
Python support
import mrflagly
import json
flag_service = mrflagly.FlagService(data=json.dumps({"feature_x": {"rollout": 100}}))
if flag_service.enabled("feature_x", False, None):
# do something
JSON format
JSON format for feature flag data:
{
"my_feature": {
"rollout": 100
},
"my_feature_with_variants": {
"rollout": 0,
"variants" {
"user_id": ["123"],
"company_id": ["123"]
}
}
}
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Requires: Python >=3.7
Classifiers
- Programming Language
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 Distributions
Built Distributions
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ ARMv7l
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.12+ i686
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ ARMv7l
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.12+ i686
Uploaded
PyPy
manylinux: glibc 2.17+ x86-64
Uploaded
PyPy
manylinux: glibc 2.17+ ARMv7l
Uploaded
PyPy
manylinux: glibc 2.17+ ARM64
Uploaded
PyPy
manylinux: glibc 2.12+ i686
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.11
manylinux: glibc 2.12+ i686
Uploaded
CPython 3.11
macOS 11.0+ ARM64
Uploaded
CPython 3.11
macOS 10.7+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.10
manylinux: glibc 2.12+ i686
Uploaded
CPython 3.10
macOS 11.0+ ARM64
Uploaded
CPython 3.10
macOS 10.7+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.9
manylinux: glibc 2.12+ i686
Uploaded
CPython 3.8
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.8
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.8
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.8
manylinux: glibc 2.12+ i686
Uploaded
CPython 3.7m
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.7m
manylinux: glibc 2.17+ ARMv7l
Uploaded
CPython 3.7m
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.7m
manylinux: glibc 2.12+ i686
File details
Details for the file mrflagly-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ca41aa48a2d433d6803ea2895389fe6d8a4ab47f1787c757f2216bb1ba81c214
|
|
MD5 |
877e868f770e93fcf236d09b44a1d8e4
|
|
BLAKE2b-256 |
273c4be2bd5265b83cdcf2fa9efb4f46dfdf13bc2f3efb452faee40a111ac274
|
File details
Details for the file mrflagly-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7a2e053610ea71bfe17e2cb89f716c83ad2ced44d54bb469bb338cad1c7c321e
|
|
MD5 |
3c4a0f65a4fb81a2e5e66724fb68a4f1
|
|
BLAKE2b-256 |
b2570cd53bdfd7c5752da3e70dc62d390730c5b9ef99db8d5ca2071a212ef35e
|
File details
Details for the file mrflagly-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1b8c7732444fdcaece64f1136e2c9b27925c13417c6459fe388c3ff39095c7c6
|
|
MD5 |
95a0b8bbbfef59fcd67c1d47546e60a1
|
|
BLAKE2b-256 |
b10fd78a3b18ee081a88e16f93e882f79afcbe2fcff9b9541842762829839895
|
File details
Details for the file mrflagly-0.2.2-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 2.4 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
181f86fc332b489bd2e1b815c444fe6c3b258ce9b4bd0cb80625ad0f46f3e11b
|
|
MD5 |
9d687dd21c4644a0650c19394ee992c6
|
|
BLAKE2b-256 |
c9b4bfc143398b0f70e6da15c946f70db41e3c938799b0c88625ea6f73c78866
|
File details
Details for the file mrflagly-0.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
90e42b70c3db1dd3f8a826f932d46d10ea42dd4740a56932a945e87578df4503
|
|
MD5 |
d59e89d4afdbb7591ce94c8f2c37ad60
|
|
BLAKE2b-256 |
be2cc1ccb5af8509186facc57d87951b64adc0197a8196dc2f715d07c9bba82e
|
File details
Details for the file mrflagly-0.2.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
37e8ed7c1efc71c0f3244293e9dd2ef66f2994cb490d6a8dff004d574a4e0fc5
|
|
MD5 |
1b9d89ac8f39e441faf85afe4b5e1f99
|
|
BLAKE2b-256 |
b01dd08a3ea43f924b3325851e6cd46e969ea4823964ab623840f30f384495d2
|
File details
Details for the file mrflagly-0.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c56b23f05f80126c6c82a5772d10d960d3e5b9316982b365c1e3e9951cb06e0f
|
|
MD5 |
f579b74cefe4877dfdb6b9f381ecad2c
|
|
BLAKE2b-256 |
06ce5cdd54538e289aa2a4e931b3662c418761916835e157f9bd7ab82edd6ece
|
File details
Details for the file mrflagly-0.2.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 2.4 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f6d6c4cbc515f7ed6aa3ae822b7197e913c5fed8262c4e86921c851aad8e9738
|
|
MD5 |
adcaf9c6b0f9634e0cef8eb6feeec42e
|
|
BLAKE2b-256 |
7980e9a7a4b8f455e5fb9b2bd5c3e470edb5b110ca452c129cc0b63fa7e32e19
|
File details
Details for the file mrflagly-0.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a9d11ac182dbe5c85b1fa823379d4f61ee30f66e644072e17e0eaccb1596626e
|
|
MD5 |
826bc8c9ce75553556ca68865380f189
|
|
BLAKE2b-256 |
63701da3d7d4b11adff8049268d172ba1da5775c95ac19ad26353283ab317aeb
|
File details
Details for the file mrflagly-0.2.2-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c710e6686aa531b53dc06c9c4d6e570ae58e6342b3cc68f725bf9bf50f78a53c
|
|
MD5 |
d6a8a1cb1d544f7aebbf2dd0e3f6f451
|
|
BLAKE2b-256 |
13620eaa60895a79e993f202f85fd5bbf566fe7c41f2d9c508df83c09c76193e
|
File details
Details for the file mrflagly-0.2.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0a1b8563d492355fa5ba59ec1aba1205c62055329c49c63aced7b15d73182d7d
|
|
MD5 |
36f56485cc71508996858330d02ef00f
|
|
BLAKE2b-256 |
610f8bfeae59a169cfae30456e8c0d67e662e6aa634936eebd524a5156877abc
|
File details
Details for the file mrflagly-0.2.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: mrflagly-0.2.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 2.4 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0a560655377bf1f786f7d398c5b382fe3f40fc0f61c6e23121cf9a739d1d3461
|
|
MD5 |
ddc79a1e588e6698347b2409105129e1
|
|
BLAKE2b-256 |
8746183be686ac2b26de54049f03d06b859170c7477d412cd2d89a406450e584
|
File details
Details for the file mrflagly-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d27fd364dff9494de40d09d68e3e7f0e1e63e1bc763d93aca3e97696e3faf711
|
|
MD5 |
a3ee258bad53a6fa4f1e399e8edacdfe
|
|
BLAKE2b-256 |
5baf571de82676a02abf4f335a8907694366bd59154d081de6122bbecd46f2bb
|
File details
Details for the file mrflagly-0.2.2-cp311-none-win_amd64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp311-none-win_amd64.whl
- Upload date:
- Size: 965.4 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b6c9505148b2f6b613937dcaec8195505736933462cccf3faef5c3967fdeeb49
|
|
MD5 |
a03040c1dbbe14ce60de0b1843f3c103
|
|
BLAKE2b-256 |
b334241effc51b69f56b50ab45cd57383b68b4405c201614d8e4dfc996b8ccde
|
File details
Details for the file mrflagly-0.2.2-cp311-none-win32.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp311-none-win32.whl
- Upload date:
- Size: 913.7 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
062c66370ea0bf27d86f463f55d278a0e2ab18c2aa829c2fd41c85c2433b93b6
|
|
MD5 |
a9523343e67ce8fb264b0316101154df
|
|
BLAKE2b-256 |
c7292c261c2b2fbd30551bc9b14eb7e2c84ad05560c6d7b208cfd6bfbcbfb9a7
|
File details
Details for the file mrflagly-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
aca13ca22b7f997c6cfe011eb60e75d00ef18b7980e3bf3b1507663c729ff634
|
|
MD5 |
bc7021d9258ad20590b7b38471327fcf
|
|
BLAKE2b-256 |
46582ee016b917893f0a0ef21afdf5d0a4db8cc1b80f41c753536acfb4607b1f
|
File details
Details for the file mrflagly-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e7f4c889df3894e6c0303ab95434bae2dd4ec232c94f79c15a112ab3e43097d2
|
|
MD5 |
98b2d72f4076958912c1546cc8f3bc1e
|
|
BLAKE2b-256 |
9d923cbe24f619cf4cc505fd5d2dd55678d5569f36ac2741fb30c5e75e9a74aa
|
File details
Details for the file mrflagly-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8db48955399636747490b2fb0b4afa8cd408a32b9b6c8b3cb4bc716b8f0a3a0f
|
|
MD5 |
590403c68aed41311d1a395481474675
|
|
BLAKE2b-256 |
7f3e2dfc6b9d03061d6a0eaf2a6908d6860a7bce3fcf8e34d42fa8aebc974a1d
|
File details
Details for the file mrflagly-0.2.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
91d0c48b57e6aa9f1c0c242426063e03fdf1f702749e4f08272d07e68c41c8a0
|
|
MD5 |
ef06ba5e845b41921509627c071e7b56
|
|
BLAKE2b-256 |
86e02b00fac7c1700eb032140a10fb45aeabdfa491a5608231178b842c6099ea
|
File details
Details for the file mrflagly-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c0a998ae6e56125fe8fdb4501d9e50afa13a568dc4f74283dd87e7ebc30fc78c
|
|
MD5 |
0dc78b80dc1385526cd2f028652e1a5b
|
|
BLAKE2b-256 |
b71f53a2cd2c1074491a31f3a9bb89108850d587f0a9b9b643ceb56a5eba767d
|
File details
Details for the file mrflagly-0.2.2-cp311-cp311-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp311-cp311-macosx_10_7_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6f7761267d9919e8fd0902d213414406476f4b5a42bac6598ea5802237d24d5f
|
|
MD5 |
5742ea592a0b396fc46ccf40aa72e60d
|
|
BLAKE2b-256 |
8692f7c8a86a0b30034e0bff66c7442327a53769b2b3778fba0f1183f0d23e52
|
File details
Details for the file mrflagly-0.2.2-cp310-none-win_amd64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp310-none-win_amd64.whl
- Upload date:
- Size: 965.4 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0db216f3c14313466cd897b72294b4381d885303bc6ba21a4d78f6b934455a6c
|
|
MD5 |
c48716a4d0ac22af1ca3af504ab32127
|
|
BLAKE2b-256 |
91ab3e492eaf7a37889984289ab90f6168c9db0a2dfa34b2e681d8d72dff1dd4
|
File details
Details for the file mrflagly-0.2.2-cp310-none-win32.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp310-none-win32.whl
- Upload date:
- Size: 913.7 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
755cf2238d37752bcea9f458ff2ee1ee5681a09f45cb85096ce92cc613e9758a
|
|
MD5 |
125f29770dc868b35b4c03ca9db1d907
|
|
BLAKE2b-256 |
4231c7aecb135594f7d6fab93136d4a379cc176f691468ad144fde84cbb45357
|
File details
Details for the file mrflagly-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
16e7fdd511a2f2c100fa52c9d42f81d8159a7d73fba32ae0d88efc77dad3e990
|
|
MD5 |
41ad848b03b2e3f6fe6a5f0259b4616b
|
|
BLAKE2b-256 |
fdd2e6d31a3ad56bf6fc64b77445459edb3b9489dc97c4ee7715645b27303eca
|
File details
Details for the file mrflagly-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4d820c5a885a702dfce7d39449a84f3dc66b82a437cee5a2086a42fcb8d9dd49
|
|
MD5 |
b74ff7f3c14156c0f811b85710efeb24
|
|
BLAKE2b-256 |
b945d5eb02c8a7f7f44941f1df3477ab216b80a4e7d3030ba93df53f7a0a5808
|
File details
Details for the file mrflagly-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8c08830461b6a8825a37912ea11e955d13fd95b178c69fa6c98b84b947bfc2be
|
|
MD5 |
53333fdd091bde08ef51c5cfc1ecd377
|
|
BLAKE2b-256 |
38209cc8e262f64f775d63f1c9fc5833d5a1a4257a997472f83f8d5ac191127f
|
File details
Details for the file mrflagly-0.2.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7e9add01a0a0f10a9062c682f027812c1eeb69add3ff2290324d60129a38a50c
|
|
MD5 |
f4043a7021993b4e1922a8889a515b25
|
|
BLAKE2b-256 |
c01948b50ba1a9f987da9363e75e412ee27f900a8aec28a851529ef066b811c5
|
File details
Details for the file mrflagly-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
553fe07c35e96c2f35bc087ff6dceda874ec3cf0866c674e2cd1dbb2368bab20
|
|
MD5 |
a5883b77cc4c50cc7c1605fb3bc2b02e
|
|
BLAKE2b-256 |
6f1a9f60c0729fb60a39bd88c5a643262dced8bf5daf4fde635cc8f3e7cb7b0b
|
File details
Details for the file mrflagly-0.2.2-cp310-cp310-macosx_10_7_x86_64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp310-cp310-macosx_10_7_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, macOS 10.7+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7bfdfca1a1316a7f2b22b8434271b6ecfd126b26665c7adb2c7f606456627153
|
|
MD5 |
7422d6e146a49493976cdb2d4f044da0
|
|
BLAKE2b-256 |
a1ddc459018094942755e3571da0c152550b1a937dc7f26c064c631473905d9e
|
File details
Details for the file mrflagly-0.2.2-cp39-none-win_amd64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp39-none-win_amd64.whl
- Upload date:
- Size: 965.7 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1d38dbafa46ff2c2cd2000f738ce610b96b4841016d1d1e3f67ebfccbf668202
|
|
MD5 |
5fda8713c3dfe231a9937ea6ae86606e
|
|
BLAKE2b-256 |
fe181076c9aa2f145411ed3a585461221bba3a31147a79c94da494fa1f52fc15
|
File details
Details for the file mrflagly-0.2.2-cp39-none-win32.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp39-none-win32.whl
- Upload date:
- Size: 914.0 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ba140004dce1a4f1903c8968d26a2b1ab00c719619725c8399df1c548ccd0bdb
|
|
MD5 |
f36928285fb04ba0f69115b38ddb26a0
|
|
BLAKE2b-256 |
5af714df1fa3f44fc3d112685698c48081d394f09444777e6de8ac49310cdaee
|
File details
Details for the file mrflagly-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6d1e1dfecda5d54652b3186b6ab099c225c2dfe2b719be6a1c9b2cb34c1b45d2
|
|
MD5 |
69689bf91a422feed4e4b5b837aaf782
|
|
BLAKE2b-256 |
f5c9b170dc1248f4c70cde21d20e84a784ed63889abed0598d54971f448cf4f4
|
File details
Details for the file mrflagly-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ac57aba516e8b024f3e3776a80a58c33f0587a82828615607023a87a3112003f
|
|
MD5 |
8bbede52d17e4f7bf2117c8d7a7d69c5
|
|
BLAKE2b-256 |
30af65b5b4213ead643c24ffc1487c1161981f005a503040865b0f73b506b45a
|
File details
Details for the file mrflagly-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9f9f063a3f8be8d795b2a3cb9f8a8e9ac220127b6918233d6b3c68b071c4ab8d
|
|
MD5 |
8ef51646b349b3e11888421698789e60
|
|
BLAKE2b-256 |
046392e93233040ed89d4ce39901e29952cdfdd291ed0e5b3b8a42ff41c61f4c
|
File details
Details for the file mrflagly-0.2.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4cb5786ecd16a2b1e106e4efa854ef481d472d5cc47ab2ead5cea5d6eb49b17b
|
|
MD5 |
5a444e5a2bc9fab286ccccc87abcf612
|
|
BLAKE2b-256 |
bcf1cbd454c5cf1eb2a1b1ce808150e271ec419f1aa8e52294990f490a1ab79e
|
File details
Details for the file mrflagly-0.2.2-cp38-none-win_amd64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp38-none-win_amd64.whl
- Upload date:
- Size: 965.4 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
33f601ae26d2fe0239cb6270814fb2a72a1b6c1987a5ae5fc274a07a7e92f5fc
|
|
MD5 |
ab7e7995ad32fc3aa46d913c236aa718
|
|
BLAKE2b-256 |
9572513ef7dd6384b8eef24c8125b7b90673d1c2084817146ed88b1904c63307
|
File details
Details for the file mrflagly-0.2.2-cp38-none-win32.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp38-none-win32.whl
- Upload date:
- Size: 914.0 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d3ce9aa7839255fdbf418f396e03144bfbe46caceb896e779cd012caeec3ef68
|
|
MD5 |
ca6b72b761d902be85ea860f122b5495
|
|
BLAKE2b-256 |
93a47b59b7a723c615fd7ed379117512efab8d7f7e7416b710ecd1e19e7bf8e5
|
File details
Details for the file mrflagly-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
01e7aaafbcb26e41bc34697124f34ccbe1c7f2c7b0bf5cc34f80c0b93820f046
|
|
MD5 |
a4223d424681a1299ea6d8b0254af3a0
|
|
BLAKE2b-256 |
e9b902a5e402c0c583a140b832bac78faf48a245aaf2d76e3487d45010ad2132
|
File details
Details for the file mrflagly-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
da80446a2097b997b071e1798aae0f6ee9083b597a8e7a486ee4c1d94d3236a1
|
|
MD5 |
208e10d0b4df29721a15e0f49b62f513
|
|
BLAKE2b-256 |
303890cd2febc1966c0e5a2ca410edcfd2e7c8dc9703ac6f7a8bc6f4226f0712
|
File details
Details for the file mrflagly-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5c5a994f3b361740d3439d1c7da6249bd470c0977a737b5c63bce1135168ee43
|
|
MD5 |
fc3aae26da22c0d9340c1c2674209637
|
|
BLAKE2b-256 |
5d2cffe1c9678fa21bbf73724b9a6f0e1b5c4495125c7caf974a6dccb491a626
|
File details
Details for the file mrflagly-0.2.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.8, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
298e8e09f6860582e25c24e6b43c2adbe7ee33e36802e8bbaf43ba84c1572194
|
|
MD5 |
690f5bee8638391e5ee63a68f717ad96
|
|
BLAKE2b-256 |
ca291991c57c189a3a2e4d41ee9ca0874d02877a76ed17c35e597b450e3a61c8
|
File details
Details for the file mrflagly-0.2.2-cp37-none-win_amd64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp37-none-win_amd64.whl
- Upload date:
- Size: 965.4 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e1a4d1c546210c5328186137bf276bc9ab5b2e3fa2fd4fc3490b62664fa9f823
|
|
MD5 |
2097761eefbff370e733d2f3f83bff97
|
|
BLAKE2b-256 |
c86da669509fb2e8e1c296b3914defd95bac78d5ef26047c2746f1ad4a444bd5
|
File details
Details for the file mrflagly-0.2.2-cp37-none-win32.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp37-none-win32.whl
- Upload date:
- Size: 914.0 kB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b6c0d119db1d45ba707cdbd6149c161ef7896bcd7924cafb0f216bd017a60a58
|
|
MD5 |
57bac9eb53c8740680b7310b7eda0476
|
|
BLAKE2b-256 |
ef3692b4c09231b89aaa89754c469c349fd8e819a31ed406ddfa2c27b4704155
|
File details
Details for the file mrflagly-0.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a94c7e6ed12f47104afe3f6868444cffd452757f380a42bb4a944a6d30c10022
|
|
MD5 |
cebebd73b1cab870c14eb9c939c15486
|
|
BLAKE2b-256 |
7283a9d81acfed9530d4513efbcf76d863f961426d7604eb9c7027b9c873edf4
|
File details
Details for the file mrflagly-0.2.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fed63f1abf51abbb11089f189bd583382dd2f5b014d1a0ef5c63a59e7e587679
|
|
MD5 |
7fb90ff5f0868a151fe77b27ba311558
|
|
BLAKE2b-256 |
19f4981e8a0628bdf0f1db0e41157862b1a5fd1bdc875dfbad287a007c407e59
|
File details
Details for the file mrflagly-0.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 2.1 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
84c35f8226f5154bffba932e7dc1db713faa6edf1f2d9e550f97c85d28ee3b56
|
|
MD5 |
25af12c9285ce050f7a71b9f30ae6e4f
|
|
BLAKE2b-256 |
b295ccfb6057a801ab7d48501c4532976453c27a2a673ce366e0b0afd0eecaa1
|
File details
Details for the file mrflagly-0.2.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
.
File metadata
- Download URL: mrflagly-0.2.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
13235eba042b386362c6d98ea6973b59a58ec010176754ebac289112d68aafa6
|
|
MD5 |
07b4d9c1da87ae10ba2b7f818e2249b7
|
|
BLAKE2b-256 |
64fbc1094cf813b7ae35b069535729ce6653d64eabc615a3a773e042905179d9
|