Name | squiid-engine JSON |
Version |
0.2.1
JSON |
| download |
home_page | None |
Summary | Squiid Engine Python bindings |
upload_time | 2025-02-07 23:45:01 |
maintainer | None |
docs_url | None |
author | TabulateJarl8 |
requires_python | <4.0,>=3.10 |
license | GPL-3.0-only |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Squiid Engine Python Bindings
[](https://codecov.io/gl/ImaginaryInfinity:squiid-calculator/squiid-bindings)
Python bindings for the engine portion of [Squiid](https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid) calculator. The engine is the portion of the calculator that actually does the math. This only understands RPN/postfix notation.
More documentation is coming soon, however the source code is strongly typed and well-documented.
## Simple Demo:
```py
import squiid_engine
e = squiid_engine.SquiidEngine()
# this accepts an RPN array
# if you want to accept algebraic input, you can use squiid-parser to accomplish this
res = e.execute_multiple_rpn(["3", "5", "7", "multiply", "add"])
# this should be called after each full expression is run
_ = e.update_previous_answer()
assert not res.has_error()
stack = e.get_stack()
assert stack[0].value == "38"
assert stack[0].bucket_type == squiid_engine.BucketTypes.FLOAT
```
This demo can also be found in [this directory](https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid-bindings/-/tree/trunk/bindings/python/squiid_engine)
Also see [squiid-parser](https://pypi.org/project/squiid-parser) for parsing algebraic statements into RPN statements to be used in these bindings.
Raw data
{
"_id": null,
"home_page": null,
"name": "squiid-engine",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "TabulateJarl8",
"author_email": "tabulatejarl8@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b7/73/dd8ca58981733b8a11adc7aeec6c769b6eb5bd7abfc31c08392ad7ce11ab/squiid_engine-0.2.1.tar.gz",
"platform": null,
"description": "# Squiid Engine Python Bindings\n\n[](https://codecov.io/gl/ImaginaryInfinity:squiid-calculator/squiid-bindings)\n\nPython bindings for the engine portion of [Squiid](https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid) calculator. The engine is the portion of the calculator that actually does the math. This only understands RPN/postfix notation.\n\nMore documentation is coming soon, however the source code is strongly typed and well-documented.\n\n## Simple Demo:\n\n```py\nimport squiid_engine\n\ne = squiid_engine.SquiidEngine()\n# this accepts an RPN array\n# if you want to accept algebraic input, you can use squiid-parser to accomplish this\nres = e.execute_multiple_rpn([\"3\", \"5\", \"7\", \"multiply\", \"add\"])\n\n# this should be called after each full expression is run\n_ = e.update_previous_answer()\n\nassert not res.has_error()\n\nstack = e.get_stack()\nassert stack[0].value == \"38\"\nassert stack[0].bucket_type == squiid_engine.BucketTypes.FLOAT\n```\n\nThis demo can also be found in [this directory](https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid-bindings/-/tree/trunk/bindings/python/squiid_engine)\n\nAlso see [squiid-parser](https://pypi.org/project/squiid-parser) for parsing algebraic statements into RPN statements to be used in these bindings.\n\n",
"bugtrack_url": null,
"license": "GPL-3.0-only",
"summary": "Squiid Engine Python bindings",
"version": "0.2.1",
"project_urls": {
"Repository": "https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid-bindings"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b0ee5056e4a85ac976b6a726486af88d775ec20a255941a960d8e364a17d1f8a",
"md5": "811b1fe54a778e2b49af8edb25d5256d",
"sha256": "6e19ed14c3eea62cc57aae98a3b96d6f0f8b270c38b4f29b5eea281598790e84"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "811b1fe54a778e2b49af8edb25d5256d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.10",
"size": 747986,
"upload_time": "2025-02-07T23:44:28",
"upload_time_iso_8601": "2025-02-07T23:44:28.576487Z",
"url": "https://files.pythonhosted.org/packages/b0/ee/5056e4a85ac976b6a726486af88d775ec20a255941a960d8e364a17d1f8a/squiid_engine-0.2.1-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cfc52e948439081d68e69e8c0074c73b8acf8279b2b331ceaa4d1d86caedc455",
"md5": "0a0f20524b48178ccda961e04ebab3ac",
"sha256": "36bbdf15cc89f48b1a247f9a07e294724a5b48c3d1a86188d613a9d3b15bbf44"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0a0f20524b48178ccda961e04ebab3ac",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.10",
"size": 902879,
"upload_time": "2025-02-07T23:44:31",
"upload_time_iso_8601": "2025-02-07T23:44:31.736121Z",
"url": "https://files.pythonhosted.org/packages/cf/c5/2e948439081d68e69e8c0074c73b8acf8279b2b331ceaa4d1d86caedc455/squiid_engine-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ee0ee797a5ef1cc9a625b848da3081a625a17782b7d9d45baedb68c001552a46",
"md5": "49ab54f8d52433e0194ff1fc69c52009",
"sha256": "237a0f83cdc6ba0dd16a93a6b7a9e239d4fefca64d87a96637684c3329a05dc7"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "49ab54f8d52433e0194ff1fc69c52009",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.10",
"size": 965852,
"upload_time": "2025-02-07T23:44:33",
"upload_time_iso_8601": "2025-02-07T23:44:33.772603Z",
"url": "https://files.pythonhosted.org/packages/ee/0e/e797a5ef1cc9a625b848da3081a625a17782b7d9d45baedb68c001552a46/squiid_engine-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "adbb4753ced1c6d4ada11540017abbbb88681bfc9db02a4500d54252ad1bd04f",
"md5": "bda7cec8b948b149a396b4f730f79433",
"sha256": "5ac90376e6c5f7797f75101cf0f8ba0a30176ab6bfe121b285213879c04ee829"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "bda7cec8b948b149a396b4f730f79433",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.10",
"size": 757001,
"upload_time": "2025-02-07T23:44:36",
"upload_time_iso_8601": "2025-02-07T23:44:36.134532Z",
"url": "https://files.pythonhosted.org/packages/ad/bb/4753ced1c6d4ada11540017abbbb88681bfc9db02a4500d54252ad1bd04f/squiid_engine-0.2.1-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7fa0fb56ef1688c10ff42cd662eff5c717c48613601f98efbfe095f1103dab65",
"md5": "a75f45f301bae312d9b484ec484c6f43",
"sha256": "6eaed4d0858dddd504c0730e0b9698152da7c6ecb05cef057effbf3c3f03d87e"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "a75f45f301bae312d9b484ec484c6f43",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.10",
"size": 757004,
"upload_time": "2025-02-07T23:44:37",
"upload_time_iso_8601": "2025-02-07T23:44:37.450049Z",
"url": "https://files.pythonhosted.org/packages/7f/a0/fb56ef1688c10ff42cd662eff5c717c48613601f98efbfe095f1103dab65/squiid_engine-0.2.1-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d45ea56c24046dbae5f03ba38879291e23b095c8127ce3d74a792575478d8e82",
"md5": "420e21b1b5452442b1c5c1d44d88b241",
"sha256": "a5a90e9de7a840279046f9cab11a5bed82ff02c2bf49081088883c32c5a6e4f9"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "420e21b1b5452442b1c5c1d44d88b241",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 747984,
"upload_time": "2025-02-07T23:44:38",
"upload_time_iso_8601": "2025-02-07T23:44:38.851866Z",
"url": "https://files.pythonhosted.org/packages/d4/5e/a56c24046dbae5f03ba38879291e23b095c8127ce3d74a792575478d8e82/squiid_engine-0.2.1-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "810c3ab6a2cf0a6c28e1d451d5db51cc5557489bfc0d8e92789fee96d8521d17",
"md5": "be9a22e779035e6548f95aaa98c6a1d1",
"sha256": "724cd30d420d400e0096a7e5d167d59aea487c5660d1d14970d5fff50a1f8e80"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "be9a22e779035e6548f95aaa98c6a1d1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 902878,
"upload_time": "2025-02-07T23:44:40",
"upload_time_iso_8601": "2025-02-07T23:44:40.123412Z",
"url": "https://files.pythonhosted.org/packages/81/0c/3ab6a2cf0a6c28e1d451d5db51cc5557489bfc0d8e92789fee96d8521d17/squiid_engine-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dd6140c7b374be736c2ccdf603ac8cfeb3fd686ecb41e854684eb44802ef853a",
"md5": "cd2f4400454ab78c18419402e3292521",
"sha256": "61c7130ef1cee8879e48b9cc72cfd53944ec828dafdbdfe472ccf76b653b13e0"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "cd2f4400454ab78c18419402e3292521",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 965852,
"upload_time": "2025-02-07T23:44:41",
"upload_time_iso_8601": "2025-02-07T23:44:41.401651Z",
"url": "https://files.pythonhosted.org/packages/dd/61/40c7b374be736c2ccdf603ac8cfeb3fd686ecb41e854684eb44802ef853a/squiid_engine-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4f80034deb2403d7d3e2ff1c2652fae6d83e26e4e5118cf4d121e3d547efd9c7",
"md5": "51d423a07056fd93233708c22598c994",
"sha256": "3e3f739600978ffded9dccd0a626a41b2f6f614799e2b7ba6af9c252497475ba"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "51d423a07056fd93233708c22598c994",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 757000,
"upload_time": "2025-02-07T23:44:42",
"upload_time_iso_8601": "2025-02-07T23:44:42.755837Z",
"url": "https://files.pythonhosted.org/packages/4f/80/034deb2403d7d3e2ff1c2652fae6d83e26e4e5118cf4d121e3d547efd9c7/squiid_engine-0.2.1-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fa09614cd533aafc056104a0bafff8c7fd4f851619256d255a5b745e43854c3a",
"md5": "62dee93833e9f734722d7959b48a138e",
"sha256": "38cf4a6dcffa6e36bc9190c7368f7b110d2d9e2699bcd9290d141e9d694f052b"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "62dee93833e9f734722d7959b48a138e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 757005,
"upload_time": "2025-02-07T23:44:44",
"upload_time_iso_8601": "2025-02-07T23:44:44.048562Z",
"url": "https://files.pythonhosted.org/packages/fa/09/614cd533aafc056104a0bafff8c7fd4f851619256d255a5b745e43854c3a/squiid_engine-0.2.1-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3d6d90ad822a6cf336f0478f28d66c81992026b6244ebc742791ef9cdf38c6ec",
"md5": "48779228a3ea77e10ac1b1fb3524a85a",
"sha256": "6fd37d2fddfca2c2181d67e8d8050693d4be57ad782860717c6030f712c38fce"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "48779228a3ea77e10ac1b1fb3524a85a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 747986,
"upload_time": "2025-02-07T23:44:46",
"upload_time_iso_8601": "2025-02-07T23:44:46.071161Z",
"url": "https://files.pythonhosted.org/packages/3d/6d/90ad822a6cf336f0478f28d66c81992026b6244ebc742791ef9cdf38c6ec/squiid_engine-0.2.1-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0baea962f44905bd73e0cb03048d625dddc5f87a9d854f4ec0d886ec1166cfba",
"md5": "f788a4c88d7a31662fca274ad7508b09",
"sha256": "7697c9d91cce69a1dce90aa290dfd5939d5ca4b3068ee8932eab2db306fc0bcc"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f788a4c88d7a31662fca274ad7508b09",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 902878,
"upload_time": "2025-02-07T23:44:48",
"upload_time_iso_8601": "2025-02-07T23:44:48.026963Z",
"url": "https://files.pythonhosted.org/packages/0b/ae/a962f44905bd73e0cb03048d625dddc5f87a9d854f4ec0d886ec1166cfba/squiid_engine-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fc8afd8102346022f8f683f27d46605a0c3ec11b28c010a6159f087a73308428",
"md5": "f92ab3ed491eb1d5c9c9bddc98ee7cf2",
"sha256": "8861f7e7e26817cb0257eaedbd4f77078163e4960ebd7dd00ce478ef79c3e996"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f92ab3ed491eb1d5c9c9bddc98ee7cf2",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 965853,
"upload_time": "2025-02-07T23:44:49",
"upload_time_iso_8601": "2025-02-07T23:44:49.558053Z",
"url": "https://files.pythonhosted.org/packages/fc/8a/fd8102346022f8f683f27d46605a0c3ec11b28c010a6159f087a73308428/squiid_engine-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d0020947e32bb75c7e5073d513050b29122670cf7531182f3f38713008478f1c",
"md5": "3a78f8c1802534a3a361956e8646de60",
"sha256": "fb7382f929e99282bba264498027081ca9f3507d21c8704394c7f9bc3812b7e2"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "3a78f8c1802534a3a361956e8646de60",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 756999,
"upload_time": "2025-02-07T23:44:50",
"upload_time_iso_8601": "2025-02-07T23:44:50.799027Z",
"url": "https://files.pythonhosted.org/packages/d0/02/0947e32bb75c7e5073d513050b29122670cf7531182f3f38713008478f1c/squiid_engine-0.2.1-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3fe5e4929f81334679498487447cad635e48d44bf39b570405e69f4515e81d47",
"md5": "f745c5495286f9ecba5c0bc2594bbd7a",
"sha256": "f73bd67b1cd2b7afa51757a58820331abfcfe24e6f3eb840a28b2309d5d893c0"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "f745c5495286f9ecba5c0bc2594bbd7a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 757005,
"upload_time": "2025-02-07T23:44:52",
"upload_time_iso_8601": "2025-02-07T23:44:52.065760Z",
"url": "https://files.pythonhosted.org/packages/3f/e5/e4929f81334679498487447cad635e48d44bf39b570405e69f4515e81d47/squiid_engine-0.2.1-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "89c0f97c4007b2b9fa195416259f105be357968a470a4af66a3d5f7bc5dcde6f",
"md5": "d6169f44a70072c9677cf3c13dd4062e",
"sha256": "e4338abddbf231d24d69ae5fac60b55042bc729fb23a52db87cbf677e626b22c"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d6169f44a70072c9677cf3c13dd4062e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 747986,
"upload_time": "2025-02-07T23:44:53",
"upload_time_iso_8601": "2025-02-07T23:44:53.445193Z",
"url": "https://files.pythonhosted.org/packages/89/c0/f97c4007b2b9fa195416259f105be357968a470a4af66a3d5f7bc5dcde6f/squiid_engine-0.2.1-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b10df73445c8266c5845a00300f43e914b4684ffd699c2abf152da59577bcb50",
"md5": "f234cac66b36b9eace805d7d71b46b94",
"sha256": "8009104055dc93991c66ad2cdc370f077f18189e298eb9c9e1c4f3140d8043ff"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f234cac66b36b9eace805d7d71b46b94",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 902879,
"upload_time": "2025-02-07T23:44:54",
"upload_time_iso_8601": "2025-02-07T23:44:54.701395Z",
"url": "https://files.pythonhosted.org/packages/b1/0d/f73445c8266c5845a00300f43e914b4684ffd699c2abf152da59577bcb50/squiid_engine-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7d459b1442d5db9284b986de2b392725f44bc2a9b93b15fe2c93446cda01d812",
"md5": "98733ca9eed8b118707cb8395ab7c2cd",
"sha256": "59fb6cad96eb61634f3694a757801689c6e3de04a07b03ac2b1acc4e07228991"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "98733ca9eed8b118707cb8395ab7c2cd",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 965854,
"upload_time": "2025-02-07T23:44:56",
"upload_time_iso_8601": "2025-02-07T23:44:56.138069Z",
"url": "https://files.pythonhosted.org/packages/7d/45/9b1442d5db9284b986de2b392725f44bc2a9b93b15fe2c93446cda01d812/squiid_engine-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "64437b38f3349407e5bbf302e244dd8c4cf67780764cf0fcfdc0978bab89da90",
"md5": "1ea0041f07631941e40358886205fdca",
"sha256": "71fb989451f1e55cb5650f53c27eeb43891911e4d33e6c1b9263e77cc0feac30"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "1ea0041f07631941e40358886205fdca",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 756998,
"upload_time": "2025-02-07T23:44:57",
"upload_time_iso_8601": "2025-02-07T23:44:57.890366Z",
"url": "https://files.pythonhosted.org/packages/64/43/7b38f3349407e5bbf302e244dd8c4cf67780764cf0fcfdc0978bab89da90/squiid_engine-0.2.1-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "db7dd4fa1a5d5848b8e1d3d7ae5d49abf1593b1eab7075218b0e9fd18a2b3cdb",
"md5": "87ed61bb8f5aa9e2db545c55dd4be0dc",
"sha256": "3e6eb77ba8014fc4a144af12cfb0607267ccc14b68a6da3b8f8ba1ef76409b83"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "87ed61bb8f5aa9e2db545c55dd4be0dc",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 757006,
"upload_time": "2025-02-07T23:44:59",
"upload_time_iso_8601": "2025-02-07T23:44:59.995439Z",
"url": "https://files.pythonhosted.org/packages/db/7d/d4fa1a5d5848b8e1d3d7ae5d49abf1593b1eab7075218b0e9fd18a2b3cdb/squiid_engine-0.2.1-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b773dd8ca58981733b8a11adc7aeec6c769b6eb5bd7abfc31c08392ad7ce11ab",
"md5": "929167fbce31e960071f7c0d241b005f",
"sha256": "122865af3c1020d658ec6894672844156b664d36153a7f190cb1fc7f0aa82346"
},
"downloads": -1,
"filename": "squiid_engine-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "929167fbce31e960071f7c0d241b005f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 30777,
"upload_time": "2025-02-07T23:45:01",
"upload_time_iso_8601": "2025-02-07T23:45:01.933389Z",
"url": "https://files.pythonhosted.org/packages/b7/73/dd8ca58981733b8a11adc7aeec6c769b6eb5bd7abfc31c08392ad7ce11ab/squiid_engine-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-07 23:45:01",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "ImaginaryInfinity",
"gitlab_project": "squiid-calculator",
"lcname": "squiid-engine"
}