{ "info": { "author": "Fabien LOISON, Mathilde BOUTIGNY", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "PyPAPI\n======\n\n`Build Status `__ `PYPI\nVersion `__\n`License `__\n\nPyPAPI is a Python binding for the `PAPI (Performance Application\nProgramming Interface) `__\nlibrary. PyPAPI implements the whole PAPI High Level API and partially\nthe Low Level API.\n\nStarting with **v5.5.1.4**, PyPAPI is only compatible with GCC 7.0 or\nhigher. Please use previous releases for older GCC version.\n\nDocumentation:\n--------------\n\n- https://flozz.github.io/pypapi/\n\nInstalling PyPAPI\n-----------------\n\nSee this page of the documentation:\n\n- https://flozz.github.io/pypapi/install.html\n\nHacking\n-------\n\nBuilding PyPAPI For Local Development\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nTo work on PyPAPI, you first have to clone this repositiory and\ninitialize and update submodules:\n\n::\n\n git clone https://github.com/flozz/pypapi.git\n cd pypapi\n\n git submodule init\n git submodule update\n\nThen you have to build both PAPI and the C library inside the ``pypapi``\nmodule. This can be done with the following commands:\n\n::\n\n python setup.py build\n python pypapi/papi_build.py\n\nGenerating Documentation\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nFrom a virtualenv:\n\n::\n\n pip install -r requirements.txt\n python setup.py build_sphinx\n\nChangelog\n---------\n\n- **5.5.1.5:** Fixes issue with module named ``types.py`` (#19, thx\n @mcopik)\n- **5.5.1.4:** Fixes compilation with GCC 8 and newer (#18)\n- **5.5.1.3:** Removes .o, .lo and other generated objects from the\n package\n- **5.5.1.2:** Partial bindings for the low level API\n- **5.5.1.1:** Adds missing files to build PAPI\n- **5.5.1.0:** Initial release (binding for papy 5.5.1)\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/flozz/pypapi", "keywords": "papi perf performance", "license": "WTFPL", "maintainer": "", "maintainer_email": "", "name": "python_papi", "package_url": "https://pypi.org/project/python_papi/", "platform": "", "project_url": "https://pypi.org/project/python_papi/", "project_urls": { "Homepage": "https://github.com/flozz/pypapi" }, "release_url": "https://pypi.org/project/python_papi/5.5.1.5/", "requires_dist": null, "requires_python": "", "summary": "Python binding for the PAPI library", "version": "5.5.1.5" }, "last_serial": 5911573, "releases": { "5.5.1.0": [ { "comment_text": "", "digests": { "md5": "35fd6676fbef64c1f1c1f07d64f54a37", "sha256": "7907a1f66acf6745827b20e58beaf970dd84a3c7b6f97ed706500e2f132b58a3" }, "downloads": -1, "filename": "python_papi-5.5.1.0.tar.gz", "has_sig": false, "md5_digest": "35fd6676fbef64c1f1c1f07d64f54a37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3838390, "upload_time": "2017-08-11T11:32:50", "url": "https://files.pythonhosted.org/packages/47/6e/033ab109fb3afa18328f74da5bff6b49d3fdd3c7aa3aedd11b035bac4c6f/python_papi-5.5.1.0.tar.gz" } ], "5.5.1.1": [ { "comment_text": "", "digests": { "md5": "30744220d4a17eba4663f362515bd34d", "sha256": "a3b6de3a0b3ece95ae76b265e2356fae916c59cb3c6f550289dd33be56b0e39a" }, "downloads": -1, "filename": "python_papi-5.5.1.1.tar.gz", "has_sig": false, "md5_digest": "30744220d4a17eba4663f362515bd34d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9664659, "upload_time": "2017-08-11T11:45:51", "url": "https://files.pythonhosted.org/packages/45/95/cdb81a9bca543b69819dae465a651e063b63cd1842fdd5211f4e13e81eb7/python_papi-5.5.1.1.tar.gz" } ], "5.5.1.2": [ { "comment_text": "", "digests": { "md5": "b09c79d1b430b4ccfc9d86df8479bcef", "sha256": "33fa7ba751f3e45817d38117ddf44cf7709819aa88af8479f86519a2d161b9e4" }, "downloads": -1, "filename": "python_papi-5.5.1.2.tar.gz", "has_sig": false, "md5_digest": "b09c79d1b430b4ccfc9d86df8479bcef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8848955, "upload_time": "2017-10-29T19:31:53", "url": "https://files.pythonhosted.org/packages/1a/29/e6fb09d8e1cf47624018bfb735b5802f916e2a2d43a99f3d1afea724898f/python_papi-5.5.1.2.tar.gz" } ], "5.5.1.3": [ { "comment_text": "", "digests": { "md5": "2428796473bad7c347b67d8a2d48f39b", "sha256": "00d71e859821c57573286efbc9992a73c641cea5136610968d55b5b3c53b501b" }, "downloads": -1, "filename": "python_papi-5.5.1.3.tar.gz", "has_sig": false, "md5_digest": "2428796473bad7c347b67d8a2d48f39b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4290314, "upload_time": "2017-10-30T12:11:15", "url": "https://files.pythonhosted.org/packages/6e/b9/7b5bf3f605a57f6147b3fbb4ce442efc977298fecdac4a168ce17964eb2b/python_papi-5.5.1.3.tar.gz" } ], "5.5.1.4": [ { "comment_text": "", "digests": { "md5": "cbdb1307bd29d8032fec749b87d7661f", "sha256": "bb8528d93adf3ba365762b029597c3ca46e7af663a43f2b3212d0d399f271eda" }, "downloads": -1, "filename": "python_papi-5.5.1.4.tar.gz", "has_sig": false, "md5_digest": "cbdb1307bd29d8032fec749b87d7661f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4290011, "upload_time": "2019-08-07T10:40:22", "url": "https://files.pythonhosted.org/packages/ec/c5/e55c57157ebbfb5600c712bbf49ab9d3f15c58331970640f007f54050a45/python_papi-5.5.1.4.tar.gz" } ], "5.5.1.5": [ { "comment_text": "", "digests": { "md5": "d7a11ae53a372049e01d017288da0e2b", "sha256": "660ae34224e2e43f72a4e6df1c76a4205aa8422c4ef4d51a63aa3faf254e897b" }, "downloads": -1, "filename": "python_papi-5.5.1.5.tar.gz", "has_sig": false, "md5_digest": "d7a11ae53a372049e01d017288da0e2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4290348, "upload_time": "2019-10-01T10:42:16", "url": "https://files.pythonhosted.org/packages/fc/58/681cabe5a00ce350f9f245153aff4da1c7f669727ee59810e27c5bcca8c9/python_papi-5.5.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d7a11ae53a372049e01d017288da0e2b", "sha256": "660ae34224e2e43f72a4e6df1c76a4205aa8422c4ef4d51a63aa3faf254e897b" }, "downloads": -1, "filename": "python_papi-5.5.1.5.tar.gz", "has_sig": false, "md5_digest": "d7a11ae53a372049e01d017288da0e2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4290348, "upload_time": "2019-10-01T10:42:16", "url": "https://files.pythonhosted.org/packages/fc/58/681cabe5a00ce350f9f245153aff4da1c7f669727ee59810e27c5bcca8c9/python_papi-5.5.1.5.tar.gz" } ] }