pyvinecopulib


Namepyvinecopulib JSON
Version 0.6.5 PyPI version JSON
download
home_pageNone
SummaryA python interface to vinecopulib
upload_time2024-03-20 09:56:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseThe MIT License (MIT) Copyright © 2019-2023 Thomas Nagler and Thibault Vatter Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords copula vines copulas pair-copulas constructions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyvinecopulib

[![Build Status](https://github.com/vinecopulib/pyvinecopulib/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/vinecopulib/pyvinecopulib/actions)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3c0056d3ca5244a5ba6a2b32f87be4cf)](https://www.codacy.com/gh/vinecopulib/pyvinecopulib?utm_source=github.com&utm_medium=referral&utm_content=vinecopulib/pyvinecopulib&utm_campaign=Badge_Grade)
[![Documentation](https://img.shields.io/website/http/vinecopulib.github.io/pyvinecopulib.svg)](https://vinecopulib.github.io/pyvinecopulib/)
[![DOI](https://zenodo.org/badge/196999069.svg)](https://zenodo.org/badge/latestdoi/196999069)

### What are vine copulas?

Vine copulas are a flexible class of dependence models consisting of bivariate
building blocks (see e.g.,
[Aas et al., 2009](https://mediatum.ub.tum.de/doc/1083600/1083600.pdf)).
You can find a comprehensive list of publications and other materials on
[vine-copula.org](http://vine-copula.org).

### What is pyvinecopulib?

[pyvinecopulib](https://vinecopulib.github.io/pyvinecopulib/) is the python interface to vinecopulib, a header-only C++ library for vine copula models based on
[Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page). It provides
high-performance implementations of the core features of the popular
[VineCopula R library](https://github.com/tnagler/VineCopula), in particular
inference algorithms for both vine copula and bivariate copula models.
Advantages over VineCopula are  

* a stand-alone C++ library with interfaces to both R and Python,
* a sleaker and more modern API,
* shorter runtimes and lower memory consumption, especially in high dimensions,
* nonparametric and multi-parameter families.

### Prerequisites

* numpy (>=1.14)
* pybind11 (>=2.4)
* setuptools (>=30.3.0)
* setuptools_scm (>=2.0.0)
* To install from source: a compiler with C++11 support (Linux, OS X) or Visual Studio 2015 (required for all Python versions, see notes below)

### Installation

The easiest way to install the latest release is to use `pip`:

```
pip install pyvinecopulib
```

To install from source, just clone this repository and do `pip install`.
Note the `--recursive` option which is needed for the `eigen`, `vinecopulib` and `wdm` submodules:

```bash
git clone --recursive https://github.com/vinecopulib/pyvinecopulib.git
pip install ./pyvinecopulib
```

### Examples

Jupyter notebooks with examples can be found in the examples folder.

### Documentation

For documentation of the `pyvinecopulib`'s functionality and
instructions how to use it, check out our
[website](https://vinecopulib.github.io/pyvinecopulib/) or the `docs/` folder
in this repository.

#### Building the documentation

Documentation for the example project is generated using Sphinx and the "Read the Docs" theme.
The following command generates HTML-based reference documentation; for other
formats please refer to the Sphinx manual:

* `pip install sphinx-rtd-theme`
* `cd pyvinecopulib/docs`
* `python3 serve_sphinx.py`

### License

pyvinecopulib is provided under an MIT license that can be found in the LICENSE
file. By using, distributing, or contributing to this project, you agree to the
terms and conditions of this license.

### Special notes for Windows

**Compiler requirements**

This package requires a C++11 compliant compiler, i.e Visual Studio 2015 on Windows.
Unlike regular C extension modules, it's perfectly fine to compile a pyvinecopulib module with a VS version newer than the target Python's VS version.

**Runtime requirements**

The Visual C++ 2015 redistributable packages are a runtime requirement for this
project.

### Contact

If you have any questions regarding the library, feel free to
[open an issue](https://github.com/pyvinecopulib/pyvinecopulib/issues/new) or
send a mail to <info@vinecopulib.org>.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyvinecopulib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "copula, vines copulas, pair-copulas constructions",
    "author": null,
    "author_email": "Thibault Vatter <info@vinecopulib.com>, Thomas Nagler <info@vinecopulib.com>",
    "download_url": "https://files.pythonhosted.org/packages/09/3d/2da671c1b1def5ab322eebeed2cc9318cab958a2b66a09e1742fcd331712/pyvinecopulib-0.6.5.tar.gz",
    "platform": null,
    "description": "# pyvinecopulib\n\n[![Build Status](https://github.com/vinecopulib/pyvinecopulib/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/vinecopulib/pyvinecopulib/actions)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3c0056d3ca5244a5ba6a2b32f87be4cf)](https://www.codacy.com/gh/vinecopulib/pyvinecopulib?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=vinecopulib/pyvinecopulib&amp;utm_campaign=Badge_Grade)\n[![Documentation](https://img.shields.io/website/http/vinecopulib.github.io/pyvinecopulib.svg)](https://vinecopulib.github.io/pyvinecopulib/)\n[![DOI](https://zenodo.org/badge/196999069.svg)](https://zenodo.org/badge/latestdoi/196999069)\n\n### What are vine copulas?\n\nVine copulas are a flexible class of dependence models consisting of bivariate\nbuilding blocks (see e.g.,\n[Aas et al., 2009](https://mediatum.ub.tum.de/doc/1083600/1083600.pdf)).\nYou can find a comprehensive list of publications and other materials on\n[vine-copula.org](http://vine-copula.org).\n\n### What is pyvinecopulib?\n\n[pyvinecopulib](https://vinecopulib.github.io/pyvinecopulib/) is the python interface to vinecopulib, a header-only C++ library for vine copula models based on\n[Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page). It provides\nhigh-performance implementations of the core features of the popular\n[VineCopula R library](https://github.com/tnagler/VineCopula), in particular\ninference algorithms for both vine copula and bivariate copula models.\nAdvantages over VineCopula are  \n\n* a stand-alone C++ library with interfaces to both R and Python,\n* a sleaker and more modern API,\n* shorter runtimes and lower memory consumption, especially in high dimensions,\n* nonparametric and multi-parameter families.\n\n### Prerequisites\n\n* numpy (>=1.14)\n* pybind11 (>=2.4)\n* setuptools (>=30.3.0)\n* setuptools_scm (>=2.0.0)\n* To install from source: a compiler with C++11 support (Linux, OS X) or Visual Studio 2015 (required for all Python versions, see notes below)\n\n### Installation\n\nThe easiest way to install the latest release is to use `pip`:\n\n```\npip install pyvinecopulib\n```\n\nTo install from source, just clone this repository and do `pip install`.\nNote the `--recursive` option which is needed for the `eigen`, `vinecopulib` and `wdm` submodules:\n\n```bash\ngit clone --recursive https://github.com/vinecopulib/pyvinecopulib.git\npip install ./pyvinecopulib\n```\n\n### Examples\n\nJupyter notebooks with examples can be found in the examples folder.\n\n### Documentation\n\nFor documentation of the `pyvinecopulib`'s functionality and\ninstructions how to use it, check out our\n[website](https://vinecopulib.github.io/pyvinecopulib/) or the `docs/` folder\nin this repository.\n\n#### Building the documentation\n\nDocumentation for the example project is generated using Sphinx and the \"Read the Docs\" theme.\nThe following command generates HTML-based reference documentation; for other\nformats please refer to the Sphinx manual:\n\n* `pip install sphinx-rtd-theme`\n* `cd pyvinecopulib/docs`\n* `python3 serve_sphinx.py`\n\n### License\n\npyvinecopulib is provided under an MIT license that can be found in the LICENSE\nfile. By using, distributing, or contributing to this project, you agree to the\nterms and conditions of this license.\n\n### Special notes for Windows\n\n**Compiler requirements**\n\nThis package requires a C++11 compliant compiler, i.e Visual Studio 2015 on Windows.\nUnlike regular C extension modules, it's perfectly fine to compile a pyvinecopulib module with a VS version newer than the target Python's VS version.\n\n**Runtime requirements**\n\nThe Visual C++ 2015 redistributable packages are a runtime requirement for this\nproject.\n\n### Contact\n\nIf you have any questions regarding the library, feel free to\n[open an issue](https://github.com/pyvinecopulib/pyvinecopulib/issues/new) or\nsend a mail to <info@vinecopulib.org>.\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright \u00a9 2019-2023 Thomas Nagler and Thibault Vatter  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A python interface to vinecopulib",
    "version": "0.6.5",
    "project_urls": {
        "Documentation": "https://vinecopulib.github.io/pyvinecopulib",
        "Homepage": "https://github.com/vinecopulib/pyvinecopulib/",
        "Issues": "https://github.com/vinecopulib/pyvinecopulib/issues",
        "Repository": "https://github.com/vinecopulib/pyvinecopulib.git"
    },
    "split_keywords": [
        "copula",
        " vines copulas",
        " pair-copulas constructions"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22d81db03ebb717d4385c45cb9f9b4c3f2166096e7b7fae146da157c9a3b602a",
                "md5": "8a73d838ce880e30a7754edd41df0c1a",
                "sha256": "f3ad586a312d3a760d2cd500eafcc702a1067a6e5c7f5e0e51ef65fc97a2bf69"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8a73d838ce880e30a7754edd41df0c1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1514951,
            "upload_time": "2024-03-20T09:54:54",
            "upload_time_iso_8601": "2024-03-20T09:54:54.851048Z",
            "url": "https://files.pythonhosted.org/packages/22/d8/1db03ebb717d4385c45cb9f9b4c3f2166096e7b7fae146da157c9a3b602a/pyvinecopulib-0.6.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36fa97e43332a059b2a768daa4b096a811c5012bc650162814290af2c851eeb0",
                "md5": "70810b3520c2476bc938c36a28b1c35f",
                "sha256": "bedb709e7da76723a6878c418b849d28439eca7c3a68939a9d64a35c96ef577b"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "70810b3520c2476bc938c36a28b1c35f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1436788,
            "upload_time": "2024-03-20T09:54:56",
            "upload_time_iso_8601": "2024-03-20T09:54:56.672615Z",
            "url": "https://files.pythonhosted.org/packages/36/fa/97e43332a059b2a768daa4b096a811c5012bc650162814290af2c851eeb0/pyvinecopulib-0.6.5-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b905443a7774363813c2e3f979250871c34e993295b4fdd2e6361bafbe64f282",
                "md5": "25fbd02dc3e23f3ea0bdeffb3681f952",
                "sha256": "24d3880296705b65629da1d8764272b839c676fc4b0c49e32b4077e3c69e5ef8"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "25fbd02dc3e23f3ea0bdeffb3681f952",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1536772,
            "upload_time": "2024-03-20T09:54:58",
            "upload_time_iso_8601": "2024-03-20T09:54:58.967665Z",
            "url": "https://files.pythonhosted.org/packages/b9/05/443a7774363813c2e3f979250871c34e993295b4fdd2e6361bafbe64f282/pyvinecopulib-0.6.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99e38b787eed006c83994dc919e173e774983c85b0bfba89ffbb1dbe921f73e4",
                "md5": "1ff7fd63460952d5667168bd81be41b6",
                "sha256": "ee74dfe2524aadf7ec0153b4b3e222d1b7821e8772fb85b0a501d90f6c1480f5"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1ff7fd63460952d5667168bd81be41b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1542569,
            "upload_time": "2024-03-20T09:55:01",
            "upload_time_iso_8601": "2024-03-20T09:55:01.446898Z",
            "url": "https://files.pythonhosted.org/packages/99/e3/8b787eed006c83994dc919e173e774983c85b0bfba89ffbb1dbe921f73e4/pyvinecopulib-0.6.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b29005d51ff95a7a15e2c9b699097a4eccf50f862fa6c0265761f65bd7ac40a",
                "md5": "4523a74a5a3f3c59ee6ec0dfdf768fa6",
                "sha256": "c8f5e406482f79288e4f18ba401f7732157c8c079a9802dc594e5d0e2cdd63c0"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "4523a74a5a3f3c59ee6ec0dfdf768fa6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2032536,
            "upload_time": "2024-03-20T09:55:03",
            "upload_time_iso_8601": "2024-03-20T09:55:03.911058Z",
            "url": "https://files.pythonhosted.org/packages/6b/29/005d51ff95a7a15e2c9b699097a4eccf50f862fa6c0265761f65bd7ac40a/pyvinecopulib-0.6.5-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "883da17d10d2942f0b20968fb7ec0790bd2fda767a7be0a1201e152d07ae34db",
                "md5": "a165d5ff3e1b3aba5117538023be22e7",
                "sha256": "bd0d6eeb6bdecd7296c7d2541ebb2d33242accbbab297050877288eb0d218e16"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a165d5ff3e1b3aba5117538023be22e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2058255,
            "upload_time": "2024-03-20T09:55:05",
            "upload_time_iso_8601": "2024-03-20T09:55:05.638426Z",
            "url": "https://files.pythonhosted.org/packages/88/3d/a17d10d2942f0b20968fb7ec0790bd2fda767a7be0a1201e152d07ae34db/pyvinecopulib-0.6.5-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95b8f8d7462840382ce2adf9be74a02c8d55148d7563c06bc0cb64fad580959b",
                "md5": "05e5d158a3cb625561db0b8cdcfae168",
                "sha256": "ba0b26dfc91e3a07f34ebbf745e2a689558c8e28e81cb3d220bcb298be405671"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "05e5d158a3cb625561db0b8cdcfae168",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1191224,
            "upload_time": "2024-03-20T09:55:07",
            "upload_time_iso_8601": "2024-03-20T09:55:07.283221Z",
            "url": "https://files.pythonhosted.org/packages/95/b8/f8d7462840382ce2adf9be74a02c8d55148d7563c06bc0cb64fad580959b/pyvinecopulib-0.6.5-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e4e20c7282b58e002691f3080fefaf0d729db3bf18c0b95859f21d9922b1051",
                "md5": "f3cc6fb300a8313283cf8dee033f542b",
                "sha256": "9eeb27cfc64a6d70a2e87bf23426f73e4b481440d75e668afa64b346ba7cc306"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f3cc6fb300a8313283cf8dee033f542b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1321283,
            "upload_time": "2024-03-20T09:55:10",
            "upload_time_iso_8601": "2024-03-20T09:55:10.821928Z",
            "url": "https://files.pythonhosted.org/packages/3e/4e/20c7282b58e002691f3080fefaf0d729db3bf18c0b95859f21d9922b1051/pyvinecopulib-0.6.5-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3dcbb2648273ccec9da8239915bd5fdd38e69e236610ef58d967a1966e2cb4c",
                "md5": "9b7dff802c80027eae886998d2907dd2",
                "sha256": "185029f6978366477186e37399bbda8d19fd5f20f8093eedf8d66c4e2c7ac633"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b7dff802c80027eae886998d2907dd2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1516306,
            "upload_time": "2024-03-20T09:55:12",
            "upload_time_iso_8601": "2024-03-20T09:55:12.483180Z",
            "url": "https://files.pythonhosted.org/packages/a3/dc/bb2648273ccec9da8239915bd5fdd38e69e236610ef58d967a1966e2cb4c/pyvinecopulib-0.6.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1738842d550f9bd6cc38006b162cce737020dfd4d85ab7bd0a8d95e070f4bbe2",
                "md5": "ee7ab3cbacafbe077033913c595cfc02",
                "sha256": "76f0375d70f242be588905ae0d09fc7fd6b0938bb310af827f55e3d7eb7ec3ca"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ee7ab3cbacafbe077033913c595cfc02",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1437536,
            "upload_time": "2024-03-20T09:55:14",
            "upload_time_iso_8601": "2024-03-20T09:55:14.941605Z",
            "url": "https://files.pythonhosted.org/packages/17/38/842d550f9bd6cc38006b162cce737020dfd4d85ab7bd0a8d95e070f4bbe2/pyvinecopulib-0.6.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5347b39642d2e6c2682ab5d3fdfec5dedbd67dc68b37d504c50fb7df5c1d8cb3",
                "md5": "e45ed2208122eafef76d066347c50930",
                "sha256": "400f875ee072a4c146cdf7c0b1468c5c0c11a4fa5d9e8f6ad5a794ea87ea933a"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e45ed2208122eafef76d066347c50930",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1538315,
            "upload_time": "2024-03-20T09:55:17",
            "upload_time_iso_8601": "2024-03-20T09:55:17.344347Z",
            "url": "https://files.pythonhosted.org/packages/53/47/b39642d2e6c2682ab5d3fdfec5dedbd67dc68b37d504c50fb7df5c1d8cb3/pyvinecopulib-0.6.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2abe1a941729b7346e102e629cbb1228bc10e4974b9f7a728e372340aecb3070",
                "md5": "b06892ce28cabeb21487fa74d20d26e9",
                "sha256": "f7ce225e91e1a88fbebc683f19004a02f43c87c5993f52876b3e42f529eec68f"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b06892ce28cabeb21487fa74d20d26e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1543875,
            "upload_time": "2024-03-20T09:55:19",
            "upload_time_iso_8601": "2024-03-20T09:55:19.023807Z",
            "url": "https://files.pythonhosted.org/packages/2a/be/1a941729b7346e102e629cbb1228bc10e4974b9f7a728e372340aecb3070/pyvinecopulib-0.6.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f443b5833538b1d4a4bf038ad46aa4fb0d2861f6141fb3a223bf22081f30604b",
                "md5": "08fbd0b8fc1224dfdf862d1f6118571c",
                "sha256": "96cf2848c96fbf9faf3d702786e8876cdbbab0e134496963457f7b531019a0d6"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "08fbd0b8fc1224dfdf862d1f6118571c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2033834,
            "upload_time": "2024-03-20T09:55:21",
            "upload_time_iso_8601": "2024-03-20T09:55:21.362940Z",
            "url": "https://files.pythonhosted.org/packages/f4/43/b5833538b1d4a4bf038ad46aa4fb0d2861f6141fb3a223bf22081f30604b/pyvinecopulib-0.6.5-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfe1aeefbf5aaad885717984e6f0086a80a830861f30e355d9d657af2eeae501",
                "md5": "94eb1e0df3900a15d14eb2db7048d5c2",
                "sha256": "2c33314a79d9bfe69056a8feea1c021ae6764c6609f6c8245c2b38d78b6089da"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94eb1e0df3900a15d14eb2db7048d5c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2059154,
            "upload_time": "2024-03-20T09:55:23",
            "upload_time_iso_8601": "2024-03-20T09:55:23.664434Z",
            "url": "https://files.pythonhosted.org/packages/df/e1/aeefbf5aaad885717984e6f0086a80a830861f30e355d9d657af2eeae501/pyvinecopulib-0.6.5-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "042b673d829b14d6664217890f2e21a9dcc55b78b0915b4cb863b47e70cd9529",
                "md5": "b4b9393704dfe641c5020efc9050a805",
                "sha256": "aaff6193bdc4dc37f7a0fc44ddac83ebc35de92c71d03219e856219681c92e85"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "b4b9393704dfe641c5020efc9050a805",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1192013,
            "upload_time": "2024-03-20T09:55:26",
            "upload_time_iso_8601": "2024-03-20T09:55:26.107110Z",
            "url": "https://files.pythonhosted.org/packages/04/2b/673d829b14d6664217890f2e21a9dcc55b78b0915b4cb863b47e70cd9529/pyvinecopulib-0.6.5-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91b2a805d9a49d83d65c466e7611bf0aa881d061179bd3443a65763cc553d063",
                "md5": "10e35efd63594180a9bdd2f310638ad1",
                "sha256": "63a442c093fc36091e5674286334d27d1cb1aba09bb8b2bec2ab233b8aed3988"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "10e35efd63594180a9bdd2f310638ad1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1322463,
            "upload_time": "2024-03-20T09:55:27",
            "upload_time_iso_8601": "2024-03-20T09:55:27.736631Z",
            "url": "https://files.pythonhosted.org/packages/91/b2/a805d9a49d83d65c466e7611bf0aa881d061179bd3443a65763cc553d063/pyvinecopulib-0.6.5-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e1210e722ddc55f1d5134657a8d10d77a853c5f8aa85367b7e37f296378ca7b",
                "md5": "05e13574394661f0c3e2de67ec676812",
                "sha256": "be3aeb673f12d88d514c2ec94d43089cfda9933b4376774a32a83e3a0f5c61e5"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "05e13574394661f0c3e2de67ec676812",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1520296,
            "upload_time": "2024-03-20T09:55:29",
            "upload_time_iso_8601": "2024-03-20T09:55:29.671493Z",
            "url": "https://files.pythonhosted.org/packages/0e/12/10e722ddc55f1d5134657a8d10d77a853c5f8aa85367b7e37f296378ca7b/pyvinecopulib-0.6.5-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "861ca2ece10eba7226d96061c54bc8bbccd75cde90a006579b0387f06d16f87f",
                "md5": "64d8347f3d761bc6e805630d665fa21e",
                "sha256": "4be2b73da92b3fb5c3063f81f93c68f6c65f019ab5fb431c731c78f600603158"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "64d8347f3d761bc6e805630d665fa21e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1440064,
            "upload_time": "2024-03-20T09:55:31",
            "upload_time_iso_8601": "2024-03-20T09:55:31.999119Z",
            "url": "https://files.pythonhosted.org/packages/86/1c/a2ece10eba7226d96061c54bc8bbccd75cde90a006579b0387f06d16f87f/pyvinecopulib-0.6.5-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03347768fd034ebebf06edc3e832a5f07e1bcb2027d486a865d7011179d1497a",
                "md5": "3b75f804523fbddc898e75ee0291a5e5",
                "sha256": "cd50989439b97147a7d32e5e4a0ad20cf4ae6b33744ab8a788c91f64950173e2"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3b75f804523fbddc898e75ee0291a5e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1538953,
            "upload_time": "2024-03-20T09:55:35",
            "upload_time_iso_8601": "2024-03-20T09:55:35.867639Z",
            "url": "https://files.pythonhosted.org/packages/03/34/7768fd034ebebf06edc3e832a5f07e1bcb2027d486a865d7011179d1497a/pyvinecopulib-0.6.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a264b8026d141001f23856bb34bbacbe41e32f880c9557224356c1bf220e07c9",
                "md5": "48aebed4ba9520ed2cd09f789bfceecc",
                "sha256": "eea1882d040644271162704410256f1c2c6f1dd03aba0c6093d98f2fa7ff5508"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "48aebed4ba9520ed2cd09f789bfceecc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1544420,
            "upload_time": "2024-03-20T09:55:37",
            "upload_time_iso_8601": "2024-03-20T09:55:37.547463Z",
            "url": "https://files.pythonhosted.org/packages/a2/64/b8026d141001f23856bb34bbacbe41e32f880c9557224356c1bf220e07c9/pyvinecopulib-0.6.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8158d3aeed82b0f2a3a68dba7da15b149dc77b2b35546029cc4789a91c619f4",
                "md5": "f151cc789d8d7669fd04a298d518f7b5",
                "sha256": "7799103f80704304e2cd200b362fddb2ff2ee5bb094e51e91662a38ef1d81b3a"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "f151cc789d8d7669fd04a298d518f7b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2032448,
            "upload_time": "2024-03-20T09:55:39",
            "upload_time_iso_8601": "2024-03-20T09:55:39.197291Z",
            "url": "https://files.pythonhosted.org/packages/a8/15/8d3aeed82b0f2a3a68dba7da15b149dc77b2b35546029cc4789a91c619f4/pyvinecopulib-0.6.5-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "479a089d396a3936e4210a071fe357cc7ed318990b9e2f1d51a4015d489eae0a",
                "md5": "6f8be3f344ed28b7da368a2c6af452a8",
                "sha256": "44603210c2c1c3f6b7c2d9d438a5e0a699bc659a00c2d7aa7121d48b79cfc498"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6f8be3f344ed28b7da368a2c6af452a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2061176,
            "upload_time": "2024-03-20T09:55:41",
            "upload_time_iso_8601": "2024-03-20T09:55:41.475485Z",
            "url": "https://files.pythonhosted.org/packages/47/9a/089d396a3936e4210a071fe357cc7ed318990b9e2f1d51a4015d489eae0a/pyvinecopulib-0.6.5-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6e881c035b796eaa25a3571d5d3eaafcdcce3d572f01cd61c685f50e1b46658",
                "md5": "e3616ff93e4f2e5308327f42e14afe7c",
                "sha256": "fa88bdfb8d038dc66df2965f12133f3cc19a8d9c84618b2f0c6a71a168c7fc9f"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "e3616ff93e4f2e5308327f42e14afe7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1192341,
            "upload_time": "2024-03-20T09:55:43",
            "upload_time_iso_8601": "2024-03-20T09:55:43.103601Z",
            "url": "https://files.pythonhosted.org/packages/a6/e8/81c035b796eaa25a3571d5d3eaafcdcce3d572f01cd61c685f50e1b46658/pyvinecopulib-0.6.5-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac1c834762b200b07afd35c4c5412fff262eb6fc2b627b67eab1532432f785af",
                "md5": "5556d6df6cce8b95c837c46e1c3976de",
                "sha256": "7ba74537a5a6bf9dc01e056f23b1773ff24fc66bb5132b9e15236d3c25a10a02"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5556d6df6cce8b95c837c46e1c3976de",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1324777,
            "upload_time": "2024-03-20T09:55:44",
            "upload_time_iso_8601": "2024-03-20T09:55:44.659537Z",
            "url": "https://files.pythonhosted.org/packages/ac/1c/834762b200b07afd35c4c5412fff262eb6fc2b627b67eab1532432f785af/pyvinecopulib-0.6.5-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5fcef5a85a893e7c18c1ce811921ab1874a081a3679a769aeb0951806b2f70f",
                "md5": "db20d511e3de5aa61760ab62fa8bb305",
                "sha256": "187df21571adbb4633d425cb24ac116ecd8638415e3ef9a9a0b1265bb6e82040"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "db20d511e3de5aa61760ab62fa8bb305",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1514843,
            "upload_time": "2024-03-20T09:55:46",
            "upload_time_iso_8601": "2024-03-20T09:55:46.956702Z",
            "url": "https://files.pythonhosted.org/packages/a5/fc/ef5a85a893e7c18c1ce811921ab1874a081a3679a769aeb0951806b2f70f/pyvinecopulib-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b090298cc575162e032d0779d72d561c8ecc839f20b6dc963b83d42357040e1e",
                "md5": "7d1369e63e2434be1e483d32c02037b4",
                "sha256": "6d576f69656f5c061f4ccd9498f93520b712ed92d6aef706360f01c983ede439"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7d1369e63e2434be1e483d32c02037b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1436587,
            "upload_time": "2024-03-20T09:55:48",
            "upload_time_iso_8601": "2024-03-20T09:55:48.637214Z",
            "url": "https://files.pythonhosted.org/packages/b0/90/298cc575162e032d0779d72d561c8ecc839f20b6dc963b83d42357040e1e/pyvinecopulib-0.6.5-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f3b391e44a01a3ce5ca9811d71a37a1fbb0008ea5426710ce97b61b97288c63",
                "md5": "c46fe2364dca0e0ddbcdacd497a2b072",
                "sha256": "ad24d6261a58030ec6e58e3854bd5d1f507efaa1c62ca451c5fca734d4471945"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c46fe2364dca0e0ddbcdacd497a2b072",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1536620,
            "upload_time": "2024-03-20T09:55:50",
            "upload_time_iso_8601": "2024-03-20T09:55:50.323738Z",
            "url": "https://files.pythonhosted.org/packages/5f/3b/391e44a01a3ce5ca9811d71a37a1fbb0008ea5426710ce97b61b97288c63/pyvinecopulib-0.6.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d08c70bbb0cca7f359a458877366fc8fca320b47518b529f9881d2ce8340e6e",
                "md5": "ac6a95e7324aefe7464e5e73c29b8603",
                "sha256": "3b876f6f32827c8c46fc6a8802de53fbf8072ec4010d10bb70ecc1573b8082fb"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ac6a95e7324aefe7464e5e73c29b8603",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1542242,
            "upload_time": "2024-03-20T09:55:52",
            "upload_time_iso_8601": "2024-03-20T09:55:52.550597Z",
            "url": "https://files.pythonhosted.org/packages/1d/08/c70bbb0cca7f359a458877366fc8fca320b47518b529f9881d2ce8340e6e/pyvinecopulib-0.6.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ae47da7b70aef6f6ab242c5bafa083dca2a4bbc607a4caacd2de6e181494875",
                "md5": "7b0daabb2f615d9ae249d817b418ddfc",
                "sha256": "0e023e4a14995de3a693a024a1f00835ec3b19bccdc8aeb7bb576aac6c09457f"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "7b0daabb2f615d9ae249d817b418ddfc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2032557,
            "upload_time": "2024-03-20T09:55:54",
            "upload_time_iso_8601": "2024-03-20T09:55:54.260104Z",
            "url": "https://files.pythonhosted.org/packages/3a/e4/7da7b70aef6f6ab242c5bafa083dca2a4bbc607a4caacd2de6e181494875/pyvinecopulib-0.6.5-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b30e0a9e1bd0428e37fc4582d3fb3d80e1be331559b47b52523b77daf1e7caa9",
                "md5": "f2ea83963a5bd8e7b0c91b682ecf3cd5",
                "sha256": "3ac75df2f238f6d77acc966b1618326b12ac7c233ea34c080eab5de7364a8abc"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f2ea83963a5bd8e7b0c91b682ecf3cd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2058024,
            "upload_time": "2024-03-20T09:55:56",
            "upload_time_iso_8601": "2024-03-20T09:55:56.519789Z",
            "url": "https://files.pythonhosted.org/packages/b3/0e/0a9e1bd0428e37fc4582d3fb3d80e1be331559b47b52523b77daf1e7caa9/pyvinecopulib-0.6.5-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab50844a2b6c8e0526268bfe113effa9543a7ce6be6f7594a2ff957480eb0b14",
                "md5": "7e40b3bf850fe1c111d68e964cdcbd2b",
                "sha256": "23d6c12ef867973ad241e16cbb7f9a69bcae1cca6c38f3b4cfe804a4799e9014"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "7e40b3bf850fe1c111d68e964cdcbd2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1191392,
            "upload_time": "2024-03-20T09:55:58",
            "upload_time_iso_8601": "2024-03-20T09:55:58.420672Z",
            "url": "https://files.pythonhosted.org/packages/ab/50/844a2b6c8e0526268bfe113effa9543a7ce6be6f7594a2ff957480eb0b14/pyvinecopulib-0.6.5-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fd5252796073863c51da1f744f2f80e526c2d6295b81f95c5ce81a840cd276a",
                "md5": "a3b7f72e327df009a2a604c6f6c552d7",
                "sha256": "c8d63afc115a790ca4673f623768453238090a070d64e960a5f6591c8a365800"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a3b7f72e327df009a2a604c6f6c552d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1321606,
            "upload_time": "2024-03-20T09:56:00",
            "upload_time_iso_8601": "2024-03-20T09:56:00.050461Z",
            "url": "https://files.pythonhosted.org/packages/0f/d5/252796073863c51da1f744f2f80e526c2d6295b81f95c5ce81a840cd276a/pyvinecopulib-0.6.5-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cfb727d4d6c8c248079d7e930ffbe88905d1138976267aecdca485f95c73e97",
                "md5": "145abc7713e61e0d627f1347bcb94d85",
                "sha256": "c639c6a4d9b8e57a4c0197962a9a8854b3de053f760131aa27e3198ae7c79847"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "145abc7713e61e0d627f1347bcb94d85",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1515141,
            "upload_time": "2024-03-20T09:56:01",
            "upload_time_iso_8601": "2024-03-20T09:56:01.979870Z",
            "url": "https://files.pythonhosted.org/packages/1c/fb/727d4d6c8c248079d7e930ffbe88905d1138976267aecdca485f95c73e97/pyvinecopulib-0.6.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bd5a8df6f5080eee25a074650377edd37a7abe9121b7d58100f7ddb96aea9b7",
                "md5": "00d0651b63bb7512202740854775b47a",
                "sha256": "b7ab8c180018d2cd1df17519e26abe280b9c92f40462bf5e5cffbddc5365cb65"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "00d0651b63bb7512202740854775b47a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1436921,
            "upload_time": "2024-03-20T09:56:04",
            "upload_time_iso_8601": "2024-03-20T09:56:04.098902Z",
            "url": "https://files.pythonhosted.org/packages/0b/d5/a8df6f5080eee25a074650377edd37a7abe9121b7d58100f7ddb96aea9b7/pyvinecopulib-0.6.5-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cd86afef8eedab5be5439bf038e1a2740c6f00961a10e98ab0c7e948a22bcfb",
                "md5": "66d4f425ea0784a21a52ceb868b6e76b",
                "sha256": "7142083fdccb2fd18e8ed4c7a0fbf62933a9030d71dfb01c0c59977c42ebec2d"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "66d4f425ea0784a21a52ceb868b6e76b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1537427,
            "upload_time": "2024-03-20T09:56:06",
            "upload_time_iso_8601": "2024-03-20T09:56:06.397609Z",
            "url": "https://files.pythonhosted.org/packages/0c/d8/6afef8eedab5be5439bf038e1a2740c6f00961a10e98ab0c7e948a22bcfb/pyvinecopulib-0.6.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7242c5a792873d844f9e947c83cf1ca1c650bd7bf7892b39836a43582a75280e",
                "md5": "ffa575e2c42cb0fd768616fd4061c8c4",
                "sha256": "93e4ccbae8ca211aab8ee546f4b1375ca0404380bc0d07d0176c5d106694bda7"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ffa575e2c42cb0fd768616fd4061c8c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1542698,
            "upload_time": "2024-03-20T09:56:08",
            "upload_time_iso_8601": "2024-03-20T09:56:08.156947Z",
            "url": "https://files.pythonhosted.org/packages/72/42/c5a792873d844f9e947c83cf1ca1c650bd7bf7892b39836a43582a75280e/pyvinecopulib-0.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be2aa83902a46bb620898e01d5b5d90f63486861c14e2277253c80668c536b72",
                "md5": "759d18a564a69cc0207a01657b11789d",
                "sha256": "bcabade352805317c56baf050a859140722d4a167a9e7c3c1718b3d11c1e4dd1"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "759d18a564a69cc0207a01657b11789d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2032628,
            "upload_time": "2024-03-20T09:56:10",
            "upload_time_iso_8601": "2024-03-20T09:56:10.583231Z",
            "url": "https://files.pythonhosted.org/packages/be/2a/a83902a46bb620898e01d5b5d90f63486861c14e2277253c80668c536b72/pyvinecopulib-0.6.5-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14be98ba5b10f5f005257412309b13d638dab6c4d4f4d2e3a0eec3612b28a6a2",
                "md5": "43800e94d946161648494ea2dd0e705f",
                "sha256": "9179b6d6cbf8d03cfa8bfd00a46391ec68ecb6e30c9a3d8d021d6d0f82a59d59"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "43800e94d946161648494ea2dd0e705f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2058343,
            "upload_time": "2024-03-20T09:56:12",
            "upload_time_iso_8601": "2024-03-20T09:56:12.267406Z",
            "url": "https://files.pythonhosted.org/packages/14/be/98ba5b10f5f005257412309b13d638dab6c4d4f4d2e3a0eec3612b28a6a2/pyvinecopulib-0.6.5-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9420e0985f982b2b66dcbd663756b7f95966986cd152c189b847d0bbedd792c8",
                "md5": "96f3e03dff8c2ba0173b4fe07f561fea",
                "sha256": "7f2b4ce5c621b71e34acdefc0f63e0a9cf29e2d4c510e65afe1c3eb0d360f67c"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "96f3e03dff8c2ba0173b4fe07f561fea",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1191458,
            "upload_time": "2024-03-20T09:56:13",
            "upload_time_iso_8601": "2024-03-20T09:56:13.815678Z",
            "url": "https://files.pythonhosted.org/packages/94/20/e0985f982b2b66dcbd663756b7f95966986cd152c189b847d0bbedd792c8/pyvinecopulib-0.6.5-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6fac3dcf5d42576d3da59aa0a64a5c2bae8f31a58ee042473d3b605304aa0b1",
                "md5": "fcc0181466fb0923945de9fd83848d56",
                "sha256": "1227b4340343153f18b1100778f9538134b02096fcca3af33997fe18b9bc912d"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fcc0181466fb0923945de9fd83848d56",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1316496,
            "upload_time": "2024-03-20T09:56:15",
            "upload_time_iso_8601": "2024-03-20T09:56:15.437960Z",
            "url": "https://files.pythonhosted.org/packages/a6/fa/c3dcf5d42576d3da59aa0a64a5c2bae8f31a58ee042473d3b605304aa0b1/pyvinecopulib-0.6.5-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "093d2da671c1b1def5ab322eebeed2cc9318cab958a2b66a09e1742fcd331712",
                "md5": "274be8d9db1a93545f4e2e69c72d0583",
                "sha256": "7c5ba2864947958b7ea23eca66efc9d927ab3d97b2fa7a168656a5e69411ce2b"
            },
            "downloads": -1,
            "filename": "pyvinecopulib-0.6.5.tar.gz",
            "has_sig": false,
            "md5_digest": "274be8d9db1a93545f4e2e69c72d0583",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26604036,
            "upload_time": "2024-03-20T09:56:22",
            "upload_time_iso_8601": "2024-03-20T09:56:22.228832Z",
            "url": "https://files.pythonhosted.org/packages/09/3d/2da671c1b1def5ab322eebeed2cc9318cab958a2b66a09e1742fcd331712/pyvinecopulib-0.6.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 09:56:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vinecopulib",
    "github_project": "pyvinecopulib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyvinecopulib"
}
        
Elapsed time: 0.21232s