{ "info": { "author": "fabrice Lopez,Denis Puthier", "author_email": "denis.puthier@univ-amu.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Documentation :: Sphinx", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "================= =================\nPip package |Pippackage|_\nBioconda package |bioconda|_\nLicense |license|_\nPlatforms |platform|_\nLanguages |lang|_\nBuild status |build|_\nRepository size |size|_\nLatest conda |latestconda|\nDownloads |downloads|_\nCodacy |codacy|_\nContribution |contrib|_\nGithub hits |hits|_\nIssues |issues|_\nCiting |citing|_\nDocumentation |documentation|_\n================= =================\n\n\n.. |codacy| image:: https://api.codacy.com/project/badge/Grade/0a977718b4d44992a794cf5ddef7822e\n.. _codacy: https://www.codacy.com/app/dputhier/pygtftk?utm_source=github.com&utm_medium=referral&utm_content=dputhier/pygtftk&utm_campaign=Badge_Grade\n\n.. |bioconda| image:: https://anaconda.org/bioconda/pygtftk/badges/version.svg\n.. _bioconda: https://anaconda.org/bioconda/pygtftk\n\n.. |license| image:: https://img.shields.io/github/license/dputhier/pygtftk.svg\n.. _license: https://github.com/dputhier/pygtftk\n\n.. |pippackage| image:: https://badge.fury.io/py/pygtftk.svg\n.. _pippackage: https://badge.fury.io/py/pygtftk\n\n.. |contrib| image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg\n.. _contrib: https://github.com/dputhier/pygtftk/blob/master/CONTRIBUTING.rst\n\n.. |build| image:: https://travis-ci.org/dputhier/pygtftk.svg?branch=master\n.. _build: https://travis-ci.org/dputhier/pygtftk\n\n.. |size| image:: https://img.shields.io/github/repo-size/badges/shields.svg\n.. _size: https://travis-ci.org/dputhier/pygtftk\n\n.. |platform| image:: https://anaconda.org/bioconda/pygtftk/badges/platforms.svg\n.. _platform: https://anaconda.org/bioconda/pygtftk\n\n.. |latestconda| image:: https://anaconda.org/bioconda/pygtftk/badges/latest_release_date.svg\n.. _latestconda: https://anaconda.org/bioconda/pygtftk\n\n.. |downloads| image:: https://anaconda.org/bioconda/pygtftk/badges/downloads.svg\n.. _downloads: https://anaconda.org/bioconda/pygtftk\n\n.. |hits| image:: http://hits.dwyl.io/dputhier/pygtftk.svg\n.. _hits: http://hits.dwyl.io/dputhier/pygtftk\n\n.. |reference| image:: https://img.shields.io/reference-yes-green.svg\n.. _reference: http://hits.dwyl.io/dputhier/pygtftk\n\n.. |issues| image:: https://img.shields.io/github/issues-raw/dputhier/pygtftk.svg\n.. _issues: https://github.com/dputhier/pygtftk/issues\n\n.. |citing| image:: https://img.shields.io/badge/pygtftk-https%3A%2F%2Fdoi.org%2F10.1093%2Fbioinformatics%2Fbtz116-blue.svg\n.. _citing: https://doi.org/10.1093/bioinformatics/btz116\n\n.. |documentation| image:: https://img.shields.io/badge/Documentation-https%3A%2F%2Fdputhier.github.io%2Fpygtftk%2F-blue.svg\n.. _documentation: https://dputhier.github.io/pygtftk/\n\n.. |lang| image:: https://img.shields.io/badge/Languages-Python%2C%20C%2C%20Cython%2C%20C++-blue.svg\n.. _lang: https://github.com/dputhier/pygtftk\n\n\nPython GTF toolkit (pygtftk)\n=============================\n\nThe **Python GTF toolkit (pygtftk) package** is intended to ease handling of GTF/GFF2.0 files (Gene Transfer Format). It currently does not support GFF3 file format. The pygtftk package is compatible with Python >=3.5,<3.7 and relies on **libgtftk**, a library of functions **written in C**.\n\nThe package comes with a set of **UNIX commands** that can be accessed through the **gtftk program**. The gtftk program proposes several atomic tools to filter, convert, or extract data from GTF files.\n\nThe newly released command, **OLOGRAM (OverLap Of Genomic Regions Analysis using Monte Carlo)** may be used to compute overlap statistics between user supplied regions (BED format) and annotation derived from :\n\n- Gene centric features enclosed in a GTF (e.g. exons, promoters, terminators\u2026).\n- Regions in a GTFs flagged with built-in keys/values (e.g. check the 'gene_biotype' as provided by ensembl GTFs of the regions in which peaks fall).\n- Same with custom keys/values through the gtftk CLI (e.g. adding a numeric value to a gene and discretizing this value to create gene classes).\n- User supplied BED files.\n\nThe gtftk set of Unix commands can be easily extended using a basic plugin architecture.\n\nAll these aspects are covered in the help sections ; please see the `documentation `_.\n\nWhile the gtftk Unix program comes with hundreds of unitary and functional tests, it is still in active development and may thus suffer from bugs that remain to be discovered. Feel free to post any problem or required enhancement in the issue section of the GitHub repository.\n\n\nDocumentation\n--------------\n\nDocumentation about the latest release is available as a `github page `_.\n\nDocumentation about OLOGRAM (OverLap Of Genomic Regions Analysis using Monte Carlo) can be found in `the 'ologram' section of the documentation `_.\n\n**NB:** The readthedoc version won't be maintained and will be closed in the near future. This choice was motivated by the impossibility to maintain a dynamic documentation (using sphinx/sphinxcontrib-programoutput) given the computing time provided by readthedoc server.\n\n\nSystem requirements\n--------------------\n\nDepending on the **size of the GTF file**, pygtftk and gtftk may require lot of memory to perform selected tasks. A computer with 16Go is recommended in order to be able to pipe several commands when working with human annotations from ensembl release (e.g. 91). When working with a cluster think about reserving sufficient memory.\n\nAt the moment, the gtftk program has been tested on:\n\n - Linux (Ubuntu 12.04 and 18.04)\n - OSX (Yosemite, El Capitan, Mojave).\n\n\nInstallation\n-------------\n\nInstallation through conda package building\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nInstallation through **conda** should be the **preferred install solution**. The pygtftk package and gtftk command line tool require external dependencies with some version constrains.\n\nIf conda is not available on your system, first install miniconda from the official `web site `_ and make sure you have bioconda and conda-forge channels set up in the order below. ::\n\n conda config --add channels defaults\n conda config --add channels bioconda\n conda config --add channels conda-forge\n\nThen you can simply install pygtftk in its own isolated environment and activate it. ::\n\n conda create -n pygtftk -c bioconda pygtftk\n conda activate pygtftk\n\n\nInstallation through setup.py\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nThis is not the preferred way for installation. Choose conda whenever possible. We have observed several issues with dependencies that still need to be fixed. ::\n\n git clone git@github.com:dputhier/pygtftk.git pygtftk\n cd pygtftk\n # Check your Python version (>=3.5,<3.7)\n pip install -r requirements.txt\n python setup.py install\n\n\nInstallation through pip\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n**Prerequisites**\n\n\nAgain, this is not the preferred way for installation. Please choose conda whenever possible. We have observed several issues with dependencies that still need to be fixed.\n\n**Running pip**\n\n\nInstallation through pip can be done as follow. ::\n\n pip install -r requirements.txt\n pip install pygtftk\n # It is important to call gtftk -h\n # to look for plugins and their\n # CLI in ~/.gtftk\n # before going further\n gtftk -h\n\n\n\nTesting\n--------\n\nRunning functional tests\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nA lot of functional tests have been developed to ensure consistency with expected results. This does not rule out that bugs may hide throughout the code... In order to check that installation is functional you may be interested in running functional tests. The definition of all functional tests declared in gtftk commands is accessible using the -p/--plugin-tests argument: ::\n\n gtftk -p\n\n\nTo run the tests, you will need to install `bats (Bash Automated Testing System) `_. Once bats is installed run the following commands: ::\n\n # The tests should be run in the pygtftk git\n # directory because several tests contains references (relative path)\n # to file enclosed in pygtftk/data directory.\n gtftk -p > gtftk_test.bats\n bats gtftk_test.bats\n\n\nNote, alternatively you may directly call the tests using the Makefile. ::\n\n make clean\n make test\n\n\nOr run tests in parallel using: ::\n\n make clean\n make test_para -j 10 # Using 10 cores\n\n\n\nRunning unitary tests\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nSeveral unitary tests have been implemented using doctests. You can run them using nose through the following command line: ::\n\n make nose\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dputhier/pygtftk", "keywords": "genomics bioinformatics GTF BED", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "pygtftk", "package_url": "https://pypi.org/project/pygtftk/", "platform": "", "project_url": "https://pypi.org/project/pygtftk/", "project_urls": { "Homepage": "https://github.com/dputhier/pygtftk", "Source": "https://github.com/dputhier/pygtftk", "Tracker": "https://github.com/dputhier/pygtftk" }, "release_url": "https://pypi.org/project/pygtftk/1.0.9/", "requires_dist": [ "nose", "pyyaml (>=3.12)", "cloudpickle (>=0.5.6)", "ftputil (>=3.3.1)", "pybedtools (>=0.7.8)", "pandas (>=0.23.3)", "requests (>=2.13.0)", "pyBigWig (>=0.3.12)", "cffi (>=1.10.0)", "biopython (>=1.69)", "pyparsing (>=2.2.0)", "GitPython (>=2.1.8)", "pyparsing", "matplotlib (>=3.0.0)", "plotnine (>=0.5.1)", "setuptools", "cython", "mpmath", "pycodestyle (>=2.1.0) ; extra == 'dev'", "sphinx (>=1.5.2) ; extra == 'dev'", "sphinxcontrib-programoutput (>=0.8) ; extra == 'dev'", "sphinx-bootstrap-theme (>=0.4.9) ; extra == 'dev'", "sphinxcontrib-googleanalytics ; extra == 'dev'", "gffutils ; extra == 'gffutils'" ], "requires_python": ">=3.5,<3.7", "summary": "The Python GTF toolkit (pygtftk) package: easy handling of GTF files", "version": "1.0.9" }, "last_serial": 5654904, "releases": { "0.9.10": [ { "comment_text": "", "digests": { "md5": "bd25e4f5c20fd615e337df1cfae2055d", "sha256": "ea7c00613609e9509c724338bda592c5387b71c7c82db850d4b4c2c35f31e0be" }, "downloads": -1, "filename": "pygtftk-0.9.10-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bd25e4f5c20fd615e337df1cfae2055d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 10743155, "upload_time": "2019-01-14T21:17:14", "url": "https://files.pythonhosted.org/packages/3b/47/172c41d8b9df00ee7bbae3a26b03e7afe136516237b0866e9d3ec509c187/pygtftk-0.9.10-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4f0b2e4aa36425f48adebb904d66e105", "sha256": "4817fadb401ea02113ffa8e91db9104a78c7015dad22e3c0e1ab9477e9ef75a8" }, "downloads": -1, "filename": "pygtftk-0.9.10-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "4f0b2e4aa36425f48adebb904d66e105", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 10631704, "upload_time": "2019-01-14T21:06:35", "url": "https://files.pythonhosted.org/packages/0e/01/5fe3cc9cec2b56592a571ca3743241682498ec86887136460716eeea7afa/pygtftk-0.9.10-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fbc48ea67f4301cc6f99434108a740bf", "sha256": "23a51238114d67b246393128131314f345da0ad5e15ca9ff36482b29076f2529" }, "downloads": -1, "filename": "pygtftk-0.9.10-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fbc48ea67f4301cc6f99434108a740bf", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 10743260, "upload_time": "2019-01-14T21:16:55", "url": "https://files.pythonhosted.org/packages/5a/c7/64bd8a47339b8c17700202c1aa1d07b2fd8aa6ce3f0dd09566ac558d8e34/pygtftk-0.9.10-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "dc4d8a6769321c5e64a9836bedd7e138", "sha256": "f8c4f4d38ceecd3a59ecb94a91d2c98e8c6797e8d1cfaa8b17194dafeec2a699" }, "downloads": -1, "filename": "pygtftk-0.9.6-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dc4d8a6769321c5e64a9836bedd7e138", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 10730281, "upload_time": "2018-09-21T16:02:31", "url": "https://files.pythonhosted.org/packages/b0/ab/25432602fedf3cd6e6cb78a1cfb87482ff171595b7d181329f798064a10e/pygtftk-0.9.6-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e4dfc12a5d3f48cf150499f3ae4fa302", "sha256": "4bd20b8c919ec5c61a2d5c75f115eb555882590026f335d1f12f374d973b674f" }, "downloads": -1, "filename": "pygtftk-0.9.6-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e4dfc12a5d3f48cf150499f3ae4fa302", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 10730284, "upload_time": "2018-09-21T16:02:44", "url": "https://files.pythonhosted.org/packages/09/6a/e35602c938e41745bae08a16dec38d64f17c7980963dfd0cc7de4308d99f/pygtftk-0.9.6-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4fa12b92ae24eef90da7605a9a3ad98b", "sha256": "fbecbb6d8c009e95bb6526c8578df2089ba0020ff52c675192cd718460f69f03" }, "downloads": -1, "filename": "pygtftk-0.9.6-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4fa12b92ae24eef90da7605a9a3ad98b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 10731532, "upload_time": "2018-09-21T16:02:49", "url": "https://files.pythonhosted.org/packages/c0/97/a9793d17968d64177e6f59f22abe42fba19319737df80d8a79f08c91f814/pygtftk-0.9.6-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "45bd3e169f8da5f9bfc16b9404ae2a44", "sha256": "5cf3852dddfe272d198d55f380b8bbccfa2b94cd4e07399e9cac7ee1b0355d70" }, "downloads": -1, "filename": "pygtftk-0.9.6-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "45bd3e169f8da5f9bfc16b9404ae2a44", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 10730890, "upload_time": "2018-09-21T16:02:55", "url": "https://files.pythonhosted.org/packages/11/9f/48b0413fbaedd68e0fabc5897782065b1bf6c353884f4e0237c372af0ac5/pygtftk-0.9.6-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "910a5620a9141ef22f1e717301a37990", "sha256": "057f78603cc9279a157a58ced4398cf57920145a2a302a38c6f56cbd6f41550a" }, "downloads": -1, "filename": "pygtftk-0.9.7-cp27-cp27m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "910a5620a9141ef22f1e717301a37990", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 5488483, "upload_time": "2018-09-28T15:37:00", "url": "https://files.pythonhosted.org/packages/2c/ce/420a97e8eaed35ea3e9d776c79b859db9e76a865fc649ada9b5251f02d71/pygtftk-0.9.7-cp27-cp27m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "71ae02ebf5db49104fe0b25702e7e7a5", "sha256": "4325a79388703d37a22922041463e6bae4fcb2ec7dce53388cea0acffe7e6853" }, "downloads": -1, "filename": "pygtftk-0.9.7-cp27-cp27m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "71ae02ebf5db49104fe0b25702e7e7a5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 5593982, "upload_time": "2018-09-28T14:58:54", "url": "https://files.pythonhosted.org/packages/f9/08/99ed4164b556f7726c3a817186ca260b55a622c53c3497eb23cf4a47cc87/pygtftk-0.9.7-cp27-cp27m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fd5520b66d24afe343c83b96f6e5cf6b", "sha256": "5871dc22fccbb28a9e0deb05abe4b48c788b4068ffdbb54faf57592646272fd4" }, "downloads": -1, "filename": "pygtftk-0.9.7-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fd5520b66d24afe343c83b96f6e5cf6b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 5593982, "upload_time": "2018-09-28T14:59:02", "url": "https://files.pythonhosted.org/packages/8c/85/4f9226f00cb0dba76dfab5b9a037e2a67218f5eace280dae42e40890ec27/pygtftk-0.9.7-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "10be5ee915048ed27c4064a925ec30f3", "sha256": "f9d12d5e72992ef4d1b61598dc3b1f6f1bdcf0daf163bb965b0e8086466bb54e" }, "downloads": -1, "filename": "pygtftk-0.9.7-cp35-cp35m-macosx_10_5_x86_64.whl", "has_sig": false, "md5_digest": "10be5ee915048ed27c4064a925ec30f3", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 5490458, "upload_time": "2018-09-28T15:37:07", "url": "https://files.pythonhosted.org/packages/06/ee/cd0067228639bb0a202964d8666d3396773814248aaf56130188235b669d/pygtftk-0.9.7-cp35-cp35m-macosx_10_5_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ca8d53d3a58ef1d215894f3435bad0d4", "sha256": "065e598b9bd25fe0975063176f895b9489e8979369c98f5d9e3baf6965124407" }, "downloads": -1, "filename": "pygtftk-0.9.7-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ca8d53d3a58ef1d215894f3435bad0d4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 5594867, "upload_time": "2018-09-28T14:59:09", "url": "https://files.pythonhosted.org/packages/b1/3f/64b91f6c72a8d9e6f02aac85e9cb7d315905773c5208fe5723cd3f12513f/pygtftk-0.9.7-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8545f11a6d73c89e36e39cdc7e89263f", "sha256": "055a005a60de6a8b963681df220f99ad7348be4cde8447eea976bf2488e40d17" }, "downloads": -1, "filename": "pygtftk-0.9.7-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "8545f11a6d73c89e36e39cdc7e89263f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 5488962, "upload_time": "2018-09-28T15:37:15", "url": "https://files.pythonhosted.org/packages/9b/08/35974e0b8515f06dd3da6665e1c70231b6d8c1d415e2bae7dccceed8d60a/pygtftk-0.9.7-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "01e83838a2fc99b94d9ac2943e2e50f0", "sha256": "b411b2acf9b7ac174f86c5482bbc0f473e6d57ed50311549a564bd06f8b37caa" }, "downloads": -1, "filename": "pygtftk-0.9.7-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "01e83838a2fc99b94d9ac2943e2e50f0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.7", "size": 7412266, "upload_time": "2018-09-28T14:59:17", "url": "https://files.pythonhosted.org/packages/e5/9c/79ba0eef6eaf04896a77f0ff81d8ad68b0e1ca3db248a8b4fbd9f7f6745f/pygtftk-0.9.7-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "2c8abf08147fd7154a6e9574dc7e39b2", "sha256": "94a9e0db2a0e1a78c172f223d6741d396a3cdce2a88f3a8c7acec60e47c1291f" }, "downloads": -1, "filename": "pygtftk-0.9.8-cp35-cp35m-macosx_10_5_x86_64.whl", "has_sig": false, "md5_digest": "2c8abf08147fd7154a6e9574dc7e39b2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 12460612, "upload_time": "2018-10-23T21:23:50", "url": "https://files.pythonhosted.org/packages/a2/f7/4050bada0a2f5ce9d7ccd85a9d44f069a4fe42392c565cbd50c52a7f58b3/pygtftk-0.9.8-cp35-cp35m-macosx_10_5_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a315adfb94a5356cc63cbbcbd329fba0", "sha256": "13ccb812f18ffa790ac83da8b0730e10daa6ec26ad4c223e1c9dcb6efd4d4d88" }, "downloads": -1, "filename": "pygtftk-0.9.8-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a315adfb94a5356cc63cbbcbd329fba0", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 7540016, "upload_time": "2018-10-23T21:14:38", "url": "https://files.pythonhosted.org/packages/77/a9/e06e05d0b10c67a2422481103a4190fe4195b7d0f56e54795254482f894b/pygtftk-0.9.8-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4e8da2b7da80c045c16d24c03e1544a2", "sha256": "6731bc86e39199b563008e651fe47130a1ca190d16fca950139122f0e3aea613" }, "downloads": -1, "filename": "pygtftk-0.9.8-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "4e8da2b7da80c045c16d24c03e1544a2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 12460009, "upload_time": "2018-10-23T21:24:01", "url": "https://files.pythonhosted.org/packages/61/77/531ecfab93183132bb3c0a449ce97c83218c8c7ff9b48e36473b37caf912/pygtftk-0.9.8-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b1f3c733c5278d334bc3726cfa234f90", "sha256": "c1d7062b675bfa3177fad0392c15d717bea8142ef308706c255df297959fe631" }, "downloads": -1, "filename": "pygtftk-0.9.8-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "b1f3c733c5278d334bc3726cfa234f90", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 7539717, "upload_time": "2018-10-23T21:14:45", "url": "https://files.pythonhosted.org/packages/52/1a/46416b0f03e7d8ac86518fd801f7895bd88dd3889972019ece5b13b0e6c8/pygtftk-0.9.8-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "eecc7dad69b9e94efdd1f7f5bc185208", "sha256": "9ab2b5bf5d72e5db9ab5cf4dece8240663d9191fa24be7af2a876817f21eaa27" }, "downloads": -1, "filename": "pygtftk-0.9.9-cp35-cp35m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "eecc7dad69b9e94efdd1f7f5bc185208", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 10633716, "upload_time": "2018-11-30T12:20:27", "url": "https://files.pythonhosted.org/packages/20/b4/8489875b98f55ad631617576a6ee3421931413cc045569e306ab8c479e75/pygtftk-0.9.9-cp35-cp35m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "136c3f1f34894c983aa8c05022c5998d", "sha256": "81c6ebaa0e285c22d835eca6b4307181f66878a4fbff3eb933a25a2c1eafe49a" }, "downloads": -1, "filename": "pygtftk-0.9.9-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "136c3f1f34894c983aa8c05022c5998d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 10738841, "upload_time": "2018-11-29T13:52:21", "url": "https://files.pythonhosted.org/packages/75/e1/bcf598750a21b0e9627a7abc0346332168e4bcd0009f464336ee6f39eea4/pygtftk-0.9.9-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ea9b41bc219a6815d5d269a0830ff3c7", "sha256": "d07a2a62af6e3114ddd8e6ba59e6e83652cbaae31ff143015e39070242d42d5c" }, "downloads": -1, "filename": "pygtftk-0.9.9-cp36-cp36m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "ea9b41bc219a6815d5d269a0830ff3c7", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 10633715, "upload_time": "2018-11-30T12:20:52", "url": "https://files.pythonhosted.org/packages/ca/20/0ad61a7c08d88b64291ce5612f9c12bdd16774e8ddb2a0c0c50199a7cf48/pygtftk-0.9.9-cp36-cp36m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "299450879208c5d1ef77019d59ec61ff", "sha256": "b62e0400a93e865086292393724919412b47f92a056938dc6679f88d04a9e236" }, "downloads": -1, "filename": "pygtftk-0.9.9-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "299450879208c5d1ef77019d59ec61ff", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 10738600, "upload_time": "2018-11-29T13:53:29", "url": "https://files.pythonhosted.org/packages/d3/30/85049bb131e34373e70ec0fa9f0297cb25027614b3d2b9b5deb480ab2ccd/pygtftk-0.9.9-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "2f1aadeb4447e2b1f9417e13b9c3cdbf", "sha256": "6833e69f03adcbdc30a608047b32040f95efb7ff692eb1ea281d10d71f0873f0" }, "downloads": -1, "filename": "pygtftk-1.0.0-cp35-cp35m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "2f1aadeb4447e2b1f9417e13b9c3cdbf", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 16150460, "upload_time": "2019-03-19T11:17:24", "url": "https://files.pythonhosted.org/packages/0c/82/d2fa7d38c3973267feee62f392d0d5fc0f6393d12ffaf66a0aea1c852d51/pygtftk-1.0.0-cp35-cp35m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "da0413f399a81d9c5e8b83079b4d15e2", "sha256": "dc885e5094db19e3f0c30f213f4f1bba198f946a0d2c27e9a51c53cae35e5692" }, "downloads": -1, "filename": "pygtftk-1.0.0-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "da0413f399a81d9c5e8b83079b4d15e2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 11202985, "upload_time": "2019-03-19T11:16:18", "url": "https://files.pythonhosted.org/packages/b8/e8/fefc6c123561c5137a1e9f6dfff235a77fcff523f98dfcc38f6ff2c1b81e/pygtftk-1.0.0-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "24c4be62ca37c22b6efe3b3f49d4703f", "sha256": "39554ca4893affccfca2122329c64f5596797f972674a827cdde6bdf32fb4641" }, "downloads": -1, "filename": "pygtftk-1.0.0-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "24c4be62ca37c22b6efe3b3f49d4703f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 16153360, "upload_time": "2019-03-19T11:17:56", "url": "https://files.pythonhosted.org/packages/b0/dc/b12671ae0eab2a1a9118def643d4e8da6d6a2bcda3326ef3a74eec326a42/pygtftk-1.0.0-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e7105592eb54623b38bc6dc387684f2c", "sha256": "a4018a6de1b6599228c87c7a66c3363f92266aaa053e6263e820048835b07ee1" }, "downloads": -1, "filename": "pygtftk-1.0.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e7105592eb54623b38bc6dc387684f2c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 11215901, "upload_time": "2019-03-19T11:16:52", "url": "https://files.pythonhosted.org/packages/5e/c0/c6a9288badd001dd251065c831c923574676261db1dcf08cfe339385ff7c/pygtftk-1.0.0-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "43d3a27300bb3605768d9f60268afb85", "sha256": "5eefdf6937fc32e74fac3ea4e20134e701f265dd3b7e593ad2971ff88f49a90c" }, "downloads": -1, "filename": "pygtftk-1.0.1-cp35-cp35m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "43d3a27300bb3605768d9f60268afb85", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 10973863, "upload_time": "2019-03-19T14:41:46", "url": "https://files.pythonhosted.org/packages/b7/b7/2eed71c1e078fcab5a947b54ee282a904d3dda8a3db236f3973b9a654908/pygtftk-1.0.1-cp35-cp35m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "59188c84c3393141076a6fb8b0282a30", "sha256": "97d8f37d63109bb54871d9b8213d1dd4b7063a54dbdf5dad70b373e54224c44f" }, "downloads": -1, "filename": "pygtftk-1.0.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "59188c84c3393141076a6fb8b0282a30", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 11202822, "upload_time": "2019-03-19T14:40:40", "url": "https://files.pythonhosted.org/packages/ce/40/72c4714e1dc174ef30944f4ca6db5f72aef36161004d0cf4b63ca495c378/pygtftk-1.0.1-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b52e48fadb4a9686f4194e9e25112189", "sha256": "ea5078d0d6e71c35b76b3fedfbe0cd280bcefdd3f90e6023a58d4f606fe9127d" }, "downloads": -1, "filename": "pygtftk-1.0.1-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "b52e48fadb4a9686f4194e9e25112189", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 10976777, "upload_time": "2019-03-19T14:41:26", "url": "https://files.pythonhosted.org/packages/a2/e8/03f112902ea18633ab52f856ae43cb8c3ea2c8dc77be2fc0948b21120a1e/pygtftk-1.0.1-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "60cf4ec9aca42e68a48a449b96793041", "sha256": "20fcb1d6a5414995db5fb10e13e73be7783d7453f497ec35fd6b40f2f43cb1ae" }, "downloads": -1, "filename": "pygtftk-1.0.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "60cf4ec9aca42e68a48a449b96793041", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 11215993, "upload_time": "2019-03-19T14:41:03", "url": "https://files.pythonhosted.org/packages/fe/33/f0f96330e03e19681f6068d0eb414e06aa6110fc9b3b1256d05b5857ae4d/pygtftk-1.0.1-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "4ddf8387cb5629ab6feebb89e4a13e11", "sha256": "c9a2e72d1f01a284082dcc3e382aee756d25ad90830ab21c7ec4ba30475259c5" }, "downloads": -1, "filename": "pygtftk-1.0.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "4ddf8387cb5629ab6feebb89e4a13e11", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 20895426, "upload_time": "2019-03-22T16:30:16", "url": "https://files.pythonhosted.org/packages/cf/22/86c44af0e924ae8f77b9cccf89a92f20b0bbc36aff1b698a8b6e79677d39/pygtftk-1.0.2-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a072a66ba1113b36f726356b3421fbc8", "sha256": "4dd19e408870d62e6de8e15f8534265a3dc4bfbacadaafca2892233e42f6601e" }, "downloads": -1, "filename": "pygtftk-1.0.2-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "a072a66ba1113b36f726356b3421fbc8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 20669534, "upload_time": "2019-03-22T16:24:31", "url": "https://files.pythonhosted.org/packages/03/ca/d15ee615e88dc02e6243d8cb2b9785f9fb4f04e3ced6108062cce5c91e18/pygtftk-1.0.2-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9d3b27de939f5fb8be3dd9025980fea6", "sha256": "8507d6f146ce0295c934dabdfc1a4a275296946dec87e0cf3c497831695e0b73" }, "downloads": -1, "filename": "pygtftk-1.0.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9d3b27de939f5fb8be3dd9025980fea6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 20908853, "upload_time": "2019-03-22T16:30:55", "url": "https://files.pythonhosted.org/packages/8d/03/1f369f98a64347e2cdf77c5ff7d93220449133b5511011ef30b2959ce85b/pygtftk-1.0.2-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "602753dcd8a7876169f32e85237b72cd", "sha256": "4171124a3b879b3bf1bfc1e52cdc33ec93116c2bcaf5ec42dcc637f5c5acbb66" }, "downloads": -1, "filename": "pygtftk-1.0.3-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "602753dcd8a7876169f32e85237b72cd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 20900688, "upload_time": "2019-03-26T19:25:44", "url": "https://files.pythonhosted.org/packages/46/62/c259ab591cd774380b25c15f59494b570593c05f1ca82b25ff1e6fdb7e14/pygtftk-1.0.3-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "818f13d4b4dc4da37792e9259dfe4d6d", "sha256": "4b8b11b7a3eeb3c200ae02cef14a3b33c7837f888813a0bb4161a04dd3c211ae" }, "downloads": -1, "filename": "pygtftk-1.0.3-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "818f13d4b4dc4da37792e9259dfe4d6d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 20675232, "upload_time": "2019-03-26T19:26:11", "url": "https://files.pythonhosted.org/packages/d6/70/fdd550ae85dd325c2906313594ee829e02d757072da7d994e18010b76652/pygtftk-1.0.3-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c1848cff46eb02885f0b3be9cd086de9", "sha256": "ac97ebd43e1c6b740e1372f6abdfabaffcb5a77064fe3b557e3346d8c06933c6" }, "downloads": -1, "filename": "pygtftk-1.0.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c1848cff46eb02885f0b3be9cd086de9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 20913865, "upload_time": "2019-03-26T19:26:38", "url": "https://files.pythonhosted.org/packages/ff/22/dbbe784b1c562263c0c985a8c79d915e3cb5c04feb75ef3849790e30cf85/pygtftk-1.0.3-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "8dcf409e4085f19be6f3edddeb5d911d", "sha256": "aeaec134df5c232e0ad64aa27a3ae38f611d8f85cf9e61293f9bc09cf988310e" }, "downloads": -1, "filename": "pygtftk-1.0.4-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "8dcf409e4085f19be6f3edddeb5d911d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 20900789, "upload_time": "2019-03-26T19:41:12", "url": "https://files.pythonhosted.org/packages/65/f5/3417e032534274a637797696f79877072fb526657a9027a3cf2f68f682a2/pygtftk-1.0.4-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b2f664ce7b169ed43049f4870f2549e2", "sha256": "7771b59020f091bca5f3038c49f199d0532c08ced098ac9ad0d74d882567c934" }, "downloads": -1, "filename": "pygtftk-1.0.4-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "b2f664ce7b169ed43049f4870f2549e2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 20675335, "upload_time": "2019-03-26T19:41:39", "url": "https://files.pythonhosted.org/packages/d6/76/53ae88745e76d9e6df956bc51e699cc43f344d50610a07b1ed99759c7a4c/pygtftk-1.0.4-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9fa4984647e2185753a51879c804a4a0", "sha256": "ea7aa77119fce01472f64f284e2e8806f86e8d09eb6b0bc2f2510536d8fd4050" }, "downloads": -1, "filename": "pygtftk-1.0.4-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9fa4984647e2185753a51879c804a4a0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 20913826, "upload_time": "2019-03-26T19:42:06", "url": "https://files.pythonhosted.org/packages/5f/8c/a77cca34f6efcdf33420ddac612d5a4e6fc160114707b2af337782b0a462/pygtftk-1.0.4-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "70d0e2eef4b2d4ca64392b44cbf09e8f", "sha256": "41c6a6f08f92add231518b9bf009232350e5adfafb25569a1ab3214950c395e7" }, "downloads": -1, "filename": "pygtftk-1.0.5-cp35-cp35m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "70d0e2eef4b2d4ca64392b44cbf09e8f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 14579713, "upload_time": "2019-04-02T12:21:09", "url": "https://files.pythonhosted.org/packages/a3/f8/640d795509e23734f46482db09a1f8fe06bc70749590230be67240490b66/pygtftk-1.0.5-cp35-cp35m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c1bfe8ea32de130bc669a54ad1be6676", "sha256": "1db0148dd860f8d8b17040f4d81af496a7be6ae00811c3c5a1dc59f2f056e842" }, "downloads": -1, "filename": "pygtftk-1.0.5-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c1bfe8ea32de130bc669a54ad1be6676", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 14797738, "upload_time": "2019-04-02T12:21:15", "url": "https://files.pythonhosted.org/packages/8b/7b/555ef6a37703465684112146d08071a1348da5d20a92ae23f4cda9bb3e73/pygtftk-1.0.5-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4005f319aa42a9451c7f90c6b14ee0a1", "sha256": "c287c72d45f2ad4d3a5487107792874315b5bda6609cab014f9ec3f6e40190df" }, "downloads": -1, "filename": "pygtftk-1.0.5-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "4005f319aa42a9451c7f90c6b14ee0a1", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 14583019, "upload_time": "2019-04-02T12:21:22", "url": "https://files.pythonhosted.org/packages/d2/b2/21cec5115e9c2f72cb3f2e7ec4b1d6a990c832e7fe46f9179fe098a96aef/pygtftk-1.0.5-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9edbe2928087ae85e833cbd522bd5c01", "sha256": "7a6364d0775d237b07a0a892ecd6366d1c3bcd5b77eddbc35e6420626c5d94e3" }, "downloads": -1, "filename": "pygtftk-1.0.5-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9edbe2928087ae85e833cbd522bd5c01", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 14810290, "upload_time": "2019-04-02T12:21:30", "url": "https://files.pythonhosted.org/packages/20/33/1fde2aa76c5b680754d836ea19d5131b915187ced3ad090581c4e3b82194/pygtftk-1.0.5-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "a80cac3724dad75d6a9cb322d9ce4259", "sha256": "8cf2d55b97bbf914bbc458834495816abc2a80f5315488d3eec9268b4fc096a8" }, "downloads": -1, "filename": "pygtftk-1.0.6-cp35-cp35m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "a80cac3724dad75d6a9cb322d9ce4259", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 15946609, "upload_time": "2019-04-25T10:46:47", "url": "https://files.pythonhosted.org/packages/fc/e8/e62fee40994668bfc10b0e06330f99bdad8513edc21ed3b114dcb33e352f/pygtftk-1.0.6-cp35-cp35m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a9a79cabb4a2c5b478d60f726f74b97e", "sha256": "78b6428522a7563ca0e82b502c95e3b480387f90264a475b1604c8b0048c6d2a" }, "downloads": -1, "filename": "pygtftk-1.0.6-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "a9a79cabb4a2c5b478d60f726f74b97e", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 16258216, "upload_time": "2019-04-25T10:44:59", "url": "https://files.pythonhosted.org/packages/ce/4d/fd001f22f7aa420a43c368d3478c395a7d57f11aa48caf9f223c5d7243a5/pygtftk-1.0.6-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "330ffffbcaa5cfc60a085a4b0c87a809", "sha256": "01991c82ba9d827d3f8bd8e16201bc67addfa2ac0b43db3741e22be8913e3a68" }, "downloads": -1, "filename": "pygtftk-1.0.6-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "330ffffbcaa5cfc60a085a4b0c87a809", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 15951310, "upload_time": "2019-04-25T09:47:22", "url": "https://files.pythonhosted.org/packages/1b/c0/72483d2f25fd1c9846283e804de231284ef3557057ef54103a96554b2fc6/pygtftk-1.0.6-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c560dadf6383ae55ba5292c4a0ecb946", "sha256": "fb4b9df77c8779bfd2345cfd8b5cc45723d9cac3cbec398422a9ff9afae796a4" }, "downloads": -1, "filename": "pygtftk-1.0.6-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "c560dadf6383ae55ba5292c4a0ecb946", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 16274395, "upload_time": "2019-04-25T10:45:21", "url": "https://files.pythonhosted.org/packages/50/d3/361d2519204216e3044895227ef4972f47f592780eb973ca1134157bdcc5/pygtftk-1.0.6-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "f8c919acf1305111ed78a45cf52168c4", "sha256": "d75e5b32cef9746aa67f1b87f1eb41d776af67ab6a7c4626c6fb8a526f7eb607" }, "downloads": -1, "filename": "pygtftk-1.0.7-cp35-cp35m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "f8c919acf1305111ed78a45cf52168c4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 15904624, "upload_time": "2019-04-25T15:02:40", "url": "https://files.pythonhosted.org/packages/e7/98/069cd125cc997682a58a32dc063923abda767815da3353827e1fdff9e730/pygtftk-1.0.7-cp35-cp35m-macosx_10_9_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f7d8f970a00ee5a6a4e2745bb3359fed", "sha256": "8afe1335be84c3c52674975b8b185868a96616698d0b98b1b127f17894186c77" }, "downloads": -1, "filename": "pygtftk-1.0.7-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f7d8f970a00ee5a6a4e2745bb3359fed", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 16216286, "upload_time": "2019-04-25T15:00:30", "url": "https://files.pythonhosted.org/packages/ce/33/6f6211317980b1dcfbbffc84643ccaa0d6e12646b6a83c38fe72103d5ec1/pygtftk-1.0.7-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "37fa550537ec087a8c4438cf84012bb5", "sha256": "16221b09ddc80ac004214f3483a8edd91358a720706cabb14269035a2a045a85" }, "downloads": -1, "filename": "pygtftk-1.0.7-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "37fa550537ec087a8c4438cf84012bb5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 15909409, "upload_time": "2019-04-25T15:01:08", "url": "https://files.pythonhosted.org/packages/35/8b/5fb23c24490c351b10233b123c22d7aff2da4db50cfb11bd0c0b31fe938c/pygtftk-1.0.7-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ff380b7c05b3f49ef3f73c5d7d8738c3", "sha256": "3500cd809537414fdf8aa9ab21e0f05f8410a172e49cc61b01312d19bd021253" }, "downloads": -1, "filename": "pygtftk-1.0.7-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ff380b7c05b3f49ef3f73c5d7d8738c3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 16233089, "upload_time": "2019-04-25T15:01:30", "url": "https://files.pythonhosted.org/packages/67/67/94aca1f491790f68e7d2ee2b735eb600f3caddb42f136260f41586bfe9b2/pygtftk-1.0.7-cp36-cp36m-manylinux1_x86_64.whl" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "6016213a6d1b5b72d75e65174e55d0d4", "sha256": "ade40adc13734a6996a2ebb482a7d1d2178a66080cfedb8b94112bb77db2e529" }, "downloads": -1, "filename": "pygtftk-1.0.9-cp35-cp35m-macosx_10_5_x86_64.whl", "has_sig": false, "md5_digest": "6016213a6d1b5b72d75e65174e55d0d4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 18030801, "upload_time": "2019-08-09T10:48:40", "url": "https://files.pythonhosted.org/packages/83/ae/222adafcee82124ab5e6d284f89a9c60f0d0749ae739f1ad3fd631c86053/pygtftk-1.0.9-cp35-cp35m-macosx_10_5_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f9432ce38ac778fcc16d606a53f23f9d", "sha256": "2510815f1bdd9afe0dd3eeacb868bccdc29503d4e8690f2a0b0ad199c72c3fd1" }, "downloads": -1, "filename": "pygtftk-1.0.9-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f9432ce38ac778fcc16d606a53f23f9d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 18226969, "upload_time": "2019-08-09T10:30:54", "url": "https://files.pythonhosted.org/packages/18/b8/d7432e80993bf50f51a988baddf06e2ef72cb5db6af6841c015977d2b973/pygtftk-1.0.9-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "971871f24f2a58e4b3565d338f04058c", "sha256": "727d7ea1be8f0ad63fdd92b0af65509757f073a07e3943c7270caf7d75f815ce" }, "downloads": -1, "filename": "pygtftk-1.0.9-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "971871f24f2a58e4b3565d338f04058c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 18035150, "upload_time": "2019-08-09T09:44:28", "url": "https://files.pythonhosted.org/packages/23/e5/8737d2b628fd648b9220d0f7a47b7439b3f4db1aceba3ceafb3c28f5a12e/pygtftk-1.0.9-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2c76660ec9b865407a84f64e99584607", "sha256": "ade89978d12f6a8b28a660b0281f98d4f4cc01bbac84051579f86b8c595d8b2b" }, "downloads": -1, "filename": "pygtftk-1.0.9-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2c76660ec9b865407a84f64e99584607", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 18244399, "upload_time": "2019-08-09T10:31:11", "url": "https://files.pythonhosted.org/packages/96/4b/1290b6845920cf940df265ef70a853e238a7f24033d9ef969d60e519ce60/pygtftk-1.0.9-cp36-cp36m-manylinux1_x86_64.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6016213a6d1b5b72d75e65174e55d0d4", "sha256": "ade40adc13734a6996a2ebb482a7d1d2178a66080cfedb8b94112bb77db2e529" }, "downloads": -1, "filename": "pygtftk-1.0.9-cp35-cp35m-macosx_10_5_x86_64.whl", "has_sig": false, "md5_digest": "6016213a6d1b5b72d75e65174e55d0d4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 18030801, "upload_time": "2019-08-09T10:48:40", "url": "https://files.pythonhosted.org/packages/83/ae/222adafcee82124ab5e6d284f89a9c60f0d0749ae739f1ad3fd631c86053/pygtftk-1.0.9-cp35-cp35m-macosx_10_5_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f9432ce38ac778fcc16d606a53f23f9d", "sha256": "2510815f1bdd9afe0dd3eeacb868bccdc29503d4e8690f2a0b0ad199c72c3fd1" }, "downloads": -1, "filename": "pygtftk-1.0.9-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f9432ce38ac778fcc16d606a53f23f9d", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": ">=3.5,<3.7", "size": 18226969, "upload_time": "2019-08-09T10:30:54", "url": "https://files.pythonhosted.org/packages/18/b8/d7432e80993bf50f51a988baddf06e2ef72cb5db6af6841c015977d2b973/pygtftk-1.0.9-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "971871f24f2a58e4b3565d338f04058c", "sha256": "727d7ea1be8f0ad63fdd92b0af65509757f073a07e3943c7270caf7d75f815ce" }, "downloads": -1, "filename": "pygtftk-1.0.9-cp36-cp36m-macosx_10_7_x86_64.whl", "has_sig": false, "md5_digest": "971871f24f2a58e4b3565d338f04058c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 18035150, "upload_time": "2019-08-09T09:44:28", "url": "https://files.pythonhosted.org/packages/23/e5/8737d2b628fd648b9220d0f7a47b7439b3f4db1aceba3ceafb3c28f5a12e/pygtftk-1.0.9-cp36-cp36m-macosx_10_7_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2c76660ec9b865407a84f64e99584607", "sha256": "ade89978d12f6a8b28a660b0281f98d4f4cc01bbac84051579f86b8c595d8b2b" }, "downloads": -1, "filename": "pygtftk-1.0.9-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "2c76660ec9b865407a84f64e99584607", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.5,<3.7", "size": 18244399, "upload_time": "2019-08-09T10:31:11", "url": "https://files.pythonhosted.org/packages/96/4b/1290b6845920cf940df265ef70a853e238a7f24033d9ef969d60e519ce60/pygtftk-1.0.9-cp36-cp36m-manylinux1_x86_64.whl" } ] }