{ "info": { "author": "Dusan Klinec", "author_email": "dusan.klinec@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Security" ], "description": "Trezor-crypto python binding\n============================\n\nThis is the ctypes and cffi python binding for\n`trezor-crypto `__ used in\nMonero implementation.\n\nThe python module builds trezor-crypto as a shared library. Currently\nonly ctypes is fully supported. CFFI module is built but the python\nmethod wrappers are not implemented yet (no the roadmap).\n\nThe module automatically generates the bindings from the\n`trezor-crypto `__ header files\nusing `ctypeslib2 `__ and\n`pycparser `__.\n\nNote the forked version of the original trezor-crypto is used in order\nto support library mode (for now).\n\nRequirements:\n-------------\n\n- ``gcc`` / ``clang``\n- ``pkg-config``\n- ``libsodium``\n\nIn order to use this module please install ``libsodium``.\n\n.. code:: bash\n\n sudo apt-get install libsodium-dev\n\nPypi\n----\n\n.. code:: bash\n\n pip install py_trezor_crypto_ph4\n\nDev Requirements:\n-----------------\n\nIn order to generate bindings from the\n`trezor-crypto `__ header files\nthe following tools are needed:\n\n- clang\n- ctypeslib2\n- pycparser\n- ``libclang.so`` / ``libclang.dylib``\n\nRoadmap\n-------\n\n- Code generate CFFI wrappers in the similar manner as ctype wrappers.\n\nRefresh Ctype bindings\n----------------------\n\nIn order to refresh method definitions and regenerate ctype wrappers\nfrom `trezor-crypto `__ header\nfiles run\n\n.. code:: bash\n\n python trezor_crypto/cffi_build.py -a ctypes --debug\n\nRefresh CFFI bindings\n---------------------\n\nIn order to refresh ``data/cffi.h`` from\n`trezor-crypto `__ header files\nrun:\n\n.. code:: bash\n\n python trezor_crypto/cffi_build.py -a cffi_h --debug\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ph4r05/py-trezor-crypto", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "py-trezor-crypto-ph4", "package_url": "https://pypi.org/project/py-trezor-crypto-ph4/", "platform": "", "project_url": "https://pypi.org/project/py-trezor-crypto-ph4/", "project_urls": { "Homepage": "https://github.com/ph4r05/py-trezor-crypto" }, "release_url": "https://pypi.org/project/py-trezor-crypto-ph4/0.1.1/", "requires_dist": [ "cffi (>=1.1)", "shlib", "ctypeslib2", "pycparser", "nose; extra == 'dev'", "pep8; extra == 'dev'", "tox; extra == 'dev'", "aiounittest; extra == 'dev'", "requests; extra == 'dev'", "pympler; extra == 'dev'", "pypandoc; extra == 'dev'", "pandoc; extra == 'dev'", "pycparser; extra == 'dev'", "ctypeslib2; extra == 'dev'", "shlib; extra == 'dev'", "Sphinx (>=1.0); extra == 'docs'", "sphinx-rtd-theme; extra == 'docs'", "sphinxcontrib-programoutput; extra == 'docs'" ], "requires_python": "", "summary": "Trezor-crypto python binding", "version": "0.1.1" }, "last_serial": 4279602, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "501eba80e53f777053071c59b4010537", "sha256": "124a360be92faa64aa3aa83b8fe1e1bc9b19bfb0960efd5df9abf11386c6be38" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.10-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "501eba80e53f777053071c59b4010537", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 594750, "upload_time": "2018-07-21T10:51:22", "url": "https://files.pythonhosted.org/packages/0b/97/0b4b94e10d66469aa288a84e09cfed7deebceb31c1a3d04212e036816981/py_trezor_crypto_ph4-0.0.10-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e60877e3b3740763725cd5c430f23337", "sha256": "e0caa577a434bad969355b89c60876315285f81afc2daae184d99ff5ec7ac92a" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.10.tar.gz", "has_sig": true, "md5_digest": "e60877e3b3740763725cd5c430f23337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3134367, "upload_time": "2018-07-21T10:51:32", "url": "https://files.pythonhosted.org/packages/63/19/74efe414d2a07385edaae8b50736be6c971aa3638ad0976e7e2057066685/py_trezor_crypto_ph4-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "e454a05a523b452324f2e4e4bb522753", "sha256": "df759f693e95c1902e641deedc4f6bb9d960d08ec0244f1ec5868093a270f826" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.11-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "e454a05a523b452324f2e4e4bb522753", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 594758, "upload_time": "2018-08-15T08:25:17", "url": "https://files.pythonhosted.org/packages/4f/52/539bf55379864b1ecf776fb3232376f7df0e9105638d508f4d39e179454e/py_trezor_crypto_ph4-0.0.11-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "aa64b936dad7991e7379f7723e43d134", "sha256": "5b6c5b9c5c9dcfab923e012b4ff759d263a3bf2b4f80be8095aa65fba76dde4e" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.11.tar.gz", "has_sig": true, "md5_digest": "aa64b936dad7991e7379f7723e43d134", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3134374, "upload_time": "2018-08-15T08:25:28", "url": "https://files.pythonhosted.org/packages/42/9c/f51cef1593b1486862c06fcbe3c0b6d1d5134524df56c0a77ffbc377a456/py_trezor_crypto_ph4-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "ea59ead78c035c7f23c607e2969a109b", "sha256": "190be53cb0c8e7e9da42240a5b8feeae6136f77ab63c7dd4a5fed1007ffa616b" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.12-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "ea59ead78c035c7f23c607e2969a109b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 594772, "upload_time": "2018-08-15T08:37:20", "url": "https://files.pythonhosted.org/packages/58/47/a62ec3aff20622816dcc74a47c043771507142dab01e9a935b6d4e9d8f42/py_trezor_crypto_ph4-0.0.12-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ff4562b01a9b03e7e82acbe0cbe6d971", "sha256": "c6da0c17aab12147ea38739d6f7a390ffc257f2970b0f56b4f01a31ba163bf67" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.12.tar.gz", "has_sig": true, "md5_digest": "ff4562b01a9b03e7e82acbe0cbe6d971", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3134394, "upload_time": "2018-08-15T08:37:11", "url": "https://files.pythonhosted.org/packages/2e/88/cbebd090594267de2a7bc5ef18826d6e6f974a6511a56869be8bcffb37b5/py_trezor_crypto_ph4-0.0.12.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8eb482ddba5ebe0ba95cb11f0d98cb55", "sha256": "b94f2f41e687299473e10c6874f41e6b02343701f4705c7188828305d6844fde" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.2-py3.6-macosx-10.12-x86_64.egg", "has_sig": true, "md5_digest": "8eb482ddba5ebe0ba95cb11f0d98cb55", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 606002, "upload_time": "2018-05-23T01:59:28", "url": "https://files.pythonhosted.org/packages/7b/86/deb565582722499e686e1a06245d65a99c1aeaf374ba016ebf3b3c3ed4f4/py_trezor_crypto_ph4-0.0.2-py3.6-macosx-10.12-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "9938ebd35114a95c9c4c87858621c48e", "sha256": "c224939d6b059c7b26a5b6101655b6a994988bd596e949323ea945c426e575e3" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.2.tar.gz", "has_sig": true, "md5_digest": "9938ebd35114a95c9c4c87858621c48e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1103747, "upload_time": "2018-05-23T01:58:30", "url": "https://files.pythonhosted.org/packages/ed/35/cb709b7f503ed9c7c96789918bfc93dad1bab38eed07fcf4a51bac966f77/py_trezor_crypto_ph4-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "482ac1097d937173f8f4730c654a4b44", "sha256": "e5b9c555589df1da3fdcb03b0b1844956aed3e0866502aba0260b5f8bf2820f9" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.3-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "482ac1097d937173f8f4730c654a4b44", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 562740, "upload_time": "2018-05-23T10:28:03", "url": "https://files.pythonhosted.org/packages/fe/cc/34ddeee275a06b7d26d94c181135f1756cfbf8096a71ea12e4c517004c78/py_trezor_crypto_ph4-0.0.3-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7a9a7e59eb3f27277a0ab49e0b6124d9", "sha256": "ce1f63b71b55ce1eb3ebb263770c109dc5d0b5260cbb9c01d1ce33766581c412" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.3.tar.gz", "has_sig": true, "md5_digest": "7a9a7e59eb3f27277a0ab49e0b6124d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1104604, "upload_time": "2018-05-23T10:23:23", "url": "https://files.pythonhosted.org/packages/da/24/b9dcd061214e5fa7e382636941e4700da30e08037b8b31b18aba0a8b845d/py_trezor_crypto_ph4-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "da62de84d8d862be7942eeb0ff95ec4a", "sha256": "3b77993c6c4da349ccce90334356cb917df536264a3d691e0dc256703151c021" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.4-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "da62de84d8d862be7942eeb0ff95ec4a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 566790, "upload_time": "2018-05-23T12:06:53", "url": "https://files.pythonhosted.org/packages/f8/9f/3f401380cfc76f10c7a7430a54faba2d842f32839a313592596bbd74aeaa/py_trezor_crypto_ph4-0.0.4-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3c71e2677093cdc97376eb8957fa350b", "sha256": "d7cfa4ea03dac5cb06926141f98d9642c7a331b892c79fd101be0ba45ff15689" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.4.macosx-10.12-x86_64.tar.gz", "has_sig": true, "md5_digest": "3c71e2677093cdc97376eb8957fa350b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 605003, "upload_time": "2018-05-23T12:06:56", "url": "https://files.pythonhosted.org/packages/fd/e5/f1b5bf0ad67c91a0dfb2d8adba33414ffbd548973bdb35d32dfd07b6abb2/py_trezor_crypto_ph4-0.0.4.macosx-10.12-x86_64.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "377474126b1bbd3870412ae1cde58432", "sha256": "ba811bcb89f1910917423fb4ed14ceae87338220a8f67b663955b3b9d8f7081c" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.5-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "377474126b1bbd3870412ae1cde58432", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 566790, "upload_time": "2018-05-23T12:13:37", "url": "https://files.pythonhosted.org/packages/b0/76/b322c0aec0bfb8305bd7ad685b7f9d9d86e573dd4b656cc3b0b00162886c/py_trezor_crypto_ph4-0.0.5-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "86f0ea2ca42eefc96bb23b99c5f1d189", "sha256": "483da7daaea715bb0056978f87de284ee9e05e7f695e028a9e8b67dd4b561ce8" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.5.tar.gz", "has_sig": true, "md5_digest": "86f0ea2ca42eefc96bb23b99c5f1d189", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1109104, "upload_time": "2018-05-23T12:13:40", "url": "https://files.pythonhosted.org/packages/af/ec/04469ff45af4e1015fd79acafffb0578bebf81630ef08b1554b29780fb98/py_trezor_crypto_ph4-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "b11a21f3df90e34fe8780ad1ceb0641b", "sha256": "8afea2ec0fee1f76d6d22fd912be3ef109a7ffa03bb7934a4198895dce247bd3" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.6-cp27-cp27m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "b11a21f3df90e34fe8780ad1ceb0641b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 569259, "upload_time": "2018-06-02T15:37:18", "url": "https://files.pythonhosted.org/packages/46/98/469f991111b531ac15b2b40db8addd86519ab2364cbd909c0ac5dfb6c6b7/py_trezor_crypto_ph4-0.0.6-cp27-cp27m-macosx_10_13_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "75dcc0f2622f54e48cd7bde8935b0655", "sha256": "f64ab8039cd3eb42586cd593dfd35472e327e463cae7f8b9aaa39da8ce760c3c" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.6.tar.gz", "has_sig": true, "md5_digest": "75dcc0f2622f54e48cd7bde8935b0655", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 653311, "upload_time": "2018-06-02T15:37:22", "url": "https://files.pythonhosted.org/packages/0e/20/ad57625c61143d510a12132497550882e39808799e61243ea0b8a4011769/py_trezor_crypto_ph4-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "4f569527e71855251f068b46d705ea24", "sha256": "5eb53c179c711bc4561b91862fe53ae95ef3c0684c310ca51e0125c653327b85" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.7-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "4f569527e71855251f068b46d705ea24", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 594231, "upload_time": "2018-06-26T08:44:05", "url": "https://files.pythonhosted.org/packages/a8/00/02bfff79a38e07fc7d8cd6760097a1f2968eee260850bd6140b40949885b/py_trezor_crypto_ph4-0.0.7-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "79c55e10d65ce22aa647f569173f15c7", "sha256": "0366071f45508f9501b9f1dfdc5adfff2585e5edde0703055091da67de5a00ae" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.7.macosx-10.12-x86_64.tar.gz", "has_sig": true, "md5_digest": "79c55e10d65ce22aa647f569173f15c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 634549, "upload_time": "2018-06-26T08:44:07", "url": "https://files.pythonhosted.org/packages/03/14/9dd2cdc746ba015e2ff72365272d0ee115ce37d2df01611c87f7b64c7cc3/py_trezor_crypto_ph4-0.0.7.macosx-10.12-x86_64.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "16db1eaef5e3c1fc7580c84121b252b6", "sha256": "2b11bfeb48c23b4746ed48e8439bf788269beb50f9a4a2fe1741d0e15c3f180b" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.8-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "16db1eaef5e3c1fc7580c84121b252b6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 594464, "upload_time": "2018-07-03T19:19:33", "url": "https://files.pythonhosted.org/packages/0f/a4/a4bdceed4839983a06b8fcdc80ed483c8362be79712cf75e4532389e8133/py_trezor_crypto_ph4-0.0.8-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a695c60275b13345927383d5487f829c", "sha256": "734902c74d7025c4e42b17c9b28ab9b8ee56c6983921959f7d0b5876c9cd9be8" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.8.macosx-10.12-x86_64.tar.gz", "has_sig": true, "md5_digest": "a695c60275b13345927383d5487f829c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 634921, "upload_time": "2018-07-03T19:19:43", "url": "https://files.pythonhosted.org/packages/87/ba/fa604601deac24c3669bd6bd43c911c25875e62e0ef0e3645a6a981f7bd1/py_trezor_crypto_ph4-0.0.8.macosx-10.12-x86_64.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "67a267538f5422b8d4adfa40cfb0966b", "sha256": "6bae586930effab06bb5c42e165cec8a0a9b7978d91a38ad9d79bd8896a47470" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.9-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "67a267538f5422b8d4adfa40cfb0966b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 593658, "upload_time": "2018-07-05T00:23:59", "url": "https://files.pythonhosted.org/packages/20/05/2c2e1d195d1df7abfec76a157729216ce4b3c22fd9bf28de9488c05981b6/py_trezor_crypto_ph4-0.0.9-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9733e170c1e2cf50dd6a1d94a7cff9d1", "sha256": "72f9997170c4d280561bcf14a91efbeda621aadb84a527465ec5feb061a59a7b" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.0.9.macosx-10.12-x86_64.tar.gz", "has_sig": true, "md5_digest": "9733e170c1e2cf50dd6a1d94a7cff9d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 634060, "upload_time": "2018-07-05T00:24:03", "url": "https://files.pythonhosted.org/packages/57/e2/2c9e4d09f2e979e7346fa2c2d56e39de7dd141710e60901763c39ca0a58c/py_trezor_crypto_ph4-0.0.9.macosx-10.12-x86_64.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "e4088af4e1b74727d92b99524d93ef1a", "sha256": "1770fb0d27c55ebe094b91d41a40de103e96b57194aeef7d80883f40abc9391c" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.1.0-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "e4088af4e1b74727d92b99524d93ef1a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 594528, "upload_time": "2018-08-21T22:04:49", "url": "https://files.pythonhosted.org/packages/fd/0c/3afa333a830f9485d4d6e46d9f9e1597b9dad4ace5d16edf789b04064457/py_trezor_crypto_ph4-0.1.0-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "247987f0a9aca377270906841a986c8e", "sha256": "ae7b57e51c587312f4d129ebec8d9dccb1182955c207dfcf8d281281c6f4179a" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.1.0.tar.gz", "has_sig": true, "md5_digest": "247987f0a9aca377270906841a986c8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3135025, "upload_time": "2018-08-21T22:05:01", "url": "https://files.pythonhosted.org/packages/ff/af/46bce38308d206ba2ef199f4a6016a24fff0fdba895cc74aca42facfd584/py_trezor_crypto_ph4-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6e944388d8409a256022de61a9933963", "sha256": "525b10f58e6190714c1bd5c984f01302f8d03b74deee7c1a3f925429da3d9598" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.1.1-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "6e944388d8409a256022de61a9933963", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 594550, "upload_time": "2018-09-17T14:34:41", "url": "https://files.pythonhosted.org/packages/33/13/e4dae402482cdd1607450dd737a47c40c54792a47af0538553de3d3c6f12/py_trezor_crypto_ph4-0.1.1-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "db82f4a30bf883a233dc0f0312768f8e", "sha256": "c523afd73949ac083bb7c5ef67416f0a971edc1921f4046a8cd40f87e43133ff" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.1.1.tar.gz", "has_sig": true, "md5_digest": "db82f4a30bf883a233dc0f0312768f8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3135068, "upload_time": "2018-09-17T14:34:46", "url": "https://files.pythonhosted.org/packages/38/86/a4bc56272dbb5ac2d3e880785d1858a895208dbe9e874aefb6f65f694975/py_trezor_crypto_ph4-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e944388d8409a256022de61a9933963", "sha256": "525b10f58e6190714c1bd5c984f01302f8d03b74deee7c1a3f925429da3d9598" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.1.1-cp36-cp36m-macosx_10_12_x86_64.whl", "has_sig": true, "md5_digest": "6e944388d8409a256022de61a9933963", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 594550, "upload_time": "2018-09-17T14:34:41", "url": "https://files.pythonhosted.org/packages/33/13/e4dae402482cdd1607450dd737a47c40c54792a47af0538553de3d3c6f12/py_trezor_crypto_ph4-0.1.1-cp36-cp36m-macosx_10_12_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "db82f4a30bf883a233dc0f0312768f8e", "sha256": "c523afd73949ac083bb7c5ef67416f0a971edc1921f4046a8cd40f87e43133ff" }, "downloads": -1, "filename": "py_trezor_crypto_ph4-0.1.1.tar.gz", "has_sig": true, "md5_digest": "db82f4a30bf883a233dc0f0312768f8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3135068, "upload_time": "2018-09-17T14:34:46", "url": "https://files.pythonhosted.org/packages/38/86/a4bc56272dbb5ac2d3e880785d1858a895208dbe9e874aefb6f65f694975/py_trezor_crypto_ph4-0.1.1.tar.gz" } ] }