{ "info": { "author": "Fredrik Johansson", "author_email": "fredrik.johansson@gmail.com", "bugtrack_url": null, "classifiers": [ "Topic :: Scientific/Engineering :: Mathematics" ], "description": "flint-py\n========\n\nThis is a repackaged version of [python-flint](https://github.com/fredrik-johansson/python-flint/) by Fredrik Johansson. The original package requires that the user first installs [Flint](http://flintlib.org/) and [Arb](http://arblib.org/), which in turn require `gmp` and `mpfr` to be installed as well. This sometimes is problematic because not every distribution has suitable packages of these libraries.\n\nThe alternative is to prebuilt different versions of the required libraries and to ship them with the python package. This repository achieves exactly that goal by leveraging [PEP 513](https://www.python.org/dev/peps/pep-0513/) and the [manylinux project](https://github.com/pypa/manylinux).\n\nSo, if you were planning to depend on `python-flint` and build the required dependencies by hand, you could try `flint-py` instead and see if it just works.\n\nHow to build wheels?\n====================\n\nFor the future maintainers of `flint-py`, here is a rough outline of the wheel build procedure:\n\n1. Select the desired versions of the `mpir`, `mpfr`, `flint` and `arb` libraries in the `ext` directory. Note that `mpir`, `mpfr` and `flint` are submodules, so you could check out any commit or tag that you might like. As for the `mpfr` library, please [download a release](https://www.mpfr.org/mpfr-current/#download) and manually commit it into git here.\n\n1. Build the docker image and run it as a container:\n\n ``` bash\n cd flint-py\n docker build --tag flint-py\n docker run flint-py:latest\n ```\n\n1. Find out the id of the container and copy the wheels out of it:\n\n ``` bash\n docker container ls -a #find the correct id\n docker cp :/flint-py/wheelhouse ./wheelhouse\n ```\n\n1. At this point, the `./wheelhouse` directory on your local filesystem should contain the wheels you need, e.g.\n\n ``` bash\n ls ./wheelhouse\n flint_py-0.3.4-cp27-cp27mu-manylinux1_x86_64.whl flint_py-0.3.4-cp35-cp35m-manylinux1_x86_64.whl\n flint_py-0.3.4-cp27-cp27m-manylinux1_x86_64.whl flint_py-0.3.4-cp36-cp36m-manylinux1_x86_64.whl\n flint_py-0.3.4-cp34-cp34m-manylinux1_x86_64.whl flint_py-0.3.4-cp37-cp37m-manylinux1_x86_64.whl\n ```\n\n1. Upload the wheels to `pypi`:\n\n ``` bash\n twine upload ./wheelhouse/*\n ```\n\nCommon pitfalls\n===============\n\n1. If you are trying to debug the compilation of C libraries under `ext`, please keep in mind that when you switch to docker builds, your build artifacts from the local filesystem *will* be copied into the image. This could break the docker build in unexpected ways. To avoid that, you could either carefully remove the artifacts before running docker or you could conduct local builds in a copy of the project.\n\n1. Cython extensions are not automatically rebuilt, which causes some problems for Python2.7. Currently, the `build_wheels.sh` script removes the extension artifacts each time before cython is asked to rebuild them in docker.\n\n1. If you are running Arch Linux and your docker container seems to crash with error code 139 for any command that you run, enable `vsyscall=emulate` for your kernel. See https://wiki.archlinux.org/index.php/Docker#Installation\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/alisianoi/flint-py", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "flint-py", "package_url": "https://pypi.org/project/flint-py/", "platform": "", "project_url": "https://pypi.org/project/flint-py/", "project_urls": { "Homepage": "https://gitlab.com/alisianoi/flint-py" }, "release_url": "https://pypi.org/project/flint-py/0.3.5/", "requires_dist": null, "requires_python": "", "summary": "Repackage python-flint to include arb and flint as shared libraries", "version": "0.3.5" }, "last_serial": 4749868, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "36216fdea9e732ac920b4400b024761d", "sha256": "1a1dbc27ac7adf8290db148dc27c6fa322f9154443daf4a025bdafc8c5b7ec37" }, "downloads": -1, "filename": "flint_py-0.3.0-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "36216fdea9e732ac920b4400b024761d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 17420027, "upload_time": "2019-01-27T13:34:07", "url": "https://files.pythonhosted.org/packages/dd/2a/463d72c0134e5d1b4b898ca26b786e68b39463d922cc26ac91ee7405672c/flint_py-0.3.0-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "afcd565cdde190b47d995196eeab3051", "sha256": "25cf2b3c7725b29f696d257474b7307fe1943a8c26df5465180f8860059f12ae" }, "downloads": -1, "filename": "flint_py-0.3.0-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "afcd565cdde190b47d995196eeab3051", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 17420022, "upload_time": "2019-01-27T13:34:31", "url": "https://files.pythonhosted.org/packages/0a/37/313838e935ac22e17c5e2c55e35b2f3c8d7b1a62c6b014006389b5d65717/flint_py-0.3.0-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a553b2cc8d64d062dde465b58c1c2e6a", "sha256": "7db722451bfee40da13fb29efc88bac142d3c8c0f64473046785cc6ae5102d63" }, "downloads": -1, "filename": "flint_py-0.3.0-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a553b2cc8d64d062dde465b58c1c2e6a", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 17626298, "upload_time": "2019-01-27T13:34:59", "url": "https://files.pythonhosted.org/packages/de/dc/d1230271679f073ce485990a5a0b61f30da5de49747482121c861fb37925/flint_py-0.3.0-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "33d30474faccba61f55367715ba56d53", "sha256": "f40b1bf33055db22852b7eb41e1c8af324735e872e82940b8b330be4ea3bbd54" }, "downloads": -1, "filename": "flint_py-0.3.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "33d30474faccba61f55367715ba56d53", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 17614711, "upload_time": "2019-01-27T13:35:23", "url": "https://files.pythonhosted.org/packages/22/18/3513abf68c506b0f62d41b40c42e7048a18c4618bfeb3d70782924534f01/flint_py-0.3.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c2b864046ef009aa6963b1d2ed4f5112", "sha256": "5483e4b2d30ff88cef57ae0cff2dcb5e598a8afe56be7787942c725d731c1b27" }, "downloads": -1, "filename": "flint_py-0.3.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c2b864046ef009aa6963b1d2ed4f5112", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 17631665, "upload_time": "2019-01-27T13:35:43", "url": "https://files.pythonhosted.org/packages/06/dd/c4feae19357cccdcf68898a0055c2e0be98bf2fecf468a2a912b39e00439/flint_py-0.3.0-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f52220f0431f9d3407c868c76a57f08b", "sha256": "73a416ede6a01d6e4a917a0ef061e69d78e6c46a6bdc73f4bfacbd0fb73bf2f3" }, "downloads": -1, "filename": "flint_py-0.3.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f52220f0431f9d3407c868c76a57f08b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 17625704, "upload_time": "2019-01-27T13:36:08", "url": "https://files.pythonhosted.org/packages/4c/d0/4da402cda046b296a2d6b5dc438b93f4c30affb18a6a3e7830e078e72eb4/flint_py-0.3.0-cp37-cp37m-manylinux1_x86_64.whl" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "3798ff3c00cef3e75169e9694d532cf6", "sha256": "7e224e18b8c5b8f32cb35269dd4259a1b1813aed0916c5d78e936977eae256a8" }, "downloads": -1, "filename": "flint_py-0.3.1-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3798ff3c00cef3e75169e9694d532cf6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 17626295, "upload_time": "2019-01-27T23:02:15", "url": "https://files.pythonhosted.org/packages/e1/80/c4138ffec8d5fa5141ff90c09f0f10046daa32970140c0c7c2f486716fbc/flint_py-0.3.1-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9b33e9fad3b597770eb41dcb27b35af4", "sha256": "93afea8fa879d3d30a179deb8fd47b4187149dbb84964c2cd63c926c8b2dd89a" }, "downloads": -1, "filename": "flint_py-0.3.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9b33e9fad3b597770eb41dcb27b35af4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 17614714, "upload_time": "2019-01-27T23:02:33", "url": "https://files.pythonhosted.org/packages/f4/ab/7784573f8f6f85374947a07111953e33d6c648fbd9d44b718fd42b5f13f4/flint_py-0.3.1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "98c7e738fcf22ebbf9f0da469c96f15b", "sha256": "a2526827b31d99aadbc20599bf5e61f670cec55455f2387f0024d8998796a0b9" }, "downloads": -1, "filename": "flint_py-0.3.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "98c7e738fcf22ebbf9f0da469c96f15b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 17631663, "upload_time": "2019-01-27T23:02:50", "url": "https://files.pythonhosted.org/packages/d8/b1/a19334aff2a55f94a5b1a88a3e5dee385d7f27bde879ca0f6c69b6713c1a/flint_py-0.3.1-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "edafddb821207029ab23291f830ec2b9", "sha256": "19bec0e0743dcdfae5db61e5a3f203fbdfa1643500d3094d78da96d70dad3e5b" }, "downloads": -1, "filename": "flint_py-0.3.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "edafddb821207029ab23291f830ec2b9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 17625708, "upload_time": "2019-01-27T23:03:09", "url": "https://files.pythonhosted.org/packages/f2/ae/2fc603d9392101279e56e6c19bb80222baaeb2be1939eaccd9e3a82e5b34/flint_py-0.3.1-cp37-cp37m-manylinux1_x86_64.whl" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "a0cb3916e6afd089ccf6166931dcbf32", "sha256": "3fdc46350e730b950923504a13d6017a8365807ccd4ed4fa0aab2ab6dbb54bbd" }, "downloads": -1, "filename": "flint_py-0.3.2-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a0cb3916e6afd089ccf6166931dcbf32", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 17420022, "upload_time": "2019-01-27T23:53:39", "url": "https://files.pythonhosted.org/packages/a4/79/d63a904697a31c45b60f8b479643996eaf8abaa5742b08f86e24f33b6756/flint_py-0.3.2-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "979af936f160ec427ccaf54c557a2849", "sha256": "f615dbde6f97027e28536a7f59564622a01203271fc5839ffb0c6a10e4903658" }, "downloads": -1, "filename": "flint_py-0.3.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "979af936f160ec427ccaf54c557a2849", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 17626295, "upload_time": "2019-01-27T23:53:58", "url": "https://files.pythonhosted.org/packages/7a/50/94320c85174d690de2ab853f377dc9209830fe4e647a500b0cd7f17ab4e0/flint_py-0.3.2-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1891d5b8104a5a275bfde4f0215922c9", "sha256": "270f0c22807b1d8bcde898a9da88183566bab455817cd18100552feba414052c" }, "downloads": -1, "filename": "flint_py-0.3.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1891d5b8104a5a275bfde4f0215922c9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 17614712, "upload_time": "2019-01-27T23:54:17", "url": "https://files.pythonhosted.org/packages/26/29/587f4c2fff4072eda8c529e3d69d907d1b3f490de24879d7511c509bcdfe/flint_py-0.3.2-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "db277ebdd34bc65d3f46d150a2a83bca", "sha256": "af9bc16382163a6370afaf0c2b931126c11a29b8d01bbb6f5688ed529286a718" }, "downloads": -1, "filename": "flint_py-0.3.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "db277ebdd34bc65d3f46d150a2a83bca", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 17631665, "upload_time": "2019-01-27T23:54:57", "url": "https://files.pythonhosted.org/packages/02/e5/8da85d521eebc05242855fafda2cb59d83d10dee2437550a0ce97339f66e/flint_py-0.3.2-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "35514151cdccc5111fb7dc3552190745", "sha256": "b2ac0ea12ba4e88203b81c36863d8bcc9f8e140309f7929bc29953c673a74a35" }, "downloads": -1, "filename": "flint_py-0.3.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "35514151cdccc5111fb7dc3552190745", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 17625706, "upload_time": "2019-01-27T23:55:18", "url": "https://files.pythonhosted.org/packages/e7/7b/82f2ac51730321258f8e945e876a68de353b0c4e138ec8da39ebeafdbb55/flint_py-0.3.2-cp37-cp37m-manylinux1_x86_64.whl" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "36a9dfe9f09e407a8440bd4e32826d34", "sha256": "6d6787358f111b97d8847a8b8dcf6c4a99e64dfeda967462dad33432d00f5e50" }, "downloads": -1, "filename": "flint_py-0.3.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "36a9dfe9f09e407a8440bd4e32826d34", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 17420026, "upload_time": "2019-01-28T08:56:15", "url": "https://files.pythonhosted.org/packages/ed/bc/e115a9e69848cb0e854c5b93964c63eca4cf8d301ac5d3bf72b7be6357d3/flint_py-0.3.3-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d6e2ddb8b7e29e7e410846e5df54e4b8", "sha256": "a51147856258d73d3ef4504b87694f431a8c1132985c9791058704fe8335884d" }, "downloads": -1, "filename": "flint_py-0.3.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d6e2ddb8b7e29e7e410846e5df54e4b8", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 17626297, "upload_time": "2019-01-28T08:56:39", "url": "https://files.pythonhosted.org/packages/47/f0/d89fc945a9caf0c310b2819047295df426827313ae9d7f5e843fb2216bb9/flint_py-0.3.3-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "baf1c6f5305bde6ce78de039b9a905fd", "sha256": "0e83ae93bb011f8fa511b988dc0e9ffb3a0ebe8b9ae6970188a31192f10c7fad" }, "downloads": -1, "filename": "flint_py-0.3.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "baf1c6f5305bde6ce78de039b9a905fd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 17614712, "upload_time": "2019-01-28T08:57:06", "url": "https://files.pythonhosted.org/packages/92/58/0fc8d2e44f189f3ee34345b4c9463a4b3e80296e756a6f11bbc8f67398b3/flint_py-0.3.3-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a6b49ea7de84cb4b7446311469e7d096", "sha256": "ac065e0ca535db880850a0cd63a9ec9818e6603bb3e17004c74c20d4a8ead63f" }, "downloads": -1, "filename": "flint_py-0.3.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a6b49ea7de84cb4b7446311469e7d096", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 17631666, "upload_time": "2019-01-28T08:57:29", "url": "https://files.pythonhosted.org/packages/fc/7c/6e0ae3b8aef4411430d6599485983171864a4949a9e79891390d49a01933/flint_py-0.3.3-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8aa2f2e05c3a15ff680894e869a86b9e", "sha256": "7c6da4faca688ca10b104d3729a885b0ea4e7696c761b5f7591596c77e70e332" }, "downloads": -1, "filename": "flint_py-0.3.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8aa2f2e05c3a15ff680894e869a86b9e", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 17625707, "upload_time": "2019-01-28T08:57:53", "url": "https://files.pythonhosted.org/packages/ac/b6/9decdc15dd0daaf5d1e95d1aa8ce8990914fc9a8d4f38324571266557e37/flint_py-0.3.3-cp37-cp37m-manylinux1_x86_64.whl" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "cde13f3e0127edf7b1af81d12d7ffb71", "sha256": "3a4afaa0e3c9226ffce2112bf2cee09d90d11ca05f8e5c3b27fa87d4486c8581" }, "downloads": -1, "filename": "flint_py-0.3.4-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cde13f3e0127edf7b1af81d12d7ffb71", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 17420026, "upload_time": "2019-01-28T10:38:32", "url": "https://files.pythonhosted.org/packages/cd/1e/d72338d43f51a84a18fd4c2327080d81bc60bee7b0238335a6c75161b852/flint_py-0.3.4-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ed2ccb2ae173bfd86f41352b372b2ac1", "sha256": "64a06d7c6837cd3d89f1a1ef62ef7f4e94b59663b98e8fa302b9b630f02b8752" }, "downloads": -1, "filename": "flint_py-0.3.4-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ed2ccb2ae173bfd86f41352b372b2ac1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 17420041, "upload_time": "2019-01-28T10:39:36", "url": "https://files.pythonhosted.org/packages/bb/cf/9ab08f593f68c0915966d4c5bfecd8da2c85bc4a673933651741d5f2fd16/flint_py-0.3.4-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1a78a83fe046af455d87c16ac4616e6b", "sha256": "df29d2b3640e1f450f1d76eb036aad3530581250b103c1c654f26ce4def5c2bb" }, "downloads": -1, "filename": "flint_py-0.3.4-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1a78a83fe046af455d87c16ac4616e6b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 17626293, "upload_time": "2019-01-28T10:40:12", "url": "https://files.pythonhosted.org/packages/0e/48/aacb31d13579b53052da92ac2b1697ff242838800b058c7fb4acab0daae1/flint_py-0.3.4-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cc936a5880568975a1c87583bb2a15f5", "sha256": "387e3bde46a22936bb2ed5f9972d126c80d073d69009a8aed50908da8d50787e" }, "downloads": -1, "filename": "flint_py-0.3.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "cc936a5880568975a1c87583bb2a15f5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 17614712, "upload_time": "2019-01-28T10:40:38", "url": "https://files.pythonhosted.org/packages/c0/da/bce116301099fb5ac8f7dea9693ac000d1c4e5ceb5bc779bd08684a898b1/flint_py-0.3.4-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "976336d18b4287a1024ff291a8d42fd6", "sha256": "5a6de18b2c38983578ac6afa16c22f943dca768b4f01d643fe0ddc1a11d0f2d5" }, "downloads": -1, "filename": "flint_py-0.3.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "976336d18b4287a1024ff291a8d42fd6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 17631661, "upload_time": "2019-01-28T10:41:04", "url": "https://files.pythonhosted.org/packages/ec/d3/cfd07d325e5240abe4922d4e9bd627d3af16b87cf4dca1872274bf1ada5f/flint_py-0.3.4-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "16c7baddcb52dad562956d6e6c159142", "sha256": "51537625e9ffae9f2e4354e01c77486a0f7fa82475d113079630525225359326" }, "downloads": -1, "filename": "flint_py-0.3.4-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "16c7baddcb52dad562956d6e6c159142", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 17625706, "upload_time": "2019-01-28T10:41:41", "url": "https://files.pythonhosted.org/packages/f7/7e/81fc3853aba72907f34ccb628fb838972638d6c33c7bfa50a544f2f05570/flint_py-0.3.4-cp37-cp37m-manylinux1_x86_64.whl" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "b1e63cf0f4ef6e5107522373a07153bd", "sha256": "13fb7587e67111bdcfb402f334cd888f3db55a2c39414572d31b22477775e2a7" }, "downloads": -1, "filename": "flint_py-0.3.5-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b1e63cf0f4ef6e5107522373a07153bd", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 17419936, "upload_time": "2019-01-28T11:50:02", "url": "https://files.pythonhosted.org/packages/92/fd/eb41c69ac3a4c822bb7dae48a722f331b37bd2a9fc111e98f83b8fe4b3bd/flint_py-0.3.5-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2d0ccbc8557d27e6e8d3a0e38e5f1b4e", "sha256": "ceb8ecfbf29d9bd281083f704f91c326b29cbf9ccec508949c567fef0287db83" }, "downloads": -1, "filename": "flint_py-0.3.5-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2d0ccbc8557d27e6e8d3a0e38e5f1b4e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 17419953, "upload_time": "2019-01-28T11:50:20", "url": "https://files.pythonhosted.org/packages/94/c1/4dd6498661459d448eda46ea3c15f61ab5c23a09c4707fb5a87be18d61f7/flint_py-0.3.5-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "bf57e8bdee5d11cb310952312c78fc6c", "sha256": "2379adfdcf6ee2a12f6321c873413fff3b31604d7a872149be0804619eb118d4" }, "downloads": -1, "filename": "flint_py-0.3.5-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bf57e8bdee5d11cb310952312c78fc6c", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 17626209, "upload_time": "2019-01-28T11:50:39", "url": "https://files.pythonhosted.org/packages/3d/e1/92f0990e16435df794492a3bfb31f028a7f7f521fa3f863440c33ac68e26/flint_py-0.3.5-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b39145b6d1070eaad61eef67f051d5fa", "sha256": "59703586ef7fbc4b37c1d5091ed9fd7033da79b3146d607fa42628a43a7b5d64" }, "downloads": -1, "filename": "flint_py-0.3.5-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b39145b6d1070eaad61eef67f051d5fa", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 17614623, "upload_time": "2019-01-28T11:51:09", "url": "https://files.pythonhosted.org/packages/66/b3/d03e12bb57781939e455eb3c56c19659c726f63e6bd74039dc3281d7c575/flint_py-0.3.5-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "773b4441889c21826759198a3de8b16c", "sha256": "6262c22177a2f1fa6461e3c527ca2242ffa1c10411fbfadee333e994e89798c9" }, "downloads": -1, "filename": "flint_py-0.3.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "773b4441889c21826759198a3de8b16c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 17631575, "upload_time": "2019-01-28T11:51:29", "url": "https://files.pythonhosted.org/packages/7f/e8/7d9c8199d05815893474515d5e1905c065c9ce5eda96b9c9eb19d13f3c17/flint_py-0.3.5-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d67051470e16eb8bbba8ee64e100de05", "sha256": "044bbd61faa36067795b48ed9f85255297f157e1ac650f8278219995df7fd819" }, "downloads": -1, "filename": "flint_py-0.3.5-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d67051470e16eb8bbba8ee64e100de05", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 17625614, "upload_time": "2019-01-28T11:51:48", "url": "https://files.pythonhosted.org/packages/db/e5/423430a7f5d4ad12eed0326ad124ead2d32c406acde039d98cd5af0ddea5/flint_py-0.3.5-cp37-cp37m-manylinux1_x86_64.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1e63cf0f4ef6e5107522373a07153bd", "sha256": "13fb7587e67111bdcfb402f334cd888f3db55a2c39414572d31b22477775e2a7" }, "downloads": -1, "filename": "flint_py-0.3.5-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b1e63cf0f4ef6e5107522373a07153bd", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 17419936, "upload_time": "2019-01-28T11:50:02", "url": "https://files.pythonhosted.org/packages/92/fd/eb41c69ac3a4c822bb7dae48a722f331b37bd2a9fc111e98f83b8fe4b3bd/flint_py-0.3.5-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2d0ccbc8557d27e6e8d3a0e38e5f1b4e", "sha256": "ceb8ecfbf29d9bd281083f704f91c326b29cbf9ccec508949c567fef0287db83" }, "downloads": -1, "filename": "flint_py-0.3.5-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2d0ccbc8557d27e6e8d3a0e38e5f1b4e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 17419953, "upload_time": "2019-01-28T11:50:20", "url": "https://files.pythonhosted.org/packages/94/c1/4dd6498661459d448eda46ea3c15f61ab5c23a09c4707fb5a87be18d61f7/flint_py-0.3.5-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "bf57e8bdee5d11cb310952312c78fc6c", "sha256": "2379adfdcf6ee2a12f6321c873413fff3b31604d7a872149be0804619eb118d4" }, "downloads": -1, "filename": "flint_py-0.3.5-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bf57e8bdee5d11cb310952312c78fc6c", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 17626209, "upload_time": "2019-01-28T11:50:39", "url": "https://files.pythonhosted.org/packages/3d/e1/92f0990e16435df794492a3bfb31f028a7f7f521fa3f863440c33ac68e26/flint_py-0.3.5-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b39145b6d1070eaad61eef67f051d5fa", "sha256": "59703586ef7fbc4b37c1d5091ed9fd7033da79b3146d607fa42628a43a7b5d64" }, "downloads": -1, "filename": "flint_py-0.3.5-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b39145b6d1070eaad61eef67f051d5fa", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 17614623, "upload_time": "2019-01-28T11:51:09", "url": "https://files.pythonhosted.org/packages/66/b3/d03e12bb57781939e455eb3c56c19659c726f63e6bd74039dc3281d7c575/flint_py-0.3.5-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "773b4441889c21826759198a3de8b16c", "sha256": "6262c22177a2f1fa6461e3c527ca2242ffa1c10411fbfadee333e994e89798c9" }, "downloads": -1, "filename": "flint_py-0.3.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "773b4441889c21826759198a3de8b16c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 17631575, "upload_time": "2019-01-28T11:51:29", "url": "https://files.pythonhosted.org/packages/7f/e8/7d9c8199d05815893474515d5e1905c065c9ce5eda96b9c9eb19d13f3c17/flint_py-0.3.5-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d67051470e16eb8bbba8ee64e100de05", "sha256": "044bbd61faa36067795b48ed9f85255297f157e1ac650f8278219995df7fd819" }, "downloads": -1, "filename": "flint_py-0.3.5-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d67051470e16eb8bbba8ee64e100de05", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 17625614, "upload_time": "2019-01-28T11:51:48", "url": "https://files.pythonhosted.org/packages/db/e5/423430a7f5d4ad12eed0326ad124ead2d32c406acde039d98cd5af0ddea5/flint_py-0.3.5-cp37-cp37m-manylinux1_x86_64.whl" } ] }