{
"info": {
"author": "BraiNets",
"author_email": "e.combrisson@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8"
],
"description": ".. image:: https://github.com/brainets/frites/actions/workflows/test_doc.yml/badge.svg\n :target: https://github.com/brainets/frites/actions/workflows/test_doc.yml\n\n.. image:: https://github.com/brainets/frites/actions/workflows/flake.yml/badge.svg\n :target: https://github.com/brainets/frites/actions/workflows/flake.yml\n\n.. image:: https://travis-ci.org/brainets/frites.svg?branch=master\n :target: https://travis-ci.org/brainets/frites\n\n.. image:: https://codecov.io/gh/brainets/frites/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/brainets/frites\n\n.. image:: https://badge.fury.io/py/frites.svg\n :target: https://badge.fury.io/py/frites\n\n.. image:: https://pepy.tech/badge/frites\n :target: https://pepy.tech/project/frites\n\n.. figure:: https://github.com/brainets/frites/blob/master/docs/source/_static/logo_desc.png\n :align: center\n\n======\nFrites\n======\n\nDescription\n-----------\n\n`Frites `_ is a Python toolbox for assessing information-theorical measures on human and animal neurophysiological data (M/EEG, Intracranial). The aim of Frites is to extract task-related cognitive brain networks (i.e modulated by the task). The toolbox also includes directed and undirected connectivity metrics such as group-level statistics.\n\n.. figure:: https://github.com/brainets/frites/blob/master/docs/source/_static/network_framework.png\n :align: center\n\nDocumentation\n-------------\n\nFrites documentation is available online at https://brainets.github.io/frites/\n\nInstallation\n------------\n\nRun the following command into your terminal to get the latest stable version :\n\n.. code-block:: shell\n\n pip install -U frites\n\n\nYou can also install the latest version of the software directly from Github :\n\n.. code-block:: shell\n\n pip install git+https://github.com/brainets/frites.git\n\n\nFor developers, you can install it in develop mode with the following commands :\n\n.. code-block:: shell\n\n git clone https://github.com/brainets/frites.git\n cd frites\n python setup.py develop\n # or : pip install -e .\n\nDependencies\n++++++++++++\n\nThe main dependencies of Frites are :\n\n* `Numpy `_\n* `Scipy `_\n* `MNE Python `_\n* `Xarray `_\n* `Joblib `_\n\nIn addition to the main dependencies, here's the list of additional packages that you might need :\n\n* `Numba `_ : speed up the computations of some functions\n* `Dcor `_ for fast implementation of distance correlation\n* `Matplotlib `_, `Seaborn `_ and `Networkx `_ for plotting the examples\n* Some example are using `scikit learn `_ estimators\n\n\n",
"description_content_type": "",
"docs_url": null,
"download_url": "https://github.com/brainets/frites/archive/v0.4.2.tar.gz",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/brainets/frites",
"keywords": "information-theory statistics",
"license": "BSD 3-Clause License",
"maintainer": "Etienne Combrisson",
"maintainer_email": "",
"name": "frites",
"package_url": "https://pypi.org/project/frites/",
"platform": "any",
"project_url": "https://pypi.org/project/frites/",
"project_urls": {
"Download": "https://github.com/brainets/frites/archive/v0.4.2.tar.gz",
"Homepage": "https://github.com/brainets/frites"
},
"release_url": "https://pypi.org/project/frites/0.4.2/",
"requires_dist": [
"numpy",
"scipy",
"mne",
"joblib",
"xarray",
"netCDF4",
"h5netcdf",
"matplotlib ; extra == 'all'",
"networkx ; extra == 'all'",
"numba ; extra == 'all'",
"dcor ; extra == 'all'",
"scikit-learn ; extra == 'all'",
"matplotlib ; extra == 'doc'",
"networkx ; extra == 'doc'",
"numba ; extra == 'doc'",
"dcor ; extra == 'doc'",
"scikit-learn ; extra == 'doc'",
"pytest ; extra == 'doc'",
"pytest-sugar ; extra == 'doc'",
"pytest-cov ; extra == 'doc'",
"codecov ; extra == 'doc'",
"sphinx (!=4.1.0) ; extra == 'doc'",
"sphinx-gallery ; extra == 'doc'",
"pydata-sphinx-theme (>=0.6.3) ; extra == 'doc'",
"sphinxcontrib-bibtex (==1.0.0) ; extra == 'doc'",
"numpydoc ; extra == 'doc'",
"xlrd ; extra == 'doc'",
"openpyxl ; extra == 'doc'",
"seaborn ; extra == 'doc'",
"memory-profiler ; extra == 'doc'",
"sphinx-panels ; extra == 'doc'",
"sphinx-copybutton ; extra == 'doc'",
"matplotlib ; extra == 'flake'",
"networkx ; extra == 'flake'",
"numba ; extra == 'flake'",
"dcor ; extra == 'flake'",
"scikit-learn ; extra == 'flake'",
"pytest ; extra == 'flake'",
"pytest-sugar ; extra == 'flake'",
"pytest-cov ; extra == 'flake'",
"codecov ; extra == 'flake'",
"flake8 ; extra == 'flake'",
"pep8-naming ; extra == 'flake'",
"matplotlib ; extra == 'full'",
"networkx ; extra == 'full'",
"numba ; extra == 'full'",
"dcor ; extra == 'full'",
"scikit-learn ; extra == 'full'",
"pytest ; extra == 'full'",
"pytest-sugar ; extra == 'full'",
"pytest-cov ; extra == 'full'",
"codecov ; extra == 'full'",
"sphinx (!=4.1.0) ; extra == 'full'",
"sphinx-gallery ; extra == 'full'",
"pydata-sphinx-theme (>=0.6.3) ; extra == 'full'",
"sphinxcontrib-bibtex (==1.0.0) ; extra == 'full'",
"numpydoc ; extra == 'full'",
"xlrd ; extra == 'full'",
"openpyxl ; extra == 'full'",
"seaborn ; extra == 'full'",
"memory-profiler ; extra == 'full'",
"sphinx-panels ; extra == 'full'",
"sphinx-copybutton ; extra == 'full'",
"flake8 ; extra == 'full'",
"pep8-naming ; extra == 'full'",
"matplotlib ; extra == 'test'",
"networkx ; extra == 'test'",
"numba ; extra == 'test'",
"dcor ; extra == 'test'",
"scikit-learn ; extra == 'test'",
"pytest ; extra == 'test'",
"pytest-sugar ; extra == 'test'",
"pytest-cov ; extra == 'test'",
"codecov ; extra == 'test'"
],
"requires_python": "",
"summary": "Framework of Information Theory for Electrophysiological data and Statistics",
"version": "0.4.2",
"yanked": false,
"yanked_reason": null
},
"last_serial": 13665243,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "ec7839ae8124b59ef6eebf1f6c732fb3",
"sha256": "136434bc90fd8e9cc7c83995a06e306f651c714e568dc35214afb13ae6bc591d"
},
"downloads": -1,
"filename": "frites-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ec7839ae8124b59ef6eebf1f6c732fb3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 37421,
"upload_time": "2019-10-21T12:21:55",
"upload_time_iso_8601": "2019-10-21T12:21:55.569974Z",
"url": "https://files.pythonhosted.org/packages/41/a0/596a048443851df65a352e2c74e480a54fe60630e1f10fe5b5a40f919aea/frites-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "2f6990885d53836f8a97d60616cb06ae",
"sha256": "648972f0fa2489406a9e88e7e330b16bbef0430219606ae86d37e049129e65b2"
},
"downloads": -1,
"filename": "frites-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "2f6990885d53836f8a97d60616cb06ae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 28894,
"upload_time": "2019-10-21T12:21:58",
"upload_time_iso_8601": "2019-10-21T12:21:58.896772Z",
"url": "https://files.pythonhosted.org/packages/7e/cc/cf8dd01d2dcb43e8613d35d8a1827827517075c61bef8ce20765a00675f9/frites-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "d35a6fe214276122ef4d83b89133ae25",
"sha256": "8112817aa32c5253ff7144ce657898f063c011808d7d864965eb96c6326ca778"
},
"downloads": -1,
"filename": "frites-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d35a6fe214276122ef4d83b89133ae25",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 37478,
"upload_time": "2019-10-23T14:52:13",
"upload_time_iso_8601": "2019-10-23T14:52:13.864234Z",
"url": "https://files.pythonhosted.org/packages/85/7e/7fd393872b102dc9281a9559235edd90d93aaf76516e0c49c5c07dd64f27/frites-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "9c80dd5e1de2139e9a21ca51d0740892",
"sha256": "1eaa646ff9e685bb36e073dea4682ee7aa17d12485dc5f9defa69e20ee8a1a3b"
},
"downloads": -1,
"filename": "frites-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "9c80dd5e1de2139e9a21ca51d0740892",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 29010,
"upload_time": "2019-10-23T14:52:15",
"upload_time_iso_8601": "2019-10-23T14:52:15.425796Z",
"url": "https://files.pythonhosted.org/packages/e5/2b/5d672428f28dc663fd657b3416aa408dfbe9e690d239af194415899363cd/frites-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "59a2dba8d46a087a3b2ac1f7d9f8a9d0",
"sha256": "fbb4ace15d8778ce38d5cb2b8f68d7e8aef79a5aa0028ff9f9e8533a772c201a"
},
"downloads": -1,
"filename": "frites-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "59a2dba8d46a087a3b2ac1f7d9f8a9d0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 54549,
"upload_time": "2019-12-13T15:16:09",
"upload_time_iso_8601": "2019-12-13T15:16:09.204491Z",
"url": "https://files.pythonhosted.org/packages/24/ff/7c4c8a3c17261fe47382ee94a9c67700d9af81c1d9446cc599c163b6cc75/frites-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "6c986436b3966565a6217a970225870b",
"sha256": "51ebb65a83cdec068aaefba240f4a98d87fd1a69c13d141a917dd153269d1136"
},
"downloads": -1,
"filename": "frites-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "6c986436b3966565a6217a970225870b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 40139,
"upload_time": "2019-12-13T15:16:11",
"upload_time_iso_8601": "2019-12-13T15:16:11.048432Z",
"url": "https://files.pythonhosted.org/packages/c3/e9/f4d78543050ed151969c6824849f50e8b1fe8eaec940743c107f79a2785f/frites-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.3.2": [
{
"comment_text": "",
"digests": {
"md5": "b693bb062e2bc434ada2b074221d9452",
"sha256": "22b1c2f19a0df46e2685e7ccc9f8abebd9776282e4dd50f36850667158c3c991"
},
"downloads": -1,
"filename": "frites-0.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b693bb062e2bc434ada2b074221d9452",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 61871,
"upload_time": "2020-05-05T12:41:55",
"upload_time_iso_8601": "2020-05-05T12:41:55.363701Z",
"url": "https://files.pythonhosted.org/packages/ff/47/a95b2db8955e4a3aba5bc3c7679efeec9a1c6696acbcbc5430ecfefddfc7/frites-0.3.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "442f675175917f86785922e7de27e2e1",
"sha256": "4f9827b6b85c2bdb96f60404c78e6c823c1b4ad1d7d0c23f5533a61262e5204a"
},
"downloads": -1,
"filename": "frites-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "442f675175917f86785922e7de27e2e1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 47031,
"upload_time": "2020-05-05T12:41:56",
"upload_time_iso_8601": "2020-05-05T12:41:56.835148Z",
"url": "https://files.pythonhosted.org/packages/5f/4c/52328d024ef381558193c30a85419b1b31af5705a30029425bf87adef823/frites-0.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.3.5": [
{
"comment_text": "",
"digests": {
"md5": "11baeabcfbeeca1e6eafabdc3afc3c58",
"sha256": "e40c6c9d4a3c57d5380d45f3351a54f1288d57875163829a5b6f5e990677b927"
},
"downloads": -1,
"filename": "frites-0.3.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "11baeabcfbeeca1e6eafabdc3afc3c58",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 87802,
"upload_time": "2020-10-05T09:00:03",
"upload_time_iso_8601": "2020-10-05T09:00:03.050777Z",
"url": "https://files.pythonhosted.org/packages/02/e5/0f7a43119dc7a63128ed4ceafde0d6b7dbf78f7fede459da4377375fd6e5/frites-0.3.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "d877bf2a3305f513a27ffa1edf5267ff",
"sha256": "b7b74d441078e6b9ad8ece6b26978eb139ab6585aa228434ba4fcbdf6d10beb6"
},
"downloads": -1,
"filename": "frites-0.3.5.tar.gz",
"has_sig": false,
"md5_digest": "d877bf2a3305f513a27ffa1edf5267ff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 65728,
"upload_time": "2020-10-05T09:00:05",
"upload_time_iso_8601": "2020-10-05T09:00:05.084090Z",
"url": "https://files.pythonhosted.org/packages/0a/9e/369741e4d8c1b7fecbfe0dd3a976cc87c248618bcfd7b4985b3f58f71ea5/frites-0.3.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.3.7": [
{
"comment_text": "",
"digests": {
"md5": "856dc74312ed4807fd389444bdd3fcb7",
"sha256": "da7fc4e5d71173fa75e67f06cf46d73d7f86e8a7b0728a18d0e811d64e43e6d4"
},
"downloads": -1,
"filename": "frites-0.3.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "856dc74312ed4807fd389444bdd3fcb7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 86108,
"upload_time": "2020-12-10T20:55:51",
"upload_time_iso_8601": "2020-12-10T20:55:51.508563Z",
"url": "https://files.pythonhosted.org/packages/11/6c/4461737088414065220940fbba841ef12d37a4c64064b33dd6fc4b6b21f2/frites-0.3.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "b423512dbba6fbca59342f2d07ff9a6e",
"sha256": "cc12a33a27e702d502b83bbc5d66401fab93c0405da885be3c26e85de5ff5285"
},
"downloads": -1,
"filename": "frites-0.3.7.tar.gz",
"has_sig": false,
"md5_digest": "b423512dbba6fbca59342f2d07ff9a6e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 65913,
"upload_time": "2020-12-10T20:55:53",
"upload_time_iso_8601": "2020-12-10T20:55:53.657840Z",
"url": "https://files.pythonhosted.org/packages/22/6c/1618937b11fef0e5616ede637b41ffbda047382beb58ebea05e8a2d632fd/frites-0.3.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.3.8": [
{
"comment_text": "",
"digests": {
"md5": "b5d1ab8a0b257dc5b4336ca75f9a349d",
"sha256": "0cc53a9822ad80caaeb74653c0a7cdd8d77618a7831a5970d1707ab1de8df661"
},
"downloads": -1,
"filename": "frites-0.3.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b5d1ab8a0b257dc5b4336ca75f9a349d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 90179,
"upload_time": "2021-02-24T13:21:25",
"upload_time_iso_8601": "2021-02-24T13:21:25.409741Z",
"url": "https://files.pythonhosted.org/packages/75/dc/5d2ffeb5173f23941822bdb5ac4872a7cf35e6f3e795f66960ea75680d6c/frites-0.3.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "366e2ee93f7c8193781fadeac27b415b",
"sha256": "436e71a6f62e2c93527eed3a40898ad6f3a737b45da74b984047ada8ad54d28f"
},
"downloads": -1,
"filename": "frites-0.3.8.tar.gz",
"has_sig": false,
"md5_digest": "366e2ee93f7c8193781fadeac27b415b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 67463,
"upload_time": "2021-02-24T13:21:27",
"upload_time_iso_8601": "2021-02-24T13:21:27.042785Z",
"url": "https://files.pythonhosted.org/packages/a2/61/827225b6c0ce3be511537db419669ff122168a0a6bddb26dd4169d744a49/frites-0.3.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.3.9": [
{
"comment_text": "",
"digests": {
"md5": "0851354287cba26e9789d0c456d6f58a",
"sha256": "e7d0f4194e9e427da19f62dfad380d7e98e61dfa4489748bb239674b8037bd94"
},
"downloads": -1,
"filename": "frites-0.3.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0851354287cba26e9789d0c456d6f58a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 92294,
"upload_time": "2021-05-15T13:33:56",
"upload_time_iso_8601": "2021-05-15T13:33:56.208870Z",
"url": "https://files.pythonhosted.org/packages/19/65/0b4d9f1c0940f4a337f2b18f958d0b9c80157d4851edf7e78225f776e965/frites-0.3.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "af87486f3874f61e6e711e3de9450fd4",
"sha256": "b79883fa4e5e02635a9268152730522813a0dbab9cb4a6442098317f915d1e43"
},
"downloads": -1,
"filename": "frites-0.3.9.tar.gz",
"has_sig": false,
"md5_digest": "af87486f3874f61e6e711e3de9450fd4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 71564,
"upload_time": "2021-05-15T13:33:57",
"upload_time_iso_8601": "2021-05-15T13:33:57.748090Z",
"url": "https://files.pythonhosted.org/packages/d7/0b/c8e58a0d7145ee5fd9ec693579aaf19aceb8f18beefc0d9e3756cdf4258a/frites-0.3.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.4.0": [
{
"comment_text": "",
"digests": {
"md5": "f797da18f34db8234fafc0577bdb98d4",
"sha256": "a50e30d059747554a1551cd5d0a314cf149d5b1f96fd410a0ff0156cbb34f77a"
},
"downloads": -1,
"filename": "frites-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f797da18f34db8234fafc0577bdb98d4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 100813,
"upload_time": "2021-08-10T08:40:14",
"upload_time_iso_8601": "2021-08-10T08:40:14.683106Z",
"url": "https://files.pythonhosted.org/packages/da/67/b9b69f7b513972921ab0b28bfe804c76c8aff419faaf4ff53ac5fe80fc2e/frites-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "9a502a5ab389cea619d008c4c66a054c",
"sha256": "bb7c026ade0716bec9a58870a9c6fb1c3bd3218b720299a64eeddd81315b04ad"
},
"downloads": -1,
"filename": "frites-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "9a502a5ab389cea619d008c4c66a054c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 76825,
"upload_time": "2021-08-10T08:40:16",
"upload_time_iso_8601": "2021-08-10T08:40:16.367886Z",
"url": "https://files.pythonhosted.org/packages/23/4a/ee344ed1eafde411c9e4b2a81a2220aac645df32e469f1ad5fe8891d98f8/frites-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.4.1": [
{
"comment_text": "",
"digests": {
"md5": "9ac39232a6c35fa165ef74a2040935a6",
"sha256": "e448d936723c28552b877b099b7b6e449f841ea0f593bb8d5e0da552428741fd"
},
"downloads": -1,
"filename": "frites-0.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9ac39232a6c35fa165ef74a2040935a6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 110073,
"upload_time": "2021-11-29T11:07:39",
"upload_time_iso_8601": "2021-11-29T11:07:39.349530Z",
"url": "https://files.pythonhosted.org/packages/5f/ed/90a621e414d046fd0916e7e8df7c3f77189fc3f2f05eb06ae781cc5dbff9/frites-0.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "64d67a66462dec58b63901f071e77a5f",
"sha256": "86746d24b4c129ba998ad9b662ca713e562557687c61b097c82f8b633b90f0c5"
},
"downloads": -1,
"filename": "frites-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "64d67a66462dec58b63901f071e77a5f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 82286,
"upload_time": "2021-11-29T11:07:41",
"upload_time_iso_8601": "2021-11-29T11:07:41.271233Z",
"url": "https://files.pythonhosted.org/packages/07/26/bc1dd65bed7975848eff61703e6c8d8a5f0fc17520572d8ee3f3b0974f07/frites-0.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.4.2": [
{
"comment_text": "",
"digests": {
"md5": "5cece3cd3c45543e7e73e91ebf2236b1",
"sha256": "e4bae27a1d6934233b3121e81495a74296d6a6277c7c8484dd03d429e5d6a8eb"
},
"downloads": -1,
"filename": "frites-0.4.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5cece3cd3c45543e7e73e91ebf2236b1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 127098,
"upload_time": "2022-04-29T13:48:37",
"upload_time_iso_8601": "2022-04-29T13:48:37.355126Z",
"url": "https://files.pythonhosted.org/packages/8c/8a/f64754305e13a7de3cf16cf8b5a83cba4e59edc806d6725998c69e1b88f0/frites-0.4.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "fc08f8ffd0375c6779b776a30f27f97a",
"sha256": "5da63f6f91515ff0dbed0252a75fcbdeade4311bfd28d08cd644c89c85e6ac5a"
},
"downloads": -1,
"filename": "frites-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "fc08f8ffd0375c6779b776a30f27f97a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96118,
"upload_time": "2022-04-29T13:48:39",
"upload_time_iso_8601": "2022-04-29T13:48:39.498403Z",
"url": "https://files.pythonhosted.org/packages/0b/dc/0df90152d7f02b1c7f13b80649da245ad4269a3bcb060d02a11bd79a5236/frites-0.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "5cece3cd3c45543e7e73e91ebf2236b1",
"sha256": "e4bae27a1d6934233b3121e81495a74296d6a6277c7c8484dd03d429e5d6a8eb"
},
"downloads": -1,
"filename": "frites-0.4.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5cece3cd3c45543e7e73e91ebf2236b1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 127098,
"upload_time": "2022-04-29T13:48:37",
"upload_time_iso_8601": "2022-04-29T13:48:37.355126Z",
"url": "https://files.pythonhosted.org/packages/8c/8a/f64754305e13a7de3cf16cf8b5a83cba4e59edc806d6725998c69e1b88f0/frites-0.4.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "fc08f8ffd0375c6779b776a30f27f97a",
"sha256": "5da63f6f91515ff0dbed0252a75fcbdeade4311bfd28d08cd644c89c85e6ac5a"
},
"downloads": -1,
"filename": "frites-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "fc08f8ffd0375c6779b776a30f27f97a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96118,
"upload_time": "2022-04-29T13:48:39",
"upload_time_iso_8601": "2022-04-29T13:48:39.498403Z",
"url": "https://files.pythonhosted.org/packages/0b/dc/0df90152d7f02b1c7f13b80649da245ad4269a3bcb060d02a11bd79a5236/frites-0.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"vulnerabilities": []
}