{ "info": { "author": "Salvatore Cosentino", "author_email": "salvo981@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "[![Downloads](https://pepy.tech/badge/sonicparanoid/month)](https://pepy.tech/project/sonicparanoid/month)\n[![Latest version](https://img.shields.io/pypi/v/sonicparanoid.svg?label=latest%20version)](https://pypi.org/project/sonicparanoid)\n[![Python versions](https://img.shields.io/pypi/pyversions/sonicparanoid.svg)](https://pypi.org/project/sonicparanoid)\n![License](https://img.shields.io/pypi/l/sonicparanoid.svg?color=green)\n\n# SonicParanoid \n> A fast, accurate and easy to use orthology inference tool.\n\n## Description\n\nSonicParanoid is a stand-alone software for the identification of orthologous relationships among multiple species. SonicParanoid is an open source software released under the GNU GENERAL PUBLIC LICENSE, Version 3.0 ([GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)), implemented in Python3, Cython, and C++. It works on Linux and Mac OSX. \n\n### Fast\nThe software is designed to run using multiple processors and proved to be up to 1245X faster than InParanoid, generally faster than avaliable tools, with an accuracy comparable to that of well-established orthology inference tools. \n### Accurate\nSonicParanoid was tested on the 2011 and 2018 versions of a benchmark proteome datasets provided by the Quest for Orthologs (QfO) consortium (https://questfororthologs.org), and its accuracy was assessed, and compared to that of many other methods, using a publicly available orthology benchmarking service (http://orthology.benchmarkservice.org).\n\n### Easy to use\nThanks to its speed, accuracy, and usability SonicParanoid substantially relieves the difficulties of orthology inference for biologists who need to construct and maintain their own genomic datasets.\n\n## Installation\n>For more detail on how to use and install SonicParanoid go its web-page: \n> http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid.\n\n### Citation\n\n> Salvatore Cosentino and Wataru Iwasaki (2018) SonicParanoid: fast, accurate and easy orthology inference. \n> Bioinformatics. Volume 35, Issue 1, 1 January 2019, Pages 149\u2013151, \n> https://doi.org/10.1093/bioinformatics/bty631\n\n\n### Changelog\n#### 1.3.8 (November 10, 2021)\n- Summary: fixed some important issues related to `Diamond` introduced with version `v1.3.7`.\n- Hot-fix: [Missing otholog table](https://gitlab.com/salvo981/sonicparanoid2/-/issues/37).\n- Hot-fix: Error when using [Diamond and index files](https://gitlab.com/salvo981/sonicparanoid2/-/issues/38).\n- Others: The minimum required memory per thread was reduce to `1 GByte`.\n\n#### 1.3.7 (November 8, 2021)\n- Maintenance: upgraded to [Diamond (v2.0.12)](https://github.com/bbuchfink/diamond/releases/tag/v2.0.12)\n- Breaking change: the ortholog tables do not have their own directory anymore. For example for species 1 and 2 the ortholog table will stored under `/project/orthologs_db/1/table.1-2`\n- Breaking change: the ortholog matrixes are now stored under the directory '/project/ortholog_matrixes/'\n- Enhancement: more [efficient directory structure](https://gitlab.com/salvo981/sonicparanoid2/-/issues/35) for the `orthologs_db` directory.\n- Fix: [Inconsistent OG counts](https://gitlab.com/salvo981/sonicparanoid2/-/issues/36) with the same input dataset.\n- Others: set default value for the `--max-len-diff` parameter to `0.75`.\n\n#### 1.3.6 (September 17, 2021)\n- Feature: [BLAST](https://blast.ncbi.nlm.nih.gov/Blast.cgi) can now be selected using the parameter `--aln-tool`\n- Feature: [Diamond (v2.0.11)](https://github.com/bbuchfink/diamond/releases/tag/v2.0.9) can now be selected using the parameter `--aln-tool`\n- Feature: added parameter `--min-bitscore` to set minimum bitscore for all-vs-all alignments (default is 40)\n- Usability: `ANACONDA` should now be used for installation on MacOS (and Linux were needed). Check the web-page for more details\n- Enhancement: added support for Python 3.9\n- Enhancement: retrained Adaboost model with new training data\n- Maintenance: upgraded to [MMseqs2 version 13-45111](https://github.com/soedinglab/MMseqs2/releases/tag/13-45111)\n- Fix: [Throw an ERROR when empty files are input](https://gitlab.com/salvo981/sonicparanoid2/-/issues/33)\n- Fix: [Wrong automatic project naming](https://gitlab.com/salvo981/sonicparanoid2/-/issues/30)\n- Breaking change: binaries (e.g., of MMSeqs) are now inside a single directory called `software_packages`\n- Breaking change: the `-ml` parameter is set to 1 by default\n- Breaking change: single linkage clustering was removed. The `-slc` parameter was accordingly removed\n- Breaking change: the parameter `--max-gene-per-sp` was removed\n- Others: minimum coverages for orthologs set to 20% and 20%\n\n#### 1.3.5 (December 11, 2020)\n- Enhancement: by default alignments are now compressed using the [DEFLATE](https://en.wikipedia.org/wiki/DEFLATE) method in order to save storage space. The default compression level is 5 but it can be changed using the `--compression-lev` parameter.\n- Enhancement: reduces the I/O operations.\n- Usability: Added guide for the installation using [CONDA](https://www.anaconda.com/) to the [web-page](http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid/)\n- Usability: removed [homebrew](https://brew.sh/) as a requirement on MacOS\n- Usability: general improvements to the [web-page](http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid/)\n- Maintenance: added [filetype](https://pypi.org/project/filetype/) as a dependency\n- Fix: [Execution error when using python 3.6](https://gitlab.com/salvo981/sonicparanoid2/-/issues/22)\n\n#### 1.3.4 (July 25, 2020)\n- Enhancement: execution is 5~10% faster when many small proteomes are given input (e.g. > 1000)\n- Enhancement: considerably reduced IO when generating the alignments\n- Enhancement: when the available CPUs are more than the required alignment jobs these will be equally split between jobs instead of using 1 thread per job. This considerably reduces execution times when few big proteomes are in input, and many threads are available.\n- Enhancement: more informative output from the command line\n- Enhancement: output directories are now easier to browse even when many input files are provided\n- Enhancement: MCL binaries automatically installed for Linux and MacOS\n- Enhancement: warnings are shown only in debug mode\n- Enhancement: avoid users to restart a run using a different MMseqs sensitivity\n- Enhancement: automatically remove incomplete alignments when restarting a run\n- Maintenance: added `wheel` as a dependency and removed `sh`\n- Maintenance: upgraded to [MMseqs2 version 11-e1a1c](https://github.com/soedinglab/MMseqs2/releases/tag/11-e1a1c)\n- Fix: [Inconsistent results when using non-indexed target databases](Https://gitlab.com/salvo981/sonicparanoid2/-/issues/18). Big thanks to [Keito](https://twitter.com/watano_k10) for providing the dataset.\n- Fix: [wrongly formatted execution times](https://gitlab.com/salvo981/sonicparanoid2/-/issues/19) in the alignments stats file.\n- Breaking change: alignments and ortholog tables are now organized into subdirectories, please check the [web-page](http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid/) for details\n\n#### 1.3.2 (April 23, 2020)\n- Enhancement: Added support for Python 3.8\n- Maintenance: Increased minimum version for packages, Cython(0.29); pandas(1.0); numpy(1.18); scikit-learn(0.22); scipy(1.2.1); mypy(0.720); biopython(1.73)\n- Maintenance: Retrained prediction models using the latest version scikit-learn (0.22)\n- Fix: [Too many open files error](https://gitlab.com/salvo981/sonicparanoid2/-/issues/15). Big thanks to [Eva Deutekom](https://twitter.com/EvanderDeut)\n- Fix: [Removed scikit-lean warnings](https://gitlab.com/salvo981/sonicparanoid2/-/issues/10)\n\n#### 1.3.0 (November 26, 2019)\n- Enhancement: SonicParanoid is much faster when using high sensitivity modes! Check the [web-page](http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid/#extimes)\n- Enhancement: run directory names embed information about the run settings\n- Enhancement: generated temporary files are much smaller now\n- Fix: [error with only 2 input species](https://gitlab.com/salvo981/sonicparanoid2/issues/9). Big thanks to [Benjamin Hume](https://scholar.google.co.jp/citations?hl=en&user=gZj6l8sAAAAJ)\n- Fix: force overwriting of MMseqs2 binaries if the version is different from the supported one\n- Usability: Tested on Arch-based [Manjaro Linux](https://manjaro.org)\n- Others: Big thanks to [Shun Yamanouchi](https://twitter.com/Mt_Nuc) for providing some challenging datasets used for testing\n- Maintenance: upgraded to [MMseqs2 version 10-6d92c](https://github.com/soedinglab/MMseqs2/releases/tag/10-6d92c)\n\n#### 1.2.6 (August 26, 2019)\n- Fix: `to many files open` error which sometimes happened when using more than 20 threads\n\n#### 1.2.5 (August 7, 2019)\n- Fix: Logical threads are considered instead of physical cores in the adjustment of the threads number\n- Requirements: a minimum of 1.75 gigabytes per thread is required (the number of threads is automatically adjusted)\n- Enhancement: added parameter `--force-all-threads` to bypass the check for minimum per-thread memory\n\n#### 1.2.4 (July 14, 2019)\n- Enhancement: Added control to avoid selecting a number threads higher than the available physical CPU cores (big thanks to [Shun Yamanouchi](https://twitter.com/Mt_Nuc))\n- Fix: Removed some scipy warnings, now shown only in debug mode (thanks to [Alexie Papanicolaou](https://gitlab.com/alpapan))\n- Requirements: [psutils](https://pypi.org/project/psutil/)>=5.6.0 is now required\n- Requirements: [mypy](https://pypi.org/project/mypy/)>=0.701 is now required\n- Requirements: at least Python 3.6 is now required\n\n#### 1.2.3 (June 7, 2019)\n- Enhancement: some error messages are more informative (big thanks to [Jeff Stein](https://gitlab.com/jvstein))\n\n#### 1.2.2 (May 13, 2019)\n- Fix: solved a bug that caused MCL to be not properly compiled on some Linux distributions\n- Info: source code migrated to [GitLab](https://gitlab.com/salvo981/sonicparanoid2)\n\n#### 1.2.1 (May 10, 2019)\n- Fix: solved bug related to random missing alignments\n- Info: this issue was first described in [here](https://bitbucket.org/salvocos/sonicparanoid/issues/2/two-problems-with-qfo2011)\n\n#### 1.2.0 (April 26, 2019)\n- Change: Markov Clustering (MCL) is now used by default for the creation of ortholog groups\n- Enhancement: the MCL inflation can be controlled through the parameter `--inflation`\n- Enhancement: Output file with single-copy ortholog groups\n- Feature: single-linkage clustering for ortholog groups creation through the `--single-linkage` parameter\n- Enhancement: added secondary program to filter ortholog groups\n- Info: type `sonicparanoid-extract --help` to see the list of options\n- Enhancement: Filter ortholog groups by species ID\n- Enhancement: Filter ortholog groups by species composition (e.g. only groups with a given number of species)\n- Enhancement: Extract FASTA sequences of orthologs in selected groups\n- Fix: The correct version of SonicParanoid is now shown in the help\n- Others: General bug fixes and under-the-hood improvements\n\n#### 1.1.2 (March, 2019)\n- Enhancement: Filter ortholog groups by species ID\n- Enhancement: Filter ortholog groups by species composition (e.g. only groups with a given number of species)\n- Enhancement: Extract FASTA files corresponding orthologs in selected groups\n- Fix: The correct version of SonicParanoid is now shown in the help\n\n#### 1.1.1 (January 24, 2019)\n- Enhancement: No restriction on file names\n- Enhancement: No restriction on symbols used in FASTA headers\n- Enhancement: Added file with genes that could not be inserted in any group (not orthologs)\n- Enhancement: Added some statistics on the predicted ortholog groups\n- Enhancement: Update runs are automatically detected\n- Enhancement: Improved inference of in-paralogs\n- Enhancement: The directory structure has been redesigned to better support run updated\n\n#### 1.0.14 (October 19, 2018)\n- Enhancement: a warning is shown if non-protein sequences are given in input\n- Enhancement: upgraded to MMseqs2 6-f5a1c\n- Enhancement: SonicParanoid is now available through [Bioconda](https://bioconda.github.io/recipes/sonicparanoid/README.html)\n\n#### 1.0.13 (September 18, 2018)\n- Fix: allow FASTA headers containing the '@' symbol\n\n#### 1.0.12 (September 7, 2018)\n- Improved accuracy\n- Added new sensitivity mode (most-sensitive)\n- Fix: internal input directory is wiped at every new run\n- Fix: available disk space calculation\n\n#### 1.0.11 (August 7, 2018)\n- Added new program (sonicparanoid-extract) to process output multi-species clusters\n- Added the possibility to analyse only 2 proteomes\n- Added support for Python3.7\n- Python3 versions: 3.5, 3.6, 3.7\n- Upgraded MMseqs2 (commit: a856ce, August 6, 2018)\n\n#### 1.0.9 (May 10, 2018)\n- First public release\n- Python3 versions: 3.4, 3.5, 3.6\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": "http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid/", "keywords": "bioinformatic inparanoid orthology_inference phylogeny evolution orthology", "license": "GNU GENERAL PUBLIC LICENSE, Version 3.0 (GPLv3)", "maintainer": "", "maintainer_email": "", "name": "sonicparanoid", "package_url": "https://pypi.org/project/sonicparanoid/", "platform": "", "project_url": "https://pypi.org/project/sonicparanoid/", "project_urls": { "Homepage": "http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid/", "Source": "https://gitlab.com/salvo981/sonicparanoid2" }, "release_url": "https://pypi.org/project/sonicparanoid/1.3.8/", "requires_dist": null, "requires_python": ">=3.6, <3.10", "summary": "SonicParanoid: fast, easy and accurate orthology inference", "version": "1.3.8", "yanked": false, "yanked_reason": null }, "last_serial": 11980957, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4985c9ee6fc550485507aa6542584621", "sha256": "585ddd478db48878d0ea340deea8d7754034361c0ee8cf11446733c073777057" }, "downloads": -1, "filename": "sonicparanoid-0.1.0.tar.gz", "has_sig": true, "md5_digest": "4985c9ee6fc550485507aa6542584621", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.7", "size": 23856995, "upload_time": "2018-02-27T07:59:11", "upload_time_iso_8601": "2018-02-27T07:59:11.979947Z", "url": "https://files.pythonhosted.org/packages/c8/73/5c5abaafa78c75b6b18cf34e6f7f8a5c7924cd9761c265d5475319078771/sonicparanoid-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "d9ebb848688d047e0faeae1a10cd207a", "sha256": "0c82738846684459b3ad569d46e55cf5f106425ca87d2857905d975298d53ce9" }, "downloads": -1, "filename": "sonicparanoid-0.1.2-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "d9ebb848688d047e0faeae1a10cd207a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22860376, "upload_time": "2018-05-02T08:45:35", "upload_time_iso_8601": "2018-05-02T08:45:35.815506Z", "url": "https://files.pythonhosted.org/packages/51/a8/da1419f72f4bc0d7222680d899d6745255df0bbc0836850a48064cc8f08c/sonicparanoid-0.1.2-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f3c931b3814acb20fe78cc95ca3a564b", "sha256": "03bb3ab745d1c1afb5040ce3d84ca2d1af3b9cdb4b241d7e00ed78ea16d6464d" }, "downloads": -1, "filename": "sonicparanoid-0.1.2.tar.gz", "has_sig": true, "md5_digest": "f3c931b3814acb20fe78cc95ca3a564b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22838050, "upload_time": "2018-05-02T08:52:22", "upload_time_iso_8601": "2018-05-02T08:52:22.378971Z", "url": "https://files.pythonhosted.org/packages/34/dd/df19ebc1c7139bb984e81fcdd70058ad9bde67ed33895c333e8b95dc25fa/sonicparanoid-0.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "e72fdae8a0b5e8ef11b365269bcb26f8", "sha256": "e7f1a3837c97bf9cd6dc87c688241bc11f29a60c06ebfd7d1872cd6325a64d8c" }, "downloads": -1, "filename": "sonicparanoid-0.1.3-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "e72fdae8a0b5e8ef11b365269bcb26f8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22860443, "upload_time": "2018-05-03T05:53:14", "upload_time_iso_8601": "2018-05-03T05:53:14.383736Z", "url": "https://files.pythonhosted.org/packages/4b/c5/4b291b26871599782388ab34e4560cff4d0b3ebc77d9fe80aa3d2ab693c1/sonicparanoid-0.1.3-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c751ee2ab6d8f6ebc7442cb2975f8d0b", "sha256": "359f8a7edaa82b1377b83ff570f1c61d763e894c62a55fafce6d5c6b6bf99348" }, "downloads": -1, "filename": "sonicparanoid-0.1.3.tar.gz", "has_sig": true, "md5_digest": "c751ee2ab6d8f6ebc7442cb2975f8d0b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22838120, "upload_time": "2018-05-03T05:54:23", "upload_time_iso_8601": "2018-05-03T05:54:23.052665Z", "url": "https://files.pythonhosted.org/packages/d5/29/a197b1c49068e84ae4ff2a8fd421ba3f87f7f19b277783d062444648697e/sonicparanoid-0.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "93d10feb3fe306ac590671dbdfcf8c51", "sha256": "7ba6750b7687a32c34cb357e951dbd1bcc2e6749acd2b6099df11c2127583218" }, "downloads": -1, "filename": "sonicparanoid-0.1.4-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "93d10feb3fe306ac590671dbdfcf8c51", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22861181, "upload_time": "2018-05-10T00:05:27", "upload_time_iso_8601": "2018-05-10T00:05:27.709026Z", "url": "https://files.pythonhosted.org/packages/e8/e0/231ea154cdfb6f31fb814df6052b203c79e7be65c137f6f93569bd6d3d36/sonicparanoid-0.1.4-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0ea77932b271d324859b499bcd0991bb", "sha256": "a73f52c09bb42a7d6286093a71710b61b56223fab6364093572b3d8e5ea6e173" }, "downloads": -1, "filename": "sonicparanoid-0.1.4.tar.gz", "has_sig": true, "md5_digest": "0ea77932b271d324859b499bcd0991bb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22838269, "upload_time": "2018-05-10T00:05:58", "upload_time_iso_8601": "2018-05-10T00:05:58.022698Z", "url": "https://files.pythonhosted.org/packages/f0/f6/1b4ebf0173f5d4cd45b557be1d61b2583c8852b1635399c49f8f8edbaf87/sonicparanoid-0.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "b07ce77b653b2a9c5e15565d56aaf49d", "sha256": "d33898656203d1253681db3e3cd7b2eaaff4023d5898c816785acb3c91696f38" }, "downloads": -1, "filename": "sonicparanoid-0.1.5-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "b07ce77b653b2a9c5e15565d56aaf49d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22860925, "upload_time": "2018-05-10T05:56:40", "upload_time_iso_8601": "2018-05-10T05:56:40.900938Z", "url": "https://files.pythonhosted.org/packages/8d/6e/2791efc1cb3a40f60d21852e021614020f71f98bb2ceeef3f24076d56bf7/sonicparanoid-0.1.5-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "714f46ef72fa949ee952db5ed0b095b7", "sha256": "d0dee462f99d11649820b5ab266e1808fefddbe03bf920ba1fa02111a7233361" }, "downloads": -1, "filename": "sonicparanoid-0.1.5.tar.gz", "has_sig": true, "md5_digest": "714f46ef72fa949ee952db5ed0b095b7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22838457, "upload_time": "2018-05-10T05:57:06", "upload_time_iso_8601": "2018-05-10T05:57:06.763426Z", "url": "https://files.pythonhosted.org/packages/c8/d6/745eccc3478aa626205a0ba89af47d102802173aa858cc64c95aa83344b9/sonicparanoid-0.1.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "ccd7633392f9b2de2eac3a273b73c5a6", "sha256": "87f2088991cec9417beee2ce54371bf1e29dae7c500ebd23815af26bec283195" }, "downloads": -1, "filename": "sonicparanoid-0.1.6-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "ccd7633392f9b2de2eac3a273b73c5a6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22860929, "upload_time": "2018-05-10T06:17:30", "upload_time_iso_8601": "2018-05-10T06:17:30.843234Z", "url": "https://files.pythonhosted.org/packages/9e/b9/801bd0962a8a49c50065d6755c89e352dd7aa6f4ffed17217074acf8500a/sonicparanoid-0.1.6-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aa161cba0b10652431eb1a2d650f4452", "sha256": "ebb4064104f3771ca89e13836b8f25e8c5e90fdeb17f85e765c5ef6d32438ab0" }, "downloads": -1, "filename": "sonicparanoid-0.1.6.tar.gz", "has_sig": true, "md5_digest": "aa161cba0b10652431eb1a2d650f4452", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22838459, "upload_time": "2018-05-10T06:17:00", "upload_time_iso_8601": "2018-05-10T06:17:00.968718Z", "url": "https://files.pythonhosted.org/packages/15/10/cdd01197ec66c5c972ce62011b996dc7367538f17138b5fb73b37344de69/sonicparanoid-0.1.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "4e1a343ec866f1261095e414c67746ab", "sha256": "48a5ba73d32b4b11b0313c3fb4fd8e6acc1438a68de06295b45dc5ac4eff8e56" }, "downloads": -1, "filename": "sonicparanoid-0.1.7-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "4e1a343ec866f1261095e414c67746ab", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5, <3.7", "size": 22860920, "upload_time": "2018-05-10T06:45:29", "upload_time_iso_8601": "2018-05-10T06:45:29.037546Z", "url": "https://files.pythonhosted.org/packages/15/f6/516545ced485a96247fd024990f4a583a62a8fec8803a5ca5800057101aa/sonicparanoid-0.1.7-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f3f68f81dfb059b9a6e85c36549e6dd4", "sha256": "12a4e0f02ce62850386601b850bd3a0c3889b7bd85bd23fceca56d3484b8bff1" }, "downloads": -1, "filename": "sonicparanoid-0.1.7.tar.gz", "has_sig": true, "md5_digest": "f3f68f81dfb059b9a6e85c36549e6dd4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.7", "size": 22838431, "upload_time": "2018-05-10T06:46:07", "upload_time_iso_8601": "2018-05-10T06:46:07.355660Z", "url": "https://files.pythonhosted.org/packages/19/48/714031122dbacb6f67735ad4bb67aeaffb548a29725aa1ac3eb0c4083363/sonicparanoid-0.1.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "7450b38b225fc207938c4cf6946fe045", "sha256": "0b9a163457aa6e99a571b66ad3adb64265f2cac1c7a7c80ddcac6956eb8ec150" }, "downloads": -1, "filename": "sonicparanoid-0.1.8-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "7450b38b225fc207938c4cf6946fe045", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5, <3.7", "size": 22860920, "upload_time": "2018-05-10T07:22:24", "upload_time_iso_8601": "2018-05-10T07:22:24.949941Z", "url": "https://files.pythonhosted.org/packages/86/72/41eee90d5359d7af9e5ca51ac068e579f8ce0ea5822b4cb79307ce98d3a9/sonicparanoid-0.1.8-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4582101b78d0622fae1471f3556018ad", "sha256": "c5d64772f4494f47e0f946823a14a0a24b4593334da708507fb0df07cb9cd461" }, "downloads": -1, "filename": "sonicparanoid-0.1.8.tar.gz", "has_sig": true, "md5_digest": "4582101b78d0622fae1471f3556018ad", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.7", "size": 22838578, "upload_time": "2018-05-10T07:21:00", "upload_time_iso_8601": "2018-05-10T07:21:00.964753Z", "url": "https://files.pythonhosted.org/packages/96/79/3fc7bcd9bd90846130ddd3b58919075ddb54143b9f599c1051330a481808/sonicparanoid-0.1.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "c543217c46724b493db4a2174e9598c1", "sha256": "3c9f487c9f0ee25fc3a8cfc5ac1a36b7f05483d1f4b2664b4a00b9805be03409" }, "downloads": -1, "filename": "sonicparanoid-0.1.9-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "c543217c46724b493db4a2174e9598c1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5, <3.7", "size": 22860917, "upload_time": "2018-05-10T07:49:06", "upload_time_iso_8601": "2018-05-10T07:49:06.561787Z", "url": "https://files.pythonhosted.org/packages/d9/e9/7a13bb7cda0c7da602a944ed41065806a336f0569322b44e1c2c64aec0e2/sonicparanoid-0.1.9-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f30ffb6511fc3475bb68dc0218904277", "sha256": "ea2b3a01129122d14d75aa4765f3e96af4dee92aeee0c2b6c97ec99a3e9b42de" }, "downloads": -1, "filename": "sonicparanoid-0.1.9.tar.gz", "has_sig": true, "md5_digest": "f30ffb6511fc3475bb68dc0218904277", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.7", "size": 22838458, "upload_time": "2018-05-10T07:47:45", "upload_time_iso_8601": "2018-05-10T07:47:45.774908Z", "url": "https://files.pythonhosted.org/packages/81/da/a12571769cef2dabf5c9384ad14c869a605bcc56ebc22e0094fe6a26fbe1/sonicparanoid-0.1.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "533b95a68a3b73a38159c5a51105367b", "sha256": "578a915509918207c8e860fe51b12c5a60a936e2d2dc69439269f72e9d49949b" }, "downloads": -1, "filename": "sonicparanoid-0.6.0-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "533b95a68a3b73a38159c5a51105367b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5, <3.7", "size": 22816016, "upload_time": "2018-02-28T01:11:34", "upload_time_iso_8601": "2018-02-28T01:11:34.245974Z", "url": "https://files.pythonhosted.org/packages/10/55/646c1077f661b32e98482d12988025d37270215bfc32616ad339a74fc047/sonicparanoid-0.6.0-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0b18294fe2bb6ee8e0dc5f87ee81ed64", "sha256": "803745c0acad031ff1c7707d00a255939792accb0f21b1dd05e8ff505577ac63" }, "downloads": -1, "filename": "sonicparanoid-0.6.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "0b18294fe2bb6ee8e0dc5f87ee81ed64", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5, <3.7", "size": 23318983, "upload_time": "2018-02-28T01:10:35", "upload_time_iso_8601": "2018-02-28T01:10:35.032673Z", "url": "https://files.pythonhosted.org/packages/6b/4f/0c47df946fe7dc468b6e2af0a80b878b5aa29f7092cbdf2dca4aa454f25a/sonicparanoid-0.6.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "a452c0a56e9b6aa9bdb53a21fa14bf57", "sha256": "e87799c1bc528220b8c47393e501f3f10f98cb99276ffbea36cd04a5e505aaa5" }, "downloads": -1, "filename": "sonicparanoid-0.6.1-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "a452c0a56e9b6aa9bdb53a21fa14bf57", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22816015, "upload_time": "2018-02-28T02:24:26", "upload_time_iso_8601": "2018-02-28T02:24:26.164459Z", "url": "https://files.pythonhosted.org/packages/a3/92/f045338ee7db5c81eed40111db9e0559068758738a4c59a102338e8e830e/sonicparanoid-0.6.1-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5a233c40639f2fdce4616f3fa45e7c0", "sha256": "c2c172dc34f43e77c054e45c5e452a6d6553bc0c8b50ac5c0faca3cc832dab57" }, "downloads": -1, "filename": "sonicparanoid-0.6.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "f5a233c40639f2fdce4616f3fa45e7c0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 23318983, "upload_time": "2018-02-28T02:23:22", "upload_time_iso_8601": "2018-02-28T02:23:22.097558Z", "url": "https://files.pythonhosted.org/packages/79/0d/20d3e26f4806c1871883406e8e682d13ea88af9841f0f5d7bb125f0f6a39/sonicparanoid-0.6.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "b4393c62849b068cacb389a0724dd689", "sha256": "4a04feb6a4016286133e49097de3eb8466cb47f641b26db1f6e6cc736c710c27" }, "downloads": -1, "filename": "sonicparanoid-0.6.2-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "b4393c62849b068cacb389a0724dd689", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22816016, "upload_time": "2018-02-28T04:52:30", "upload_time_iso_8601": "2018-02-28T04:52:30.666834Z", "url": "https://files.pythonhosted.org/packages/00/3d/84c216c6a22bfced4cb8a7fb328b4bcc08ba10c2f8ac990601894d2a4c58/sonicparanoid-0.6.2-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e14f9dcdc44099b4b7412fe70257fdfb", "sha256": "8562fbe033c5dd6e461b36e7fefd971011b977f111ced29dd62d452e3237c365" }, "downloads": -1, "filename": "sonicparanoid-0.6.2.tar.gz", "has_sig": true, "md5_digest": "e14f9dcdc44099b4b7412fe70257fdfb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 23857159, "upload_time": "2018-02-28T04:51:13", "upload_time_iso_8601": "2018-02-28T04:51:13.716151Z", "url": "https://files.pythonhosted.org/packages/78/65/d3eb64fc14d2ee1008254e7638f411e1c4971e61f788bd0e77e2b018b728/sonicparanoid-0.6.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "4e2cb9e26dfc96a35b81e3ec08f96c89", "sha256": "b4bbac09096cc8ac34053e5748a349081c9d655d19128094b68959338f763f75" }, "downloads": -1, "filename": "sonicparanoid-0.6.3-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "4e2cb9e26dfc96a35b81e3ec08f96c89", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22872170, "upload_time": "2018-02-28T06:11:38", "upload_time_iso_8601": "2018-02-28T06:11:38.831187Z", "url": "https://files.pythonhosted.org/packages/33/e8/31192dbdda75bd9e949626dd35c8ced97331a86825ecfab524c445ed2423/sonicparanoid-0.6.3-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7ebb6b60e8a960d2025c98b7b9d4ff2a", "sha256": "3fd593c4640cd5aeb72d1928a8214a9f16970b1bfc2a137bc46f5d890f8b1138" }, "downloads": -1, "filename": "sonicparanoid-0.6.3.tar.gz", "has_sig": true, "md5_digest": "7ebb6b60e8a960d2025c98b7b9d4ff2a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 23916174, "upload_time": "2018-02-28T06:10:50", "upload_time_iso_8601": "2018-02-28T06:10:50.063709Z", "url": "https://files.pythonhosted.org/packages/8c/25/aff7fba4916d581b31303eaf1e63b5d50f90c8938b7071d75e1640d3e69d/sonicparanoid-0.6.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "a0257f330f3207ef2ab6409d5008d6f7", "sha256": "ac57f7c9acf162741126c2083935d16734e505b494277057966cbb53e67e4ed0" }, "downloads": -1, "filename": "sonicparanoid-0.6.4-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "a0257f330f3207ef2ab6409d5008d6f7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22815847, "upload_time": "2018-02-28T06:25:45", "upload_time_iso_8601": "2018-02-28T06:25:45.362411Z", "url": "https://files.pythonhosted.org/packages/90/c9/bd5dba60b2e2cf6378ea516693e63c15c0eadc1d7a0fbaa4b199d5e29f84/sonicparanoid-0.6.4-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61693d7ad530a226d59c7bd16fe18223", "sha256": "2825548bf407104c2e9e806f105289f6cc75b03cb7e85c63c6daf38f55b894f5" }, "downloads": -1, "filename": "sonicparanoid-0.6.4.tar.gz", "has_sig": true, "md5_digest": "61693d7ad530a226d59c7bd16fe18223", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 23859534, "upload_time": "2018-02-28T06:24:45", "upload_time_iso_8601": "2018-02-28T06:24:45.235907Z", "url": "https://files.pythonhosted.org/packages/3f/9b/35874c9a8fd915c77c81514371dc6a4816b3a0106066f1230170195265a5/sonicparanoid-0.6.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "0b6891332c1a171fcb3142002c985404", "sha256": "41237d0abf7bf8b95b6885f0cfc270d624250c9f62e3c214f88441b0747899a5" }, "downloads": -1, "filename": "sonicparanoid-0.6.5-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "0b6891332c1a171fcb3142002c985404", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22815845, "upload_time": "2018-02-28T07:16:23", "upload_time_iso_8601": "2018-02-28T07:16:23.040796Z", "url": "https://files.pythonhosted.org/packages/3d/67/ed3fdcb361f9c16e63a34e8a31a30526c1732bb7dffc39c10ca2605a11d6/sonicparanoid-0.6.5-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "20400b0b90ffa6eac16c971a51984481", "sha256": "c3e6898047a609a742e46596a402a35b6fe4e3dd3eb953ed6f299205211e59bd" }, "downloads": -1, "filename": "sonicparanoid-0.6.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "20400b0b90ffa6eac16c971a51984481", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 23318810, "upload_time": "2018-02-28T07:15:30", "upload_time_iso_8601": "2018-02-28T07:15:30.954418Z", "url": "https://files.pythonhosted.org/packages/7d/6d/78e26023147ff8176ddb674361b0aa76e34d60b4896e84238727a9809d8e/sonicparanoid-0.6.5-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f3533d15b5771fd529440015b5f1655", "sha256": "4fc3dcaa9daa55cabd41240939e0d7757f3748649e9a6fcff8cd0217417e91cf" }, "downloads": -1, "filename": "sonicparanoid-0.6.5.tar.gz", "has_sig": true, "md5_digest": "3f3533d15b5771fd529440015b5f1655", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 23859528, "upload_time": "2018-02-28T07:21:25", "upload_time_iso_8601": "2018-02-28T07:21:25.107314Z", "url": "https://files.pythonhosted.org/packages/8e/40/dab26d0bf1d3280f30e028fac1372e633f80f9671c0c033102f2a9de9f4b/sonicparanoid-0.6.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "1ae9ab2ba690c8f15a3c24468799e3ff", "sha256": "7cb3bd481c24f212187490e2ab71bb3bbb9874f435f82c55a81a3aa39646bb89" }, "downloads": -1, "filename": "sonicparanoid-0.6.6-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "1ae9ab2ba690c8f15a3c24468799e3ff", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22815843, "upload_time": "2018-02-28T09:13:26", "upload_time_iso_8601": "2018-02-28T09:13:26.254381Z", "url": "https://files.pythonhosted.org/packages/04/40/36ccf1ac343ed41686cd79779800dbb3b386626b91246b5688f742583d21/sonicparanoid-0.6.6-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dcb9d18c30bdb685b44c95235016ad01", "sha256": "f21d089bb3b17057bc0e67e55bb7489b696c9d94046b884f46f8e205382299e1" }, "downloads": -1, "filename": "sonicparanoid-0.6.6.tar.gz", "has_sig": true, "md5_digest": "dcb9d18c30bdb685b44c95235016ad01", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 23859527, "upload_time": "2018-02-28T09:09:49", "upload_time_iso_8601": "2018-02-28T09:09:49.757595Z", "url": "https://files.pythonhosted.org/packages/fb/26/67ac7cfc5d74bbed3af3f224a645863ae37bc9eb9ca3b4dacab120756b3e/sonicparanoid-0.6.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "8f87d8bcd5ba7d13d6fd6f09f5077ca7", "sha256": "d5b9ced99a94325f5744bb3ce3803e6f48c9f686e20304701839d1313b3afe1e" }, "downloads": -1, "filename": "sonicparanoid-0.6.7-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "8f87d8bcd5ba7d13d6fd6f09f5077ca7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22815855, "upload_time": "2018-02-28T14:40:41", "upload_time_iso_8601": "2018-02-28T14:40:41.699058Z", "url": "https://files.pythonhosted.org/packages/f2/46/475b4ca2c265cdeeffd5defc60213929091e7c17d980ce6f51d3eb851007/sonicparanoid-0.6.7-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "54d5ff572eef25b9e6396d4554cf2cc6", "sha256": "e792ce90ebb7027ceb733a302c325678275108b0d889605d03e73b87098ff14c" }, "downloads": -1, "filename": "sonicparanoid-0.6.7.tar.gz", "has_sig": true, "md5_digest": "54d5ff572eef25b9e6396d4554cf2cc6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22921745, "upload_time": "2018-02-28T14:41:33", "upload_time_iso_8601": "2018-02-28T14:41:33.023240Z", "url": "https://files.pythonhosted.org/packages/b5/6a/155600788f9a58e70579956757cd600761b803b14d44644e25da71a3b8f8/sonicparanoid-0.6.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "2ba9cc0b691a30e47ac0383fa860e782", "sha256": "e39c8efb02a1eda588adab6f8091d72e8bab58f17412811bc9bf569576b5e787" }, "downloads": -1, "filename": "sonicparanoid-0.6.8.tar.gz", "has_sig": true, "md5_digest": "2ba9cc0b691a30e47ac0383fa860e782", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22921811, "upload_time": "2018-03-01T09:04:25", "upload_time_iso_8601": "2018-03-01T09:04:25.736820Z", "url": "https://files.pythonhosted.org/packages/6b/be/918fc8535beace81a4db1f9b17ac4205d543fe963c14a670889d2a4e8e75/sonicparanoid-0.6.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "f61867422c0ff4dd13e863cfce68d80c", "sha256": "ccf45029acd42980b2a99db4c9df383f935c997fcd081a56f63faca48e091877" }, "downloads": -1, "filename": "sonicparanoid-0.7.0-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "f61867422c0ff4dd13e863cfce68d80c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22822724, "upload_time": "2018-03-05T07:01:16", "upload_time_iso_8601": "2018-03-05T07:01:16.145382Z", "url": "https://files.pythonhosted.org/packages/ff/d3/a166842000980b93d9909b9f1bb4725c3dc0aeb4c9c9957b8569a04993c4/sonicparanoid-0.7.0-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d1bae2bd6fd6545798959c6679f71902", "sha256": "9c0f5d59c4520d541b87c2b1331563fa026ef2fe99ea7a35673b215be33af68b" }, "downloads": -1, "filename": "sonicparanoid-0.7.0.tar.gz", "has_sig": false, "md5_digest": "d1bae2bd6fd6545798959c6679f71902", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22921839, "upload_time": "2018-03-05T06:55:42", "upload_time_iso_8601": "2018-03-05T06:55:42.088394Z", "url": "https://files.pythonhosted.org/packages/7f/93/1a57b74f8f9c56a72118d03cf5e04c9d591892104c2c104dcc64b2b4620c/sonicparanoid-0.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "86dc2ae62a91550a71aecf8253616009", "sha256": "4e5f0defd44276210829475495e31122934e77edad072d9da7e4cb61f639f261" }, "downloads": -1, "filename": "sonicparanoid-0.7.1-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "86dc2ae62a91550a71aecf8253616009", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22822706, "upload_time": "2018-03-05T07:53:32", "upload_time_iso_8601": "2018-03-05T07:53:32.664579Z", "url": "https://files.pythonhosted.org/packages/7f/a9/f376c1d14da9eb58668bfd8957d8155bad1b7321dd4e19d8de34c1014387/sonicparanoid-0.7.1-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "31855774d4cc44a879bc04377debeb97", "sha256": "b5fac337ebfd2bd03df5650b2198ab3cea1a7aac5c90f4c9ec0c10478ef847f6" }, "downloads": -1, "filename": "sonicparanoid-0.7.1.tar.gz", "has_sig": true, "md5_digest": "31855774d4cc44a879bc04377debeb97", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22922109, "upload_time": "2018-03-05T07:54:12", "upload_time_iso_8601": "2018-03-05T07:54:12.691793Z", "url": "https://files.pythonhosted.org/packages/4d/da/468c2a4f3465d043e29622c75fc78c74d105c33bcb9c96123073d90ae8c7/sonicparanoid-0.7.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "6c290a308755430d3f55ad25f90caacf", "sha256": "c2ebfb8f02e9aeea64b790a79fd878e8e5579c7851e36a3632b2603d6ca0bca2" }, "downloads": -1, "filename": "sonicparanoid-0.7.3-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "6c290a308755430d3f55ad25f90caacf", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22822707, "upload_time": "2018-03-05T08:22:17", "upload_time_iso_8601": "2018-03-05T08:22:17.858954Z", "url": "https://files.pythonhosted.org/packages/43/b4/60fda33c75e0b0d65a3237fb3f0ac261fe96ed4d3b0ee85358a5949dd177/sonicparanoid-0.7.3-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8407657050e2fabeaffe052fafac2029", "sha256": "8ddf4206756bea9337c19e38a812a59645a20cd02ac32618e2d90409b4199eab" }, "downloads": -1, "filename": "sonicparanoid-0.7.3.tar.gz", "has_sig": true, "md5_digest": "8407657050e2fabeaffe052fafac2029", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22922131, "upload_time": "2018-03-05T08:21:40", "upload_time_iso_8601": "2018-03-05T08:21:40.048120Z", "url": "https://files.pythonhosted.org/packages/ca/b8/9f0dd2a26c7ccd8c7e58e5a1b2111584fda9eca56b88c168a6e720d9dca4/sonicparanoid-0.7.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0.dev1": [ { "comment_text": "", "digests": { "md5": "d4f049e407d4d6ef0c0e7d938df6bc77", "sha256": "74f53ff0add254bcb9561181707bed3ffd350c4c903635fe85eb58afdbbc3711" }, "downloads": -1, "filename": "sonicparanoid-1.0.0.dev1-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "d4f049e407d4d6ef0c0e7d938df6bc77", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22858868, "upload_time": "2018-04-20T05:13:10", "upload_time_iso_8601": "2018-04-20T05:13:10.888219Z", "url": "https://files.pythonhosted.org/packages/5d/e0/0e467bbc09205e631416163889b75b11dd385f6b64373635e486494194b7/sonicparanoid-1.0.0.dev1-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "78d2edc884ecf2b4f8ede1032a89eb95", "sha256": "3d64a380c1ebe5f08887f2cffa26cef44ae79d5bca975a724bd1eaa42289f1e8" }, "downloads": -1, "filename": "sonicparanoid-1.0.0.dev1.tar.gz", "has_sig": false, "md5_digest": "78d2edc884ecf2b4f8ede1032a89eb95", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22836218, "upload_time": "2018-04-20T05:32:57", "upload_time_iso_8601": "2018-04-20T05:32:57.574229Z", "url": "https://files.pythonhosted.org/packages/18/82/2cec44c91be1dd886d35f7e4e64ac12ee1d39426acc75f9fc61c42244da9/sonicparanoid-1.0.0.dev1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0.dev2": [ { "comment_text": "", "digests": { "md5": "e3672708cb05d30403160086e3f3d936", "sha256": "cfbb8d24d52fba4a721db71418fb8d277f6afcb757bbf8cd904be5bc0432d00f" }, "downloads": -1, "filename": "sonicparanoid-1.0.0.dev2-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "e3672708cb05d30403160086e3f3d936", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22858869, "upload_time": "2018-04-20T05:38:59", "upload_time_iso_8601": "2018-04-20T05:38:59.391731Z", "url": "https://files.pythonhosted.org/packages/af/00/ea617e0f18f695224bc48bd20ffb4afc8cd7bb435357cb83a2f46839c6bb/sonicparanoid-1.0.0.dev2-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5c774d0c98a31fc03ae0c3ad9aa316c", "sha256": "f482391f0d2022efa8326e3396d4dc3c6efe0bcf1578d6636c2beb374962ac3b" }, "downloads": -1, "filename": "sonicparanoid-1.0.0.dev2.tar.gz", "has_sig": true, "md5_digest": "f5c774d0c98a31fc03ae0c3ad9aa316c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22836210, "upload_time": "2018-04-20T05:38:21", "upload_time_iso_8601": "2018-04-20T05:38:21.219785Z", "url": "https://files.pythonhosted.org/packages/fb/c5/76af2d001f47420d68702ad604f0f9a3f6e8a94b4513afa2432d09d7c4b0/sonicparanoid-1.0.0.dev2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0.dev4": [ { "comment_text": "", "digests": { "md5": "245283f7152ffc466a203d02be056961", "sha256": "d0f24cc3cb2e4e485b091b1d8d530e7a49245541a7e09413aa6c629598d9a35c" }, "downloads": -1, "filename": "sonicparanoid-1.0.0.dev4-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "245283f7152ffc466a203d02be056961", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5, <3.7", "size": 22849359, "upload_time": "2018-07-23T04:49:50", "upload_time_iso_8601": "2018-07-23T04:49:50.119770Z", "url": "https://files.pythonhosted.org/packages/8f/3b/30e4901a28ce4a6abfbadbffa328d0c71880177030779edfca257af4cae0/sonicparanoid-1.0.0.dev4-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "70d34ab64cd96e819b5b41e70b79dde2", "sha256": "fcda4e43d197e8137a880b4f7d6a9271cef1f27677c4ffb3e8d3092e090bf24a" }, "downloads": -1, "filename": "sonicparanoid-1.0.0.dev4.tar.gz", "has_sig": true, "md5_digest": "70d34ab64cd96e819b5b41e70b79dde2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.7", "size": 22664994, "upload_time": "2018-07-23T04:50:32", "upload_time_iso_8601": "2018-07-23T04:50:32.975674Z", "url": "https://files.pythonhosted.org/packages/a4/54/edbb22a5e05a60860f282749c257285606a80f9577fcec6ace72bf2e857a/sonicparanoid-1.0.0.dev4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0.dev5": [ { "comment_text": "", "digests": { "md5": "175d560b1e4907b52f75f011413be9a6", "sha256": "136f4c9142f23e696e150c7828e2fa7bd37aad5d33afaf5ff6660f25357167a4" }, "downloads": -1, "filename": "sonicparanoid-1.0.0.dev5-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "175d560b1e4907b52f75f011413be9a6", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5, <3.7", "size": 22849359, "upload_time": "2018-07-23T06:26:18", "upload_time_iso_8601": "2018-07-23T06:26:18.842601Z", "url": "https://files.pythonhosted.org/packages/6b/47/9c3e495db08a1854139b411072db77d9eb8d2c53960d585b5326eae284f9/sonicparanoid-1.0.0.dev5-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7fa2f7f021ff517f2b31856c43606047", "sha256": "32166bbc6468078e18440e0a5a968d7f27975ca44f7e8eb87e436e1595319839" }, "downloads": -1, "filename": "sonicparanoid-1.0.0.dev5.tar.gz", "has_sig": true, "md5_digest": "7fa2f7f021ff517f2b31856c43606047", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.7", "size": 22659345, "upload_time": "2018-07-23T06:26:55", "upload_time_iso_8601": "2018-07-23T06:26:55.021870Z", "url": "https://files.pythonhosted.org/packages/da/e0/a3895e72c344fe6b9cc760f920d2e640b25334cdc07185b0d393eeb10b28/sonicparanoid-1.0.0.dev5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0.dev6": [ { "comment_text": "", "digests": { "md5": "f21d3651e52f5a4aa1566c8cca219447", "sha256": "a56b8192cf821173d3aea89b2348e1ecaa883eb436825685f7b5b9e315ad7ace" }, "downloads": -1, "filename": "sonicparanoid-1.0.0.dev6-cp35-abi3-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "f21d3651e52f5a4aa1566c8cca219447", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5, <3.7", "size": 29095318, "upload_time": "2018-08-02T08:45:30", "upload_time_iso_8601": "2018-08-02T08:45:30.561320Z", "url": "https://files.pythonhosted.org/packages/23/73/b41ffbf123dbe8b291ae7b17bd41d326603db7ea21eeb21ab0d607589ec1/sonicparanoid-1.0.0.dev6-cp35-abi3-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d78f91a1e20db202c3ffa8f514221be3", "sha256": "f58808d3c009426a769fe6e2e41e04c2ccb256ae7dc5699c242aaf16fa869adf" }, "downloads": -1, "filename": "sonicparanoid-1.0.0.dev6.tar.gz", "has_sig": true, "md5_digest": "d78f91a1e20db202c3ffa8f514221be3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.7", "size": 28905272, "upload_time": "2018-08-02T08:46:00", "upload_time_iso_8601": "2018-08-02T08:46:00.592348Z", "url": "https://files.pythonhosted.org/packages/28/08/17f31b285360bb85e0fd7fd8ab4ee4d7ee8eebf9bd934aac2e6e99e09ee4/sonicparanoid-1.0.0.dev6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "1c2ea1009edcdf192e7a41188e7260b2", "sha256": "bb78cf0c7af9784adfbfea3dcbd40f4c49d9fc44dd7d54be5d66c66320200f98" }, "downloads": -1, "filename": "sonicparanoid-1.0.10-cp35-abi3-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "1c2ea1009edcdf192e7a41188e7260b2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5, <3.8", "size": 29211299, "upload_time": "2018-08-07T02:42:36", "upload_time_iso_8601": "2018-08-07T02:42:36.385176Z", "url": "https://files.pythonhosted.org/packages/25/ca/7b89e87062be1fd1e01a90db68992b623b51c95e3f85a1601a9001c4693d/sonicparanoid-1.0.10-cp35-abi3-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b54d07347bb486b81f228e0c99987307", "sha256": "cd60996f821723131e9d823198e34b25024eb5e0bf8ad8b8896a5abf454556e3" }, "downloads": -1, "filename": "sonicparanoid-1.0.10.tar.gz", "has_sig": true, "md5_digest": "b54d07347bb486b81f228e0c99987307", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.8", "size": 29021430, "upload_time": "2018-08-07T02:40:11", "upload_time_iso_8601": "2018-08-07T02:40:11.487423Z", "url": "https://files.pythonhosted.org/packages/39/8b/535c096fb8b46bc6ef9c243ef3de0f3f9668417822af72d002181abac7a2/sonicparanoid-1.0.10.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "27cf14fbc24aff19d79432f0e43ec564", "sha256": "8634e4d6e8f30f0ab7b2087fbc094ee86b8323b7429c804c972c7659b131dc12" }, "downloads": -1, "filename": "sonicparanoid-1.0.11-cp35-abi3-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "27cf14fbc24aff19d79432f0e43ec564", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5, <3.8", "size": 29211308, "upload_time": "2018-08-07T02:57:12", "upload_time_iso_8601": "2018-08-07T02:57:12.418574Z", "url": "https://files.pythonhosted.org/packages/88/7e/b0fd824754bc8381eac35f32dfa502922e9d292beb840c421cf4b461ba8f/sonicparanoid-1.0.11-cp35-abi3-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f56c2736abd7e1fb07d0cda6123c0b5b", "sha256": "c64a15a12d532da59013f4728a868909bba3e157a40ac1de8df812a049d30f50" }, "downloads": -1, "filename": "sonicparanoid-1.0.11.tar.gz", "has_sig": true, "md5_digest": "f56c2736abd7e1fb07d0cda6123c0b5b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.8", "size": 29021451, "upload_time": "2018-08-07T02:55:41", "upload_time_iso_8601": "2018-08-07T02:55:41.605936Z", "url": "https://files.pythonhosted.org/packages/3b/74/7b9ea91cb6d732ee1bd7ded91736a0ea19fdcacb9a52f3dd7861ea13f815/sonicparanoid-1.0.11.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "0226a5574c8555ce52ca27909bb6fdc8", "sha256": "9ca31a0267403dec675a14398bb4097172467ea83d20eb703d0ff81c82b249b3" }, "downloads": -1, "filename": "sonicparanoid-1.0.12-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "0226a5574c8555ce52ca27909bb6fdc8", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5, <3.8", "size": 29211544, "upload_time": "2018-09-07T03:10:24", "upload_time_iso_8601": "2018-09-07T03:10:24.841874Z", "url": "https://files.pythonhosted.org/packages/5b/a5/1e31ead1923b3300ede36f66d0ef09b570e6f9f060e3f94b157c81e4f498/sonicparanoid-1.0.12-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2d605e0f26701f54f9b05edfb9db7b26", "sha256": "63c7020fbae858d80b946f9161f6184ba10845252d74a3ca27cea361b4e3a4a1" }, "downloads": -1, "filename": "sonicparanoid-1.0.12.tar.gz", "has_sig": true, "md5_digest": "2d605e0f26701f54f9b05edfb9db7b26", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.8", "size": 29021828, "upload_time": "2018-09-07T03:11:19", "upload_time_iso_8601": "2018-09-07T03:11:19.026031Z", "url": "https://files.pythonhosted.org/packages/6e/bb/c65038f22887359674a0c0e258fcb18cd650ae1cd96bdbb526a4ca1e5032/sonicparanoid-1.0.12.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "2c069b4691fb3776b39e8ee99e9698b9", "sha256": "d97bc30c0927a9424aabf55f882b0c8ea26ca49b0ba19deb3cd4a98f6606b642" }, "downloads": -1, "filename": "sonicparanoid-1.0.13-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "2c069b4691fb3776b39e8ee99e9698b9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5, <3.8", "size": 29164920, "upload_time": "2018-09-18T06:08:38", "upload_time_iso_8601": "2018-09-18T06:08:38.179392Z", "url": "https://files.pythonhosted.org/packages/77/a7/69e298e7d4032b1ae9c41d961e532685d4467ddb36c9307cb26061b2438a/sonicparanoid-1.0.13-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce82bfea1504ade3cad9d3a213459a92", "sha256": "3f83d7ee77807bfc1993ddd96a62ba8e540512d765c8e588141b10ece87d381c" }, "downloads": -1, "filename": "sonicparanoid-1.0.13.tar.gz", "has_sig": true, "md5_digest": "ce82bfea1504ade3cad9d3a213459a92", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.8", "size": 29021011, "upload_time": "2018-09-18T06:09:18", "upload_time_iso_8601": "2018-09-18T06:09:18.982342Z", "url": "https://files.pythonhosted.org/packages/08/2d/a147db8d4efabe5d7451fcf31d7a83e1e9faae08d6355407fbe29c038e4e/sonicparanoid-1.0.13.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.14": [ { "comment_text": "", "digests": { "md5": "c01b6ac824332d5f8212deccff5fb22b", "sha256": "5a1da0298567c75590bc9b6f53c9bc5920327197ee9e4eb328946330f7cb344e" }, "downloads": -1, "filename": "sonicparanoid-1.0.14-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "c01b6ac824332d5f8212deccff5fb22b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5, <3.8", "size": 6411497, "upload_time": "2018-10-19T09:44:54", "upload_time_iso_8601": "2018-10-19T09:44:54.354324Z", "url": "https://files.pythonhosted.org/packages/a5/6c/a4bbfb54ebc03262034d5475eb4988d5d0f983326dce02ebd17e3b486ebd/sonicparanoid-1.0.14-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dff96c42f12fa0565783c1d3422a4734", "sha256": "7db500a96c1c064963f8c15bd62b1dbb8fdd0bf3fc55ba5dcbc717c2e4db765b" }, "downloads": -1, "filename": "sonicparanoid-1.0.14.tar.gz", "has_sig": true, "md5_digest": "dff96c42f12fa0565783c1d3422a4734", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.8", "size": 6265195, "upload_time": "2018-10-19T09:44:25", "upload_time_iso_8601": "2018-10-19T09:44:25.501691Z", "url": "https://files.pythonhosted.org/packages/a2/29/deabc1920ab6c59fa199b848ab8a0956c1b6612070842d5ce5174320b7bc/sonicparanoid-1.0.14.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "4723235eeb62131fd78598c308a0c8c3", "sha256": "a5cc9ea367def7af9a94d9e5fa17a19991b042530d228cdd99b03e7b9b944442" }, "downloads": -1, "filename": "sonicparanoid-1.0.6-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "4723235eeb62131fd78598c308a0c8c3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22822726, "upload_time": "2018-03-05T09:05:20", "upload_time_iso_8601": "2018-03-05T09:05:20.677354Z", "url": "https://files.pythonhosted.org/packages/b2/d9/e0dddb86e65c8a865a1c5b60aa854db2cafb150b1141c7dba298704f073b/sonicparanoid-1.0.6-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "83a426e5e8f9c258ca1560e80a08653d", "sha256": "0825ff904a734e3d17e7a56faffba9aa2753d9df4e37c071275320fdcd4666e0" }, "downloads": -1, "filename": "sonicparanoid-1.0.6.tar.gz", "has_sig": true, "md5_digest": "83a426e5e8f9c258ca1560e80a08653d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22922116, "upload_time": "2018-03-05T09:04:45", "upload_time_iso_8601": "2018-03-05T09:04:45.636797Z", "url": "https://files.pythonhosted.org/packages/b8/5e/a6e5a7327992482263090ebc2fc4cad0e4ea8244931e928401552a363920/sonicparanoid-1.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "ff5948c3693bcd42cc6bde767a703a84", "sha256": "71290cc55097af6a2d3794a5eb6fe6747e27c6d476762c1496396ac362d2cb54" }, "downloads": -1, "filename": "sonicparanoid-1.0.7-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "ff5948c3693bcd42cc6bde767a703a84", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22815973, "upload_time": "2018-03-08T07:33:24", "upload_time_iso_8601": "2018-03-08T07:33:24.191663Z", "url": "https://files.pythonhosted.org/packages/94/40/1af7ddd8fdc9cf108a822903c28fad7769379454b482a6d71c2c33e3925b/sonicparanoid-1.0.7-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "29d608b6ea3d76f2d14a632a32d12b94", "sha256": "102241e7fc026559b67b875f2dc2c8a7b6af2ee39f91a262fd090594277148d7" }, "downloads": -1, "filename": "sonicparanoid-1.0.7.tar.gz", "has_sig": true, "md5_digest": "29d608b6ea3d76f2d14a632a32d12b94", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22922155, "upload_time": "2018-03-08T07:32:31", "upload_time_iso_8601": "2018-03-08T07:32:31.819371Z", "url": "https://files.pythonhosted.org/packages/d7/81/42eefd6209912bc38e632fbccded41f282d42b4f251148a57b42b3947270/sonicparanoid-1.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "0e5b0a7aa89e1bbc16d2120a53120569", "sha256": "28cdbc2a4f69eeb4e3dc7d7bee91c8f86fc434baa40e37a361aec6b420c8ae2b" }, "downloads": -1, "filename": "sonicparanoid-1.0.8-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "0e5b0a7aa89e1bbc16d2120a53120569", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.4, <3.7", "size": 22860858, "upload_time": "2018-05-10T00:58:10", "upload_time_iso_8601": "2018-05-10T00:58:10.784500Z", "url": "https://files.pythonhosted.org/packages/0b/24/a6e31306dc08205ee50af7da2a3011cb016a11fee290f8b2449f3b77e3a1/sonicparanoid-1.0.8-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "727d5011f5cc87b83557d3f31f289e03", "sha256": "39885d08f9d1a14b6391e9fd5c41a28425879bf98c4916e84edfd924fc92cf5b" }, "downloads": -1, "filename": "sonicparanoid-1.0.8.tar.gz", "has_sig": true, "md5_digest": "727d5011f5cc87b83557d3f31f289e03", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4, <3.7", "size": 22838314, "upload_time": "2018-05-10T00:58:40", "upload_time_iso_8601": "2018-05-10T00:58:40.747426Z", "url": "https://files.pythonhosted.org/packages/66/ba/ee3f9ab72986687df3ba190eeb9ef7b31c1821948ff12e9d978f239781bb/sonicparanoid-1.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "5f6607bf770f578eda83845d9f9a3a77", "sha256": "749985b483b4d4ef4b92548894e0837d401ae75c641bc6abf645cd9e880d087d" }, "downloads": -1, "filename": "sonicparanoid-1.0.9-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "5f6607bf770f578eda83845d9f9a3a77", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5, <3.7", "size": 22860921, "upload_time": "2018-05-10T07:57:30", "upload_time_iso_8601": "2018-05-10T07:57:30.845692Z", "url": "https://files.pythonhosted.org/packages/3f/4c/366b24d830dbbccdd22aea8903f68acbb3d0e5d5518bfe569bf51b607bf8/sonicparanoid-1.0.9-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a29ea7a8f237eb0bd15481794bd4046b", "sha256": "e68a414792b4b7840cc152e6628f45eefee7c313a90cd4cd8705e0e0beb8b0ba" }, "downloads": -1, "filename": "sonicparanoid-1.0.9.tar.gz", "has_sig": true, "md5_digest": "a29ea7a8f237eb0bd15481794bd4046b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.7", "size": 22838440, "upload_time": "2018-05-10T07:58:08", "upload_time_iso_8601": "2018-05-10T07:58:08.002590Z", "url": "https://files.pythonhosted.org/packages/91/62/741f4ffce195f3079dcf9de4bf019d0c8bfddeb0f81c3cddb2676eaf6210/sonicparanoid-1.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "ea30dc4ddbacd1c0f2c0cda2ade6e82a", "sha256": "91468085a4a54b5065978f8875e221511daac7ee644aba45b3e1a17b57e2d2c1" }, "downloads": -1, "filename": "sonicparanoid-1.1.1-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": true, "md5_digest": "ea30dc4ddbacd1c0f2c0cda2ade6e82a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5, <3.8", "size": 23490262, "upload_time": "2019-01-24T09:13:16", "upload_time_iso_8601": "2019-01-24T09:13:16.990314Z", "url": "https://files.pythonhosted.org/packages/90/1e/5b4167f43a84000d0c60737c4220a78ebbbe395c205433c3734d984fc98a/sonicparanoid-1.1.1-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8e422c4cd81ed5976e0a3754c4f0404c", "sha256": "10bfb30914d32f7f9f74bf372b5d4e7fa04d15e8838b55c021fa3b8a246a4641" }, "downloads": -1, "filename": "sonicparanoid-1.1.1.tar.gz", "has_sig": true, "md5_digest": "8e422c4cd81ed5976e0a3754c4f0404c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.8", "size": 23285649, "upload_time": "2019-01-24T09:11:40", "upload_time_iso_8601": "2019-01-24T09:11:40.390794Z", "url": "https://files.pythonhosted.org/packages/c8/fb/73a10523dfd034c3f6cb91c819dea2034b6d7c1a98318c474486557615e9/sonicparanoid-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "1b1de974821663551951982d32ec7bf9", "sha256": "6ed7dddfa5ae39017f9c4606a59faaed916ba466f00a84a4c81aed46ac4c3046" }, "downloads": -1, "filename": "sonicparanoid-1.2.0-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": true, "md5_digest": "1b1de974821663551951982d32ec7bf9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5, <3.8", "size": 26555189, "upload_time": "2019-04-26T05:56:42", "upload_time_iso_8601": "2019-04-26T05:56:42.282848Z", "url": "https://files.pythonhosted.org/packages/77/bd/5391f1f863827aaebeeba0144c6cabb7c3dc581cd7b9401333523adcd090/sonicparanoid-1.2.0-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "38c4e5ae4a25903447304d3dcbf61021", "sha256": "6bd9abe120390edf3251b2a92b49261f8850812bd256be29b96449fa8cf81961" }, "downloads": -1, "filename": "sonicparanoid-1.2.0.tar.gz", "has_sig": true, "md5_digest": "38c4e5ae4a25903447304d3dcbf61021", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.8", "size": 26023483, "upload_time": "2019-04-26T05:56:20", "upload_time_iso_8601": "2019-04-26T05:56:20.698858Z", "url": "https://files.pythonhosted.org/packages/68/a9/ddfb8a60d38862b125c3211e37b1756de9168254caba726ee40471d64ff7/sonicparanoid-1.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "5daebacac3e769cbccb9df9bdb4a2540", "sha256": "c994bdf74f93aea4ded66e496909b1222860cb46ccf52480cff0fe5eb8607403" }, "downloads": -1, "filename": "sonicparanoid-1.2.1-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": true, "md5_digest": "5daebacac3e769cbccb9df9bdb4a2540", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5, <3.8", "size": 26553113, "upload_time": "2019-05-10T02:31:57", "upload_time_iso_8601": "2019-05-10T02:31:57.373075Z", "url": "https://files.pythonhosted.org/packages/1a/cf/0efbbc0336e43e565dbc701498bd4a3bcb6211c8236820478389207b1717/sonicparanoid-1.2.1-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0266070bda14d578c9360469074b2def", "sha256": "3eab7fa1599f2b5e356940ffcdbbfac91fa8f14926bad825c0eebfa1f8da8159" }, "downloads": -1, "filename": "sonicparanoid-1.2.1.tar.gz", "has_sig": true, "md5_digest": "0266070bda14d578c9360469074b2def", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.8", "size": 26023649, "upload_time": "2019-05-10T02:31:36", "upload_time_iso_8601": "2019-05-10T02:31:36.599440Z", "url": "https://files.pythonhosted.org/packages/23/f5/896843d632edb5ecd58311a75f1240cee64eb6703525f87d2be6d81356aa/sonicparanoid-1.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "a46b30150e93885797485bc2c7620465", "sha256": "ed6a76e26228a001511f90e10d904575a6452510f3dacd503c19ba5903cae8bb" }, "downloads": -1, "filename": "sonicparanoid-1.2.2-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": true, "md5_digest": "a46b30150e93885797485bc2c7620465", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5, <3.8", "size": 24726631, "upload_time": "2019-05-13T01:45:47", "upload_time_iso_8601": "2019-05-13T01:45:47.359248Z", "url": "https://files.pythonhosted.org/packages/be/bd/c0af5322b997dd9e57793c4b558b6c427a13431b876334604b08bce97885/sonicparanoid-1.2.2-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2ac4b75a2742c44eb9f4b310dcfb2fc0", "sha256": "d3d5032f9a6c83964beb36c06aa2f7dcb54299457f109fd3e33d88632b9bb6f2" }, "downloads": -1, "filename": "sonicparanoid-1.2.2.tar.gz", "has_sig": true, "md5_digest": "2ac4b75a2742c44eb9f4b310dcfb2fc0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.8", "size": 24206929, "upload_time": "2019-05-13T01:46:14", "upload_time_iso_8601": "2019-05-13T01:46:14.696699Z", "url": "https://files.pythonhosted.org/packages/89/a7/8d12cb5ee5f4443db9da8d7a7b34becb8b4e947ae9201978ea1d76c18056/sonicparanoid-1.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "2feb18d990c43bb5631a095f4d61c902", "sha256": "d87d31e1ece99f73d04a3183829bae256db5acb3c9f7ac45b97d582234dc6928" }, "downloads": -1, "filename": "sonicparanoid-1.2.3-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": true, "md5_digest": "2feb18d990c43bb5631a095f4d61c902", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.5, <3.8", "size": 24726878, "upload_time": "2019-06-07T01:19:19", "upload_time_iso_8601": "2019-06-07T01:19:19.192198Z", "url": "https://files.pythonhosted.org/packages/2d/68/92200708c2661cebc52d9ecc7fd739d0ee8850ae49089b5c50381283c1eb/sonicparanoid-1.2.3-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e0435e7a5730e7965c13d3ede8426554", "sha256": "0638042df1f5cf08960f6668890acb682c74253336e238a9d448eae1f078eee9" }, "downloads": -1, "filename": "sonicparanoid-1.2.3.tar.gz", "has_sig": true, "md5_digest": "e0435e7a5730e7965c13d3ede8426554", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5, <3.8", "size": 24206833, "upload_time": "2019-06-07T01:18:46", "upload_time_iso_8601": "2019-06-07T01:18:46.851689Z", "url": "https://files.pythonhosted.org/packages/8d/bf/4337a0707bffc0cbf805f6d9580f0ca16a21213725d240b0292e6ea70523/sonicparanoid-1.2.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "c8bc4780068558c2372991e156e37b71", "sha256": "a633084f6db032ca1911a6ff4d947592d7772a31819b4197323dad0c6b4357d5" }, "downloads": -1, "filename": "sonicparanoid-1.2.4-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "c8bc4780068558c2372991e156e37b71", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <=3.8", "size": 26561191, "upload_time": "2019-07-15T03:32:19", "upload_time_iso_8601": "2019-07-15T03:32:19.349995Z", "url": "https://files.pythonhosted.org/packages/0e/bb/464e980dbcbdb33527f4e1f3932c73ba4396842e65971dbdbe9f80df6bb1/sonicparanoid-1.2.4-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d62c175bffd6e0a9cc6db12631a06da", "sha256": "8470ec44c8f8fb31b082d28510d00d6c78013028bceb5d72daf689fd242d5123" }, "downloads": -1, "filename": "sonicparanoid-1.2.4.tar.gz", "has_sig": false, "md5_digest": "1d62c175bffd6e0a9cc6db12631a06da", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <=3.8", "size": 26026816, "upload_time": "2019-07-15T03:31:58", "upload_time_iso_8601": "2019-07-15T03:31:58.138183Z", "url": "https://files.pythonhosted.org/packages/86/8a/e6f53a478265bcd3d71ad09f166a2a8b636354fc8fb7cccb19a19def8a9c/sonicparanoid-1.2.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "bd5355b56b11377972aeda3aee101b5b", "sha256": "ef1735ddecd6e44f742c7f5fe305e78d6d957859676f2a00352e6047c5285cf0" }, "downloads": -1, "filename": "sonicparanoid-1.2.5-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": true, "md5_digest": "bd5355b56b11377972aeda3aee101b5b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <=3.8", "size": 24733722, "upload_time": "2019-08-07T05:59:19", "upload_time_iso_8601": "2019-08-07T05:59:19.035137Z", "url": "https://files.pythonhosted.org/packages/4d/c0/00e3cdcc3b562a388f7857d56097f981b11ea6c046be307fc8233b11aea3/sonicparanoid-1.2.5-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c7aa81655764d747e4cca1a3079be1b3", "sha256": "aa1295c94138049f7b37d3f9238ceacede37685b23e9b71d4381a5b9cadc3e80" }, "downloads": -1, "filename": "sonicparanoid-1.2.5.tar.gz", "has_sig": true, "md5_digest": "c7aa81655764d747e4cca1a3079be1b3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <=3.8", "size": 24209463, "upload_time": "2019-08-07T05:59:48", "upload_time_iso_8601": "2019-08-07T05:59:48.674033Z", "url": "https://files.pythonhosted.org/packages/d4/7a/a5c6f84604638918e275b06bcbb4c6abb9c863ea2a0e57c96a2610eb2fde/sonicparanoid-1.2.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "02399005ed7dec6f4f55db7a1ac213ec", "sha256": "ef8d2df2524f987b87187b37baf056e1f812d665b8cd85bd10a8bf0a357b540c" }, "downloads": -1, "filename": "sonicparanoid-1.2.6-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": true, "md5_digest": "02399005ed7dec6f4f55db7a1ac213ec", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <=3.8", "size": 24734744, "upload_time": "2019-08-26T05:52:40", "upload_time_iso_8601": "2019-08-26T05:52:40.792885Z", "url": "https://files.pythonhosted.org/packages/67/91/f343c87bf4ac096654eace821ff3aa81dfbb16eea21e71b7a81e1e4baced/sonicparanoid-1.2.6-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bcc5c83fe99e8e0cdb6759c7a9b84d4a", "sha256": "bf1c10fbae51add9a6a4084214308236b7765849c7f45ddf76d88e47b5372e15" }, "downloads": -1, "filename": "sonicparanoid-1.2.6.tar.gz", "has_sig": true, "md5_digest": "bcc5c83fe99e8e0cdb6759c7a9b84d4a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <=3.8", "size": 24209823, "upload_time": "2019-08-26T05:52:07", "upload_time_iso_8601": "2019-08-26T05:52:07.602787Z", "url": "https://files.pythonhosted.org/packages/87/cf/4f81046f4e1d181ddedc9d7d1de3e079db8cda4df4d9fde8e26e327c1cf1/sonicparanoid-1.2.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "ece2416aa33c628cb2adf1ea6cd66bbe", "sha256": "3d0cc542254ac38a93bc35762a1e0ac85962ca617bec0114efd756c624e73204" }, "downloads": -1, "filename": "sonicparanoid-1.3.0-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": true, "md5_digest": "ece2416aa33c628cb2adf1ea6cd66bbe", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <=3.8", "size": 37878677, "upload_time": "2019-11-26T09:09:03", "upload_time_iso_8601": "2019-11-26T09:09:03.840815Z", "url": "https://files.pythonhosted.org/packages/65/f6/dbdeaaba6d2e0f99e6f2f521e5550ebff2b065b3493900634a3b25511233/sonicparanoid-1.3.0-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d99bdd88713211102eabbaa704501e16", "sha256": "911343d92c7904588d0b23d7ce3ec5abb243d56757e629ec38efcd3840aaa604" }, "downloads": -1, "filename": "sonicparanoid-1.3.0.tar.gz", "has_sig": true, "md5_digest": "d99bdd88713211102eabbaa704501e16", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <=3.8", "size": 37273877, "upload_time": "2019-11-26T09:10:59", "upload_time_iso_8601": "2019-11-26T09:10:59.032466Z", "url": "https://files.pythonhosted.org/packages/4d/23/e0194e174b34d932244ff77b8911b4095dd1dc36f046cae08877cdd6a35b/sonicparanoid-1.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0b1": [ { "comment_text": "", "digests": { "md5": "376e0f9aed07a82f08bdc8b62d0450ca", "sha256": "7352ecfe0268048051a787d5037c7dbc38f436a92db897eff1eca521ef13d641" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b1-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": true, "md5_digest": "376e0f9aed07a82f08bdc8b62d0450ca", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <=3.8", "size": 37874234, "upload_time": "2019-10-24T08:02:12", "upload_time_iso_8601": "2019-10-24T08:02:12.598213Z", "url": "https://files.pythonhosted.org/packages/b1/04/b92c627c650f108494a5032899382ad78554e9fdee98eac4f238201298e8/sonicparanoid-1.3.0b1-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null } ], "1.3.0b3": [ { "comment_text": "", "digests": { "md5": "0f916399ca710831becc7a2cf626256f", "sha256": "cf96d4f3bae76d45bfc1db3f2150e3a1e0c73868136760730795dd05e2f4e675" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b3-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "0f916399ca710831becc7a2cf626256f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <=3.8", "size": 37874219, "upload_time": "2019-10-28T01:39:39", "upload_time_iso_8601": "2019-10-28T01:39:39.533276Z", "url": "https://files.pythonhosted.org/packages/69/57/21e14471c696ec7db5be7ee34d83f38025a7f39e1e547b6e834b96f7b45e/sonicparanoid-1.3.0b3-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8b16d4c5cb1009027d12422789c03ae8", "sha256": "05f13ea0a21f3b0220653c7cab580125cfac2fe58e5ecb4fed4913e5c31eaabc" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b3.tar.gz", "has_sig": false, "md5_digest": "8b16d4c5cb1009027d12422789c03ae8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <=3.8", "size": 37269699, "upload_time": "2019-10-28T01:41:06", "upload_time_iso_8601": "2019-10-28T01:41:06.090696Z", "url": "https://files.pythonhosted.org/packages/e8/13/5a868e0afecf760a2953baeeb2f4ad68b7e533e9f75b959be40f1b4e3996/sonicparanoid-1.3.0b3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0b4": [ { "comment_text": "", "digests": { "md5": "022692d52ee4ead94e3fc3d6fac1a9d5", "sha256": "70a84c018e4d11be7ab82d12099f9c86fb788dc784a88c61aac2575eddc23527" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b4-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "022692d52ee4ead94e3fc3d6fac1a9d5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <=3.8", "size": 37665803, "upload_time": "2019-11-14T01:58:55", "upload_time_iso_8601": "2019-11-14T01:58:55.054013Z", "url": "https://files.pythonhosted.org/packages/bf/24/566e70bac76975d54dae4fbb5cb2cf8aef0731df4b4210e4c5d74603f205/sonicparanoid-1.3.0b4-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e56fd8dcbac7d3a9464cd135acb2fad8", "sha256": "3fa64aa928ff5a0318b24b89030e0e7f8e912e2e5c95d33dcbe333d986950938" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b4.tar.gz", "has_sig": false, "md5_digest": "e56fd8dcbac7d3a9464cd135acb2fad8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <=3.8", "size": 37057028, "upload_time": "2019-11-14T01:59:23", "upload_time_iso_8601": "2019-11-14T01:59:23.692570Z", "url": "https://files.pythonhosted.org/packages/8d/6a/b8f86bd849fbb60136a8b50f401e49f3dc13243dbf1f4d581e2c02261730/sonicparanoid-1.3.0b4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0b5": [ { "comment_text": "", "digests": { "md5": "1341d2ad1a18427d64fe5abeeb43bf0f", "sha256": "905b2e73fb7c504bca52c6b47ccb6ded29ee83ddfa13c241fe99e23732b8b24e" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b5-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": true, "md5_digest": "1341d2ad1a18427d64fe5abeeb43bf0f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <=3.8", "size": 37877628, "upload_time": "2019-11-12T10:01:36", "upload_time_iso_8601": "2019-11-12T10:01:36.458237Z", "url": "https://files.pythonhosted.org/packages/ca/18/16d009e42af8d4707499339801206e9cd87d3d0e82b8359d30c50bdaff49/sonicparanoid-1.3.0b5-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3700d537a140171232c0c7cc1da2bd5f", "sha256": "f404aca485cc3715081376ca61a72cc9cef3433df1da3f649c58d8c6ee55416a" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b5.tar.gz", "has_sig": true, "md5_digest": "3700d537a140171232c0c7cc1da2bd5f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <=3.8", "size": 37273123, "upload_time": "2019-11-12T10:01:06", "upload_time_iso_8601": "2019-11-12T10:01:06.023325Z", "url": "https://files.pythonhosted.org/packages/b8/9a/63c2fc9f9db56689e5599ed07380a548cc02e70801facf753c6395bc5908/sonicparanoid-1.3.0b5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0b6": [ { "comment_text": "", "digests": { "md5": "ee3c4152a9662e12ad4e0a10a5c3937b", "sha256": "6dd32f923d11bad15d3f76705abdd84611e7c0aca399400313a30d719a921b6b" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b6-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": true, "md5_digest": "ee3c4152a9662e12ad4e0a10a5c3937b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <=3.8", "size": 37877643, "upload_time": "2019-11-14T10:14:11", "upload_time_iso_8601": "2019-11-14T10:14:11.312317Z", "url": "https://files.pythonhosted.org/packages/97/49/4c158f62a4d190d8f3c191f1ccd1239d7f5eb6e2da0dc3a83eb7933ed12c/sonicparanoid-1.3.0b6-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f74d17ccde43bc968bcd14fbcb92bc55", "sha256": "b17f05530fd54482b2d58b365d3e10719775caeb8d7ec913d2ce628c3c76bee5" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b6.tar.gz", "has_sig": true, "md5_digest": "f74d17ccde43bc968bcd14fbcb92bc55", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <=3.8", "size": 37273110, "upload_time": "2019-11-14T10:14:39", "upload_time_iso_8601": "2019-11-14T10:14:39.089125Z", "url": "https://files.pythonhosted.org/packages/bf/e8/b6f39c2173d655c8ad298752679d13fd56bb794bbe76d534b39ab2b5aee1/sonicparanoid-1.3.0b6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0b7": [ { "comment_text": "", "digests": { "md5": "cccd2c6f0372d25def9ce3ef0f512a1c", "sha256": "3364a425472961c3141e385784447ea80b4eb04e11082cb3d3a4c887f0962beb" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b7-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": true, "md5_digest": "cccd2c6f0372d25def9ce3ef0f512a1c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <=3.8", "size": 37878705, "upload_time": "2019-11-26T07:32:24", "upload_time_iso_8601": "2019-11-26T07:32:24.705197Z", "url": "https://files.pythonhosted.org/packages/ce/e2/8c73026d92a1f9bf8c68e00b1cd96adfda11f554b6168f9339721e7374d4/sonicparanoid-1.3.0b7-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d3b2e2206a38803441c815975aec7586", "sha256": "0bdcebffaef6fd3f6f85cc001e3cab188e190db569738b67ec217a5aeabedf1e" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b7.tar.gz", "has_sig": true, "md5_digest": "d3b2e2206a38803441c815975aec7586", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <=3.8", "size": 37273949, "upload_time": "2019-11-26T07:34:40", "upload_time_iso_8601": "2019-11-26T07:34:40.079018Z", "url": "https://files.pythonhosted.org/packages/e2/b6/a43f42e6192ace367af8f6175494381528d0603e31e10c48670b7bf4cda7/sonicparanoid-1.3.0b7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0b8": [ { "comment_text": "", "digests": { "md5": "d37d6db6c45f2f8f4a5f6dc3dc253b2f", "sha256": "4d1b7d34aa998bfc47f31ba7c50e109be842578336eb7653a755cfae2ec8af47" }, "downloads": -1, "filename": "sonicparanoid-1.3.0b8.tar.gz", "has_sig": true, "md5_digest": "d37d6db6c45f2f8f4a5f6dc3dc253b2f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <=3.8", "size": 37273938, "upload_time": "2019-11-26T07:14:57", "upload_time_iso_8601": "2019-11-26T07:14:57.479212Z", "url": "https://files.pythonhosted.org/packages/bd/64/9681dace4ff086dfcdaad52376a68203628115e76221b9dc96d1ba9c855a/sonicparanoid-1.3.0b8.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "217751074a0b33696780bb2dda1eaa5f", "sha256": "7264851512dcf09f30ad26bb7ee4dd0f3229015d94c7b2fb5b0f05ddde029398" }, "downloads": -1, "filename": "sonicparanoid-1.3.2-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "217751074a0b33696780bb2dda1eaa5f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <3.9", "size": 37603466, "upload_time": "2020-04-23T07:40:36", "upload_time_iso_8601": "2020-04-23T07:40:36.460624Z", "url": "https://files.pythonhosted.org/packages/ea/1b/536731f79656df7ca936c4df2c7b5407f451f44b7558f28b3ae5ef625f3a/sonicparanoid-1.3.2-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a45375ef4f36fee35ed611aef8808809", "sha256": "a8a217faf83f577b17182ddf510857d45da18cf0bc8cf93c84ea6528b8830bd5" }, "downloads": -1, "filename": "sonicparanoid-1.3.2.tar.gz", "has_sig": false, "md5_digest": "a45375ef4f36fee35ed611aef8808809", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <3.9", "size": 37046785, "upload_time": "2020-04-23T07:39:58", "upload_time_iso_8601": "2020-04-23T07:39:58.123028Z", "url": "https://files.pythonhosted.org/packages/ca/ef/205cd70ad7846f44198294317e82d74cd65e9ef14144ac96378ff69b3855/sonicparanoid-1.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.4": [ { "comment_text": "", "digests": { "md5": "97d11c5f6bf72ee08f091336b41b0000", "sha256": "7a32c9a16352e474517d58a30e700e65a5dc9aa9fb88a9b82f24e56fad898875" }, "downloads": -1, "filename": "sonicparanoid-1.3.4-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "97d11c5f6bf72ee08f091336b41b0000", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6, <3.9", "size": 40155566, "upload_time": "2020-07-25T10:30:11", "upload_time_iso_8601": "2020-07-25T10:30:11.314324Z", "url": "https://files.pythonhosted.org/packages/0e/18/fa2cd0b02324b5fddb1be9dc44c44e55716f868092ba091bc5e4d8452e84/sonicparanoid-1.3.4-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9c4de21be6f375508a0e89dbffa0178d", "sha256": "fa9a6d9ee07eade04d2292802c1c77b72da31cde62771271f81e51fd05a31ff3" }, "downloads": -1, "filename": "sonicparanoid-1.3.4.tar.gz", "has_sig": false, "md5_digest": "9c4de21be6f375508a0e89dbffa0178d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <3.9", "size": 39607117, "upload_time": "2020-07-25T10:31:04", "upload_time_iso_8601": "2020-07-25T10:31:04.413325Z", "url": "https://files.pythonhosted.org/packages/90/ad/aadec7847f30cd1403e6a6f4c04caebdb3c3837a8641fa0befd59a9f8cbf/sonicparanoid-1.3.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.5": [ { "comment_text": "", "digests": { "md5": "ddd7cfd20bcbd80100532e9334c6a7da", "sha256": "f61a0bb9502c2bcf31f156ecdbf068a90fb93fb08bf67793aee656469bc2c645" }, "downloads": -1, "filename": "sonicparanoid-1.3.5-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "ddd7cfd20bcbd80100532e9334c6a7da", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6, <3.9", "size": 40206032, "upload_time": "2020-12-11T09:30:32", "upload_time_iso_8601": "2020-12-11T09:30:32.631890Z", "url": "https://files.pythonhosted.org/packages/61/34/eaba5899ae00830bac920c282ac5db8ed00e383544a87f6744c85d9cd5b0/sonicparanoid-1.3.5-cp37-cp37m-macosx_10_14_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "aee8aecfcc10c90c5dfdceccc771f28a", "sha256": "6a4f60df05be3d76fe2f03e599d5c01f7c070f802e633d4b36ed2d40932fe07b" }, "downloads": -1, "filename": "sonicparanoid-1.3.5.tar.gz", "has_sig": false, "md5_digest": "aee8aecfcc10c90c5dfdceccc771f28a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <3.9", "size": 39608203, "upload_time": "2020-12-11T09:27:00", "upload_time_iso_8601": "2020-12-11T09:27:00.846397Z", "url": "https://files.pythonhosted.org/packages/6d/c8/9dd6f22c3141828f036b09a12f6af45deff0fded940daf340785c46567bb/sonicparanoid-1.3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.6": [ { "comment_text": "", "digests": { "md5": "0b5ecb6496ebb826e3ab65dfcc05b19f", "sha256": "9c3df190bda3049092a93e9a416033e7e19678a93af42ed1583e878ed9ce6c76" }, "downloads": -1, "filename": "sonicparanoid-1.3.6.tar.gz", "has_sig": false, "md5_digest": "0b5ecb6496ebb826e3ab65dfcc05b19f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <3.10", "size": 80552807, "upload_time": "2021-09-17T08:56:06", "upload_time_iso_8601": "2021-09-17T08:56:06.434353Z", "url": "https://files.pythonhosted.org/packages/2a/70/b80042fdaacdd01eeb1477308d25493ea9dec97edeee7c38837aaee0e1c2/sonicparanoid-1.3.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.7": [ { "comment_text": "", "digests": { "md5": "e1de93a488744671aab4483f6015e8cd", "sha256": "5f61dc0ab7a52eef5c005633002d578d0ec21c444d1cea931039540db9faca26" }, "downloads": -1, "filename": "sonicparanoid-1.3.7.tar.gz", "has_sig": false, "md5_digest": "e1de93a488744671aab4483f6015e8cd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <3.10", "size": 81178422, "upload_time": "2021-11-08T05:05:11", "upload_time_iso_8601": "2021-11-08T05:05:11.847295Z", "url": "https://files.pythonhosted.org/packages/8a/04/a6b45588ea668e76b9b80ff66f2a589c061a211868815c7758810629e6db/sonicparanoid-1.3.7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.8": [ { "comment_text": "", "digests": { "md5": "091a68e1fbd8f90ceeafcd86fe2389fc", "sha256": "9f7b39be1582b7ccc0978368a900d5fd14bd6278208062705aefbbd7679dd26f" }, "downloads": -1, "filename": "sonicparanoid-1.3.8.tar.gz", "has_sig": false, "md5_digest": "091a68e1fbd8f90ceeafcd86fe2389fc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <3.10", "size": 81178771, "upload_time": "2021-11-10T06:09:03", "upload_time_iso_8601": "2021-11-10T06:09:03.120628Z", "url": "https://files.pythonhosted.org/packages/1c/5f/f3efef470b7285f6b5eb66192afbc545bfcddb9b23d3e6cfad8dd3153765/sonicparanoid-1.3.8.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "091a68e1fbd8f90ceeafcd86fe2389fc", "sha256": "9f7b39be1582b7ccc0978368a900d5fd14bd6278208062705aefbbd7679dd26f" }, "downloads": -1, "filename": "sonicparanoid-1.3.8.tar.gz", "has_sig": false, "md5_digest": "091a68e1fbd8f90ceeafcd86fe2389fc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <3.10", "size": 81178771, "upload_time": "2021-11-10T06:09:03", "upload_time_iso_8601": "2021-11-10T06:09:03.120628Z", "url": "https://files.pythonhosted.org/packages/1c/5f/f3efef470b7285f6b5eb66192afbc545bfcddb9b23d3e6cfad8dd3153765/sonicparanoid-1.3.8.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }