# minictl
A small model checker for Computational Tree Logic. It is not implemented to be the fastest or the most featureful, instead, it is written for a Mini-Master Project at _vu Amsterdam_ to be used as a playground for several courses on Modal Logic.
For any Finite-state model $\mathcal{M}$, and a CTL formula $\phi$, MiniCTL can compute $\|\phi\|_{\mathcal{M}}$, which is to say, the set of states in which $\phi$ holds.
On top of Prepositional Logic ($\phi ::= p | \top | \bot | \neg \phi | \phi \land \phi | \phi \lor \phi | \phi \rightarrow \phi | \phi \leftrightarrow \phi$), it supports the CTL Modal operators:
- $\mathrm{A} X\phi$
- $\mathrm{E} X \phi$
- $\mathrm{A} F\phi$
- $\mathrm{E} F \phi$
- $\mathrm{A} G\phi$
- $\mathrm{E} G\phi$
- $\mathrm{A} (\phi U \psi)$
- $\mathrm{E} (\phi U \psi)$
### Installing
The package can be installed with a simple `pip install minictl`.
If pip complaints that `cargo` is not installed, this is because I did not compile the package for your combination of OS and python version (For example, `macOS Sequoia, python3.9`) This is especially likely for MacOS when using Apple Scilicon and a Python version below 3.11, as these are not supported by the tools upstream. If you run into this error and are on MacOS, use to python 3.11 or greater.
If there is no python version supported for your OS, or you wish to use a different python version than I support (>= 3.9), the error can also be fixed by installing the rust toolchain on your computer, which you can do using `rustup` as explained [here](https://www.rust-lang.org/tools/install), proceeding with a default instalation. After rust is installed, the `pip install` command will work.
### Usage
A simple tutorial for the python library can be found under `teaching_materials/minictl_into.py`
More advanced documentation of the python library can be found as docstrings in the `minictl.pyi` file, and as examples in the `tests/python/*.py` files.
### Development
##### Python
For testing, install `maturin` through cargo with `cargo install maturin`. Once installed, the editable package can be installed with `pip install -e .[dev]`, where this same command is run to re-compile the code. To show Rust compiler warnings, `maturin develop` can be run to compile the python part of the code.
To run the tests run `python -m pytest python/tests/`, and to run the formatter run `black python/`
Raw data
{
"_id": null,
"home_page": "https://github.com/JJWRoeloffs/minictl",
"name": "minictl",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "model-checking, CTL, kripke-structure",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/93/c0/a6b78a7a9d24678ffb9ad65c362b38f617799dcb1174715e4a8a92eaf30f/minictl-0.1.8.tar.gz",
"platform": null,
"description": "# minictl\n\nA small model checker for Computational Tree Logic. It is not implemented to be the fastest or the most featureful, instead, it is written for a Mini-Master Project at _vu Amsterdam_ to be used as a playground for several courses on Modal Logic.\n\nFor any Finite-state model $\\mathcal{M}$, and a CTL formula $\\phi$, MiniCTL can compute $\\|\\phi\\|_{\\mathcal{M}}$, which is to say, the set of states in which $\\phi$ holds.\n\nOn top of Prepositional Logic ($\\phi ::= p | \\top | \\bot | \\neg \\phi | \\phi \\land \\phi | \\phi \\lor \\phi | \\phi \\rightarrow \\phi | \\phi \\leftrightarrow \\phi$), it supports the CTL Modal operators:\n\n- $\\mathrm{A} X\\phi$\n- $\\mathrm{E} X \\phi$\n- $\\mathrm{A} F\\phi$\n- $\\mathrm{E} F \\phi$\n- $\\mathrm{A} G\\phi$\n- $\\mathrm{E} G\\phi$\n- $\\mathrm{A} (\\phi U \\psi)$\n- $\\mathrm{E} (\\phi U \\psi)$\n\n### Installing\n\nThe package can be installed with a simple `pip install minictl`.\n\nIf pip complaints that `cargo` is not installed, this is because I did not compile the package for your combination of OS and python version (For example, `macOS Sequoia, python3.9`) This is especially likely for MacOS when using Apple Scilicon and a Python version below 3.11, as these are not supported by the tools upstream. If you run into this error and are on MacOS, use to python 3.11 or greater.\n\nIf there is no python version supported for your OS, or you wish to use a different python version than I support (>= 3.9), the error can also be fixed by installing the rust toolchain on your computer, which you can do using `rustup` as explained [here](https://www.rust-lang.org/tools/install), proceeding with a default instalation. After rust is installed, the `pip install` command will work.\n\n### Usage\n\nA simple tutorial for the python library can be found under `teaching_materials/minictl_into.py`\n\nMore advanced documentation of the python library can be found as docstrings in the `minictl.pyi` file, and as examples in the `tests/python/*.py` files.\n\n### Development\n\n##### Python\n\nFor testing, install `maturin` through cargo with `cargo install maturin`. Once installed, the editable package can be installed with `pip install -e .[dev]`, where this same command is run to re-compile the code. To show Rust compiler warnings, `maturin develop` can be run to compile the python part of the code.\n\nTo run the tests run `python -m pytest python/tests/`, and to run the formatter run `black python/`\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A small model checker for Computational Tree Logic",
"version": "0.1.8",
"project_urls": {
"Bug Tracker": "https://github.com/JJWRoeloffs/minictl/issues",
"Homepage": "https://github.com/JJWRoeloffs/minictl"
},
"split_keywords": [
"model-checking",
" ctl",
" kripke-structure"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "dbe0525ad8e690351f7668b369752b177f76d91930b1ee6bd4e36758aecc553e",
"md5": "e2e132331f8e439be9d3fde00ba858da",
"sha256": "4b98ccc315ca1d134ffdf310784757b724e2d5375cd19978486ee9d70e2ba6b2"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e2e132331f8e439be9d3fde00ba858da",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 398458,
"upload_time": "2025-04-09T11:10:58",
"upload_time_iso_8601": "2025-04-09T11:10:58.884774Z",
"url": "https://files.pythonhosted.org/packages/db/e0/525ad8e690351f7668b369752b177f76d91930b1ee6bd4e36758aecc553e/minictl-0.1.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d47c26d75916abaf87977ec42fb4d0c1607c42150da55dd49ac0889493dfc520",
"md5": "7c4f40c923e2adbfe65d694c718efba2",
"sha256": "9a86a5deedf706d66ac064dc7f3af4f85b1e8a5e5ecf75b41a36cff640615954"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "7c4f40c923e2adbfe65d694c718efba2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 410252,
"upload_time": "2025-04-09T11:11:10",
"upload_time_iso_8601": "2025-04-09T11:11:10.131182Z",
"url": "https://files.pythonhosted.org/packages/d4/7c/26d75916abaf87977ec42fb4d0c1607c42150da55dd49ac0889493dfc520/minictl-0.1.8-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d288894ce73c3fd06bf577169a38518b36e815901b67c12444fa2823729e15a3",
"md5": "dd41449177bafaa026eb591ac68d84bc",
"sha256": "9996cd9089d933241bbc3e4da771a43ef3d06613d20ce18a1eb65dec0812f244"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "dd41449177bafaa026eb591ac68d84bc",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 462981,
"upload_time": "2025-04-09T11:11:21",
"upload_time_iso_8601": "2025-04-09T11:11:21.730487Z",
"url": "https://files.pythonhosted.org/packages/d2/88/894ce73c3fd06bf577169a38518b36e815901b67c12444fa2823729e15a3/minictl-0.1.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7fd5b513307149f4be95efa33216bf2dddf1f6d542f950a3a6015df24b334520",
"md5": "aa91fe9678a9296101a0061277a8d9a3",
"sha256": "8e43c980f96e18ef003b4e535612e191059edc7f4265dedb579b99cda1e041bb"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "aa91fe9678a9296101a0061277a8d9a3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 457200,
"upload_time": "2025-04-09T11:11:31",
"upload_time_iso_8601": "2025-04-09T11:11:31.687263Z",
"url": "https://files.pythonhosted.org/packages/7f/d5/b513307149f4be95efa33216bf2dddf1f6d542f950a3a6015df24b334520/minictl-0.1.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3f82ca76ab89d69b642c561873c6e398a4744c17c342678129c04db562ccdc0c",
"md5": "39b656d4c3b5ff4c7e18c7157f5abecb",
"sha256": "48c0cb261fff3b54961ac9d584a63e7b728b0a922347713352f62a01003aa4d2"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "39b656d4c3b5ff4c7e18c7157f5abecb",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 399893,
"upload_time": "2025-04-09T11:11:48",
"upload_time_iso_8601": "2025-04-09T11:11:48.957877Z",
"url": "https://files.pythonhosted.org/packages/3f/82/ca76ab89d69b642c561873c6e398a4744c17c342678129c04db562ccdc0c/minictl-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "06e364d857b6862cfb0aeb710e3d76c67cab773549586f0907d8bcfcc053b523",
"md5": "dc00796fd2ff8d9d7578c72e622b0536",
"sha256": "9f0f80fe7390c1e0b4d00fb35b024e50d973300476acb32aa75697bec41c47d8"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "dc00796fd2ff8d9d7578c72e622b0536",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 436287,
"upload_time": "2025-04-09T11:11:41",
"upload_time_iso_8601": "2025-04-09T11:11:41.341097Z",
"url": "https://files.pythonhosted.org/packages/06/e3/64d857b6862cfb0aeb710e3d76c67cab773549586f0907d8bcfcc053b523/minictl-0.1.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f086b2153f02770338d0679c65674c75530cad29ae8d04513177fcd4839c75a7",
"md5": "9216c1e42d858a026aa3af9ffcf566eb",
"sha256": "4b0fff6825a63f1abe96c753d88d245dfbf6cdc3f587f27585d859075aa39879"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "9216c1e42d858a026aa3af9ffcf566eb",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 575885,
"upload_time": "2025-04-09T11:12:03",
"upload_time_iso_8601": "2025-04-09T11:12:03.707912Z",
"url": "https://files.pythonhosted.org/packages/f0/86/b2153f02770338d0679c65674c75530cad29ae8d04513177fcd4839c75a7/minictl-0.1.8-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "87609ac1567f69ff3d6e66cef8ec08803072b44b40c1254b4785c17bd6f936db",
"md5": "6a84509005b31477e691bdafa526aa6b",
"sha256": "1cae68fe7d9432511abf56ec88b5df2f64cb602b9ab0387ec731060ed392305b"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "6a84509005b31477e691bdafa526aa6b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 672734,
"upload_time": "2025-04-09T11:12:14",
"upload_time_iso_8601": "2025-04-09T11:12:14.359605Z",
"url": "https://files.pythonhosted.org/packages/87/60/9ac1567f69ff3d6e66cef8ec08803072b44b40c1254b4785c17bd6f936db/minictl-0.1.8-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a30aa596c064f5be6dec947735932c58c1371dde77c18b1123a533285c9127ac",
"md5": "c18e77907bf45b6e5f11530d2535f3c2",
"sha256": "b298ff8fa9262f4c6d4e5c4b9d9f932cbd3915820a73c0bb94323e88557f72e7"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "c18e77907bf45b6e5f11530d2535f3c2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 607934,
"upload_time": "2025-04-09T11:12:25",
"upload_time_iso_8601": "2025-04-09T11:12:25.373073Z",
"url": "https://files.pythonhosted.org/packages/a3/0a/a596c064f5be6dec947735932c58c1371dde77c18b1123a533285c9127ac/minictl-0.1.8-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ac4a586fc088ecc8391d7159b6281c11db343413adeffff6e3c036ddc0ff894",
"md5": "843280fe49db69fb86f935b27d443eea",
"sha256": "bf8daf3bc8622d288b9ba8099d913fd1939355ac01694792a80371cdc4f10b40"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "843280fe49db69fb86f935b27d443eea",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 570716,
"upload_time": "2025-04-09T11:12:37",
"upload_time_iso_8601": "2025-04-09T11:12:37.021319Z",
"url": "https://files.pythonhosted.org/packages/8a/c4/a586fc088ecc8391d7159b6281c11db343413adeffff6e3c036ddc0ff894/minictl-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b8d765d8b12ef090713cb800a0205af9dc3d80a4a2c88178b9f14abda24c6589",
"md5": "9d60246f7e8daeb60b3b26234d27c6c4",
"sha256": "9c08d13030d25aabd276da22d56554cccf3814f3bcf78daa485c700b9ea9cd61"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "9d60246f7e8daeb60b3b26234d27c6c4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 239135,
"upload_time": "2025-04-09T11:12:58",
"upload_time_iso_8601": "2025-04-09T11:12:58.617212Z",
"url": "https://files.pythonhosted.org/packages/b8/d7/65d8b12ef090713cb800a0205af9dc3d80a4a2c88178b9f14abda24c6589/minictl-0.1.8-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "72fb3aaa1beceaacad2fcdc496da3d12031037e2437aecdc969b1b2f0c8b7d9c",
"md5": "e2fb990d22e7ddb5e83381b7853c5db0",
"sha256": "4720d5d776e00065bbabc1ffac223764e02c30a4df3ca2efb088de3a681652c8"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "e2fb990d22e7ddb5e83381b7853c5db0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 253286,
"upload_time": "2025-04-09T11:12:51",
"upload_time_iso_8601": "2025-04-09T11:12:51.122662Z",
"url": "https://files.pythonhosted.org/packages/72/fb/3aaa1beceaacad2fcdc496da3d12031037e2437aecdc969b1b2f0c8b7d9c/minictl-0.1.8-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "93d2438ab503b6e2393aa2b0be5928de39ee07270a0454b02f019436164f074b",
"md5": "80e469756287dae7a362069a3f3177e5",
"sha256": "95dbab20aab2c719fb2252e7a008a2b4edaca5a82ccaab33c7e959d8d5e67b17"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "80e469756287dae7a362069a3f3177e5",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 377809,
"upload_time": "2025-04-09T11:12:00",
"upload_time_iso_8601": "2025-04-09T11:12:00.260071Z",
"url": "https://files.pythonhosted.org/packages/93/d2/438ab503b6e2393aa2b0be5928de39ee07270a0454b02f019436164f074b/minictl-0.1.8-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f6801fc77ac1fbd248d365ee2c07262d0fec93910ddde238f46cd395eae9f464",
"md5": "5709aedfa4783c4c5d4343c86038666d",
"sha256": "8766ca9373d2ed93939283181624c54d67bd09c746c3e9c131b310c33b9f79bc"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5709aedfa4783c4c5d4343c86038666d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 362941,
"upload_time": "2025-04-09T11:11:56",
"upload_time_iso_8601": "2025-04-09T11:11:56.679184Z",
"url": "https://files.pythonhosted.org/packages/f6/80/1fc77ac1fbd248d365ee2c07262d0fec93910ddde238f46cd395eae9f464/minictl-0.1.8-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8af01fe5ce998129fdf4913eae016bc71077f17f1171cc5847db829f651b48f3",
"md5": "d62e45c097f39efe3d255c3a247089de",
"sha256": "d291f8b5cd6003d499af31a63179024321ec7d59e959a56f39d8b82d9fa63ac3"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "d62e45c097f39efe3d255c3a247089de",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 398326,
"upload_time": "2025-04-09T11:11:00",
"upload_time_iso_8601": "2025-04-09T11:11:00.479943Z",
"url": "https://files.pythonhosted.org/packages/8a/f0/1fe5ce998129fdf4913eae016bc71077f17f1171cc5847db829f651b48f3/minictl-0.1.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "854ef6710019b509658ac89af2509d597fb270dba26179a436e3832f51b2bcf7",
"md5": "b485c4abc480d062d7364a35b2f7e84b",
"sha256": "206445546d5b39745ad2741de87700bb9cf563c6528a31f0931a202d697e44b7"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "b485c4abc480d062d7364a35b2f7e84b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 409515,
"upload_time": "2025-04-09T11:11:11",
"upload_time_iso_8601": "2025-04-09T11:11:11.867208Z",
"url": "https://files.pythonhosted.org/packages/85/4e/f6710019b509658ac89af2509d597fb270dba26179a436e3832f51b2bcf7/minictl-0.1.8-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0501bbe7c7d5d62d465fc5b3618447bd3b496bb0a7b5afc70c6e27b2006fcc8b",
"md5": "04ffff76bd3b7aaa6e1a6baa0161885f",
"sha256": "bf8854bed3ea99841ddc456faa42cd0853cd4d3426d127e543448bcbfd16315e"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "04ffff76bd3b7aaa6e1a6baa0161885f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 466806,
"upload_time": "2025-04-09T11:11:23",
"upload_time_iso_8601": "2025-04-09T11:11:23.146930Z",
"url": "https://files.pythonhosted.org/packages/05/01/bbe7c7d5d62d465fc5b3618447bd3b496bb0a7b5afc70c6e27b2006fcc8b/minictl-0.1.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "70b8d711c69f2ee764a13cb3c6190ec4e3bcc0710d5ec00a1298e1d912abec34",
"md5": "54f1411333d117dc015b3aa4d515e5e1",
"sha256": "3756b6abffaf09a53d962c33afc54491b76330ed5a9443cc4c3a716079f5345e"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "54f1411333d117dc015b3aa4d515e5e1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 456549,
"upload_time": "2025-04-09T11:11:32",
"upload_time_iso_8601": "2025-04-09T11:11:32.698954Z",
"url": "https://files.pythonhosted.org/packages/70/b8/d711c69f2ee764a13cb3c6190ec4e3bcc0710d5ec00a1298e1d912abec34/minictl-0.1.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a43b09e36f475120a3b405b8bdc9ad0dde384756233831a2889d731892427090",
"md5": "a9d1ee6a7b6c4b009ddd34862a60d740",
"sha256": "2b068b516264726840f3ba2e261387634e140a596b9f2e6291c015bccc813fab"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a9d1ee6a7b6c4b009ddd34862a60d740",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 400391,
"upload_time": "2025-04-09T11:11:49",
"upload_time_iso_8601": "2025-04-09T11:11:49.980225Z",
"url": "https://files.pythonhosted.org/packages/a4/3b/09e36f475120a3b405b8bdc9ad0dde384756233831a2889d731892427090/minictl-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "82f830984e2fb353c4290fc53d7ef4484f0af07ee97e3539affd4f0e0c71d7e8",
"md5": "6de8eb2c75a1c47e685a9b36beb03672",
"sha256": "09ff0601a7300f1d88ad05842f3c58c7a738c14d8a69730da2daf4e33d2df1c2"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "6de8eb2c75a1c47e685a9b36beb03672",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 436587,
"upload_time": "2025-04-09T11:11:42",
"upload_time_iso_8601": "2025-04-09T11:11:42.336522Z",
"url": "https://files.pythonhosted.org/packages/82/f8/30984e2fb353c4290fc53d7ef4484f0af07ee97e3539affd4f0e0c71d7e8/minictl-0.1.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e831700c42013e5f0ef4c16e2861c96df5f935854b83ba1682bb0a3f9012383b",
"md5": "fe812eb36fa98736bf541534a45f8453",
"sha256": "83b8fbf60c68645c2efd7fc0b7fb93beaff2b297b2c9898e9354c9ad531230be"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "fe812eb36fa98736bf541534a45f8453",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 575841,
"upload_time": "2025-04-09T11:12:04",
"upload_time_iso_8601": "2025-04-09T11:12:04.782325Z",
"url": "https://files.pythonhosted.org/packages/e8/31/700c42013e5f0ef4c16e2861c96df5f935854b83ba1682bb0a3f9012383b/minictl-0.1.8-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "76e9cd4364142f33790980e6d77c9a3eaef14dedc0d3216aceb0f3863bf762e1",
"md5": "47473cd61ee8ed78513d833dc7266c91",
"sha256": "48026e414108a035639bc51d3c1fb2efb5863dac5de37fc9df0ca02b66355930"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "47473cd61ee8ed78513d833dc7266c91",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 671861,
"upload_time": "2025-04-09T11:12:15",
"upload_time_iso_8601": "2025-04-09T11:12:15.612417Z",
"url": "https://files.pythonhosted.org/packages/76/e9/cd4364142f33790980e6d77c9a3eaef14dedc0d3216aceb0f3863bf762e1/minictl-0.1.8-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3b4aa9862ac8bfa2de121a702d3628ccd1814de97ca08a583227e1954109d3a0",
"md5": "217b2538fc82e46586b7e39ff548bb21",
"sha256": "8f21e7ee945373ebf1ca5a03bf89c856a7d9bdd902af8030ce623c0b8cdb514f"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "217b2538fc82e46586b7e39ff548bb21",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 608141,
"upload_time": "2025-04-09T11:12:26",
"upload_time_iso_8601": "2025-04-09T11:12:26.803350Z",
"url": "https://files.pythonhosted.org/packages/3b/4a/a9862ac8bfa2de121a702d3628ccd1814de97ca08a583227e1954109d3a0/minictl-0.1.8-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7528c801861c0ff62f22549e01d8ce67514bedefe3145e31642d6a9412f46264",
"md5": "4f4810559efe752b5ef13f46a2577b57",
"sha256": "3254a1348a240f2876c4d94b6c99fbf8d62fa085b1e514dd0d1ce2c9716b00bd"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "4f4810559efe752b5ef13f46a2577b57",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 571086,
"upload_time": "2025-04-09T11:12:38",
"upload_time_iso_8601": "2025-04-09T11:12:38.269972Z",
"url": "https://files.pythonhosted.org/packages/75/28/c801861c0ff62f22549e01d8ce67514bedefe3145e31642d6a9412f46264/minictl-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b54173f7ccc8b81677b52e830038ab3cd3d16587e360033c0fd3d50a18a9f79d",
"md5": "bc42918f0fdec16deec331feb8059e87",
"sha256": "567f60a7c25ec7440956b4712c5d90ef4780584f9fba4cb521973e5640573263"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "bc42918f0fdec16deec331feb8059e87",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 238975,
"upload_time": "2025-04-09T11:13:00",
"upload_time_iso_8601": "2025-04-09T11:13:00.006057Z",
"url": "https://files.pythonhosted.org/packages/b5/41/73f7ccc8b81677b52e830038ab3cd3d16587e360033c0fd3d50a18a9f79d/minictl-0.1.8-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6e1405d28b7709a009563c124ae6e22462bb798f7403d04c549635b51bd5c814",
"md5": "056911d155bfc2db650eff18f60d9a45",
"sha256": "8f2e68dc9244524311ac1bf898446ada3725f4c71481834e4aa0f9505d543d44"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "056911d155bfc2db650eff18f60d9a45",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 253115,
"upload_time": "2025-04-09T11:12:52",
"upload_time_iso_8601": "2025-04-09T11:12:52.736260Z",
"url": "https://files.pythonhosted.org/packages/6e/14/05d28b7709a009563c124ae6e22462bb798f7403d04c549635b51bd5c814/minictl-0.1.8-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a8ae856b333b7bb3a8982ec564ed39535e74a93e52041b44501cba438ed01e5a",
"md5": "87eda29291b89c038b72eb3a12d5a485",
"sha256": "45698385a8b71948039c0b12b1953d2dff0381a7301bf9363e556d5dbfac7979"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "87eda29291b89c038b72eb3a12d5a485",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 370809,
"upload_time": "2025-04-09T11:12:01",
"upload_time_iso_8601": "2025-04-09T11:12:01.324528Z",
"url": "https://files.pythonhosted.org/packages/a8/ae/856b333b7bb3a8982ec564ed39535e74a93e52041b44501cba438ed01e5a/minictl-0.1.8-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e24d3363f0961d332d30edbce87209c6b279c987aad1f30ec9c8ce89fe417b85",
"md5": "342d58fdefa19acd78cbf6db0ef4cb7f",
"sha256": "ab381ddc87677b250e647b5b65c3f69024d822ee81c1481f10effe3c51be511f"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "342d58fdefa19acd78cbf6db0ef4cb7f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 354502,
"upload_time": "2025-04-09T11:11:57",
"upload_time_iso_8601": "2025-04-09T11:11:57.784701Z",
"url": "https://files.pythonhosted.org/packages/e2/4d/3363f0961d332d30edbce87209c6b279c987aad1f30ec9c8ce89fe417b85/minictl-0.1.8-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "764a73fef13d5225cb04f898ff44fb3a033949c66ffaea054a83ba4366745db1",
"md5": "1b80bfd07cef0f454c19c7ca99eabb1e",
"sha256": "df1a6ddf2c7cf4fc8eeb182aa5a2d618d0eb7abbd5bf8c4d50629e61286eb835"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "1b80bfd07cef0f454c19c7ca99eabb1e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 399260,
"upload_time": "2025-04-09T11:11:01",
"upload_time_iso_8601": "2025-04-09T11:11:01.485021Z",
"url": "https://files.pythonhosted.org/packages/76/4a/73fef13d5225cb04f898ff44fb3a033949c66ffaea054a83ba4366745db1/minictl-0.1.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4dbc3a142ae007c99039f7ddf5af93e964332a13b06c855e5acb01ae66a12ed1",
"md5": "9f6bb76400054cade7ff16204d949f95",
"sha256": "8a5055c9c1f50f6998bf4f91c39f4fb7389ba53fed430b73e62a08b80a2f0cbb"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "9f6bb76400054cade7ff16204d949f95",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 408335,
"upload_time": "2025-04-09T11:11:13",
"upload_time_iso_8601": "2025-04-09T11:11:13.534445Z",
"url": "https://files.pythonhosted.org/packages/4d/bc/3a142ae007c99039f7ddf5af93e964332a13b06c855e5acb01ae66a12ed1/minictl-0.1.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "264385050ff5f331427cce6ab69ae3ab8e32192b6ea50d39e7181a304d094223",
"md5": "5ac80b36a599f437aecab6319f05441e",
"sha256": "b217ae36aa96f7a94a4c8d64457dadad8e54bd105b07c622a71315bf4f9fb214"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "5ac80b36a599f437aecab6319f05441e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 465981,
"upload_time": "2025-04-09T11:11:24",
"upload_time_iso_8601": "2025-04-09T11:11:24.212587Z",
"url": "https://files.pythonhosted.org/packages/26/43/85050ff5f331427cce6ab69ae3ab8e32192b6ea50d39e7181a304d094223/minictl-0.1.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aee4b95c1be38f8b5f5792d584b178b12ada69186022d82b549eee8209ea0b71",
"md5": "bcc06a308a92a8f414b5ad75e0c77bb8",
"sha256": "2903c4d5b36eb9f6401cba843bd70a42e99541eefd7998387461f8e42e5f51c0"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "bcc06a308a92a8f414b5ad75e0c77bb8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 450346,
"upload_time": "2025-04-09T11:11:33",
"upload_time_iso_8601": "2025-04-09T11:11:33.994027Z",
"url": "https://files.pythonhosted.org/packages/ae/e4/b95c1be38f8b5f5792d584b178b12ada69186022d82b549eee8209ea0b71/minictl-0.1.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ca46fd98a7460fe711d7e0863b991463e544ff0157977ad93e0c9d9fa52ea145",
"md5": "e473a07e3555d33311887342f9865288",
"sha256": "35a358b560619880aca30fea9c280d2bb4992153735cd5c4058cb9628e8b3ac4"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "e473a07e3555d33311887342f9865288",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 401507,
"upload_time": "2025-04-09T11:11:50",
"upload_time_iso_8601": "2025-04-09T11:11:50.923764Z",
"url": "https://files.pythonhosted.org/packages/ca/46/fd98a7460fe711d7e0863b991463e544ff0157977ad93e0c9d9fa52ea145/minictl-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a84f09e27563f181fcf54975a6a2023aa50a22cb3a3d9ee9c8842e67262777e3",
"md5": "e587def2cdebd720c571715a72d1d21f",
"sha256": "b458d64df0ee9248a2ea6f8b6fa809a9e0d4610bbdd26138bd50be0986f08007"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "e587def2cdebd720c571715a72d1d21f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 436692,
"upload_time": "2025-04-09T11:11:43",
"upload_time_iso_8601": "2025-04-09T11:11:43.397411Z",
"url": "https://files.pythonhosted.org/packages/a8/4f/09e27563f181fcf54975a6a2023aa50a22cb3a3d9ee9c8842e67262777e3/minictl-0.1.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6e23b0f219460cd91871409b3358fdb1c8ef9317c8e94125106e65a43b751f81",
"md5": "c936cac1fb2744e18e025b99ee5ae3ea",
"sha256": "4b277ed5eb124a431eeac7442d377703e1c35013d294469530299e0c668f8618"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "c936cac1fb2744e18e025b99ee5ae3ea",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 576854,
"upload_time": "2025-04-09T11:12:06",
"upload_time_iso_8601": "2025-04-09T11:12:06.176609Z",
"url": "https://files.pythonhosted.org/packages/6e/23/b0f219460cd91871409b3358fdb1c8ef9317c8e94125106e65a43b751f81/minictl-0.1.8-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ee3135f14ab1f54207c28ec11177589fd1b34234bf357fe5e2edf6db8eab5852",
"md5": "67ccf7523b3454f3071e09c3c34fe15b",
"sha256": "b3f880f90aae6ed67a63cb968f822c6abb435ffd27be2584b47f09540e037e99"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "67ccf7523b3454f3071e09c3c34fe15b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 670687,
"upload_time": "2025-04-09T11:12:16",
"upload_time_iso_8601": "2025-04-09T11:12:16.838995Z",
"url": "https://files.pythonhosted.org/packages/ee/31/35f14ab1f54207c28ec11177589fd1b34234bf357fe5e2edf6db8eab5852/minictl-0.1.8-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f20af63f12e9eb38c8762502af364121ce02a10ea38f2b7a021a2fc4121f2be6",
"md5": "db9fb77e394ce0d3d5f32d3e69681b7e",
"sha256": "4193a2b9ac158b6ea93856847934a082d66da3bb661fd5c566cb16d4e68d451b"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "db9fb77e394ce0d3d5f32d3e69681b7e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 609292,
"upload_time": "2025-04-09T11:12:28",
"upload_time_iso_8601": "2025-04-09T11:12:28.206511Z",
"url": "https://files.pythonhosted.org/packages/f2/0a/f63f12e9eb38c8762502af364121ce02a10ea38f2b7a021a2fc4121f2be6/minictl-0.1.8-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "af5c60f29f239f97f0550e63e1d856bcccac9d10a5f44ffc6938208d6c6ce4a0",
"md5": "c3d14ac32695eb73a30395e25eee1d6f",
"sha256": "ae05285c513e25608a42097902d3c38c60e8e2c3b4d5311407f4fc9795a02737"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "c3d14ac32695eb73a30395e25eee1d6f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 572334,
"upload_time": "2025-04-09T11:12:39",
"upload_time_iso_8601": "2025-04-09T11:12:39.692181Z",
"url": "https://files.pythonhosted.org/packages/af/5c/60f29f239f97f0550e63e1d856bcccac9d10a5f44ffc6938208d6c6ce4a0/minictl-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fbde16c90fbfcaf2a4084cc2e50097e24e947651816ece446b3d344ead7e2013",
"md5": "5559f60d52ed5e6be4c25aef18d726da",
"sha256": "cae8082079d3e8e7fb6f1bf589115681f491b1ab7e78aca77b687b7ea440b363"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "5559f60d52ed5e6be4c25aef18d726da",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 241483,
"upload_time": "2025-04-09T11:13:02",
"upload_time_iso_8601": "2025-04-09T11:13:02.167196Z",
"url": "https://files.pythonhosted.org/packages/fb/de/16c90fbfcaf2a4084cc2e50097e24e947651816ece446b3d344ead7e2013/minictl-0.1.8-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "66c6c4732dd05cc774c3ef5926b9f2b488e4688ec90a344661987707c15f809c",
"md5": "1e1171bf4a8060b48a293e404eed39ce",
"sha256": "f70c18a742582a98b3e3ca776382d2ff6a64f6137cffa6f8910aaa1615eaffb5"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "1e1171bf4a8060b48a293e404eed39ce",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 249472,
"upload_time": "2025-04-09T11:12:54",
"upload_time_iso_8601": "2025-04-09T11:12:54.006909Z",
"url": "https://files.pythonhosted.org/packages/66/c6/c4732dd05cc774c3ef5926b9f2b488e4688ec90a344661987707c15f809c/minictl-0.1.8-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fdd59782a7698f8a75cdaee109c5c966edcd75bfa279fc574d1bbc352cc1076e",
"md5": "eee0aab8fc64dbd297a7467e84cc491c",
"sha256": "f747d9b3cf01ce2bc321469ed6b8a9f19c62af905d57ba32af381514f87d1907"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "eee0aab8fc64dbd297a7467e84cc491c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 370755,
"upload_time": "2025-04-09T11:12:02",
"upload_time_iso_8601": "2025-04-09T11:12:02.387236Z",
"url": "https://files.pythonhosted.org/packages/fd/d5/9782a7698f8a75cdaee109c5c966edcd75bfa279fc574d1bbc352cc1076e/minictl-0.1.8-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a0b12f0f2071692f8299dff41425eb77fdd1c8cc5799c6a9c42636513dd320b6",
"md5": "d8995f9b00e893ed3334013467402c20",
"sha256": "0a0d2aa7c3d64726885b0aea9629dd9fff0fe4fcbd442ebac8591c8ccdc1f84d"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d8995f9b00e893ed3334013467402c20",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 354010,
"upload_time": "2025-04-09T11:11:59",
"upload_time_iso_8601": "2025-04-09T11:11:59.201214Z",
"url": "https://files.pythonhosted.org/packages/a0/b1/2f0f2071692f8299dff41425eb77fdd1c8cc5799c6a9c42636513dd320b6/minictl-0.1.8-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bd876d27fb39c6f721b8abcb3678d731254eeeeb2d1b40e43be2007efb77faf5",
"md5": "6a121ddb8dda7708b04da13ac458b5ae",
"sha256": "421982039978516a0408009b4121bc4595f25e92fefe8ca64622fb349794d0f2"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6a121ddb8dda7708b04da13ac458b5ae",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 398853,
"upload_time": "2025-04-09T11:11:02",
"upload_time_iso_8601": "2025-04-09T11:11:02.775853Z",
"url": "https://files.pythonhosted.org/packages/bd/87/6d27fb39c6f721b8abcb3678d731254eeeeb2d1b40e43be2007efb77faf5/minictl-0.1.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b3e421e8561ea0f8d407d57047cbcd28d961950cce9ab6b6524329c475fb4110",
"md5": "89cf80075956dce52effaa2ce1eeed3f",
"sha256": "4f7d2aa105b0ba81290243a39f02307b1e9725a3cf3b5b72b9a4962f468e6ff8"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "89cf80075956dce52effaa2ce1eeed3f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 407717,
"upload_time": "2025-04-09T11:11:14",
"upload_time_iso_8601": "2025-04-09T11:11:14.628675Z",
"url": "https://files.pythonhosted.org/packages/b3/e4/21e8561ea0f8d407d57047cbcd28d961950cce9ab6b6524329c475fb4110/minictl-0.1.8-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "25143efec98ebe7aca874247e40cb5d486b100f893e244c0f5d0626cbd4bc94f",
"md5": "6a48da1acf1cd15f1945b8cb29df5506",
"sha256": "1579164b41750caeefe1142cbd3c35aa790ed4250c0dc0733c668f69da2a142a"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "6a48da1acf1cd15f1945b8cb29df5506",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 465274,
"upload_time": "2025-04-09T11:11:25",
"upload_time_iso_8601": "2025-04-09T11:11:25.240642Z",
"url": "https://files.pythonhosted.org/packages/25/14/3efec98ebe7aca874247e40cb5d486b100f893e244c0f5d0626cbd4bc94f/minictl-0.1.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91efe1a0c33df41cfbb228e52f1378dd7ff3a9a6faa23fec8f2862a20c12f501",
"md5": "e5bff41b1a685a9c355fbbd0ef72e84f",
"sha256": "eca5d357e9b938cec0f4410ddc83d5eeeee9661166a7be5f8d91425dbb1c3bb1"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "e5bff41b1a685a9c355fbbd0ef72e84f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 450342,
"upload_time": "2025-04-09T11:11:35",
"upload_time_iso_8601": "2025-04-09T11:11:35.000862Z",
"url": "https://files.pythonhosted.org/packages/91/ef/e1a0c33df41cfbb228e52f1378dd7ff3a9a6faa23fec8f2862a20c12f501/minictl-0.1.8-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c4d7099fc498b50303a1f367410a22c1a6b7d617261b9d26d6d8b37e54fa8a2",
"md5": "62279882fa0a7e90da7bbc52a08077e8",
"sha256": "9af8259d4fbc81e765314ae7677943820eee7e99bf8841a918aea0d581ead9a4"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "62279882fa0a7e90da7bbc52a08077e8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 401016,
"upload_time": "2025-04-09T11:11:52",
"upload_time_iso_8601": "2025-04-09T11:11:52.253702Z",
"url": "https://files.pythonhosted.org/packages/0c/4d/7099fc498b50303a1f367410a22c1a6b7d617261b9d26d6d8b37e54fa8a2/minictl-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7775285519a152fe87226137896cffe920047ae006f3c46562cfb5232ff5a979",
"md5": "9bf7673481948344fd46427ef5b81e4c",
"sha256": "d2cd1c99169d2fb6518886d171b4f37aa13d35e0d4133b2383ab6713e73671e5"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "9bf7673481948344fd46427ef5b81e4c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 436399,
"upload_time": "2025-04-09T11:11:44",
"upload_time_iso_8601": "2025-04-09T11:11:44.402563Z",
"url": "https://files.pythonhosted.org/packages/77/75/285519a152fe87226137896cffe920047ae006f3c46562cfb5232ff5a979/minictl-0.1.8-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2d2bf5447f0c5b71f03d15fcb9f6c850c3bffee0f10d4c5643fd56eec2a842c6",
"md5": "1c08978e3f9e6491c17ab41e6d945121",
"sha256": "755979a89f1c2edeb15b3c056ad90ef0f0cda672d77e3bef5ea7f9d57fda1b41"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "1c08978e3f9e6491c17ab41e6d945121",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 576675,
"upload_time": "2025-04-09T11:12:07",
"upload_time_iso_8601": "2025-04-09T11:12:07.282363Z",
"url": "https://files.pythonhosted.org/packages/2d/2b/f5447f0c5b71f03d15fcb9f6c850c3bffee0f10d4c5643fd56eec2a842c6/minictl-0.1.8-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9b7c0ceea607199f50bc6c5ae40adf5e4531c3455a0781aa5cdbb41b155d1d68",
"md5": "964869d816998790c8b609f5fbe49e1c",
"sha256": "1540611f80704fa4b0fbd158bc1337c03de9619a80e2356b1d7a6717a7654a87"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "964869d816998790c8b609f5fbe49e1c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 670163,
"upload_time": "2025-04-09T11:12:18",
"upload_time_iso_8601": "2025-04-09T11:12:18.055548Z",
"url": "https://files.pythonhosted.org/packages/9b/7c/0ceea607199f50bc6c5ae40adf5e4531c3455a0781aa5cdbb41b155d1d68/minictl-0.1.8-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "822848ad7f8b9daa9bff8e6de32fea671207a44a8c498220f8b801b3066d4fc8",
"md5": "00d8a40ad4759af552ba3edfc14af0ec",
"sha256": "0b9b43dc20de8f1e1bcb827e3d889672bc420221953a44362cacb8342262730b"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "00d8a40ad4759af552ba3edfc14af0ec",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 609313,
"upload_time": "2025-04-09T11:12:29",
"upload_time_iso_8601": "2025-04-09T11:12:29.627529Z",
"url": "https://files.pythonhosted.org/packages/82/28/48ad7f8b9daa9bff8e6de32fea671207a44a8c498220f8b801b3066d4fc8/minictl-0.1.8-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "44a01fa822227107865400402d8a21be58d683c213fc9f021ff01fa327e23639",
"md5": "96a598025b5914597d9fe71ba2dc1fc7",
"sha256": "2c1cf1c473e60e859e51fb0d2603e9446f5545656b399082e95845b1e6fd55c0"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "96a598025b5914597d9fe71ba2dc1fc7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 571594,
"upload_time": "2025-04-09T11:12:40",
"upload_time_iso_8601": "2025-04-09T11:12:40.939403Z",
"url": "https://files.pythonhosted.org/packages/44/a0/1fa822227107865400402d8a21be58d683c213fc9f021ff01fa327e23639/minictl-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c7739f522469b0dd0b8b2da8dc2aa2948f3a824c0987fc2ac6648be1871e16d8",
"md5": "ceaeff8d6e9bc199e2ecd3ac7e8f6446",
"sha256": "962cdb428db287b26fbe749f091dfa19b000e8ac3f9cd0b4372307a07b9e21ea"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "ceaeff8d6e9bc199e2ecd3ac7e8f6446",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 399193,
"upload_time": "2025-04-09T11:11:04",
"upload_time_iso_8601": "2025-04-09T11:11:04.063283Z",
"url": "https://files.pythonhosted.org/packages/c7/73/9f522469b0dd0b8b2da8dc2aa2948f3a824c0987fc2ac6648be1871e16d8/minictl-0.1.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "73c3da02af33d3c188b5fe2e33a61056137ca196c19d7693a59ab2c1b318bc7b",
"md5": "25ec8e8b8071a79a9bfbd228f5d5f138",
"sha256": "35863df85524a5a62cddee098b6adb29a3e54dd0c10ea261274694f644f1460b"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "25ec8e8b8071a79a9bfbd228f5d5f138",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 410996,
"upload_time": "2025-04-09T11:11:15",
"upload_time_iso_8601": "2025-04-09T11:11:15.954296Z",
"url": "https://files.pythonhosted.org/packages/73/c3/da02af33d3c188b5fe2e33a61056137ca196c19d7693a59ab2c1b318bc7b/minictl-0.1.8-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fdf4a4059d037381b90594c37442a697132eb86597623e28cac5e188abd60d38",
"md5": "d7e71d539d77bf70336aa99823fbf76d",
"sha256": "0af1ad2eb40bc8452e53ef70350d90519308cf4e52a81ac06cdf434430c0729e"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "d7e71d539d77bf70336aa99823fbf76d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 465558,
"upload_time": "2025-04-09T11:11:26",
"upload_time_iso_8601": "2025-04-09T11:11:26.558811Z",
"url": "https://files.pythonhosted.org/packages/fd/f4/a4059d037381b90594c37442a697132eb86597623e28cac5e188abd60d38/minictl-0.1.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3af997d8c16971acdeed2f0c9c66d3a74d79ca9e7b1b028c46f5f3fb4d2fc749",
"md5": "bfeb20ee8743b968479940ff35625c87",
"sha256": "a034ae1041a8c1e2e6c8f3a78e1c4ae9e00a3f49e875c4dbedd443b79a91ba6f"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "bfeb20ee8743b968479940ff35625c87",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 451622,
"upload_time": "2025-04-09T11:11:36",
"upload_time_iso_8601": "2025-04-09T11:11:36.080216Z",
"url": "https://files.pythonhosted.org/packages/3a/f9/97d8c16971acdeed2f0c9c66d3a74d79ca9e7b1b028c46f5f3fb4d2fc749/minictl-0.1.8-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e819f193d2d9df6fc63ed6a39e337478577d81e2b1faca9d0ffbdf49964bc3e0",
"md5": "dbb556463d1bc88ca473767c0fef0f2e",
"sha256": "9cddb550f0c0b765a8e339dee903938e30d982f0d85e6d155ba5907d283b480a"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "dbb556463d1bc88ca473767c0fef0f2e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 576986,
"upload_time": "2025-04-09T11:12:08",
"upload_time_iso_8601": "2025-04-09T11:12:08.362817Z",
"url": "https://files.pythonhosted.org/packages/e8/19/f193d2d9df6fc63ed6a39e337478577d81e2b1faca9d0ffbdf49964bc3e0/minictl-0.1.8-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6d41a56fe9e064fc1141e6531533b260fda4f2fba7ce3c359be500dd3e11f0b3",
"md5": "1f075ed925f34b2bdbdf79ab07135b21",
"sha256": "456435dd41aef42823c818f5472b7f38240682316e95e3fadf80a414d1f6a139"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313t-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "1f075ed925f34b2bdbdf79ab07135b21",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 673156,
"upload_time": "2025-04-09T11:12:19",
"upload_time_iso_8601": "2025-04-09T11:12:19.231402Z",
"url": "https://files.pythonhosted.org/packages/6d/41/a56fe9e064fc1141e6531533b260fda4f2fba7ce3c359be500dd3e11f0b3/minictl-0.1.8-cp313-cp313t-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "65a2177406f0f0b2fe24cf425d764bec05a809f3c32f5e9a02bc8d6a415de8da",
"md5": "9c3274e8ebc647e68d96a150a20e7695",
"sha256": "a610641a2e99ec2526d178fcaf2ba03606a864108fd8b5c593a659e1753d5c5e"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "9c3274e8ebc647e68d96a150a20e7695",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 608522,
"upload_time": "2025-04-09T11:12:30",
"upload_time_iso_8601": "2025-04-09T11:12:30.863729Z",
"url": "https://files.pythonhosted.org/packages/65/a2/177406f0f0b2fe24cf425d764bec05a809f3c32f5e9a02bc8d6a415de8da/minictl-0.1.8-cp313-cp313t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4d6de99b6b18ada1cba9edef122667b38f95e10802e932fc5b47289916dceacc",
"md5": "3d988a608073f4588fef51fc310eb5ef",
"sha256": "d7f67a8c882e2173beaab66407791d1d58b5d65ec4c6d8677ff61616969899bc"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "3d988a608073f4588fef51fc310eb5ef",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 572495,
"upload_time": "2025-04-09T11:12:42",
"upload_time_iso_8601": "2025-04-09T11:12:42.128250Z",
"url": "https://files.pythonhosted.org/packages/4d/6d/e99b6b18ada1cba9edef122667b38f95e10802e932fc5b47289916dceacc/minictl-0.1.8-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1a97f8da1ed43b514f57689d8e8e379158d758e5c6302f64ba9692607f8d82c6",
"md5": "e8d37105b470f70f09f7931eca40d6cf",
"sha256": "8bf482751af233c11557ba686ec2e2bfa874184272929cab4de260a3df746fe9"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "e8d37105b470f70f09f7931eca40d6cf",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 241148,
"upload_time": "2025-04-09T11:13:03",
"upload_time_iso_8601": "2025-04-09T11:13:03.890632Z",
"url": "https://files.pythonhosted.org/packages/1a/97/f8da1ed43b514f57689d8e8e379158d758e5c6302f64ba9692607f8d82c6/minictl-0.1.8-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "874882908bc96ca624709c4d05886c605a04d457a171cabe36a804a690f9290b",
"md5": "d2137e4257ccde5f1abe0c194b23dc71",
"sha256": "ef77ea1e398d39061fa1f7a9fe519f5d0e120b281ba3bacd55c6d0b555c81543"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "d2137e4257ccde5f1abe0c194b23dc71",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 249148,
"upload_time": "2025-04-09T11:12:55",
"upload_time_iso_8601": "2025-04-09T11:12:55.610527Z",
"url": "https://files.pythonhosted.org/packages/87/48/82908bc96ca624709c4d05886c605a04d457a171cabe36a804a690f9290b/minictl-0.1.8-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d493aff989f349d1398fd990d2dbcf8f6e2eb68d5cfb077545c8a9083630ff45",
"md5": "5d3c712d6d818c4c071fe62c1be85295",
"sha256": "567d44ef1757e96000e501da142d390ffeec6ff686e8f74abff3e7de434b0a6a"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "5d3c712d6d818c4c071fe62c1be85295",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 399428,
"upload_time": "2025-04-09T11:11:05",
"upload_time_iso_8601": "2025-04-09T11:11:05.208382Z",
"url": "https://files.pythonhosted.org/packages/d4/93/aff989f349d1398fd990d2dbcf8f6e2eb68d5cfb077545c8a9083630ff45/minictl-0.1.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d2e15b8e381052cb3872bd918ece1fa660f0d31597e83c66d65642f7dd47fcac",
"md5": "8d7177f0e397c09da46d0537004f3864",
"sha256": "6e503a6dc3e16e1c0f52d9454d56ea40d41b09fb3effc4271bb54a92e1c1b5ee"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "8d7177f0e397c09da46d0537004f3864",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 410146,
"upload_time": "2025-04-09T11:11:17",
"upload_time_iso_8601": "2025-04-09T11:11:17.265229Z",
"url": "https://files.pythonhosted.org/packages/d2/e1/5b8e381052cb3872bd918ece1fa660f0d31597e83c66d65642f7dd47fcac/minictl-0.1.8-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c554ce9dfc7837be5a6e0d3f772b817fc607f3b40647956d9ba1ac728c5a99a",
"md5": "3f6ed0fa4ce175ffa1fd9a3a3b0a1fa9",
"sha256": "abacb6986b9c5fd7d2ba02666a209391a648d64c0a1bda7a8f3ce85cf098be6c"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "3f6ed0fa4ce175ffa1fd9a3a3b0a1fa9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 464268,
"upload_time": "2025-04-09T11:11:27",
"upload_time_iso_8601": "2025-04-09T11:11:27.568653Z",
"url": "https://files.pythonhosted.org/packages/0c/55/4ce9dfc7837be5a6e0d3f772b817fc607f3b40647956d9ba1ac728c5a99a/minictl-0.1.8-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "278c64cc0f0dd1732a58673fb3a8e7cf2305567d5d08773f9f8813b44c448a38",
"md5": "bb04637237a5a3eaeb0262af2c178dc1",
"sha256": "5c4037f4ec85dee003930c7a3bfd141c2ca9197f03ed94861597fc3c65139654"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "bb04637237a5a3eaeb0262af2c178dc1",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 458147,
"upload_time": "2025-04-09T11:11:37",
"upload_time_iso_8601": "2025-04-09T11:11:37.079021Z",
"url": "https://files.pythonhosted.org/packages/27/8c/64cc0f0dd1732a58673fb3a8e7cf2305567d5d08773f9f8813b44c448a38/minictl-0.1.8-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "22e9bc1cf7f11cb1a627ef91b2efd552d5f6d3a9638e74ed02a2599b68b7706e",
"md5": "6af39d0b7c2aeb29ba5fd27d9fb243d5",
"sha256": "24509e6191f5606068fa996418002bac3662864528b7ca752c4d326d3bb16be8"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "6af39d0b7c2aeb29ba5fd27d9fb243d5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 400798,
"upload_time": "2025-04-09T11:11:53",
"upload_time_iso_8601": "2025-04-09T11:11:53.250631Z",
"url": "https://files.pythonhosted.org/packages/22/e9/bc1cf7f11cb1a627ef91b2efd552d5f6d3a9638e74ed02a2599b68b7706e/minictl-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0146c0b5884fe1aa8b6f7aa44fa8e1f531b5270d9f5898561866ccb8e3a146fe",
"md5": "ec008d2cde221ab79f4c810e673aad54",
"sha256": "5bea16b7298488362647844db14c969ad4d3f4d3e0b7a1edd271f76612072a08"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "ec008d2cde221ab79f4c810e673aad54",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 436821,
"upload_time": "2025-04-09T11:11:45",
"upload_time_iso_8601": "2025-04-09T11:11:45.472478Z",
"url": "https://files.pythonhosted.org/packages/01/46/c0b5884fe1aa8b6f7aa44fa8e1f531b5270d9f5898561866ccb8e3a146fe/minictl-0.1.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc1a79353a90a9a5a5faf18847b684ab0c5b443e218324101b12cdc0ace06388",
"md5": "531e10aa71e3817fc80a6eb9c55f3827",
"sha256": "2d4f94dc7c3bd924977c6baf6890eeccb96d5633b2528d12250600283c295c1e"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "531e10aa71e3817fc80a6eb9c55f3827",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 577070,
"upload_time": "2025-04-09T11:12:09",
"upload_time_iso_8601": "2025-04-09T11:12:09.598161Z",
"url": "https://files.pythonhosted.org/packages/dc/1a/79353a90a9a5a5faf18847b684ab0c5b443e218324101b12cdc0ace06388/minictl-0.1.8-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "47b77b8d2cf22608c62cf4f61355bec86b4bc8e5d4ede722e60fa4c043da9956",
"md5": "f4a73f0db94f36919a51a82b396bb873",
"sha256": "6bc86a86e8c6c1c2aaf8a83c3bcbac4b626b7fa7d1f92145f8bdb9b061b06c59"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "f4a73f0db94f36919a51a82b396bb873",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 672221,
"upload_time": "2025-04-09T11:12:20",
"upload_time_iso_8601": "2025-04-09T11:12:20.707281Z",
"url": "https://files.pythonhosted.org/packages/47/b7/7b8d2cf22608c62cf4f61355bec86b4bc8e5d4ede722e60fa4c043da9956/minictl-0.1.8-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e10a5a3bab4551fd5ee925afdc67e657703955866700822e2651afc310c0696f",
"md5": "598fe3256a8dac830a229ab0a89316cb",
"sha256": "d81d67634a83dd2cf00fb2b946f93406d308c797302302429fa281185ec7cfd0"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "598fe3256a8dac830a229ab0a89316cb",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 608745,
"upload_time": "2025-04-09T11:12:32",
"upload_time_iso_8601": "2025-04-09T11:12:32.109960Z",
"url": "https://files.pythonhosted.org/packages/e1/0a/5a3bab4551fd5ee925afdc67e657703955866700822e2651afc310c0696f/minictl-0.1.8-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "59e47c1f02aebbc55759f933df4d475d5d5d30885ad58d470126f5234071a082",
"md5": "b77f80fc28e441cb6da172c2a7a61b43",
"sha256": "c7c9e151ff4504cc6a52cd41f1b08fc8fb0e425904c21fc3edcdd96973e77ca2"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "b77f80fc28e441cb6da172c2a7a61b43",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 571661,
"upload_time": "2025-04-09T11:12:43",
"upload_time_iso_8601": "2025-04-09T11:12:43.901041Z",
"url": "https://files.pythonhosted.org/packages/59/e4/7c1f02aebbc55759f933df4d475d5d5d30885ad58d470126f5234071a082/minictl-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1929e2602d994aa48b0a82cbf2d689de19f3ec620ff4cf5193e39205a36418c3",
"md5": "95a8f1bd36dd378df6e4ae1b389d67a2",
"sha256": "80e67ce22cc36a02a072fe64ffc333a899299e2002febe3468bfc643ada5b844"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "95a8f1bd36dd378df6e4ae1b389d67a2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 239427,
"upload_time": "2025-04-09T11:13:05",
"upload_time_iso_8601": "2025-04-09T11:13:05.400624Z",
"url": "https://files.pythonhosted.org/packages/19/29/e2602d994aa48b0a82cbf2d689de19f3ec620ff4cf5193e39205a36418c3/minictl-0.1.8-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3cf30dd6c44f3eb30a7046a4d0abfaa9e9b3b8d496f6c1b62b07ca77b5084a05",
"md5": "32817af5b762094b7706260f2f7ba60c",
"sha256": "cffda3f5b026a79a359617697477b4e54b4fba772276c276a7b2e031a30c1ac9"
},
"downloads": -1,
"filename": "minictl-0.1.8-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "32817af5b762094b7706260f2f7ba60c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 253616,
"upload_time": "2025-04-09T11:12:57",
"upload_time_iso_8601": "2025-04-09T11:12:57.032145Z",
"url": "https://files.pythonhosted.org/packages/3c/f3/0dd6c44f3eb30a7046a4d0abfaa9e9b3b8d496f6c1b62b07ca77b5084a05/minictl-0.1.8-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "146e04f937c8a51cc2798c9e0e5ade284b9bfed6d075f921b13448f21337e003",
"md5": "5383716459cf3d4736fe9a310d3c2177",
"sha256": "fb2e6446da6405ef62067c464060b129456c4c7e0a6715ca516bb2499238c1e1"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "5383716459cf3d4736fe9a310d3c2177",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 398903,
"upload_time": "2025-04-09T11:11:06",
"upload_time_iso_8601": "2025-04-09T11:11:06.322908Z",
"url": "https://files.pythonhosted.org/packages/14/6e/04f937c8a51cc2798c9e0e5ade284b9bfed6d075f921b13448f21337e003/minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "08a9d004ab0ddba8d3ad97165742e24c96eb27854fcab59bfbb0984afa78ec19",
"md5": "b6ac196e2edf640b3e12fc81a79ce9ea",
"sha256": "34c0a625a6475aa3bd0780e21613e4d4aaa7f661a5534ddfc1798ce9483076cd"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "b6ac196e2edf640b3e12fc81a79ce9ea",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 412385,
"upload_time": "2025-04-09T11:11:18",
"upload_time_iso_8601": "2025-04-09T11:11:18.276880Z",
"url": "https://files.pythonhosted.org/packages/08/a9/d004ab0ddba8d3ad97165742e24c96eb27854fcab59bfbb0984afa78ec19/minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2de74253a878866fe81fbfcfe1125d8126c9c6a159bb2e0522458362dbd3bdfd",
"md5": "e29d9ca22cfb68890c8eabde74c1a469",
"sha256": "014bf41fec804b959ad965c12a87ee4ba8d6186b79b6adfd02247a06894f143c"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "e29d9ca22cfb68890c8eabde74c1a469",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 466513,
"upload_time": "2025-04-09T11:11:28",
"upload_time_iso_8601": "2025-04-09T11:11:28.622879Z",
"url": "https://files.pythonhosted.org/packages/2d/e7/4253a878866fe81fbfcfe1125d8126c9c6a159bb2e0522458362dbd3bdfd/minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6b9706bc559e0c411cbbe19f1dee8aa3b20b3bd848f5f58a8700deab5a03de03",
"md5": "f15df2212429216f5db0420e33c59af3",
"sha256": "7f970a881ac1ca8327da128e65e960ac4976fd11caa461134f374a52e91dc3bf"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "f15df2212429216f5db0420e33c59af3",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 457379,
"upload_time": "2025-04-09T11:11:38",
"upload_time_iso_8601": "2025-04-09T11:11:38.093844Z",
"url": "https://files.pythonhosted.org/packages/6b/97/06bc559e0c411cbbe19f1dee8aa3b20b3bd848f5f58a8700deab5a03de03/minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "63e9fa6cab306c7dfa309a23c57570f915bf5694e41e24b8d5e22747d2f4af55",
"md5": "7560f3593bacdb1a7ed104daf1ef22ae",
"sha256": "9270e6af849882ee4828e06d568e6e806d8f3c4275bbf061989db7394456fb49"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7560f3593bacdb1a7ed104daf1ef22ae",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 401126,
"upload_time": "2025-04-09T11:11:54",
"upload_time_iso_8601": "2025-04-09T11:11:54.299947Z",
"url": "https://files.pythonhosted.org/packages/63/e9/fa6cab306c7dfa309a23c57570f915bf5694e41e24b8d5e22747d2f4af55/minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fd2114149e8c6001ebaafc0aed3647e856d449c206c9d099064115f39ac228dc",
"md5": "5400a3a94f74c9d72d17f933cb14fd6d",
"sha256": "31af75d9a394e858cb95d7ed561711b5fb7dd3ba851ab6d9ec5bf6e292a09687"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "5400a3a94f74c9d72d17f933cb14fd6d",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 435983,
"upload_time": "2025-04-09T11:11:46",
"upload_time_iso_8601": "2025-04-09T11:11:46.590041Z",
"url": "https://files.pythonhosted.org/packages/fd/21/14149e8c6001ebaafc0aed3647e856d449c206c9d099064115f39ac228dc/minictl-0.1.8-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ef8db08825fa8973045f82ad90d21701a43c1a33b41b8d7cd493529a9bb2d771",
"md5": "8999457dbbf3dbebc37450aa67284fc9",
"sha256": "d4f3bf3d03a58f74ab30533a8bb1784e9a258fbde9c81e8e3b8546422d828c0f"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "8999457dbbf3dbebc37450aa67284fc9",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 576364,
"upload_time": "2025-04-09T11:12:10",
"upload_time_iso_8601": "2025-04-09T11:12:10.877688Z",
"url": "https://files.pythonhosted.org/packages/ef/8d/b08825fa8973045f82ad90d21701a43c1a33b41b8d7cd493529a9bb2d771/minictl-0.1.8-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2aad92b1670918bb400cbff18ff2881105bf0afd3010d33b4023f00ddf4794cc",
"md5": "aea8fdba8bb5a51da17a6bb3256f9f05",
"sha256": "0976ee35cb29b52b3888e98d5341aa6fa5a84ab507fa6a9b646521c201977fa0"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "aea8fdba8bb5a51da17a6bb3256f9f05",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 674996,
"upload_time": "2025-04-09T11:12:21",
"upload_time_iso_8601": "2025-04-09T11:12:21.855777Z",
"url": "https://files.pythonhosted.org/packages/2a/ad/92b1670918bb400cbff18ff2881105bf0afd3010d33b4023f00ddf4794cc/minictl-0.1.8-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d35f9de61bfb7a640862208f66b10266348b0b5b58e72c6fd9712916b5d27abc",
"md5": "a729a0c59c683b2773e262336ed23eb5",
"sha256": "0a7bafde43a8e74d9c6397f4d7802d9b54a43afbf76061a231c7998a44254d42"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "a729a0c59c683b2773e262336ed23eb5",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 607416,
"upload_time": "2025-04-09T11:12:33",
"upload_time_iso_8601": "2025-04-09T11:12:33.269128Z",
"url": "https://files.pythonhosted.org/packages/d3/5f/9de61bfb7a640862208f66b10266348b0b5b58e72c6fd9712916b5d27abc/minictl-0.1.8-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7e5caa9e741c4916d8a0267a66ab92c9c5ba70cd7ee479765a950bad87801528",
"md5": "4d0bba40364638a8318e5c50471d5b6e",
"sha256": "81f63d45fab06e36fd5f50d54bc547da51d4ee685a8d4d7e02a7216b55a80eab"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "4d0bba40364638a8318e5c50471d5b6e",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 571919,
"upload_time": "2025-04-09T11:12:45",
"upload_time_iso_8601": "2025-04-09T11:12:45.183521Z",
"url": "https://files.pythonhosted.org/packages/7e/5c/aa9e741c4916d8a0267a66ab92c9c5ba70cd7ee479765a950bad87801528/minictl-0.1.8-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "89feed443e3e6c4346c60a14267f03b14ce38d68a06aabb47a60c009194bf862",
"md5": "ec560076b4d51b526a9bec6e03e43114",
"sha256": "b06bf5a07ad735dbff6be638a1cd03aa94dfd93d2acc5ed14b2772c38b3572cf"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "ec560076b4d51b526a9bec6e03e43114",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 398953,
"upload_time": "2025-04-09T11:11:07",
"upload_time_iso_8601": "2025-04-09T11:11:07.283256Z",
"url": "https://files.pythonhosted.org/packages/89/fe/ed443e3e6c4346c60a14267f03b14ce38d68a06aabb47a60c009194bf862/minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "69f8089d7a2e466160817d427a1a988760e542ac4180cf87155fd2a329f6bd82",
"md5": "df2fbb761afb634ea3d6718120fd3bda",
"sha256": "0f81b407d3703b874b5e0b27a7322019a3541c11fc97d2ce94b61bdf2ddbc799"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "df2fbb761afb634ea3d6718120fd3bda",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 412444,
"upload_time": "2025-04-09T11:11:19",
"upload_time_iso_8601": "2025-04-09T11:11:19.570416Z",
"url": "https://files.pythonhosted.org/packages/69/f8/089d7a2e466160817d427a1a988760e542ac4180cf87155fd2a329f6bd82/minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "010a85b0b4ed4ed4cd1d7aa97578e5e91818104afb2bc569fa05b92caa265ec5",
"md5": "0ded474b6992717687274fd026a75983",
"sha256": "3018b075a0bda351339e4632055033fbfa79743f06dad781189c82010b9b6588"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "0ded474b6992717687274fd026a75983",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 466611,
"upload_time": "2025-04-09T11:11:29",
"upload_time_iso_8601": "2025-04-09T11:11:29.690022Z",
"url": "https://files.pythonhosted.org/packages/01/0a/85b0b4ed4ed4cd1d7aa97578e5e91818104afb2bc569fa05b92caa265ec5/minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "16a32aa23f930349fdce1891dc030244657196fb524b0be729c9f40d29dfb80a",
"md5": "a44acec3c0563ab3313ef235664d2d40",
"sha256": "5cbf694da663443ab9fcbacd4daf643c7d5ec93b8586b21e30d834ae87ee5b76"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "a44acec3c0563ab3313ef235664d2d40",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 457375,
"upload_time": "2025-04-09T11:11:39",
"upload_time_iso_8601": "2025-04-09T11:11:39.231470Z",
"url": "https://files.pythonhosted.org/packages/16/a3/2aa23f930349fdce1891dc030244657196fb524b0be729c9f40d29dfb80a/minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ab966956672c606fc37ba225c0718d70280ca502d0fe6a25278acbcf54f1c47d",
"md5": "2cb1f2852f1fe9231ffc8f241bdb1344",
"sha256": "9ca71c7a703711a35de7bc18a95ca5e735e43674afd2dcd53bf261273c278040"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "2cb1f2852f1fe9231ffc8f241bdb1344",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 400957,
"upload_time": "2025-04-09T11:11:55",
"upload_time_iso_8601": "2025-04-09T11:11:55.371225Z",
"url": "https://files.pythonhosted.org/packages/ab/96/6956672c606fc37ba225c0718d70280ca502d0fe6a25278acbcf54f1c47d/minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "87f3587cb34eb9ff46aa860622dc44bfc1d3c5714b11cbdb784666cc482fee1a",
"md5": "ec79b6f78331481037f82c468795a297",
"sha256": "01d5dee31238fcab9d99e712853a8609b5609351d64064a7b54b56fad583a9eb"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "ec79b6f78331481037f82c468795a297",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 436082,
"upload_time": "2025-04-09T11:11:47",
"upload_time_iso_8601": "2025-04-09T11:11:47.655895Z",
"url": "https://files.pythonhosted.org/packages/87/f3/587cb34eb9ff46aa860622dc44bfc1d3c5714b11cbdb784666cc482fee1a/minictl-0.1.8-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d2ad661dc500a984397d7b5c55a5afb82ff4be6b24fba346e362b2c5f8ed330d",
"md5": "f3ce10dcca3d3baf399b86de12bd1ebb",
"sha256": "9ec27d7f3d80d091237fe4d51879fc9647d765ba2593d8195453cede3ab4ed71"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "f3ce10dcca3d3baf399b86de12bd1ebb",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 576506,
"upload_time": "2025-04-09T11:12:11",
"upload_time_iso_8601": "2025-04-09T11:12:11.961846Z",
"url": "https://files.pythonhosted.org/packages/d2/ad/661dc500a984397d7b5c55a5afb82ff4be6b24fba346e362b2c5f8ed330d/minictl-0.1.8-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "772bd67f72c1e4810f1e9d33b6e4c70eaaa4a211c8b86c45e4f90896f4eb33da",
"md5": "f156f4c152cb2d05d67020b587f112a2",
"sha256": "1af0fc044e43e6f78a8883c94bed0dbbe23dd5d3e0da657e61de661ab52f3107"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "f156f4c152cb2d05d67020b587f112a2",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 674989,
"upload_time": "2025-04-09T11:12:23",
"upload_time_iso_8601": "2025-04-09T11:12:23.048629Z",
"url": "https://files.pythonhosted.org/packages/77/2b/d67f72c1e4810f1e9d33b6e4c70eaaa4a211c8b86c45e4f90896f4eb33da/minictl-0.1.8-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d476267377d63f345053346a071e6f1c5f7921010eb9539b848d16e29b5541b5",
"md5": "384e704e72de1d519ebb667d35963e3b",
"sha256": "7ad98a79264662804af6b8e88e12f4952a85f6a32e95727c69ce5d3fa4f8975e"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "384e704e72de1d519ebb667d35963e3b",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 607503,
"upload_time": "2025-04-09T11:12:34",
"upload_time_iso_8601": "2025-04-09T11:12:34.556452Z",
"url": "https://files.pythonhosted.org/packages/d4/76/267377d63f345053346a071e6f1c5f7921010eb9539b848d16e29b5541b5/minictl-0.1.8-pp311-pypy311_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0e023a659344e56fb599d3a5e5462ca43b0c2f0ec8c47fe46ab5446764b87e83",
"md5": "d932c80239872b2e091d0838221608c6",
"sha256": "3ecadd5522db7e8362d7b204459dbff2988a449e15d2069832263ae032a563d4"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d932c80239872b2e091d0838221608c6",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 571846,
"upload_time": "2025-04-09T11:12:46",
"upload_time_iso_8601": "2025-04-09T11:12:46.714987Z",
"url": "https://files.pythonhosted.org/packages/0e/02/3a659344e56fb599d3a5e5462ca43b0c2f0ec8c47fe46ab5446764b87e83/minictl-0.1.8-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e4cee846f86b62f38a72bdad4393b338aec71cc740f5f6ba40a9d71ae637f11",
"md5": "a3308ef2ec8c560060723d1e74c74b08",
"sha256": "6956fb864e291305550eb04242200e7e116db2db800c249be1c5c713db545287"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a3308ef2ec8c560060723d1e74c74b08",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 399662,
"upload_time": "2025-04-09T11:11:08",
"upload_time_iso_8601": "2025-04-09T11:11:08.813816Z",
"url": "https://files.pythonhosted.org/packages/8e/4c/ee846f86b62f38a72bdad4393b338aec71cc740f5f6ba40a9d71ae637f11/minictl-0.1.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6a4e193bd6873a40f18091d6fd530d0cbf2eb7813736368eaf0b221d71af3719",
"md5": "d7401687ebbd94815ee59e4c28343103",
"sha256": "849905c4253358c53107d9f66fed69026bedc6eee999663452aa4c382fbb960c"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "d7401687ebbd94815ee59e4c28343103",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 412128,
"upload_time": "2025-04-09T11:11:20",
"upload_time_iso_8601": "2025-04-09T11:11:20.686667Z",
"url": "https://files.pythonhosted.org/packages/6a/4e/193bd6873a40f18091d6fd530d0cbf2eb7813736368eaf0b221d71af3719/minictl-0.1.8-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "46c482f9735c157a160144b14cd55f4f32e4bedb2c839a07dff9c46249731a74",
"md5": "6734601dc9095831bda75268be11adf2",
"sha256": "d1794a0b5a1a01eb559a9d62f5674453426e1ed8365d0906e5e810f3c49760f6"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "6734601dc9095831bda75268be11adf2",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 466828,
"upload_time": "2025-04-09T11:11:30",
"upload_time_iso_8601": "2025-04-09T11:11:30.661442Z",
"url": "https://files.pythonhosted.org/packages/46/c4/82f9735c157a160144b14cd55f4f32e4bedb2c839a07dff9c46249731a74/minictl-0.1.8-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3af4dfb743778e017f4a3f42592c92cff69919d5d41ba84ead2ef4649e1d1dab",
"md5": "5a678002a078ff64504fe8d1244b106c",
"sha256": "2e4a2c0162d9789da4fa446ed82a08cd790c0949c1035b65a4f024f281409ef0"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "5a678002a078ff64504fe8d1244b106c",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 458206,
"upload_time": "2025-04-09T11:11:40",
"upload_time_iso_8601": "2025-04-09T11:11:40.300225Z",
"url": "https://files.pythonhosted.org/packages/3a/f4/dfb743778e017f4a3f42592c92cff69919d5d41ba84ead2ef4649e1d1dab/minictl-0.1.8-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "590a24f8fd0f6d63dc9cf9c6b1fff6afdbf086fa12406bb214469a4437671a69",
"md5": "6b87869d9b6bc5c4b4983bc7cb7597df",
"sha256": "5633d06df0feab44a42bbd62205a2eedcf5f506274b19e52c0e771ccc380f5d3"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "6b87869d9b6bc5c4b4983bc7cb7597df",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 577441,
"upload_time": "2025-04-09T11:12:13",
"upload_time_iso_8601": "2025-04-09T11:12:13.016134Z",
"url": "https://files.pythonhosted.org/packages/59/0a/24f8fd0f6d63dc9cf9c6b1fff6afdbf086fa12406bb214469a4437671a69/minictl-0.1.8-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "200f0d21ea817869c845952eed381e2606fbf10a433f2bd73e277d66ccc809ca",
"md5": "c2b8578af88a45a6c031d251b0e73bb7",
"sha256": "493f455390f094537ed4635e25d3be3333d7e891b92e394bfa54137aa06ce243"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "c2b8578af88a45a6c031d251b0e73bb7",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 674574,
"upload_time": "2025-04-09T11:12:24",
"upload_time_iso_8601": "2025-04-09T11:12:24.242583Z",
"url": "https://files.pythonhosted.org/packages/20/0f/0d21ea817869c845952eed381e2606fbf10a433f2bd73e277d66ccc809ca/minictl-0.1.8-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "35e49ad63e74fd37076956ceef4946fbe76a8042e6ba60c2855e9b6b54b9e44a",
"md5": "da2f3028763d38ee91c97a12b5f49493",
"sha256": "d166fc293f2f26bd6cd7d69886b98e4b33a7b23228bfb1bd290a693d3c94cb03"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "da2f3028763d38ee91c97a12b5f49493",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 607750,
"upload_time": "2025-04-09T11:12:35",
"upload_time_iso_8601": "2025-04-09T11:12:35.740489Z",
"url": "https://files.pythonhosted.org/packages/35/e4/9ad63e74fd37076956ceef4946fbe76a8042e6ba60c2855e9b6b54b9e44a/minictl-0.1.8-pp39-pypy39_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "70eadd28aef72ed66686a6abae75fb5cf21a3b6091c00575b1912e21acf134e5",
"md5": "18b3aad5fc4646c78353054551f230a6",
"sha256": "8ae20f2663cdba48a83292845bdc1196378899d48f843576f8a9d924c72567db"
},
"downloads": -1,
"filename": "minictl-0.1.8-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "18b3aad5fc4646c78353054551f230a6",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 572548,
"upload_time": "2025-04-09T11:12:48",
"upload_time_iso_8601": "2025-04-09T11:12:48.005053Z",
"url": "https://files.pythonhosted.org/packages/70/ea/dd28aef72ed66686a6abae75fb5cf21a3b6091c00575b1912e21acf134e5/minictl-0.1.8-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "93c0a6b78a7a9d24678ffb9ad65c362b38f617799dcb1174715e4a8a92eaf30f",
"md5": "13f47725ce17be5d195d798a7027a8ed",
"sha256": "5dd56bc62d55ddb75d854b6a585a3b3ec05b05c9ce3f97a82796cac3c732eab0"
},
"downloads": -1,
"filename": "minictl-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "13f47725ce17be5d195d798a7027a8ed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 34589,
"upload_time": "2025-04-09T11:12:49",
"upload_time_iso_8601": "2025-04-09T11:12:49.836668Z",
"url": "https://files.pythonhosted.org/packages/93/c0/a6b78a7a9d24678ffb9ad65c362b38f617799dcb1174715e4a8a92eaf30f/minictl-0.1.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-04-09 11:12:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "JJWRoeloffs",
"github_project": "minictl",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "minictl"
}