{ "info": { "author": "Akis, Christina, Paschalis", "author_email": "pnatsidis@hotmail.com", "bugtrack_url": null, "classifiers": [], "description": "SYNOPSIS\n\n\nPACtool is a program that performs GWAS analysis on control/case data of SNP variants and was implemented using Python 3.\n\n\tPACTOOL Features:\n\t- Allele frequency of each variant for all selected SNPs\n\t- HWE statistic and respective p-value calculation for the unified controls and and cases dataset\n\t- Linkage Disequilibrium evaluation between two selected SNPs (D' and r-squared are calculated)\n\t- Association Test on the provided dataset, with optional generation of manhattan plot and qq-plot\n\t- Information retrieval for selected SNPs, from Ensembl Variant Effect Predictor database.\n\n\tPACtool Limitations:\n\t- Current version of PACtool does not support analysis for variants located on different chromosomes.\n\t Please make sure that all SNPs in your dataset are located on the same chromosome.\n\n-----------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\nINPUT FILES FORMAT\n\nThe input files must be provided in accordance to the HAPGEN2 program, which can be applied on various genomic datasets.\nThe input file consists of rows and columns, where each row represents a SNP, and the columns contain information about the following:\n\nColumn_1: snp_id\n\t - e.g. snp_0\n\t - a unique identifier for each SNP\n\nColumns_2: rs_id\n\t - e.g. rs6054257\n\t - or alternatively the genomic coordinates, with a pefix indicating the chromosome e.g. 20-9150\n\nColumns_3: snp_coordinates based on NCBI build 36\n\t - e.g. 9150\n\nColumn_4: reference allele\n\t - denoted with the nucleotide base\n\t - e.g. C\n\nColumn_5: alternative allele\n\t - denoted with the nucleotide base\n\t - e.g. G\n\nColumn_6 to Last_Column:\n\t - These columns contain the genotype for each sample.\n\t Each sample genotype is represented by 3 columns consisted of '0' and '1' digits, with the positioning of '1' being the indicator of the genotype.\n\t More specifically,\n\t - 1 0 0 ---> ref-ref , homozygous for the reference allele\n\t - 0 1 0 ---> ref-alt , heterozygous\n\t - 0 0 1 ---> alt-alt , homozygous for the alternative allele\n\n-----------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\nOUTPUT FILES FORMAT\n\nThe output files follow the same space separated file format as the input files described above.\n\nThe first column for each SNP in all output files is the snp_id, while the rest of the columns hold the values from the respective statistical tests and analyses.\n\n-----------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\nINSTALLATION-UTILIZATION\n\nPACtool can be downloaded from the following PyPI page:\n\n https://pypi.python.org/pypi/pactool\n\nBy unzipping/untaring the downloaded .tgz file, you can get necessary information on how to execute the program by typing (while being in pactool directory):\n\n python3 pactool.py -h\n\nYou can execute the file pactool.py using python 3, and include all preferred arguments.\nThree of the arguments are required and must be provided every time, or else you will receive an error message.\nPlease be sure to include the following arguments:\n\n -controls_file\t Indicates the input file containing control samples\n -cases_file\t Indicates the input file containing case samples\n -output\t \t Specifies the prefix of each output file\n\nThe following optional arguments can also be included, alongside with a file with snp_codes (one in each line) to perform the corresponding action:\n\n -keep_snps \t Keeps for analysis only the SNPs specified in the provided file.\n -remove_snps\t Removes from following analysis the SNPs specified in the provided file.\n\nThe above actions can be applied to the samples as well (the lines in given file shall be e.g. control_5 or case_10):\n\n -keep_samples Keeps for analysis only the control/case samples specified in the provided file.\n -remove_samples Removes from further analysis the control/case samples specified in the provided file.\n\nAfter performing the keep/remove actions, the following analysis options can be selected:\n\n -allele_frequency Calculates the frequencies of the reference and alternative variants in control samples, case samples as well as their total frequencies.\n Outputs the file 'output'.frequency with 7 columns: snp_code ref_freq_control alt_freq_control ref_freq_cases alt_freq_cases ref_freq_total alt_freq_total\n -hwe, -HWE\t Calculates the Hardy-Weinberg Equilibrium and the corresponding p-value.\n Outputs the file 'output'.hwe with 3 columns: snp_code hwe_statistic p-value\n -ld SNP1 SNP2 Estimates if the two given SNPs are in Linkage Disequilibrium, by calculating the D' and r-squared statistics. SNP1 and SNP2 are required snp_codes.\n \t \t\t Ouputs the file 'output'.ld with 4 colums: snp1_code snp2_code D' r-squared\n -association_test Performs genotypic association test for each SNP and calculates the odds-ratios (r=reference, a=alternative, OR_control_case)\n \t\t\t Outputs the file 'output'.association with 8 columns: snp_code locus ref alt p-value OR_rr_ra OR_rr_aa OR_ra_aa\n -manhattan\t Draws a manhattan plot for the p-values of the association test.\n \t\t\t Can only be used if -association_test argument is given.\n -qqplot\t\t Draws a qq-plot for the p-values of the association test.\n \t\t\t Can only be used of -association_test argument is given\n -get_info SNP\t Retrieves information about variant with snp_code SNP. Prints a json format output with all information obtained from VEP database of Ensembl.\n\n-----------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\nTESTING\n\nPACtool was built around and tested using the following files:\n\ngwas.controls.gen\ngwas.cases.gen\n\nwhich can be download from the following link:\n\nhttps://s3.eu-central-1.amazonaws.com/pythonprojectgwas/gwas.tar.gz\n\nCredits to the creation of this artificial dataset goes to the team running 'BIO-102 Introduction to Programming' course of MSc Bioinformatics, UoCrete, Heraklion.\n\n------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\nCONTRIBUTORS\n\nAuthors of PACtool are:\n\nChristina Chatzipantsiou\t(chatzipantsiou@gmail.com)\nPanayiotis Linardos\t\t(mondestrasz@gmail.com)\nPaschalis Natsidis\t\t(pnatsidis@hotmail.com)\n\nFor any bug report, contribution or general comment please contact any of the authors using the provided e-mail addresses.\n\n-------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n\nLICENSE\n\nPACtool lies under MIT license described in this link:\n\nhttps://opensource.org/license/MIT\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pnatsi/PACtool", "keywords": "project python linux gwas bioinfo-grad", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "PACtool", "package_url": "https://pypi.org/project/PACtool/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PACtool/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pnatsi/PACtool" }, "release_url": "https://pypi.org/project/PACtool/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "This is our little project for GWAS", "version": "1.1.1" }, "last_serial": 2669561, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "74b89c06e6f2e7628528e52b89c15386", "sha256": "7bc81360ed1c11577f627a33508c10b5696488172d2145f3a8f7280edd93dcfb" }, "downloads": -1, "filename": "PACtool-1.0.0.tar.gz", "has_sig": false, "md5_digest": "74b89c06e6f2e7628528e52b89c15386", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8909, "upload_time": "2017-02-14T21:33:46", "url": "https://files.pythonhosted.org/packages/02/e7/8d60cc95719314c4a60655127c48e1ecea38154e3bfbd3c70b5104a8eaed/PACtool-1.0.0.tar.gz" } ], "1.0.0a": [ { "comment_text": "", "digests": { "md5": "801907ccf1e3cb2c8b754a3e35b9102f", "sha256": "b61881b92f2ead06df65a67bb182e6c32a319e637b83d9af50a72abc19d369ac" }, "downloads": -1, "filename": "PACtool-1.0.0a.tar.gz", "has_sig": false, "md5_digest": "801907ccf1e3cb2c8b754a3e35b9102f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8931, "upload_time": "2017-02-14T22:41:23", "url": "https://files.pythonhosted.org/packages/20/c5/37e882d4db57e05ba371c9e132a08f39ebe42038570ab6ef560009ca14b3/PACtool-1.0.0a.tar.gz" } ], "1.0.0b": [ { "comment_text": "", "digests": { "md5": "84a6eea11fadcd6244777a6d532d39f2", "sha256": "4c96893a661bc4846b3e9ce4e274f81bbceed562473a0d713bc22e24645a1eed" }, "downloads": -1, "filename": "PACtool-1.0.0b.tar.gz", "has_sig": false, "md5_digest": "84a6eea11fadcd6244777a6d532d39f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8946, "upload_time": "2017-02-14T22:42:13", "url": "https://files.pythonhosted.org/packages/72/3d/74c88353a9cdf032235a877d6a54a3fbb31d831833056ed972a9f7680e5d/PACtool-1.0.0b.tar.gz" } ], "1.0.0c": [ { "comment_text": "", "digests": { "md5": "c005ec8099f8ea7ee0fdb15d1a6d001f", "sha256": "1a8235995853ac6d3238eacdc54da85087a62609fcf4574a11fa94fe5d6910e2" }, "downloads": -1, "filename": "PACtool-1.0.0c.tar.gz", "has_sig": false, "md5_digest": "c005ec8099f8ea7ee0fdb15d1a6d001f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8954, "upload_time": "2017-02-14T23:28:55", "url": "https://files.pythonhosted.org/packages/ae/65/4299101c3b3ba22ea6830ad396c43ae462d74e2d36608aebbce5513ce054/PACtool-1.0.0c.tar.gz" } ], "1.0.1a": [ { "comment_text": "", "digests": { "md5": "08cacd0dd0256ced0ea016c30c6fdfdd", "sha256": "31a414d2678bb8e4b2a9a1bf5951f20b33a6e081605f57c72a8d1e008d44aec1" }, "downloads": -1, "filename": "PACtool-1.0.1a.tar.gz", "has_sig": false, "md5_digest": "08cacd0dd0256ced0ea016c30c6fdfdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9047, "upload_time": "2017-02-16T12:38:39", "url": "https://files.pythonhosted.org/packages/37/10/f82486ecc1ee93fbb16935906a4c6c881eef713c7c98c6cd81aa9d931f47/PACtool-1.0.1a.tar.gz" } ], "1.0.1b": [ { "comment_text": "", "digests": { "md5": "f9705d6a4b9819ec9c12865077ec9ff2", "sha256": "edf3e070ad08fe19a38d23d52f0778c72d922f3d18fabe3697bf44ff87e06ccb" }, "downloads": -1, "filename": "PACtool-1.0.1b.tar.gz", "has_sig": false, "md5_digest": "f9705d6a4b9819ec9c12865077ec9ff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9035, "upload_time": "2017-02-16T12:48:00", "url": "https://files.pythonhosted.org/packages/5d/09/b567709eb765a482816d4e18f6806887317945e0099379c14ec9859301cc/PACtool-1.0.1b.tar.gz" } ], "1.0.1c": [ { "comment_text": "", "digests": { "md5": "5ffb8451b2a913ba82c80bf83d257095", "sha256": "e3e61c2103ac666b3ed0a5f4d9fb72622d2f388e9f11e89987834edb421bed11" }, "downloads": -1, "filename": "PACtool-1.0.1c.tar.gz", "has_sig": false, "md5_digest": "5ffb8451b2a913ba82c80bf83d257095", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9027, "upload_time": "2017-02-16T12:49:12", "url": "https://files.pythonhosted.org/packages/da/97/5097eecdf6a7f0f769292b4db0b76f6d5325e814c33f8b2283ab12dc467b/PACtool-1.0.1c.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "7ffce454ce8f6ab381874c3000cf52ab", "sha256": "f6cb943b98a03a916d6551fb0a4e3ad3b4429fcf3ca165ce664f36214bf85ba1" }, "downloads": -1, "filename": "PACtool-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7ffce454ce8f6ab381874c3000cf52ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8998, "upload_time": "2017-02-18T21:51:56", "url": "https://files.pythonhosted.org/packages/1b/d5/1778b08d37562e99603379d27e66baf0ea4f53a5d4498dd224be99a729f1/PACtool-1.0.2.tar.gz" } ], "1.0.2a": [ { "comment_text": "", "digests": { "md5": "bfbc86bc355c7e1ecda351c0db7e46c3", "sha256": "f364a7183478f117818a1cbacc50a27a67c0262799c1a1b7377bd5e680cc34e4" }, "downloads": -1, "filename": "PACtool-1.0.2a.tar.gz", "has_sig": false, "md5_digest": "bfbc86bc355c7e1ecda351c0db7e46c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9031, "upload_time": "2017-02-19T19:02:57", "url": "https://files.pythonhosted.org/packages/7d/68/a2a4d81212d753ebe18dfbb82b1b322a8dedbca2c79205c05fc99faf340c/PACtool-1.0.2a.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "bb1cf91186bf098cc86265d37fd30671", "sha256": "f6a5515738e7e97407aa6a7b51d266094220785e39b335e8341896b353b2f7ff" }, "downloads": -1, "filename": "PACtool-1.0.3.tar.gz", "has_sig": false, "md5_digest": "bb1cf91186bf098cc86265d37fd30671", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13889, "upload_time": "2017-02-21T19:18:44", "url": "https://files.pythonhosted.org/packages/cb/0b/5b68304479e8f9ac8b3cf489509c44bbeefe37b7fdb81dff09d962441e79/PACtool-1.0.3.tar.gz" } ], "1.0.3a": [ { "comment_text": "", "digests": { "md5": "4b0eaeb08e62d0bbd035d4eb067d502d", "sha256": "a43fe836de44e56e4edb7dd6bca4d1895d279b2281ef4f372baef5585449027e" }, "downloads": -1, "filename": "PACtool-1.0.3a.tar.gz", "has_sig": false, "md5_digest": "4b0eaeb08e62d0bbd035d4eb067d502d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11123, "upload_time": "2017-02-21T19:20:14", "url": "https://files.pythonhosted.org/packages/cd/e9/6a937dffd4191385e12185afccdd3549c7eeed380a27303a4747ff43b524/PACtool-1.0.3a.tar.gz" } ], "1.0.3b": [ { "comment_text": "", "digests": { "md5": "28161f77d90c623cbd92998509d4dcbf", "sha256": "204c936aefc3c853b7369cb8404372b72aa07f171d70e4b779c9a8ef63f5ec41" }, "downloads": -1, "filename": "PACtool-1.0.3b.tar.gz", "has_sig": false, "md5_digest": "28161f77d90c623cbd92998509d4dcbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11126, "upload_time": "2017-02-21T20:28:40", "url": "https://files.pythonhosted.org/packages/4f/e5/e2443bc84bc8fc1ac56ec5b551e6b19b814d27cf55a22f55d4fb939c0833/PACtool-1.0.3b.tar.gz" } ], "1.0.3c": [ { "comment_text": "", "digests": { "md5": "7c4eb4429b18a285ebb50ffb77d583a2", "sha256": "d198969505df29e45b61d551c386852c2bc65248ce69b950ec037288c7ea420f" }, "downloads": -1, "filename": "PACtool-1.0.3c.tar.gz", "has_sig": false, "md5_digest": "7c4eb4429b18a285ebb50ffb77d583a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11123, "upload_time": "2017-02-21T20:57:24", "url": "https://files.pythonhosted.org/packages/48/27/0de6c00b9d29d4d7b5ea61603d18fb761c097161d56d22fd019e329c33ac/PACtool-1.0.3c.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "ee387fbd514ec3bea7059ce48c672d36", "sha256": "34fe74cdbc9fad3da122fb0379b4d18649923ac410aca083ca6b112082056756" }, "downloads": -1, "filename": "PACtool-1.0.4.tar.gz", "has_sig": false, "md5_digest": "ee387fbd514ec3bea7059ce48c672d36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11142, "upload_time": "2017-02-21T21:03:25", "url": "https://files.pythonhosted.org/packages/7d/6c/cd55d2985c71f817f006696ad206d6a5f4566e82d34626e393917d73c5fb/PACtool-1.0.4.tar.gz" } ], "1.0.4a": [ { "comment_text": "", "digests": { "md5": "d5a6114a4d29b5ab396166e3f8a3bfad", "sha256": "998ed37d1500153f0aa84dc1af9639e2c5499425a6e35f86de6109eeab47a98f" }, "downloads": -1, "filename": "PACtool-1.0.4a.tar.gz", "has_sig": false, "md5_digest": "d5a6114a4d29b5ab396166e3f8a3bfad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11135, "upload_time": "2017-02-21T21:07:59", "url": "https://files.pythonhosted.org/packages/4f/e9/710f40e5d0ab436cd2959e092b78ac800429228d9af4e5624235c2619bf4/PACtool-1.0.4a.tar.gz" } ], "1.0.4b": [ { "comment_text": "", "digests": { "md5": "800de4451bf93d98c4491a7430ccac9e", "sha256": "cbc223c7a251314d75c2457d244c02bc0e42a100049c8ab30d17dd9135c0aaa3" }, "downloads": -1, "filename": "PACtool-1.0.4b.tar.gz", "has_sig": false, "md5_digest": "800de4451bf93d98c4491a7430ccac9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11211, "upload_time": "2017-02-21T21:17:35", "url": "https://files.pythonhosted.org/packages/1a/65/1e4e6b8131f33974ae8b6fd45c99f6e8c8e79ee49679500d8abf9114774c/PACtool-1.0.4b.tar.gz" } ], "1.0.4c": [ { "comment_text": "", "digests": { "md5": "6dcf6ea76b2960b778b3a74dbdaae520", "sha256": "eaf14216d37e13a7811c302731645cf927c51fb7cff589a50d4f3337954ec6b5" }, "downloads": -1, "filename": "PACtool-1.0.4c.tar.gz", "has_sig": false, "md5_digest": "6dcf6ea76b2960b778b3a74dbdaae520", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11210, "upload_time": "2017-02-21T21:19:56", "url": "https://files.pythonhosted.org/packages/05/81/68f6f5946535bf4f6c4ef691c5148d52e4f7df418b307023813b7359fbdf/PACtool-1.0.4c.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "de58c3a2a4826c75d61763abc9c5986f", "sha256": "f354c0cccbb14f9da0f4f4970c5c40c7dd8647bda6c3b3ed4a2737cce5b388b7" }, "downloads": -1, "filename": "PACtool-1.0.5.tar.gz", "has_sig": false, "md5_digest": "de58c3a2a4826c75d61763abc9c5986f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11197, "upload_time": "2017-02-21T21:38:19", "url": "https://files.pythonhosted.org/packages/4a/00/936752d09c30efa7d6f04ba28a78d398578752b08fa23e78585bd3aac6a5/PACtool-1.0.5.tar.gz" } ], "1.0.5b": [ { "comment_text": "", "digests": { "md5": "9c960caf9b7333cf848550ed63f16056", "sha256": "7c3076137ee7c5c5e09e83857f13f44dba5c50533c48ba59fcf5017be1259f86" }, "downloads": -1, "filename": "PACtool-1.0.5b.tar.gz", "has_sig": false, "md5_digest": "9c960caf9b7333cf848550ed63f16056", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11193, "upload_time": "2017-02-21T21:50:58", "url": "https://files.pythonhosted.org/packages/8f/56/40244e4fd54b11a31551431c09d32f1d773d11fb3cb1aed97d66f97ae257/PACtool-1.0.5b.tar.gz" } ], "1.0.5c": [ { "comment_text": "", "digests": { "md5": "5c39187858d1d177cf13c9722542d03f", "sha256": "1a55b54d13c5b6a92f076c8e3fb89ab0473e355447beb57425ee916baeef0a64" }, "downloads": -1, "filename": "PACtool-1.0.5c.tar.gz", "has_sig": false, "md5_digest": "5c39187858d1d177cf13c9722542d03f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11255, "upload_time": "2017-02-21T21:52:52", "url": "https://files.pythonhosted.org/packages/3b/bf/e3fbeb764764cf8818227f174ce581abff8b9d4ebd1a7642edae4b0b59d1/PACtool-1.0.5c.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "e39231d0b2ef919b3948d82d8d91e74a", "sha256": "48a6c68183321bb03b53e96fd10c6ecc69d6149bc2c4523edbda023a54f04cbb" }, "downloads": -1, "filename": "PACtool-1.0.6.tar.gz", "has_sig": false, "md5_digest": "e39231d0b2ef919b3948d82d8d91e74a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11217, "upload_time": "2017-02-21T21:58:42", "url": "https://files.pythonhosted.org/packages/c8/3e/a7e15d37272bc4b0e93f85001981802cea713f287fff39b296e14e0f09ca/PACtool-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "b72a89f10143f48b2a2bbe1252834ddf", "sha256": "a4a399fa7c321a792db9a9a19942b4d421bb0898a08fd87be590b190e38a614f" }, "downloads": -1, "filename": "PACtool-1.0.7.tar.gz", "has_sig": false, "md5_digest": "b72a89f10143f48b2a2bbe1252834ddf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11101, "upload_time": "2017-02-21T22:08:40", "url": "https://files.pythonhosted.org/packages/e3/49/ee3b0daa32916ea14921177e77e4cca00805902b523e01c46e2ce7384964/PACtool-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "2799253a32d39d0a909b74b00d5cd976", "sha256": "49413b622974eec3d13cb05ca70fcaaa0fae80112fa819b022773e98cbd48da6" }, "downloads": -1, "filename": "PACtool-1.0.8.tar.gz", "has_sig": false, "md5_digest": "2799253a32d39d0a909b74b00d5cd976", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19126, "upload_time": "2017-02-24T13:50:40", "url": "https://files.pythonhosted.org/packages/03/06/32738c8cb431175a21e473b5520c35bcf8658a9b3b752e93ff329aafbe7b/PACtool-1.0.8.tar.gz" } ], "1.0.8a": [ { "comment_text": "", "digests": { "md5": "874588196dea624d6b461b712e66b838", "sha256": "9948e783efe2d98852bf80748524d68ebbeed9b7c0e38126db60d5b4eb58639d" }, "downloads": -1, "filename": "PACtool-1.0.8a.tar.gz", "has_sig": false, "md5_digest": "874588196dea624d6b461b712e66b838", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19131, "upload_time": "2017-02-25T00:29:29", "url": "https://files.pythonhosted.org/packages/8d/dd/eb7a14c1f8def82fe4681fb184b7959f928118325950f19fa31ca3695141/PACtool-1.0.8a.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "b3707807b0766c9f9865c6b8543c96c4", "sha256": "e262fa63cf58863b17a25ed6730271961685f6b6b3a21378d4a43440d6ff8850" }, "downloads": -1, "filename": "PACtool-1.0.9.tar.gz", "has_sig": false, "md5_digest": "b3707807b0766c9f9865c6b8543c96c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19139, "upload_time": "2017-02-25T11:03:19", "url": "https://files.pythonhosted.org/packages/3f/36/e3c189e461d08b2a967de8258bd170d5bcf9f908a1999e3a2d4cb52d90b4/PACtool-1.0.9.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "793773c44fa6a387283023e5e7b0f3de", "sha256": "0c09e43f8d6560ae77e558c9f33d053e26f918825f5d4759db0b75756253e8cc" }, "downloads": -1, "filename": "PACtool-1.1.0.tar.gz", "has_sig": false, "md5_digest": "793773c44fa6a387283023e5e7b0f3de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20356, "upload_time": "2017-02-26T18:46:40", "url": "https://files.pythonhosted.org/packages/76/5c/800d5efae1b5b0c75fb62b1f3318076cd988a1287c532fa40168642a7eee/PACtool-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "3f5011f00c38749f927cb064cfbc728c", "sha256": "d38b62455507106894f72f8ae6bc92de4c2b68d12b89b9b985c9c08249dba1fa" }, "downloads": -1, "filename": "PACtool-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3f5011f00c38749f927cb064cfbc728c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20349, "upload_time": "2017-02-26T21:13:49", "url": "https://files.pythonhosted.org/packages/89/52/c60f3053a6e5397f24883fe6646c35d73cad7d3ac048d4db6cf7cdce07ca/PACtool-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3f5011f00c38749f927cb064cfbc728c", "sha256": "d38b62455507106894f72f8ae6bc92de4c2b68d12b89b9b985c9c08249dba1fa" }, "downloads": -1, "filename": "PACtool-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3f5011f00c38749f927cb064cfbc728c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20349, "upload_time": "2017-02-26T21:13:49", "url": "https://files.pythonhosted.org/packages/89/52/c60f3053a6e5397f24883fe6646c35d73cad7d3ac048d4db6cf7cdce07ca/PACtool-1.1.1.tar.gz" } ] }