itaxotools-convphase


Nameitaxotools-convphase JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryA convenient phase program
upload_time2023-12-10 11:18:24
maintainer
docs_urlNone
authorJan-Christopher Schmidt
requires_python<4,>=3.10.2
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ConvPhase

[![PyPI - Version](https://img.shields.io/pypi/v/itaxotools-convphase)](
    https://pypi.org/project/itaxotools-convphase)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/itaxotools-convphase)](
    https://pypi.org/project/itaxotools-convphase)
[![PyPI - License](https://img.shields.io/pypi/l/itaxotools-convphase)](
    https://pypi.org/project/itaxotools-convphase)
[![GitHub - Tests](https://img.shields.io/github/actions/workflow/status/iTaxoTools/ConvPhase/test.yml?label=tests)](
    https://github.com/iTaxoTools/ConvPhase/actions/workflows/test.yml)

A convenient phase program.

The purpose of this program is to combine [PHASE](https://github.com/stephens999/phase) and [SeqPHASE](https://github.com/eeg-ebe/SeqPHASE) into a single python package, while making some crucial configuration options available.

Unfortunately, internal communication between *PHASE* and *SeqPHASE* is done through Fasta files. However, an iterative protocol was implemented to parse and write common Python datatypes. It is also possible to work with TSV and Fasta variants (MolD, HapView) by leveraging [Taxi2](https://github.com/iTaxoTools/TaxI2).

This is a computational backend. For the GUI application, please visit
[ConvPhaseGui](https://github.com/iTaxoTools/ConvPhaseGui).

## Installation

ConvPhase is available on PyPI. You can install it through `pip`:

```
pip install itaxotools-convphase
```

## Executables

[![Windows](https://img.shields.io/badge/Windows-blue.svg?style=for-the-badge&logo=windows)](
    https://github.com/iTaxoTools/ConvPhaseGui/releases/latest)
[![MacOS](https://img.shields.io/badge/macOS-gray.svg?style=for-the-badge&logo=apple)](
    https://github.com/iTaxoTools/ConvPhaseGui/releases/latest)

Download and run the standalone executables without installing Python from [the latest ConvPhaseGui release page](
    https://github.com/iTaxoTools/ConvPhaseGui/releases/latest).

No executables are currently provided for the command-line tool.

## Usage

The package comes with a command-line tool:

```
convphase examples/simple.fas ambiguous.fas
convphase examples/simple.tsv phased.tsv -p 0.4 -q 0.4
```

The program will replicate the input file format for the output file.<br>
Allele identifiers are appended to the individual identifiers.

The following options from *PHASE* are available:
- phase threshold (-p)
- allele threshold (-q)
- number of iterations (-n)
- thinning interval (-t)
- burn-in (-b)

For some examples on how to use the Python API, please have look at the [scripts](./scripts/) folder.

## Dependencies

Building from source requires:
- C++ compiler ([GCC](https://gcc.gnu.org/), [msvc](https://visualstudio.microsoft.com/vs/features/cplusplus/))
- [haxe](https://haxe.org/) & [hxcpp](https://lib.haxe.org/p/hxcpp/)

*PHASE* and *SeqPHASE* are included as git submodules.<br>
*Taxi2* is included as a setuptools dependency.

## Citations

*Stephens, M., Smith, N., and Donnelly, P. (2001). A new statistical method for haplotype reconstruction from population data. American Journal of Human Genetics, 68, 978--989.*

*Stephens, M., and Donnelly, P. (2003). A comparison of Bayesian methods for haplotype reconstruction from population genotype data. American Journal of Human Genetics, 73:1162-1169.*

*Flot, J.F. (2010) seqphase: a web tool for interconverting phase input/output files and fasta sequence alignments. Mol. Ecol. Resour., 10, 162–166.*

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "itaxotools-convphase",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4,>=3.10.2",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jan-Christopher Schmidt",
    "author_email": "Stefanos Patmanidis <stefanpatman91@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/55/99/4dd83976de14b8864357099114bbc956d70c0d8c5771c748c8e595110b46/itaxotools_convphase-0.1.3.tar.gz",
    "platform": null,
    "description": "# ConvPhase\n\n[![PyPI - Version](https://img.shields.io/pypi/v/itaxotools-convphase)](\n    https://pypi.org/project/itaxotools-convphase)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/itaxotools-convphase)](\n    https://pypi.org/project/itaxotools-convphase)\n[![PyPI - License](https://img.shields.io/pypi/l/itaxotools-convphase)](\n    https://pypi.org/project/itaxotools-convphase)\n[![GitHub - Tests](https://img.shields.io/github/actions/workflow/status/iTaxoTools/ConvPhase/test.yml?label=tests)](\n    https://github.com/iTaxoTools/ConvPhase/actions/workflows/test.yml)\n\nA convenient phase program.\n\nThe purpose of this program is to combine [PHASE](https://github.com/stephens999/phase) and [SeqPHASE](https://github.com/eeg-ebe/SeqPHASE) into a single python package, while making some crucial configuration options available.\n\nUnfortunately, internal communication between *PHASE* and *SeqPHASE* is done through Fasta files. However, an iterative protocol was implemented to parse and write common Python datatypes. It is also possible to work with TSV and Fasta variants (MolD, HapView) by leveraging [Taxi2](https://github.com/iTaxoTools/TaxI2).\n\nThis is a computational backend. For the GUI application, please visit\n[ConvPhaseGui](https://github.com/iTaxoTools/ConvPhaseGui).\n\n## Installation\n\nConvPhase is available on PyPI. You can install it through `pip`:\n\n```\npip install itaxotools-convphase\n```\n\n## Executables\n\n[![Windows](https://img.shields.io/badge/Windows-blue.svg?style=for-the-badge&logo=windows)](\n    https://github.com/iTaxoTools/ConvPhaseGui/releases/latest)\n[![MacOS](https://img.shields.io/badge/macOS-gray.svg?style=for-the-badge&logo=apple)](\n    https://github.com/iTaxoTools/ConvPhaseGui/releases/latest)\n\nDownload and run the standalone executables without installing Python from [the latest ConvPhaseGui release page](\n    https://github.com/iTaxoTools/ConvPhaseGui/releases/latest).\n\nNo executables are currently provided for the command-line tool.\n\n## Usage\n\nThe package comes with a command-line tool:\n\n```\nconvphase examples/simple.fas ambiguous.fas\nconvphase examples/simple.tsv phased.tsv -p 0.4 -q 0.4\n```\n\nThe program will replicate the input file format for the output file.<br>\nAllele identifiers are appended to the individual identifiers.\n\nThe following options from *PHASE* are available:\n- phase threshold (-p)\n- allele threshold (-q)\n- number of iterations (-n)\n- thinning interval (-t)\n- burn-in (-b)\n\nFor some examples on how to use the Python API, please have look at the [scripts](./scripts/) folder.\n\n## Dependencies\n\nBuilding from source requires:\n- C++ compiler ([GCC](https://gcc.gnu.org/), [msvc](https://visualstudio.microsoft.com/vs/features/cplusplus/))\n- [haxe](https://haxe.org/) & [hxcpp](https://lib.haxe.org/p/hxcpp/)\n\n*PHASE* and *SeqPHASE* are included as git submodules.<br>\n*Taxi2* is included as a setuptools dependency.\n\n## Citations\n\n*Stephens, M., Smith, N., and Donnelly, P. (2001). A new statistical method for haplotype reconstruction from population data. American Journal of Human Genetics, 68, 978--989.*\n\n*Stephens, M., and Donnelly, P. (2003). A comparison of Bayesian methods for haplotype reconstruction from population genotype data. American Journal of Human Genetics, 73:1162-1169.*\n\n*Flot, J.F. (2010) seqphase: a web tool for interconverting phase input/output files and fasta sequence alignments. Mol. Ecol. Resour., 10, 162\u2013166.*\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A convenient phase program",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://itaxotools.org/",
        "Source": "https://github.com/iTaxoTools/ConvPhase"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fe8f029af2765b185e3435eb406577f0b3c2eb2e17ee5637f9c371505ebb71c",
                "md5": "2aca1842c9726affd606147d047bed0f",
                "sha256": "26db24e6b61539cf0a4d11329af7251b90ece36a8385af47b2f7bf9372758f60"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2aca1842c9726affd606147d047bed0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.10.2",
            "size": 954873,
            "upload_time": "2023-12-10T11:18:01",
            "upload_time_iso_8601": "2023-12-10T11:18:01.366315Z",
            "url": "https://files.pythonhosted.org/packages/6f/e8/f029af2765b185e3435eb406577f0b3c2eb2e17ee5637f9c371505ebb71c/itaxotools_convphase-0.1.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ac65bfb0a904958c542311e162167213b923e399b19d508319eb8584bd5475c",
                "md5": "1865e04c5a70b7a08fa1c66e00100700",
                "sha256": "590f9b9efeaa3f6c46ccbedf7d66d37f37e7da1cc1f71b217ee0416aec8b3974"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1865e04c5a70b7a08fa1c66e00100700",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.10.2",
            "size": 876003,
            "upload_time": "2023-12-10T11:18:03",
            "upload_time_iso_8601": "2023-12-10T11:18:03.390265Z",
            "url": "https://files.pythonhosted.org/packages/6a/c6/5bfb0a904958c542311e162167213b923e399b19d508319eb8584bd5475c/itaxotools_convphase-0.1.3-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11919e65bf7cb65e33574583f47f7139c0045a6e1a224f891979011032c95e66",
                "md5": "10d25bc9f6ac6587cdd84f206c58f57a",
                "sha256": "72ae47005fa858084455cdf16f08e5dfd06f7336d023541de6289759af3e9467"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp310-cp310-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "10d25bc9f6ac6587cdd84f206c58f57a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.10.2",
            "size": 1845296,
            "upload_time": "2023-12-10T11:18:05",
            "upload_time_iso_8601": "2023-12-10T11:18:05.184761Z",
            "url": "https://files.pythonhosted.org/packages/11/91/9e65bf7cb65e33574583f47f7139c0045a6e1a224f891979011032c95e66/itaxotools_convphase-0.1.3-cp310-cp310-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03368e2aab14dc427c9d24cdfc4a7f9a4c82a156b4f72b7b85794272f5f8ddef",
                "md5": "17d4c577d3b22c42e2b1c42e7cf8c629",
                "sha256": "88556e201417be0b1389a6f620c8984afd8f7e249222d420955be412b9812df4"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "17d4c577d3b22c42e2b1c42e7cf8c629",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.10.2",
            "size": 1112464,
            "upload_time": "2023-12-10T11:18:07",
            "upload_time_iso_8601": "2023-12-10T11:18:07.036738Z",
            "url": "https://files.pythonhosted.org/packages/03/36/8e2aab14dc427c9d24cdfc4a7f9a4c82a156b4f72b7b85794272f5f8ddef/itaxotools_convphase-0.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "938ddbbf4c17420e2dfc9dc3657dab3d8a3952846621bf5de0ab5211dabf0b8b",
                "md5": "ce665bf8b68bf9f4770fc8dd5de1d1d8",
                "sha256": "e14d52be29a6c578fcba5199ab5c722cabeb7e3aa650358e32f925a6111033b2"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ce665bf8b68bf9f4770fc8dd5de1d1d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4,>=3.10.2",
            "size": 769817,
            "upload_time": "2023-12-10T11:18:08",
            "upload_time_iso_8601": "2023-12-10T11:18:08.823759Z",
            "url": "https://files.pythonhosted.org/packages/93/8d/dbbf4c17420e2dfc9dc3657dab3d8a3952846621bf5de0ab5211dabf0b8b/itaxotools_convphase-0.1.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ac9200bc10d317f6fa6c72e9f62d90d3dd3669c26fc77a2e8c06189aea27309",
                "md5": "efc965e6d2c7b4a0d67f3cd42aa2e8a1",
                "sha256": "637e3a0ce9b374a58c23598b46a250e80afd47afb582654931124a8f588030b4"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "efc965e6d2c7b4a0d67f3cd42aa2e8a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.10.2",
            "size": 954874,
            "upload_time": "2023-12-10T11:18:10",
            "upload_time_iso_8601": "2023-12-10T11:18:10.134053Z",
            "url": "https://files.pythonhosted.org/packages/3a/c9/200bc10d317f6fa6c72e9f62d90d3dd3669c26fc77a2e8c06189aea27309/itaxotools_convphase-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95e1290684b254d4e9e1c195761134ca269e718ae1c8955490f2b9f0aa87482b",
                "md5": "050258ae6e0c07347a14bb2d4317dea1",
                "sha256": "8675072757b54059b125879a4d62e54fd26898c7cb98efd819cbcfe0a0d7e51b"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "050258ae6e0c07347a14bb2d4317dea1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.10.2",
            "size": 876002,
            "upload_time": "2023-12-10T11:18:11",
            "upload_time_iso_8601": "2023-12-10T11:18:11.879533Z",
            "url": "https://files.pythonhosted.org/packages/95/e1/290684b254d4e9e1c195761134ca269e718ae1c8955490f2b9f0aa87482b/itaxotools_convphase-0.1.3-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "637152ab4fb5a627de1176b6775806e474c25cc954cc194cf11fcbddaf4f7779",
                "md5": "260abb69b62a173c0dd95968cdca78c6",
                "sha256": "46bfbefa16a40fec09c7739399cbfb9728d69877496cf5a66e1357a9061d07f5"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp311-cp311-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "260abb69b62a173c0dd95968cdca78c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.10.2",
            "size": 1845294,
            "upload_time": "2023-12-10T11:18:13",
            "upload_time_iso_8601": "2023-12-10T11:18:13.722930Z",
            "url": "https://files.pythonhosted.org/packages/63/71/52ab4fb5a627de1176b6775806e474c25cc954cc194cf11fcbddaf4f7779/itaxotools_convphase-0.1.3-cp311-cp311-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73a01b7dacd952de87f8d56533b926b92804ef231faa8db7b6b6ab674d3c25b9",
                "md5": "67e83309ff3941b89fbd8e420e6ec422",
                "sha256": "9283ab230065068809264bcf73cb6ba96d1e93c9a1d9cd5e689e5c40acbcef8c"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "67e83309ff3941b89fbd8e420e6ec422",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.10.2",
            "size": 1112465,
            "upload_time": "2023-12-10T11:18:15",
            "upload_time_iso_8601": "2023-12-10T11:18:15.025101Z",
            "url": "https://files.pythonhosted.org/packages/73/a0/1b7dacd952de87f8d56533b926b92804ef231faa8db7b6b6ab674d3c25b9/itaxotools_convphase-0.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8dcc0bcf5c633500094f34eb7ff1b80567af8dad0516088a81a80b1b1db0a304",
                "md5": "5bb9b442cd4ec8abe5dd0f259e6269e3",
                "sha256": "4073b9c397f19724b78780fa4086364ed7fe5d182ae317669dd643191ca55096"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5bb9b442cd4ec8abe5dd0f259e6269e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4,>=3.10.2",
            "size": 769826,
            "upload_time": "2023-12-10T11:18:16",
            "upload_time_iso_8601": "2023-12-10T11:18:16.268515Z",
            "url": "https://files.pythonhosted.org/packages/8d/cc/0bcf5c633500094f34eb7ff1b80567af8dad0516088a81a80b1b1db0a304/itaxotools_convphase-0.1.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e3832ca9c116a2e586491ff126ad31fa7022b42c5e537874ba02c814f76c724",
                "md5": "768dc15fc8862e175470a6a9a32d0644",
                "sha256": "1907b73558e245929aea9381426a215cf8f3038c0b1fa158a8d717c211b45f56"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "768dc15fc8862e175470a6a9a32d0644",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.10.2",
            "size": 954969,
            "upload_time": "2023-12-10T11:18:18",
            "upload_time_iso_8601": "2023-12-10T11:18:18.017954Z",
            "url": "https://files.pythonhosted.org/packages/6e/38/32ca9c116a2e586491ff126ad31fa7022b42c5e537874ba02c814f76c724/itaxotools_convphase-0.1.3-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a9c93e2bd18f1c50cce420865e5642868ce661992b44738ee2fab6e8ff79271",
                "md5": "46ef3849c4cafabb3c84681977a90c7e",
                "sha256": "ee48a0e57f20786b29f1d9ff3d5cc7b1564535d537793d22e004864b14fd6f8a"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "46ef3849c4cafabb3c84681977a90c7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.10.2",
            "size": 876029,
            "upload_time": "2023-12-10T11:18:19",
            "upload_time_iso_8601": "2023-12-10T11:18:19.772969Z",
            "url": "https://files.pythonhosted.org/packages/3a/9c/93e2bd18f1c50cce420865e5642868ce661992b44738ee2fab6e8ff79271/itaxotools_convphase-0.1.3-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed4081de5cd7c87f0f8ac77040cdc74f9e501d58afb388d3eae88d3d8c6d8ff6",
                "md5": "29086803df7a23a54bfed16a230622ef",
                "sha256": "ad704abbfbb53a79c1ba995318ef86ac9263ec8b540bc9bc4639904ee20235f2"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp312-cp312-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "29086803df7a23a54bfed16a230622ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.10.2",
            "size": 1845406,
            "upload_time": "2023-12-10T11:18:20",
            "upload_time_iso_8601": "2023-12-10T11:18:20.904493Z",
            "url": "https://files.pythonhosted.org/packages/ed/40/81de5cd7c87f0f8ac77040cdc74f9e501d58afb388d3eae88d3d8c6d8ff6/itaxotools_convphase-0.1.3-cp312-cp312-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd8f2aeff5ba039c1d605c4b4d0d41832baae221a85d6863cdce0b9ed20e9119",
                "md5": "d5e6a88b2b7f8303730734e93228c0db",
                "sha256": "b2b52edfc53e5461221564c9e7a23a999a5bb13e199992e53f20e91f5d297a19"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5e6a88b2b7f8303730734e93228c0db",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.10.2",
            "size": 1112585,
            "upload_time": "2023-12-10T11:18:22",
            "upload_time_iso_8601": "2023-12-10T11:18:22.126366Z",
            "url": "https://files.pythonhosted.org/packages/dd/8f/2aeff5ba039c1d605c4b4d0d41832baae221a85d6863cdce0b9ed20e9119/itaxotools_convphase-0.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc1591a0f5b05db3987f2098e93a88d05f8cae6277c776b4be8095f3305f1d80",
                "md5": "68a20d2b9a6caed3ef97030501387198",
                "sha256": "3eb9f7a00c6347e403e63f63615250926afb8c9bd681210206fb59cb644a6615"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "68a20d2b9a6caed3ef97030501387198",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4,>=3.10.2",
            "size": 769927,
            "upload_time": "2023-12-10T11:18:23",
            "upload_time_iso_8601": "2023-12-10T11:18:23.365158Z",
            "url": "https://files.pythonhosted.org/packages/cc/15/91a0f5b05db3987f2098e93a88d05f8cae6277c776b4be8095f3305f1d80/itaxotools_convphase-0.1.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55994dd83976de14b8864357099114bbc956d70c0d8c5771c748c8e595110b46",
                "md5": "ea4d97f6038dc03b71bd0d5fa6b5ee55",
                "sha256": "e4f9b2047666cf5d190fed4509840c7d7fcd73dfa8dc10b0bf7862fb8186c53a"
            },
            "downloads": -1,
            "filename": "itaxotools_convphase-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ea4d97f6038dc03b71bd0d5fa6b5ee55",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10.2",
            "size": 1327777,
            "upload_time": "2023-12-10T11:18:24",
            "upload_time_iso_8601": "2023-12-10T11:18:24.508610Z",
            "url": "https://files.pythonhosted.org/packages/55/99/4dd83976de14b8864357099114bbc956d70c0d8c5771c748c8e595110b46/itaxotools_convphase-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-10 11:18:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "iTaxoTools",
    "github_project": "ConvPhase",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "itaxotools-convphase"
}
        
Elapsed time: 0.15053s