Name | complexint JSON |
Version |
0.0.6
JSON |
| download |
home_page | None |
Summary | A complexint class, for using large complex numbers which exceed the precision offered by the builtin complex which uses doubles. |
upload_time | 2025-08-12 23:26:36 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
complex
math
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
This library provides a `complexint` class.
This class acts just like Python's built-in `complex` except it is backed by Python integers instead of doubles.
This allows for infinite precision.
## Example
```python
from complexint import complexint
a = complexint(1, 2)
b = complexint(3, 6)
c = a * b
print(c) # Outputs "-9+12j"
print(type(c.real)) # Outputs "int"
```
## Disclaimer
This is intended for use with discrete mathematics, and ideally will be limited to the
operations: add, sub, mul, and pow.
Trying to divide using this class, or using floats with this class, will result in integer conversion cutoff.
As an example of this problem, note the equivalences below:
```python
from complexint import complexint
a = complexint(3, 6)
print(a / 3) # Outputs "1+2j
print(a / 3.5) # Outputs "1+2j"
print(a + 1) # Outputs "4+6j"
print(a + 1.5) # Outputs "4+6j"
```
Raw data
{
"_id": null,
"home_page": null,
"name": "complexint",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "complex, math",
"author": null,
"author_email": "Ryan Heard <ryanwheard@gmail.com>",
"download_url": null,
"platform": null,
"description": "This library provides a `complexint` class.\n\nThis class acts just like Python's built-in `complex` except it is backed by Python integers instead of doubles.\n This allows for infinite precision.\n\n## Example\n\n```python\nfrom complexint import complexint\n\na = complexint(1, 2)\nb = complexint(3, 6)\n\nc = a * b\nprint(c) # Outputs \"-9+12j\"\n\nprint(type(c.real)) # Outputs \"int\"\n```\n\n## Disclaimer\n\nThis is intended for use with discrete mathematics, and ideally will be limited to the\n operations: add, sub, mul, and pow.\n\nTrying to divide using this class, or using floats with this class, will result in integer conversion cutoff.\n\nAs an example of this problem, note the equivalences below:\n```python\nfrom complexint import complexint\n\na = complexint(3, 6)\n\nprint(a / 3) # Outputs \"1+2j\nprint(a / 3.5) # Outputs \"1+2j\"\n\nprint(a + 1) # Outputs \"4+6j\"\nprint(a + 1.5) # Outputs \"4+6j\"\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A complexint class, for using large complex numbers which exceed the precision offered by the builtin complex which uses doubles.",
"version": "0.0.6",
"project_urls": {
"Repository": "https://github.com/rheard/complexint"
},
"split_keywords": [
"complex",
" math"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c902e8a5e14df0506d3eae046f384a5408211086417762935d033b0d6bda73c1",
"md5": "c00323b4371f97206afe96a8a9eb6d61",
"sha256": "6033a72ac3221df000417839787d996a62a71a28c0d43fa8dd64c181b2ce4bca"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "c00323b4371f97206afe96a8a9eb6d61",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 70676,
"upload_time": "2025-08-12T23:26:36",
"upload_time_iso_8601": "2025-08-12T23:26:36.827331Z",
"url": "https://files.pythonhosted.org/packages/c9/02/e8a5e14df0506d3eae046f384a5408211086417762935d033b0d6bda73c1/complexint-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b44430f660d70173995cc93f17f1d3de77afde595674e1c07ae5edf94ea4c10",
"md5": "247ab95bab9e500b1cdb00c647b45c72",
"sha256": "b0840ee0c633aa9a3ffe4545a1c8c2e07bda606e5d7f324cca8864ec4bdea8b1"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "247ab95bab9e500b1cdb00c647b45c72",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 66187,
"upload_time": "2025-08-12T23:26:37",
"upload_time_iso_8601": "2025-08-12T23:26:37.909407Z",
"url": "https://files.pythonhosted.org/packages/5b/44/430f660d70173995cc93f17f1d3de77afde595674e1c07ae5edf94ea4c10/complexint-0.0.6-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "66438e53df0679a347d55f194c005d2102763efc77fb22917cf163527f02113c",
"md5": "1622dc495d2c88a0eb3ad75d2ee9bf85",
"sha256": "7b2080fb30f8d03e743d0a4cbe91f717c8fca1cdd94800fb71dc0de6b8806f26"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "1622dc495d2c88a0eb3ad75d2ee9bf85",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 129216,
"upload_time": "2025-08-12T23:26:39",
"upload_time_iso_8601": "2025-08-12T23:26:39.005322Z",
"url": "https://files.pythonhosted.org/packages/66/43/8e53df0679a347d55f194c005d2102763efc77fb22917cf163527f02113c/complexint-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2dba83429364889894f2de419b5f40bbd73402e15b6f532e0c734acf4674da03",
"md5": "89ebd0be116b712c61de3032d72d28c4",
"sha256": "c2cc94e999ede26b45b399cb5b880af2b753a2e26380120447e7b6351b9d0a0c"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "89ebd0be116b712c61de3032d72d28c4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 135690,
"upload_time": "2025-08-12T23:26:40",
"upload_time_iso_8601": "2025-08-12T23:26:40.368295Z",
"url": "https://files.pythonhosted.org/packages/2d/ba/83429364889894f2de419b5f40bbd73402e15b6f532e0c734acf4674da03/complexint-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fc2efa9e10e2c1fc62614a35263620086d0b15456c966ef7aa6b9a881b624112",
"md5": "fef6519171e7e370b2ac75e11a43922e",
"sha256": "7ac2a5241612d49c919a6b17fdcbef740896d8ae9613763c286a984bf7306213"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "fef6519171e7e370b2ac75e11a43922e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 136844,
"upload_time": "2025-08-12T23:26:41",
"upload_time_iso_8601": "2025-08-12T23:26:41.720441Z",
"url": "https://files.pythonhosted.org/packages/fc/2e/fa9e10e2c1fc62614a35263620086d0b15456c966ef7aa6b9a881b624112/complexint-0.0.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f2c2f8109f0f3eed5ea829a5d39d6665a5a11ca8c2ce75d1aee2011056572620",
"md5": "4acdd159587cffb67429e6c12fdbaa58",
"sha256": "26425a9b71ba11c991c5f4cc736478da580fca1cd9c602d31f75bfca20545ab9"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "4acdd159587cffb67429e6c12fdbaa58",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 33861,
"upload_time": "2025-08-12T23:26:43",
"upload_time_iso_8601": "2025-08-12T23:26:43.317859Z",
"url": "https://files.pythonhosted.org/packages/f2/c2/f8109f0f3eed5ea829a5d39d6665a5a11ca8c2ce75d1aee2011056572620/complexint-0.0.6-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3781ef2c6de8f923a35eb2fd71f29c914a943b26d079df421f5c973d65535a47",
"md5": "73c5f2db72d752927a482c3e450c67a8",
"sha256": "6e7d079f4235f7d17d2d057cd5ea74abe77f18be7dac4f891209a9c951506a05"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "73c5f2db72d752927a482c3e450c67a8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 38162,
"upload_time": "2025-08-12T23:26:44",
"upload_time_iso_8601": "2025-08-12T23:26:44.317169Z",
"url": "https://files.pythonhosted.org/packages/37/81/ef2c6de8f923a35eb2fd71f29c914a943b26d079df421f5c973d65535a47/complexint-0.0.6-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8f2089d46a1227d82ca0adf061a78500f40bdfbced5396176cb47fc7667d0075",
"md5": "3ea19dff26c5a5871fcbc96b501de2b9",
"sha256": "04cdc00e0474891e1587cafc5859ddd3ae7a133c70c1820315d50b8ecea32732"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp310-cp310-win_arm64.whl",
"has_sig": false,
"md5_digest": "3ea19dff26c5a5871fcbc96b501de2b9",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 33807,
"upload_time": "2025-08-12T23:26:45",
"upload_time_iso_8601": "2025-08-12T23:26:45.618387Z",
"url": "https://files.pythonhosted.org/packages/8f/20/89d46a1227d82ca0adf061a78500f40bdfbced5396176cb47fc7667d0075/complexint-0.0.6-cp310-cp310-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b61135850df57ff5908b5febc40d9cf411b21ff7b0874309f0d02aa5b59ff1d8",
"md5": "b8f6fae2288fb852ccd818c9d131cb0c",
"sha256": "3f36698e04294d8248dbee19d8f11d02ba6b6b49d6be5e4a6ec8df382725affc"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "b8f6fae2288fb852ccd818c9d131cb0c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 70416,
"upload_time": "2025-08-12T23:26:46",
"upload_time_iso_8601": "2025-08-12T23:26:46.585527Z",
"url": "https://files.pythonhosted.org/packages/b6/11/35850df57ff5908b5febc40d9cf411b21ff7b0874309f0d02aa5b59ff1d8/complexint-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a454742e7ef489c598f0b3a9371a49df123016fb2ca9468f95d61e40dae6f492",
"md5": "22ea5f231040a1ff109f216f055d3b32",
"sha256": "01d8a7309cbc97835494fc43467f8088868639aa5bedab7c003a38ca0e8e1342"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "22ea5f231040a1ff109f216f055d3b32",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 65940,
"upload_time": "2025-08-12T23:26:47",
"upload_time_iso_8601": "2025-08-12T23:26:47.552457Z",
"url": "https://files.pythonhosted.org/packages/a4/54/742e7ef489c598f0b3a9371a49df123016fb2ca9468f95d61e40dae6f492/complexint-0.0.6-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "129c264a324f11c4bcdfc585a1aa20df3f17842ab8ac553e2a5292bd721fadde",
"md5": "1de80f4272cab75bd660200966186c93",
"sha256": "51b636042b49180c7ea0ef362ec087721ed295b19298108317e9eabb3d43a62b"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "1de80f4272cab75bd660200966186c93",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 131147,
"upload_time": "2025-08-12T23:26:48",
"upload_time_iso_8601": "2025-08-12T23:26:48.550146Z",
"url": "https://files.pythonhosted.org/packages/12/9c/264a324f11c4bcdfc585a1aa20df3f17842ab8ac553e2a5292bd721fadde/complexint-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2e2ff75880a03d171bf8bbebe7b7249de9dd060e53c4485a7c5395dcec648d89",
"md5": "de8bab679e405152d095a355d7cd4775",
"sha256": "ec4c082043a0bb98d0de1239ebd37bcd400119bd00b6b17f0867732bae49f9c5"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "de8bab679e405152d095a355d7cd4775",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 137406,
"upload_time": "2025-08-12T23:26:49",
"upload_time_iso_8601": "2025-08-12T23:26:49.653035Z",
"url": "https://files.pythonhosted.org/packages/2e/2f/f75880a03d171bf8bbebe7b7249de9dd060e53c4485a7c5395dcec648d89/complexint-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4962f318ba40aa213c5b74a496720ca933f1854f3569362a5bc4602af1d60e4c",
"md5": "d5098d33903ac74923c7422f99d1d343",
"sha256": "badef7466f0f0c63fb173aaa4ab98616bd667c51681bd759120d2bc4ac89276b"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "d5098d33903ac74923c7422f99d1d343",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 138006,
"upload_time": "2025-08-12T23:26:50",
"upload_time_iso_8601": "2025-08-12T23:26:50.896116Z",
"url": "https://files.pythonhosted.org/packages/49/62/f318ba40aa213c5b74a496720ca933f1854f3569362a5bc4602af1d60e4c/complexint-0.0.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8798280f4e44532c0f8c4d66ddb33eaae7dddba4c252ac9de4c8ea645bb47644",
"md5": "672809ecb113f055ac2c22a46c36e714",
"sha256": "ed0c2990abfec2342d9f39c1fe9bf771d2ed9d6fa5308072986d9f6aec50d2a3"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "672809ecb113f055ac2c22a46c36e714",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 33713,
"upload_time": "2025-08-12T23:26:52",
"upload_time_iso_8601": "2025-08-12T23:26:52.115948Z",
"url": "https://files.pythonhosted.org/packages/87/98/280f4e44532c0f8c4d66ddb33eaae7dddba4c252ac9de4c8ea645bb47644/complexint-0.0.6-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fb879f4a9626168269971ff8955b07760ad0dcc1296d675063fc13edc82568c7",
"md5": "bd2a6e1d953cf6585758f68b85693c65",
"sha256": "8d00a263db2c5fa6bb77a81e71a27e550409c6de714ebdf27452d56845182a5d"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "bd2a6e1d953cf6585758f68b85693c65",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 37974,
"upload_time": "2025-08-12T23:26:53",
"upload_time_iso_8601": "2025-08-12T23:26:53.083595Z",
"url": "https://files.pythonhosted.org/packages/fb/87/9f4a9626168269971ff8955b07760ad0dcc1296d675063fc13edc82568c7/complexint-0.0.6-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e8487137c69d2a2b6c05a7ddf3d97dc11b68f8476a0d905a8bada334d29240d5",
"md5": "d2ea68d72484ebdc3160b76981e06f77",
"sha256": "df63fc9e3b126f50a8f4e24738ee56731b146cb16aac1ea449221b1ff70d42ff"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp311-cp311-win_arm64.whl",
"has_sig": false,
"md5_digest": "d2ea68d72484ebdc3160b76981e06f77",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 33808,
"upload_time": "2025-08-12T23:26:54",
"upload_time_iso_8601": "2025-08-12T23:26:54.404087Z",
"url": "https://files.pythonhosted.org/packages/e8/48/7137c69d2a2b6c05a7ddf3d97dc11b68f8476a0d905a8bada334d29240d5/complexint-0.0.6-cp311-cp311-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2afa8f9070738c1189b2fdca17b0e8931ff7bfe08ffe976ab9bd29f83c813ffa",
"md5": "b39a96afc7f17630c3dcf00544f46c3f",
"sha256": "ab4f7821bfc8179fc6a1f8513a36282c433ffd6567a7096d3d72f5c6f2e97f1a"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "b39a96afc7f17630c3dcf00544f46c3f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 71256,
"upload_time": "2025-08-12T23:26:55",
"upload_time_iso_8601": "2025-08-12T23:26:55.296531Z",
"url": "https://files.pythonhosted.org/packages/2a/fa/8f9070738c1189b2fdca17b0e8931ff7bfe08ffe976ab9bd29f83c813ffa/complexint-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "889fe04d1e182e4e1ae81b4de2012e2002521036a4721e0ed909cfe25a7d56ec",
"md5": "e3a899aec74b837bf70674226d974ffa",
"sha256": "86c0af29c7d9a6a7d28b4f843f06019fd3d4db624af39169e955e7588c814b4d"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e3a899aec74b837bf70674226d974ffa",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 66483,
"upload_time": "2025-08-12T23:26:56",
"upload_time_iso_8601": "2025-08-12T23:26:56.318996Z",
"url": "https://files.pythonhosted.org/packages/88/9f/e04d1e182e4e1ae81b4de2012e2002521036a4721e0ed909cfe25a7d56ec/complexint-0.0.6-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "570b364dd0eac86936456e88ad0ade3307b1524c328d77fc2ea5bd1163c72d71",
"md5": "7ef6eaa88463ee4c06299063f9ddb6a7",
"sha256": "4d1241e36fe8cf3d823de6612f4f8a47b68d696a7950f481a46f93530200cf9d"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "7ef6eaa88463ee4c06299063f9ddb6a7",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 132338,
"upload_time": "2025-08-12T23:26:57",
"upload_time_iso_8601": "2025-08-12T23:26:57.283381Z",
"url": "https://files.pythonhosted.org/packages/57/0b/364dd0eac86936456e88ad0ade3307b1524c328d77fc2ea5bd1163c72d71/complexint-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "354a56b92d2424f2b00401b319ab41562a3962fd4c0608fdf72c00cb77ef5685",
"md5": "30fd83ab978a2867d4a509a208954d2f",
"sha256": "dca5ae8246531439394b30cc87fd179b1beeea63dfa718c0e2505523a54c8a04"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "30fd83ab978a2867d4a509a208954d2f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 140161,
"upload_time": "2025-08-12T23:26:58",
"upload_time_iso_8601": "2025-08-12T23:26:58.369808Z",
"url": "https://files.pythonhosted.org/packages/35/4a/56b92d2424f2b00401b319ab41562a3962fd4c0608fdf72c00cb77ef5685/complexint-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4fbd05c2331142fa36ee8ede88e17c94888d98a04df540888ba1f76f1f4d60e1",
"md5": "1e554329012a7648e1878ac05c05fcba",
"sha256": "4048ef6d9dd4bdb6454a2143d3a799e60e99ca1cf20b3a4147fb30f562d03812"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "1e554329012a7648e1878ac05c05fcba",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 142619,
"upload_time": "2025-08-12T23:26:59",
"upload_time_iso_8601": "2025-08-12T23:26:59.500148Z",
"url": "https://files.pythonhosted.org/packages/4f/bd/05c2331142fa36ee8ede88e17c94888d98a04df540888ba1f76f1f4d60e1/complexint-0.0.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "094d39502b39aad0a69aea158fce4357f2624505ecf865e925c2adb0621d21e9",
"md5": "5f05b66c12247abf16f8914ad7c15cbb",
"sha256": "e0fc5d0520226349dcf5177df9cc74ba069a1f0b009566637add4a25abb21c68"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "5f05b66c12247abf16f8914ad7c15cbb",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 34153,
"upload_time": "2025-08-12T23:27:00",
"upload_time_iso_8601": "2025-08-12T23:27:00.963661Z",
"url": "https://files.pythonhosted.org/packages/09/4d/39502b39aad0a69aea158fce4357f2624505ecf865e925c2adb0621d21e9/complexint-0.0.6-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c47dc02c0029837ea58d0f8e4265275ecebf3f8de582a579b4c5238043d42e8b",
"md5": "1f9129687afe42b179acd91991036edc",
"sha256": "c2ef29e104ae5857ee56e31e6a931bb039848049ff81bac6b107df4faed5f425"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "1f9129687afe42b179acd91991036edc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 38711,
"upload_time": "2025-08-12T23:27:02",
"upload_time_iso_8601": "2025-08-12T23:27:02.224133Z",
"url": "https://files.pythonhosted.org/packages/c4/7d/c02c0029837ea58d0f8e4265275ecebf3f8de582a579b4c5238043d42e8b/complexint-0.0.6-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "63c19df99820f3b78ed48e87f9e453ebc501fba7d1a217ef03beffdbd17703bb",
"md5": "40d87b0b4f279a3781c06876c2c0ad1b",
"sha256": "9f11dcc7e40169ce868d249c0c26535c4c9306da17fde439d9f157a1bb4a973a"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp312-cp312-win_arm64.whl",
"has_sig": false,
"md5_digest": "40d87b0b4f279a3781c06876c2c0ad1b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 34646,
"upload_time": "2025-08-12T23:27:03",
"upload_time_iso_8601": "2025-08-12T23:27:03.237792Z",
"url": "https://files.pythonhosted.org/packages/63/c1/9df99820f3b78ed48e87f9e453ebc501fba7d1a217ef03beffdbd17703bb/complexint-0.0.6-cp312-cp312-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b8147e14f72c9f828967b42aac66b9fd83a7acb4dd28cf96d07dab6e1b2a783b",
"md5": "5b07ec208137387abf84cccc63913efb",
"sha256": "a7710f79dfd7ba687f68364f71ed911eb1b1d9917a89f0fee7bb701cd6ef0bc1"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "5b07ec208137387abf84cccc63913efb",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 71136,
"upload_time": "2025-08-12T23:27:04",
"upload_time_iso_8601": "2025-08-12T23:27:04.208706Z",
"url": "https://files.pythonhosted.org/packages/b8/14/7e14f72c9f828967b42aac66b9fd83a7acb4dd28cf96d07dab6e1b2a783b/complexint-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d83ac15c3350a61fa7bce73074269beabb5c624f76f8486ee5a515723d05ad56",
"md5": "28c9c05e0a2e24a63668aef774c48037",
"sha256": "1511ecc4031d4f38894271c6229b896d9b22c41d28c931040c9a7aab41f3a122"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "28c9c05e0a2e24a63668aef774c48037",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 66395,
"upload_time": "2025-08-12T23:27:05",
"upload_time_iso_8601": "2025-08-12T23:27:05.390179Z",
"url": "https://files.pythonhosted.org/packages/d8/3a/c15c3350a61fa7bce73074269beabb5c624f76f8486ee5a515723d05ad56/complexint-0.0.6-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e0808d0c9134d6f15c6a8cc8dd6a86ef31b2dde344fd927d34b5a5bd4b33b71f",
"md5": "8c375e1e8a47fb79522cbfd36a3e823b",
"sha256": "b38d53fa90df6e1d4267d1ad6c37a7663dc89428f069c774c0548006a63d94c4"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "8c375e1e8a47fb79522cbfd36a3e823b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 131096,
"upload_time": "2025-08-12T23:27:06",
"upload_time_iso_8601": "2025-08-12T23:27:06.443310Z",
"url": "https://files.pythonhosted.org/packages/e0/80/8d0c9134d6f15c6a8cc8dd6a86ef31b2dde344fd927d34b5a5bd4b33b71f/complexint-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d12f3d6df3b75dfe67f34d95b3b32657d1d5f0902163781e42e6d72681a320ed",
"md5": "f1deab191af503a57e51d7f24dbc1e1c",
"sha256": "9b1e4c8955298c7955c113c51d2904aeb8e0fc5e703696a1c184e258213fa1e3"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f1deab191af503a57e51d7f24dbc1e1c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 139076,
"upload_time": "2025-08-12T23:27:07",
"upload_time_iso_8601": "2025-08-12T23:27:07.833346Z",
"url": "https://files.pythonhosted.org/packages/d1/2f/3d6df3b75dfe67f34d95b3b32657d1d5f0902163781e42e6d72681a320ed/complexint-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d9a37d43d9fb82b6cabd8a40e6f5e56bc5611dcb7f39c3c18b40b3e563dadae4",
"md5": "f76295455ba9035753f435d4c580ad30",
"sha256": "ffb3d9db88f9ae59ee185e6fd359b08de177d9b6342e632cb8f5c18829036f92"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "f76295455ba9035753f435d4c580ad30",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 141041,
"upload_time": "2025-08-12T23:27:09",
"upload_time_iso_8601": "2025-08-12T23:27:09.212074Z",
"url": "https://files.pythonhosted.org/packages/d9/a3/7d43d9fb82b6cabd8a40e6f5e56bc5611dcb7f39c3c18b40b3e563dadae4/complexint-0.0.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "08579e4dbd18a7b80d333bf1043185bdce6303ecc08da4374f0f862ddb89be26",
"md5": "c56b08ff366689189abaa3d8862156a0",
"sha256": "aa93c5c809cec69302a17236e1158c05c9e3425972248b433636755acc1ae66f"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "c56b08ff366689189abaa3d8862156a0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 33879,
"upload_time": "2025-08-12T23:27:10",
"upload_time_iso_8601": "2025-08-12T23:27:10.272029Z",
"url": "https://files.pythonhosted.org/packages/08/57/9e4dbd18a7b80d333bf1043185bdce6303ecc08da4374f0f862ddb89be26/complexint-0.0.6-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c7a205fb6612529e6e5637170d195e208daadc1534da947b65cc3b0ef50cca01",
"md5": "a261e733f87f43ec73783aadacfcb8b1",
"sha256": "439c5844ba5b134aa68d343a28a365c4da7c65de071f168b1da8889a775d3514"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "a261e733f87f43ec73783aadacfcb8b1",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 38482,
"upload_time": "2025-08-12T23:27:11",
"upload_time_iso_8601": "2025-08-12T23:27:11.228284Z",
"url": "https://files.pythonhosted.org/packages/c7/a2/05fb6612529e6e5637170d195e208daadc1534da947b65cc3b0ef50cca01/complexint-0.0.6-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a77d3ad35401ec2c874da4c38ad6302c62f0588d5b7dcf8ec8d132f4a8d7e731",
"md5": "aba8ca6b3b630d2a2e3104abf1aee064",
"sha256": "06935f5b07366d21fe67a7b10861e1d9c03fad94faa19d94b2263c1dffbb2eec"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp313-cp313-win_arm64.whl",
"has_sig": false,
"md5_digest": "aba8ca6b3b630d2a2e3104abf1aee064",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 34608,
"upload_time": "2025-08-12T23:27:12",
"upload_time_iso_8601": "2025-08-12T23:27:12.135436Z",
"url": "https://files.pythonhosted.org/packages/a7/7d/3ad35401ec2c874da4c38ad6302c62f0588d5b7dcf8ec8d132f4a8d7e731/complexint-0.0.6-cp313-cp313-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9f4f26a25789d1e6ea51d9696f2ea500b604a0add148134848640ddf100575fd",
"md5": "c6a55203fed1609764c01f89202914c6",
"sha256": "f162801cdde611e0ff02a9412dd3237ca227bf17bfa699590f422d3ec611cd6b"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "c6a55203fed1609764c01f89202914c6",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 67190,
"upload_time": "2025-08-12T23:27:13",
"upload_time_iso_8601": "2025-08-12T23:27:13.057087Z",
"url": "https://files.pythonhosted.org/packages/9f/4f/26a25789d1e6ea51d9696f2ea500b604a0add148134848640ddf100575fd/complexint-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "193f40d6eef5be5a86802480569cddf7ece68eda7fa0de3fa506d8a77b344d9b",
"md5": "62e69b760b1f417bd7c5e10f3af43449",
"sha256": "df9f370e75e43a245735f5f6a146e159d831766a79e7cfd7d2dd6c951ae71eab"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "62e69b760b1f417bd7c5e10f3af43449",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 62411,
"upload_time": "2025-08-12T23:27:14",
"upload_time_iso_8601": "2025-08-12T23:27:14.084308Z",
"url": "https://files.pythonhosted.org/packages/19/3f/40d6eef5be5a86802480569cddf7ece68eda7fa0de3fa506d8a77b344d9b/complexint-0.0.6-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a7e8ac74007651be11ef2f5911fd76778ea4bb918049eeb107aa89693eb7d175",
"md5": "b0997a06cdec21edd95a111b4c782b52",
"sha256": "68c90116f3e0f1e40a3c74011630dc103514dd3b1bec1d301256d65785d25eee"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "b0997a06cdec21edd95a111b4c782b52",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 121470,
"upload_time": "2025-08-12T23:27:15",
"upload_time_iso_8601": "2025-08-12T23:27:15.078014Z",
"url": "https://files.pythonhosted.org/packages/a7/e8/ac74007651be11ef2f5911fd76778ea4bb918049eeb107aa89693eb7d175/complexint-0.0.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "409c438c64a948010761dec22bc570effcf1522acce5581eac84096aca15f733",
"md5": "1e3efb72f3ac6dd3aec4e41ffae3001e",
"sha256": "198cd426c12fd3d43d785bd324a250d2a55c584ee5d978fc881b6489bab0fd5a"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "1e3efb72f3ac6dd3aec4e41ffae3001e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 128693,
"upload_time": "2025-08-12T23:27:16",
"upload_time_iso_8601": "2025-08-12T23:27:16.167218Z",
"url": "https://files.pythonhosted.org/packages/40/9c/438c64a948010761dec22bc570effcf1522acce5581eac84096aca15f733/complexint-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "99aa0644e80d14584a611a9962cb50e45c4da2f5a9a2088128dbb0885b3fb5cb",
"md5": "623b269910e90efd5e613d02b57b6586",
"sha256": "9de8f501ce6ac847802a04c95b21acf8eca8013a9b378bbe6a975869dae593bd"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "623b269910e90efd5e613d02b57b6586",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 129632,
"upload_time": "2025-08-12T23:27:17",
"upload_time_iso_8601": "2025-08-12T23:27:17.198202Z",
"url": "https://files.pythonhosted.org/packages/99/aa/0644e80d14584a611a9962cb50e45c4da2f5a9a2088128dbb0885b3fb5cb/complexint-0.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ae242c3e568eaa89abad77fdd34c5494d29f6f4a2e555158e195d67fa5f1ff45",
"md5": "f77e06b9f31cc5446c1c658b03198252",
"sha256": "7fcf307e0275269adf3610e5bad78d2ee5640f159595986ac7f26b25ae319f78"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "f77e06b9f31cc5446c1c658b03198252",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 32303,
"upload_time": "2025-08-12T23:27:18",
"upload_time_iso_8601": "2025-08-12T23:27:18.210786Z",
"url": "https://files.pythonhosted.org/packages/ae/24/2c3e568eaa89abad77fdd34c5494d29f6f4a2e555158e195d67fa5f1ff45/complexint-0.0.6-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c4d13fa55dbf1116a2986379a826e0f49db2263c903009a868fd140cc8438a46",
"md5": "c0749a2e017c4f12b1b78fa0f0b78d56",
"sha256": "b32eee8067a83b50c180448be93c2cbaa6af1b5c18e7c30484594b34cb3cc988"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "c0749a2e017c4f12b1b78fa0f0b78d56",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 36231,
"upload_time": "2025-08-12T23:27:19",
"upload_time_iso_8601": "2025-08-12T23:27:19.142998Z",
"url": "https://files.pythonhosted.org/packages/c4/d1/3fa55dbf1116a2986379a826e0f49db2263c903009a868fd140cc8438a46/complexint-0.0.6-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a99af967a812ae38bef7ba231fb96be5e519876525b69cffb16d9e23844f670b",
"md5": "1929f75281ed9e67235150a85094f23b",
"sha256": "4eb91038cf12205383e85068bba9d1d2d9c46a962daae982508622e317694d5f"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "1929f75281ed9e67235150a85094f23b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 70615,
"upload_time": "2025-08-12T23:27:20",
"upload_time_iso_8601": "2025-08-12T23:27:20.068002Z",
"url": "https://files.pythonhosted.org/packages/a9/9a/f967a812ae38bef7ba231fb96be5e519876525b69cffb16d9e23844f670b/complexint-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "10c94eac1a29634daa551a892819388b46f37392d7cbb1fa3e45bad5b0f97708",
"md5": "785e33104cc31f60bc6461e2a95f548e",
"sha256": "20568e2ee55c22410388ca478fc8f4a496e4aaba8f431dc11e03fe6f9cf0f8bb"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "785e33104cc31f60bc6461e2a95f548e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 66126,
"upload_time": "2025-08-12T23:27:21",
"upload_time_iso_8601": "2025-08-12T23:27:21.030641Z",
"url": "https://files.pythonhosted.org/packages/10/c9/4eac1a29634daa551a892819388b46f37392d7cbb1fa3e45bad5b0f97708/complexint-0.0.6-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6f89e318808052584915fd969637dd154a8140debb17a0d36c21c653ebd1e6e4",
"md5": "b64e7593f47b2c283904cd547cc9f4a6",
"sha256": "6afd59a9494576dc511b365ab81596fbaa46a21a5530f70f2e29fcd5229b1f96"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "b64e7593f47b2c283904cd547cc9f4a6",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 128636,
"upload_time": "2025-08-12T23:27:22",
"upload_time_iso_8601": "2025-08-12T23:27:22.025622Z",
"url": "https://files.pythonhosted.org/packages/6f/89/e318808052584915fd969637dd154a8140debb17a0d36c21c653ebd1e6e4/complexint-0.0.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cca964ebe5562c7a23af4829b59eb2a201831c47839cf7557d199d0e2c792b4f",
"md5": "3ab728a7332c0d2d77b40876cb1b0ec8",
"sha256": "9f6c6fc8292aa481cab8332f1ede21a2025b376c35f3b5a42197a1b7420a5ec9"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3ab728a7332c0d2d77b40876cb1b0ec8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 135100,
"upload_time": "2025-08-12T23:27:23",
"upload_time_iso_8601": "2025-08-12T23:27:23.052910Z",
"url": "https://files.pythonhosted.org/packages/cc/a9/64ebe5562c7a23af4829b59eb2a201831c47839cf7557d199d0e2c792b4f/complexint-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "80e8875e765f474c46be635f46d6d764b26b050917009b5dcfcbc8a8562e723f",
"md5": "f5e9a10d4699bee80b338b865f6d8a74",
"sha256": "1f079ab77b1c1933a1a0fcf78ecbdf2f7b98484fc3eb5ebdf1db8d72d31776fe"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "f5e9a10d4699bee80b338b865f6d8a74",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 136346,
"upload_time": "2025-08-12T23:27:24",
"upload_time_iso_8601": "2025-08-12T23:27:24.221398Z",
"url": "https://files.pythonhosted.org/packages/80/e8/875e765f474c46be635f46d6d764b26b050917009b5dcfcbc8a8562e723f/complexint-0.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c860c0d88b8c7c2e62e1c745ef6615eebc10110702062f1ac8da421c7a0f8de7",
"md5": "d2ca078a625137e6d4aa7b56f0c394e9",
"sha256": "45a7e284569b588daa13943f4ae098e090c496cf5f4dca2c787f68912f4bdac1"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "d2ca078a625137e6d4aa7b56f0c394e9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 33797,
"upload_time": "2025-08-12T23:27:25",
"upload_time_iso_8601": "2025-08-12T23:27:25.296831Z",
"url": "https://files.pythonhosted.org/packages/c8/60/c0d88b8c7c2e62e1c745ef6615eebc10110702062f1ac8da421c7a0f8de7/complexint-0.0.6-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4ada513670da32c58067980a9c58c355a020d217c45658ce444ebdfaa8199d62",
"md5": "be05a814b261429b37705270c76f957d",
"sha256": "27fd0977ac84c528442115f771b43892271ff3dfc35e7f0faa2e71768dd38ae0"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "be05a814b261429b37705270c76f957d",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 38115,
"upload_time": "2025-08-12T23:27:26",
"upload_time_iso_8601": "2025-08-12T23:27:26.237974Z",
"url": "https://files.pythonhosted.org/packages/4a/da/513670da32c58067980a9c58c355a020d217c45658ce444ebdfaa8199d62/complexint-0.0.6-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "06c6c64481aed77cffad988481be4e6445ce274dfd93a7587b67dcaa78d4bd35",
"md5": "0c7b0d1461a5118c2e36f24e8536f937",
"sha256": "6637389987eecf72dbbb4987bbaf2ba4b584cb78e286322d75856e54f57fc8f7"
},
"downloads": -1,
"filename": "complexint-0.0.6-cp39-cp39-win_arm64.whl",
"has_sig": false,
"md5_digest": "0c7b0d1461a5118c2e36f24e8536f937",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 33743,
"upload_time": "2025-08-12T23:27:27",
"upload_time_iso_8601": "2025-08-12T23:27:27.156240Z",
"url": "https://files.pythonhosted.org/packages/06/c6/c64481aed77cffad988481be4e6445ce274dfd93a7587b67dcaa78d4bd35/complexint-0.0.6-cp39-cp39-win_arm64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-12 23:26:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rheard",
"github_project": "complexint",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "complexint"
}