{ "info": { "author": "CERN", "author_email": "admin@inspirehep.net", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "..\n This file is part of plotextractor.\n Copyright (C) 2015, 2016, 2018 CERN.\n\n plotextractor is free software; you can redistribute it\n and/or modify it under the terms of the GNU General Public License as\n published by the Free Software Foundation; either version 2 of the\n License, or (at your option) any later version.\n\n plotextractor is distributed in the hope that it will be\n useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with plotextractor; if not, write to the\n Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,\n MA 02111-1307, USA.\n\n In applying this license, CERN does not\n waive the privileges and immunities granted to it by virtue of its status\n as an Intergovernmental Organization or submit itself to any jurisdiction.\n\n\n===============\n plotextractor\n===============\n\n.. image:: https://travis-ci.org/inspirehep/plotextractor.svg?branch=master\n :target: https://travis-ci.org/inspirehep/plotextractor\n\n.. image:: https://coveralls.io/repos/github/inspirehep/plotextractor/badge.svg?branch=master\n :target: https://coveralls.io/github/inspirehep/plotextractor?branch=master\n\n\nAbout\n=====\n\nA small library for extracting plots used in scholarly communication.\n\n\nInstall\n=======\n\n.. code-block:: console\n\n $ pip install plotextractor\n\n\nUsage\n=====\n\nTo extract plots from a tarball:\n\n.. code-block:: python\n\n >>> from plotextractor import process_tarball\n >>> plots = process_tarball('./1503.07589.tar.gz')\n >>> print(plots[0])\n {\n 'captions': [\n u'Scans of twice the negative log-likelihood ratio $-2\\\\ln\\\\Lambda(\\\\mH)$ as functions of the Higgs boson mass \\\\mH\\\\ for the ATLAS and CMS combination of the \\\\hgg\\\\ (red), \\\\hZZllll\\\\ (blue), and combined (black) channels. The dashed curves show the results accounting for statistical uncertainties only, with all nuisance parameters associated with systematic uncertainties fixed to their best-fit values. The 1 and 2 standard deviation limits are indicated by the intersections of the horizontal lines at 1 and 4, respectively, with the log-likelihood scan curves.',\n ],\n 'label': u'figure_LHC_combined_obs',\n 'name': 'LHC_combined_obs_unblind_final',\n 'original_url': './1503.07589.tar.gz_files/LHC_combined_obs_unblind_final.pdf',\n 'url': './1503.07589.tar.gz_files/LHC_combined_obs_unblind_final.png',\n }\n\n\nNotes\n=====\n\nIf you experience frequent ``DelegateError`` errors you may need to update your version\nof GhostScript.\n\n\nLicense\n=======\n\nGPLv2\n\n\n..\n This file is part of plotextractor.\n Copyright (C) 2015, 2016, 2018 CERN.\n\n plotextractor is free software; you can redistribute it\n and/or modify it under the terms of the GNU General Public License as\n published by the Free Software Foundation; either version 2 of the\n License, or (at your option) any later version.\n\n plotextractor is distributed in the hope that it will be\n useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with plotextractor; if not, write to the\n Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,\n MA 02111-1307, USA.\n\n In applying this license, CERN does not\n waive the privileges and immunities granted to it by virtue of its status\n as an Intergovernmental Organization or submit itself to any jurisdiction.\n\nChanges\n=======\n\nVersion 0.2.2 (2019-10-24)\n\n- Try to preserve the ordering of figures.\n\nVersion 0.2.1 (2018-09-07)\n\n- Handle utf-8 in paths inside the tarball.\n\nVersion 0.2.0 (2018-02-07)\n\n- Ignore hidden/metadata files in the tarball.\n- Handle relative paths in the tarball.\n\nVersion 0.1.6 (2016-12-01)\n\n- Sets the mtime for all members of the tarball to current time before\n unpacking.\n\nVersion 0.1.5 (2016-05-25)\n\n- Properly raises an exception when no TeX files are found in an archive.\n- More fixes to image path extraction and more robust image handling.\n\nVersion 0.1.4 (2016-03-22)\n\n- Fixes linking images from TeX reference when images are referred\n to without specifying full relative folder path.\n\nVersion 0.1.3 (2016-03-17)\n\n- Properly supports cases where images are located in\n a nested folder inside the extracted tarballs root folder.\n\nVersion 0.1.2 (2015-12-08)\n\n- Adds wrapfigure support.\n- Catches problems with image conversions.\n- More robust handling of image rotations in TeX sources.\n- Removes unicode_literals usage.\n\nVersion 0.1.1 (2015-12-04)\n\n- Improves extraction from TeX file by reading files with encoding.\n\nVersion 0.1.0 (2015-10-19)\n\n- Initial export from Invenio Software \n- Restructured into stripped down, standalone version\n\n\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/plotextractor/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/inspirehep/plotextractor", "keywords": "plots figures extraction TeX LaTeX", "license": "GPLv2", "maintainer": "", "maintainer_email": "", "name": "plotextractor", "package_url": "https://pypi.org/project/plotextractor/", "platform": "any", "project_url": "https://pypi.org/project/plotextractor/", "project_urls": { "Homepage": "https://github.com/inspirehep/plotextractor" }, "release_url": "https://pypi.org/project/plotextractor/1.0.8/", "requires_dist": [ "Wand (>=0.4.1)", "python-magic", "six", "Sphinx (>=1.3) ; extra == 'docs'", "sphinx-rtd-theme (>=0.1.7) ; extra == 'docs'", "coverage (>=4.0.0) ; extra == 'tests'", "pytest (>=2.8.0) ; extra == 'tests'", "pytest-cov (>=2.1.0) ; extra == 'tests'", "pycodestyle (>=2.8.0) ; extra == 'tests'" ], "requires_python": "", "summary": "Small library for extracting plots used in scholarly communication.", "version": "1.0.8", "yanked": false, "yanked_reason": null }, "last_serial": 13491563, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9e506bf4aacc3d7d49e161dcd74163d2", "sha256": "fa26d52428b51ff1b32b293c3be6dcbe2e4cded4c1001126f348e99ffa58e366" }, "downloads": -1, "filename": "plotextractor-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9e506bf4aacc3d7d49e161dcd74163d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 197147, "upload_time": "2015-10-19T15:36:37", "upload_time_iso_8601": "2015-10-19T15:36:37.582360Z", "url": "https://files.pythonhosted.org/packages/bf/47/67e3c6e0adba80aae046aea886b6ccfb044fe3bc6a43b1e557fed8dd01f1/plotextractor-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c7dcf82b2671c9df6efd9db4bf493a71", "sha256": "237b7dd6c2e1f6d65aaad2b3394e51604987ce83a4ec4b705387ea9fbd065e29" }, "downloads": -1, "filename": "plotextractor-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c7dcf82b2671c9df6efd9db4bf493a71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 197572, "upload_time": "2015-12-04T10:05:46", "upload_time_iso_8601": "2015-12-04T10:05:46.577789Z", "url": "https://files.pythonhosted.org/packages/d1/9a/431854580b4737fc7707e93851b4e67770ca30b49e7165a01579e0726c21/plotextractor-0.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5845b2b0e6de3ac4b89f94b1599e1883", "sha256": "ca40315d2d3bf0c82f424228d80dd524a6eeca04391e75935e8d40f6ebc47ea9" }, "downloads": -1, "filename": "plotextractor-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5845b2b0e6de3ac4b89f94b1599e1883", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2409061, "upload_time": "2015-12-08T16:16:54", "upload_time_iso_8601": "2015-12-08T16:16:54.834845Z", "url": "https://files.pythonhosted.org/packages/df/a5/0de647d2716571cdf06fd5c7b4a7c2fddcdb15a3a7c344c0fd52faca79c3/plotextractor-0.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "eb8f4c7d55fae06ba4951068fd5dc6b5", "sha256": "3e0dbe15a298d859d17fcd2817a85e3b022c7fac4191fce2967981154d3f5595" }, "downloads": -1, "filename": "plotextractor-0.1.3.tar.gz", "has_sig": false, "md5_digest": "eb8f4c7d55fae06ba4951068fd5dc6b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3313059, "upload_time": "2016-03-17T15:52:33", "upload_time_iso_8601": "2016-03-17T15:52:33.916375Z", "url": "https://files.pythonhosted.org/packages/ce/63/a11022a22f7f8a8a3b3bef469df1d78fb220d88dfd61e69c9fae78f30c25/plotextractor-0.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "453e772ef611a8543521ac06ce4bda91", "sha256": "758e0b5efb35ecf143014e4f7a81622a9c3a194544d6154e35ebfebd11540f26" }, "downloads": -1, "filename": "plotextractor-0.1.4.tar.gz", "has_sig": false, "md5_digest": "453e772ef611a8543521ac06ce4bda91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9888285, "upload_time": "2016-03-22T08:55:33", "upload_time_iso_8601": "2016-03-22T08:55:33.098168Z", "url": "https://files.pythonhosted.org/packages/a6/d7/dee55c6d5557cd35638dbe8570c6d7f585290061c3cde2cb065001f23272/plotextractor-0.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "a895d6133f2577bb360c8b0ee4b16f68", "sha256": "1703af41b1c309e5f19d902109ee80384cd5589d2b439f5facfe587ee0642503" }, "downloads": -1, "filename": "plotextractor-0.1.5.tar.gz", "has_sig": false, "md5_digest": "a895d6133f2577bb360c8b0ee4b16f68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10108441, "upload_time": "2016-05-25T18:03:34", "upload_time_iso_8601": "2016-05-25T18:03:34.492874Z", "url": "https://files.pythonhosted.org/packages/8e/46/b5996c636b3f07b27d43ca2c9de81deffeae3cc9ee0c93a52d1ba47bff34/plotextractor-0.1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "46f08a6b9b2f5219d1387d2c64bb8b55", "sha256": "45c2d69ef3319cd9fef03d4f2885d7313ca67c2b77eff6546436b87ab86e9ad7" }, "downloads": -1, "filename": "plotextractor-0.1.6.tar.gz", "has_sig": false, "md5_digest": "46f08a6b9b2f5219d1387d2c64bb8b55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10108742, "upload_time": "2016-12-01T12:40:56", "upload_time_iso_8601": "2016-12-01T12:40:56.018561Z", "url": "https://files.pythonhosted.org/packages/dc/63/0e5f5b0277e7a669b0878ebec830448a84b48be8424a7bf2ff88161b60df/plotextractor-0.1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "216a538771f435f119209b2d36fc8864", "sha256": "8cfe51675a8c52c8eb1f554d05e8914692dc213afde7d3f58bbb2557d62750de" }, "downloads": -1, "filename": "plotextractor-0.2.0.tar.gz", "has_sig": false, "md5_digest": "216a538771f435f119209b2d36fc8864", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10200139, "upload_time": "2018-02-08T01:59:52", "upload_time_iso_8601": "2018-02-08T01:59:52.411195Z", "url": "https://files.pythonhosted.org/packages/ad/4c/c848c39ac3f76ae139f2ff7a475b61354950cdf913f4274a55083391eee9/plotextractor-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "692ab4a4b844130a3968c250b9be2844", "sha256": "87f9e823ffac5e9a19864ab9c0468a0c852e44503049bb0e2b88d7ab6ca64d9f" }, "downloads": -1, "filename": "plotextractor-0.2.1.tar.gz", "has_sig": false, "md5_digest": "692ab4a4b844130a3968c250b9be2844", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10201068, "upload_time": "2018-09-07T11:55:28", "upload_time_iso_8601": "2018-09-07T11:55:28.165944Z", "url": "https://files.pythonhosted.org/packages/95/6e/ef9a5fe234dfe37f29188d8f52de753c06af18f1e694c460100484b8d002/plotextractor-0.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e793d558a6c23c4d96bc09bbf9d81c50", "sha256": "793b8145ad65ae775f172c5b98e3aeb12312ba626222b6c3ab43322f5bf7ef8c" }, "downloads": -1, "filename": "plotextractor-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e793d558a6c23c4d96bc09bbf9d81c50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10197861, "upload_time": "2019-10-29T17:25:56", "upload_time_iso_8601": "2019-10-29T17:25:56.134785Z", "url": "https://files.pythonhosted.org/packages/64/bb/f7ebc214957e287f80a9e159a9cd71eca4abf0cad381596ce2c695cdf1f7/plotextractor-0.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "5dd6085eec9ffbce44a7daaedd81d11f", "sha256": "76396c798827894e590e87ff4011e684cee7105e29fc8dbd8decbf4ce4c60822" }, "downloads": -1, "filename": "plotextractor-0.3.1.tar.gz", "has_sig": false, "md5_digest": "5dd6085eec9ffbce44a7daaedd81d11f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10197557, "upload_time": "2020-01-28T11:23:14", "upload_time_iso_8601": "2020-01-28T11:23:14.073849Z", "url": "https://files.pythonhosted.org/packages/83/0e/f830099ad638800f1608e228b734d65e2a74f7fcb1842f366ad4dcc54f19/plotextractor-0.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.14": [ { "comment_text": "", "digests": { "md5": "ded3b9d3eeb1c84804a61c47b5a2abe1", "sha256": "3848614b02215f818ceaa29612738917a2a1b48a9f8e207432aac089e210d599" }, "downloads": -1, "filename": "plotextractor-0.3.14-py2-none-any.whl", "has_sig": false, "md5_digest": "ded3b9d3eeb1c84804a61c47b5a2abe1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 48956, "upload_time": "2022-04-12T15:38:30", "upload_time_iso_8601": "2022-04-12T15:38:30.186998Z", "url": "https://files.pythonhosted.org/packages/00/03/4acf1711310f327e025708b01742dd436df85949dd6a65c1c33b33df0967/plotextractor-0.3.14-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f0e0dff4db529d98c35890343622e5c3", "sha256": "7bda50ec95031e334acc378090ae2678d91cdce8b45e380ef3fdfecaf3cfe5cd" }, "downloads": -1, "filename": "plotextractor-0.3.14.tar.gz", "has_sig": false, "md5_digest": "f0e0dff4db529d98c35890343622e5c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36347491, "upload_time": "2022-04-12T15:38:32", "upload_time_iso_8601": "2022-04-12T15:38:32.759908Z", "url": "https://files.pythonhosted.org/packages/ca/20/1f7ab3c446d08db5b5d5d4cca0d093be3f0d24bc1c36e4a6b883479e1699/plotextractor-0.3.14.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "e13e25ae9be438f9d495093c3c0d24e7", "sha256": "9ffe27df44b9322b6bf62f7b57e682397bc9ced4d76499a1add9da62f18cdae2" }, "downloads": -1, "filename": "plotextractor-0.3.3.tar.gz", "has_sig": false, "md5_digest": "e13e25ae9be438f9d495093c3c0d24e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10197583, "upload_time": "2020-03-02T08:07:50", "upload_time_iso_8601": "2020-03-02T08:07:50.971657Z", "url": "https://files.pythonhosted.org/packages/f8/c0/a00856df7f94128479d69815290dcd106b11980901e94b4b016b36f1cec0/plotextractor-0.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "b8fb51a49c6c1dbcd1cec54ec40e7d94", "sha256": "4b0915b793c4eb04c06109b1ecf548626dbf0c07563e2c63f381e1ea5d1c35cd" }, "downloads": -1, "filename": "plotextractor-0.3.4.tar.gz", "has_sig": false, "md5_digest": "b8fb51a49c6c1dbcd1cec54ec40e7d94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14651992, "upload_time": "2020-03-06T10:20:38", "upload_time_iso_8601": "2020-03-06T10:20:38.339998Z", "url": "https://files.pythonhosted.org/packages/2d/94/9cd7c9a5228382561707c201bbeb02fa21ef69532473d6617ff4fc54dfd1/plotextractor-0.3.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "7b421d244578bf6fb586577c67293a82", "sha256": "6885f9d145916c1fe089c5c0ca979945437a12af7f5f27fc9128f550f89df3c0" }, "downloads": -1, "filename": "plotextractor-0.3.5.tar.gz", "has_sig": false, "md5_digest": "7b421d244578bf6fb586577c67293a82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14651987, "upload_time": "2020-11-16T14:19:26", "upload_time_iso_8601": "2020-11-16T14:19:26.688621Z", "url": "https://files.pythonhosted.org/packages/bc/15/f07ee31d9e467c31c266a5e8609ce988f24c0386eb359dec98a127831790/plotextractor-0.3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "b69e26faafbce42988e79642cb5013f9", "sha256": "d424197ace6dbd89c40958ce7e15325d1ea660b3d5b2553b361d21ccf661b984" }, "downloads": -1, "filename": "plotextractor-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b69e26faafbce42988e79642cb5013f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10902312, "upload_time": "2020-02-04T14:58:37", "upload_time_iso_8601": "2020-02-04T14:58:37.531566Z", "url": "https://files.pythonhosted.org/packages/d4/07/b27da0c9f38a32f982ea80bd6ffb8d0f9223fb855b5043b9c448bbf99940/plotextractor-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f196ac0caa95400d551045f6ca5da941", "sha256": "ad3cff22ba170be312810d3c14fccf8a44c931b2dce3b810771bfd3be3764cd3" }, "downloads": -1, "filename": "plotextractor-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f196ac0caa95400d551045f6ca5da941", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10902324, "upload_time": "2020-03-02T08:02:35", "upload_time_iso_8601": "2020-03-02T08:02:35.324607Z", "url": "https://files.pythonhosted.org/packages/03/a6/bdc12f4d80e625189e44b294777081e39122b2110d7ebb974eafd8c5aa75/plotextractor-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "56d37c5d74ce301a17e1d99641702883", "sha256": "20519cfd8d0cd3cbe94cf71bb94af1c79fa172b7fd7c09977ac92c956b21c704" }, "downloads": -1, "filename": "plotextractor-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "56d37c5d74ce301a17e1d99641702883", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 47901, "upload_time": "2022-04-12T15:29:11", "upload_time_iso_8601": "2022-04-12T15:29:11.093033Z", "url": "https://files.pythonhosted.org/packages/62/ab/53d3b943b1e1a18145f8ecb9b92d227865965e5adfc0b0d587976d55cf5a/plotextractor-1.0.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b8dab735720097ef254750238b324632", "sha256": "6b450173ee824865db800abbd75e1d0acc26ae06c6f016091a70ad55027ba384" }, "downloads": -1, "filename": "plotextractor-1.0.8.tar.gz", "has_sig": false, "md5_digest": "b8dab735720097ef254750238b324632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32606231, "upload_time": "2022-04-12T15:29:14", "upload_time_iso_8601": "2022-04-12T15:29:14.015631Z", "url": "https://files.pythonhosted.org/packages/f4/7c/e2ae3c8eba65667a9849473c5d4d760fb48b4ec1d2065d96d5855706e083/plotextractor-1.0.8.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56d37c5d74ce301a17e1d99641702883", "sha256": "20519cfd8d0cd3cbe94cf71bb94af1c79fa172b7fd7c09977ac92c956b21c704" }, "downloads": -1, "filename": "plotextractor-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "56d37c5d74ce301a17e1d99641702883", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 47901, "upload_time": "2022-04-12T15:29:11", "upload_time_iso_8601": "2022-04-12T15:29:11.093033Z", "url": "https://files.pythonhosted.org/packages/62/ab/53d3b943b1e1a18145f8ecb9b92d227865965e5adfc0b0d587976d55cf5a/plotextractor-1.0.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b8dab735720097ef254750238b324632", "sha256": "6b450173ee824865db800abbd75e1d0acc26ae06c6f016091a70ad55027ba384" }, "downloads": -1, "filename": "plotextractor-1.0.8.tar.gz", "has_sig": false, "md5_digest": "b8dab735720097ef254750238b324632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32606231, "upload_time": "2022-04-12T15:29:14", "upload_time_iso_8601": "2022-04-12T15:29:14.015631Z", "url": "https://files.pythonhosted.org/packages/f4/7c/e2ae3c8eba65667a9849473c5d4d760fb48b4ec1d2065d96d5855706e083/plotextractor-1.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }