lipyphilic


Namelipyphilic JSON
Version 0.11.0 PyPI version JSON
download
home_page
SummaryAnalyse MD simulations of lipids with python'
upload_time2023-11-30 10:25:35
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords lipid molecular dynamics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
LiPyphilic
==========

.. start-description

**A Python toolkit for the analysis of lipid membrane simulations**

.. start-badges

|mdanalysis|
|conda|
|pypi|
|docs|
|actions|
|codecov|
|supported-versions|
|binder|

.. |mdanalysis| image:: https://img.shields.io/badge/powered%20by-MDAnalysis-orange.svg?logoWidth=16&logo=data:image/x-icon;base64,AAABAAEAEBAAAAEAIAAoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJD+XwCY/fEAkf3uAJf97wGT/a+HfHaoiIWE7n9/f+6Hh4fvgICAjwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACT/yYAlP//AJ///wCg//8JjvOchXly1oaGhv+Ghob/j4+P/39/f3IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJH8aQCY/8wAkv2kfY+elJ6al/yVlZX7iIiI8H9/f7h/f38UAAAAAAAAAAAAAAAAAAAAAAAAAAB/f38egYF/noqAebF8gYaagnx3oFpUUtZpaWr/WFhY8zo6OmT///8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAn46Ojv+Hh4b/jouJ/4iGhfcAAADnAAAA/wAAAP8AAADIAAAAAwCj/zIAnf2VAJD/PAAAAAAAAAAAAAAAAICAgNGHh4f/gICA/4SEhP+Xl5f/AwMD/wAAAP8AAAD/AAAA/wAAAB8Aov9/ALr//wCS/Z0AAAAAAAAAAAAAAACBgYGOjo6O/4mJif+Pj4//iYmJ/wAAAOAAAAD+AAAA/wAAAP8AAABhAP7+FgCi/38Axf4fAAAAAAAAAAAAAAAAiIiID4GBgYKCgoKogoB+fYSEgZhgYGDZXl5e/m9vb/9ISEjpEBAQxw8AAFQAAAAAAAAANQAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjo6Mb5iYmP+cnJz/jY2N95CQkO4pKSn/AAAA7gAAAP0AAAD7AAAAhgAAAAEAAAAAAAAAAACL/gsAkv2uAJX/QQAAAAB9fX3egoKC/4CAgP+NjY3/c3Nz+wAAAP8AAAD/AAAA/wAAAPUAAAAcAAAAAAAAAAAAnP4NAJL9rgCR/0YAAAAAfX19w4ODg/98fHz/i4uL/4qKivwAAAD/AAAA/wAAAP8AAAD1AAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALGxsVyqqqr/mpqa/6mpqf9KSUn/AAAA5QAAAPkAAAD5AAAAhQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkUFBSuZ2dn/3V1df8uLi7bAAAATgBGfyQAAAA2AAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0AAADoAAAA/wAAAP8AAAD/AAAAWgC3/2AAnv3eAJ/+dgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9AAAA/wAAAP8AAAD/AAAA/wAKDzEAnP3WAKn//wCS/OgAf/8MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAANwAAADtAAAA7QAAAMAAABUMAJn9gwCe/e0Aj/2LAP//AQAAAAAAAAAA
    :alt: Powered by MDAnalysis
    :target: https://www.mdanalysis.org

.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/lipyphilic.svg
    :alt: Conda-fogre latest release
    :target: https://anaconda.org/conda-forge/lipyphilic

.. |pypi| image:: https://img.shields.io/pypi/v/lipyphilic.svg
    :alt: PyPI Package latest release
    :target: https://pypi.org/project/lipyphilic

.. |docs| image:: https://readthedocs.org/projects/lipyphilic/badge/?style=flat
    :target: https://readthedocs.org/projects/lipyphilic
    :alt: Documentation Status

.. |actions| image:: https://github.com/p-j-smith/lipyphilic/actions/workflows/ci.yml/badge.svg
    :alt: GitHub Actions CI Status
    :target: https://github.com/p-j-smith/lipyphilic/actions

.. |codecov| image:: https://codecov.io/gh/p-j-smith/lipyphilic/branch/main/graphs/badge.svg?branch=main
    :alt: Coverage Status
    :target: https://codecov.io/github/p-j-smith/lipyphilic

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/lipyphilic.svg
    :alt: Supported versions
    :target: https://pypi.org/project/lipyphilic

.. |binder| image:: https://mybinder.org/badge_logo.svg
 :target: https://mybinder.org/v2/gh/p-j-smith/lipyphilic-tutorials/main?filepath=notebooks%2F1-Introduction.ipynb

.. end-badges

**lipyphilic** is free software licensed under the GNU General Public License v2 or later (GPLv2+)

Overview
========

**lipyphilic** is a set of tools for analysing MD simulations of lipid bilayers. It is an object-oriented
Python package built directly on top of `MDAnalysis <https://www.mdanalysis.org/>`__, and makes use of
`NumPy <https://numpy.org/>`__ and `SciPy <https://www.scipy.org/>`__  for efficient computation.
The analysis classes are designed with the same interface as those of MDAnalysis - so if you know how to
`use analysis modules in MDAnalysis
<https://userguide.mdanalysis.org/stable/examples/quickstart.html#Analysis>`__ then learning **lipyphilic**
will be a breeze.

Analysis tools in **lipyphilic** include: identifying sterol flip-flop events, calculating domain registration over time,
and calculating local lipid compositions. **lipyphilic** also has an on-the-fly trajectory transformation to fix
membranes split across periodic boundaries.

These tools position **lipyphilic** as complementary to, rather than competing against, existing membrane analysis
software such as `MemSurfer <https://github.com/LLNL/MemSurfer>`__ and `FatSlim <http://fatslim.github.io/>`__.

Interactive tutorials
=====================

.. image:: https://mybinder.org/badge_logo.svg
 :target: https://mybinder.org/v2/gh/p-j-smith/lipyphilic-tutorials/main?filepath=notebooks%2F1-Introduction.ipynb

We recommend new users take a look out our interactive tutorials. These will show you how to get the most out of **lipyphilic**

Basic Usage
===========

Alternatively, check out the `Basic Usage <https://lipyphilic.readthedocs.io/en/stable/usage.html>`__ example to see how to use
**lipyphilic**, and see the `Analysis tools <https://lipyphilic.readthedocs.io/en/stable/reference/analyses.html>`__
section for detailed information and examples on each tool.

Installation
============

The easiest way to install **lipyphilic** along with its dependencies is through `Conda
<https://docs.conda.io/en/latest/index.html>`__::

    conda config --add channels conda-forge
    conda install lipyphilic

See the `installation guide <https://lipyphilic.readthedocs.io/en/stable/installation.html>`__ for futher information.

Citing
======

If you use **lipyphilic** in your research, please cite our paper: ::

    @article{LiPyphilic2021,
        author = {Smith, Paul and Lorenz, Christian D.},
        title = {LiPyphilic: A Python Toolkit for the Analysis of Lipid Membrane Simulations},
        journal = {Journal of Chemical Theory and Computation},
        year = {2021},
        volume = {17},
        number = {9},
        pages = {5907-5919},
        doi = {10.1021/acs.jctc.1c00447}
    }

Please also cite `MDAnalysis <https://www.mdanalysis.org/pages/citations/>`__, on which **lipyphilic** is built.
If you use the Area Per Lipid tool please also cite `Freud <https://freud.readthedocs.io/en/stable/reference/citing.html>`__.

.. end-description

Full documentation
==================

Head to `lipyphilic.readthedocs.io <https://lipyphilic.readthedocs.io/en/stable/>`__, where you will find the full
documentation of **lipyphilic**'s API as well as examples of how to use the analysis tools.

Acknowledgement
===============

The respository structure and configuration of **lipyphilic** was initially based on the
`PyLibrary Cookeicutter template <https://github.com/ionelmc/cookiecutter-pylibrary>`__.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "lipyphilic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "lipid,molecular dynamics",
    "author": "",
    "author_email": "Paul Smith <paul.j.smith@ucl.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/f3/2c/7ca6bdceff9529f470dd3c5941246b573fc65e34e13eb0ef6325f0427999/lipyphilic-0.11.0.tar.gz",
    "platform": null,
    "description": "==========\nLiPyphilic\n==========\n\n.. start-description\n\n**A Python toolkit for the analysis of lipid membrane simulations**\n\n.. start-badges\n\n|mdanalysis|\n|conda|\n|pypi|\n|docs|\n|actions|\n|codecov|\n|supported-versions|\n|binder|\n\n.. |mdanalysis| image:: https://img.shields.io/badge/powered%20by-MDAnalysis-orange.svg?logoWidth=16&logo=data:image/x-icon;base64,AAABAAEAEBAAAAEAIAAoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJD+XwCY/fEAkf3uAJf97wGT/a+HfHaoiIWE7n9/f+6Hh4fvgICAjwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACT/yYAlP//AJ///wCg//8JjvOchXly1oaGhv+Ghob/j4+P/39/f3IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJH8aQCY/8wAkv2kfY+elJ6al/yVlZX7iIiI8H9/f7h/f38UAAAAAAAAAAAAAAAAAAAAAAAAAAB/f38egYF/noqAebF8gYaagnx3oFpUUtZpaWr/WFhY8zo6OmT///8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAn46Ojv+Hh4b/jouJ/4iGhfcAAADnAAAA/wAAAP8AAADIAAAAAwCj/zIAnf2VAJD/PAAAAAAAAAAAAAAAAICAgNGHh4f/gICA/4SEhP+Xl5f/AwMD/wAAAP8AAAD/AAAA/wAAAB8Aov9/ALr//wCS/Z0AAAAAAAAAAAAAAACBgYGOjo6O/4mJif+Pj4//iYmJ/wAAAOAAAAD+AAAA/wAAAP8AAABhAP7+FgCi/38Axf4fAAAAAAAAAAAAAAAAiIiID4GBgYKCgoKogoB+fYSEgZhgYGDZXl5e/m9vb/9ISEjpEBAQxw8AAFQAAAAAAAAANQAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjo6Mb5iYmP+cnJz/jY2N95CQkO4pKSn/AAAA7gAAAP0AAAD7AAAAhgAAAAEAAAAAAAAAAACL/gsAkv2uAJX/QQAAAAB9fX3egoKC/4CAgP+NjY3/c3Nz+wAAAP8AAAD/AAAA/wAAAPUAAAAcAAAAAAAAAAAAnP4NAJL9rgCR/0YAAAAAfX19w4ODg/98fHz/i4uL/4qKivwAAAD/AAAA/wAAAP8AAAD1AAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALGxsVyqqqr/mpqa/6mpqf9KSUn/AAAA5QAAAPkAAAD5AAAAhQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkUFBSuZ2dn/3V1df8uLi7bAAAATgBGfyQAAAA2AAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0AAADoAAAA/wAAAP8AAAD/AAAAWgC3/2AAnv3eAJ/+dgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9AAAA/wAAAP8AAAD/AAAA/wAKDzEAnP3WAKn//wCS/OgAf/8MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAANwAAADtAAAA7QAAAMAAABUMAJn9gwCe/e0Aj/2LAP//AQAAAAAAAAAA\n    :alt: Powered by MDAnalysis\n    :target: https://www.mdanalysis.org\n\n.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/lipyphilic.svg\n    :alt: Conda-fogre latest release\n    :target: https://anaconda.org/conda-forge/lipyphilic\n\n.. |pypi| image:: https://img.shields.io/pypi/v/lipyphilic.svg\n    :alt: PyPI Package latest release\n    :target: https://pypi.org/project/lipyphilic\n\n.. |docs| image:: https://readthedocs.org/projects/lipyphilic/badge/?style=flat\n    :target: https://readthedocs.org/projects/lipyphilic\n    :alt: Documentation Status\n\n.. |actions| image:: https://github.com/p-j-smith/lipyphilic/actions/workflows/ci.yml/badge.svg\n    :alt: GitHub Actions CI Status\n    :target: https://github.com/p-j-smith/lipyphilic/actions\n\n.. |codecov| image:: https://codecov.io/gh/p-j-smith/lipyphilic/branch/main/graphs/badge.svg?branch=main\n    :alt: Coverage Status\n    :target: https://codecov.io/github/p-j-smith/lipyphilic\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/lipyphilic.svg\n    :alt: Supported versions\n    :target: https://pypi.org/project/lipyphilic\n\n.. |binder| image:: https://mybinder.org/badge_logo.svg\n :target: https://mybinder.org/v2/gh/p-j-smith/lipyphilic-tutorials/main?filepath=notebooks%2F1-Introduction.ipynb\n\n.. end-badges\n\n**lipyphilic** is free software licensed under the GNU General Public License v2 or later (GPLv2+)\n\nOverview\n========\n\n**lipyphilic** is a set of tools for analysing MD simulations of lipid bilayers. It is an object-oriented\nPython package built directly on top of `MDAnalysis <https://www.mdanalysis.org/>`__, and makes use of\n`NumPy <https://numpy.org/>`__ and `SciPy <https://www.scipy.org/>`__  for efficient computation.\nThe analysis classes are designed with the same interface as those of MDAnalysis - so if you know how to\n`use analysis modules in MDAnalysis\n<https://userguide.mdanalysis.org/stable/examples/quickstart.html#Analysis>`__ then learning **lipyphilic**\nwill be a breeze.\n\nAnalysis tools in **lipyphilic** include: identifying sterol flip-flop events, calculating domain registration over time,\nand calculating local lipid compositions. **lipyphilic** also has an on-the-fly trajectory transformation to fix\nmembranes split across periodic boundaries.\n\nThese tools position **lipyphilic** as complementary to, rather than competing against, existing membrane analysis\nsoftware such as `MemSurfer <https://github.com/LLNL/MemSurfer>`__ and `FatSlim <http://fatslim.github.io/>`__.\n\nInteractive tutorials\n=====================\n\n.. image:: https://mybinder.org/badge_logo.svg\n :target: https://mybinder.org/v2/gh/p-j-smith/lipyphilic-tutorials/main?filepath=notebooks%2F1-Introduction.ipynb\n\nWe recommend new users take a look out our interactive tutorials. These will show you how to get the most out of **lipyphilic**\n\nBasic Usage\n===========\n\nAlternatively, check out the `Basic Usage <https://lipyphilic.readthedocs.io/en/stable/usage.html>`__ example to see how to use\n**lipyphilic**, and see the `Analysis tools <https://lipyphilic.readthedocs.io/en/stable/reference/analyses.html>`__\nsection for detailed information and examples on each tool.\n\nInstallation\n============\n\nThe easiest way to install **lipyphilic** along with its dependencies is through `Conda\n<https://docs.conda.io/en/latest/index.html>`__::\n\n    conda config --add channels conda-forge\n    conda install lipyphilic\n\nSee the `installation guide <https://lipyphilic.readthedocs.io/en/stable/installation.html>`__ for futher information.\n\nCiting\n======\n\nIf you use **lipyphilic** in your research, please cite our paper: ::\n\n    @article{LiPyphilic2021,\n        author = {Smith, Paul and Lorenz, Christian D.},\n        title = {LiPyphilic: A Python Toolkit for the Analysis of Lipid Membrane Simulations},\n        journal = {Journal of Chemical Theory and Computation},\n        year = {2021},\n        volume = {17},\n        number = {9},\n        pages = {5907-5919},\n        doi = {10.1021/acs.jctc.1c00447}\n    }\n\nPlease also cite `MDAnalysis <https://www.mdanalysis.org/pages/citations/>`__, on which **lipyphilic** is built.\nIf you use the Area Per Lipid tool please also cite `Freud <https://freud.readthedocs.io/en/stable/reference/citing.html>`__.\n\n.. end-description\n\nFull documentation\n==================\n\nHead to `lipyphilic.readthedocs.io <https://lipyphilic.readthedocs.io/en/stable/>`__, where you will find the full\ndocumentation of **lipyphilic**'s API as well as examples of how to use the analysis tools.\n\nAcknowledgement\n===============\n\nThe respository structure and configuration of **lipyphilic** was initially based on the\n`PyLibrary Cookeicutter template <https://github.com/ionelmc/cookiecutter-pylibrary>`__.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Analyse MD simulations of lipids with python'",
    "version": "0.11.0",
    "project_urls": {
        "bugtracker": "https://github.com/p-j-smith/lipyphilic/issues",
        "documentation": "https://lipyphilic.readthedocs.io/en/stable",
        "homepage": "https://github.com/p-j-smith/lipyphilic",
        "usersupport": "https://github.com/p-j-smith/lipyphilic/discussions"
    },
    "split_keywords": [
        "lipid",
        "molecular dynamics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f59d0025b34429e88ba8ede552e299c021f77b8ca37167d4027ff8d497007d99",
                "md5": "560473623d7ffeddee64b279369fc1eb",
                "sha256": "35ac36a563ecc4cae9cf3108304b713ae24045cc3899c26dab09c0ceab0e3e05"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp310-cp310-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "560473623d7ffeddee64b279369fc1eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 315538,
            "upload_time": "2023-11-30T10:24:24",
            "upload_time_iso_8601": "2023-11-30T10:24:24.011095Z",
            "url": "https://files.pythonhosted.org/packages/f5/9d/0025b34429e88ba8ede552e299c021f77b8ca37167d4027ff8d497007d99/lipyphilic-0.11.0-cp310-cp310-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "795d8106b9e2bf1fab1783d7fa23f2716ab02b902d1363874e39ef825ec9629a",
                "md5": "74bc117bf8cad4a83d3691ad62ce8c1f",
                "sha256": "dcfe0b3044c54b66c83a1d8b502d1b03d444133987c00dc64ab93893425fc65c"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "74bc117bf8cad4a83d3691ad62ce8c1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 305657,
            "upload_time": "2023-11-30T10:24:26",
            "upload_time_iso_8601": "2023-11-30T10:24:26.464620Z",
            "url": "https://files.pythonhosted.org/packages/79/5d/8106b9e2bf1fab1783d7fa23f2716ab02b902d1363874e39ef825ec9629a/lipyphilic-0.11.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0699bce35d79681bf2aa453e84060ae27672ed330d243dce2583cd0da985a58e",
                "md5": "89fd63cb149c707399637a01dd8d00ce",
                "sha256": "347943cc6832a9d37e2a0cf8e3a9eeb11174b0ea3b0b08b1a0b66f6114e174b7"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "89fd63cb149c707399637a01dd8d00ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 327936,
            "upload_time": "2023-11-30T10:24:28",
            "upload_time_iso_8601": "2023-11-30T10:24:28.463422Z",
            "url": "https://files.pythonhosted.org/packages/06/99/bce35d79681bf2aa453e84060ae27672ed330d243dce2583cd0da985a58e/lipyphilic-0.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7521090c3364815efd41b2e0419cda82bf7f2f1681011d27ff9032d6b05c20b2",
                "md5": "a60f218f7c22fae91a4513d6ae08e847",
                "sha256": "7c1d04f01127f0577ce2147c3e1ea1a44aee3c7c791375ca5f8c2844971705cb"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a60f218f7c22fae91a4513d6ae08e847",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 324320,
            "upload_time": "2023-11-30T10:24:30",
            "upload_time_iso_8601": "2023-11-30T10:24:30.568017Z",
            "url": "https://files.pythonhosted.org/packages/75/21/090c3364815efd41b2e0419cda82bf7f2f1681011d27ff9032d6b05c20b2/lipyphilic-0.11.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7269d5879b941b4da75dc2022c6398b47d5d2e2a311aa9dd530cfd75e07a30b9",
                "md5": "98aab1a2e63a74e4658ae8fcb1ce8cb2",
                "sha256": "43810a2b6af83730b50dd4d983711b014a9a2dc5347847a2b3b1a9ac765803b6"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "98aab1a2e63a74e4658ae8fcb1ce8cb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 433179,
            "upload_time": "2023-11-30T10:24:32",
            "upload_time_iso_8601": "2023-11-30T10:24:32.419624Z",
            "url": "https://files.pythonhosted.org/packages/72/69/d5879b941b4da75dc2022c6398b47d5d2e2a311aa9dd530cfd75e07a30b9/lipyphilic-0.11.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a0249aa1ef2a2c72cd51751bf5e864894fde18988e5e2ad5ccf2c74e58fc348",
                "md5": "6abe285a9ce534a2dbacb6496fe25e3e",
                "sha256": "971872c8549316c0c6a260a5cb5f4f1e04df41c9db816ed68c1a5ac94085f343"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6abe285a9ce534a2dbacb6496fe25e3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 394403,
            "upload_time": "2023-11-30T10:24:34",
            "upload_time_iso_8601": "2023-11-30T10:24:34.325751Z",
            "url": "https://files.pythonhosted.org/packages/5a/02/49aa1ef2a2c72cd51751bf5e864894fde18988e5e2ad5ccf2c74e58fc348/lipyphilic-0.11.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49a10f866c8e8948a9b32880e8cd17766cbabe9c1e4028de1a8d49a1d1833584",
                "md5": "74814205d26642f4565db3eaf26085cb",
                "sha256": "9a263179bfd5144dc4df23b7e9ae4ce1cb03aae504c5705be288e2f67e1bf62c"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "74814205d26642f4565db3eaf26085cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 336204,
            "upload_time": "2023-11-30T10:24:36",
            "upload_time_iso_8601": "2023-11-30T10:24:36.505513Z",
            "url": "https://files.pythonhosted.org/packages/49/a1/0f866c8e8948a9b32880e8cd17766cbabe9c1e4028de1a8d49a1d1833584/lipyphilic-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "226b4727a41f0a3e5ab39b69e4c287e9f894725e75ee3b28d3e727806ce2e715",
                "md5": "71e2c5a08c30a3840b345315326f5306",
                "sha256": "5e9d6a03f0435a811d8579b106073fe881ac4a68cb614c6c58626311a6117de9"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "71e2c5a08c30a3840b345315326f5306",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 354894,
            "upload_time": "2023-11-30T10:24:37",
            "upload_time_iso_8601": "2023-11-30T10:24:37.936968Z",
            "url": "https://files.pythonhosted.org/packages/22/6b/4727a41f0a3e5ab39b69e4c287e9f894725e75ee3b28d3e727806ce2e715/lipyphilic-0.11.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80f2556498083fec95d40f2d7f9284c8222ba297d0df3ae27040fa85113e8a23",
                "md5": "d86e950bc403a54868bdb541cbf2c290",
                "sha256": "5e814d4a51d6c3b731dac9ae2a632878df60f84a6644ddb8a447d7c74436c9ff"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "d86e950bc403a54868bdb541cbf2c290",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 231936,
            "upload_time": "2023-11-30T10:24:40",
            "upload_time_iso_8601": "2023-11-30T10:24:40.013260Z",
            "url": "https://files.pythonhosted.org/packages/80/f2/556498083fec95d40f2d7f9284c8222ba297d0df3ae27040fa85113e8a23/lipyphilic-0.11.0-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c69c6dec4afccea59086f8519b133e8433477d0bf0933431ac83d37d4806f5f3",
                "md5": "f593765212c3149846386cf7e2d7067e",
                "sha256": "754bd1d3c0e040d75d10d2d74669531c844f5f3849f8b3b2e15c937ba2ced8a5"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f593765212c3149846386cf7e2d7067e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 236299,
            "upload_time": "2023-11-30T10:24:41",
            "upload_time_iso_8601": "2023-11-30T10:24:41.443709Z",
            "url": "https://files.pythonhosted.org/packages/c6/9c/6dec4afccea59086f8519b133e8433477d0bf0933431ac83d37d4806f5f3/lipyphilic-0.11.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a015a5070f027d484f27ece69d51d78629becb4e142adaa58b8d8a48b674f37b",
                "md5": "166f2bde01cd27d7a22cfc9bce605b26",
                "sha256": "6fb78fc42ac633e821b52acf8a4562e14cf1a934cfad09078091bfc34ce2f926"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp311-cp311-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "166f2bde01cd27d7a22cfc9bce605b26",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 315574,
            "upload_time": "2023-11-30T10:24:43",
            "upload_time_iso_8601": "2023-11-30T10:24:43.393734Z",
            "url": "https://files.pythonhosted.org/packages/a0/15/a5070f027d484f27ece69d51d78629becb4e142adaa58b8d8a48b674f37b/lipyphilic-0.11.0-cp311-cp311-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40ed68d0b591205fe548d7a969f5fdb1dc6c450066a9029e624138d9b38a1a99",
                "md5": "03a9445aeb8ea436fcb49aafed00c3cb",
                "sha256": "c4ce4a6a7ace8ed46dd3073d60594249b3fa12f5f2b48795253ef3f09943f821"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "03a9445aeb8ea436fcb49aafed00c3cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 305655,
            "upload_time": "2023-11-30T10:24:44",
            "upload_time_iso_8601": "2023-11-30T10:24:44.854771Z",
            "url": "https://files.pythonhosted.org/packages/40/ed/68d0b591205fe548d7a969f5fdb1dc6c450066a9029e624138d9b38a1a99/lipyphilic-0.11.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84ce28d5a8927349d79479a3a5abd96f503673cffc77678177a6d28290bd4560",
                "md5": "096ecb7a2b7eb8210054f26ecf807a10",
                "sha256": "7386b1c0cdc90e8383a25494dbc139dd485496506b0918480ad25faa1bf6b6c3"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "096ecb7a2b7eb8210054f26ecf807a10",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 327935,
            "upload_time": "2023-11-30T10:24:46",
            "upload_time_iso_8601": "2023-11-30T10:24:46.419288Z",
            "url": "https://files.pythonhosted.org/packages/84/ce/28d5a8927349d79479a3a5abd96f503673cffc77678177a6d28290bd4560/lipyphilic-0.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8d0732cea78e007553c9ae8d811083a655e2f200cecf9284f6e3bd443c4fefd",
                "md5": "517593baf21b26303c28b3d4ab513fc0",
                "sha256": "3bdedbfd0957b23af21d8ce6e19d3f7187a30f466968fefe40e365c5c1d79732"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "517593baf21b26303c28b3d4ab513fc0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 324490,
            "upload_time": "2023-11-30T10:24:47",
            "upload_time_iso_8601": "2023-11-30T10:24:47.698521Z",
            "url": "https://files.pythonhosted.org/packages/b8/d0/732cea78e007553c9ae8d811083a655e2f200cecf9284f6e3bd443c4fefd/lipyphilic-0.11.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "141cf72ce1a6e7429cc95c9b41f031c594d5a3ac291f4cb6006d4530dac70b0e",
                "md5": "14f9723217af8177c44850143146efa0",
                "sha256": "8cd1904d1961adc80f75b69828bc2fe4044e56489379435d4918b70e4d21af3e"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "14f9723217af8177c44850143146efa0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 433168,
            "upload_time": "2023-11-30T10:24:49",
            "upload_time_iso_8601": "2023-11-30T10:24:49.683490Z",
            "url": "https://files.pythonhosted.org/packages/14/1c/f72ce1a6e7429cc95c9b41f031c594d5a3ac291f4cb6006d4530dac70b0e/lipyphilic-0.11.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41a24f9f8ffd5a2a326510ccc7928bd72feea3b2fefadd394dac87d44d52bf95",
                "md5": "eb9b074fbe17f4ddab4d83c432143a1b",
                "sha256": "4162351f3bf901e823a4909f4be6481ed1e6aed8164208499b8a0d3eedf2e047"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "eb9b074fbe17f4ddab4d83c432143a1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 394403,
            "upload_time": "2023-11-30T10:24:51",
            "upload_time_iso_8601": "2023-11-30T10:24:51.010832Z",
            "url": "https://files.pythonhosted.org/packages/41/a2/4f9f8ffd5a2a326510ccc7928bd72feea3b2fefadd394dac87d44d52bf95/lipyphilic-0.11.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c7c9bacc0a95bbea125552d93751bdaec7e866d0c3d6d908b1cc6ce41e15311",
                "md5": "83cc65b6ab6474b2017c7cfd391a488c",
                "sha256": "6b108320835ee9859b2f3500eb00b496a52472df439bbd16b67f5a4fc179b50d"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "83cc65b6ab6474b2017c7cfd391a488c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 336231,
            "upload_time": "2023-11-30T10:24:52",
            "upload_time_iso_8601": "2023-11-30T10:24:52.481344Z",
            "url": "https://files.pythonhosted.org/packages/2c/7c/9bacc0a95bbea125552d93751bdaec7e866d0c3d6d908b1cc6ce41e15311/lipyphilic-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae1bc4fbb99e7a3c794d514765ec6ca58981e32a52af42a5429007fc61590518",
                "md5": "b968027474693c0f06ac45743041e97a",
                "sha256": "a978b183767d60f8b7b9024cf01d19ece8ad77787357313ae20babd75eb4db0f"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "b968027474693c0f06ac45743041e97a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 354974,
            "upload_time": "2023-11-30T10:24:53",
            "upload_time_iso_8601": "2023-11-30T10:24:53.886470Z",
            "url": "https://files.pythonhosted.org/packages/ae/1b/c4fbb99e7a3c794d514765ec6ca58981e32a52af42a5429007fc61590518/lipyphilic-0.11.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f528a51f0de984ac5b75ace498f40d76b5433cd23ca9ba4e56a0fef853c3ba3c",
                "md5": "b7b5a6ce666db65ef32ba432a56c95c1",
                "sha256": "f5a68f323ff63a656a3e1dafb45621de618c3d1716361f2be18f4d9e67642991"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "b7b5a6ce666db65ef32ba432a56c95c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 231937,
            "upload_time": "2023-11-30T10:24:55",
            "upload_time_iso_8601": "2023-11-30T10:24:55.336475Z",
            "url": "https://files.pythonhosted.org/packages/f5/28/a51f0de984ac5b75ace498f40d76b5433cd23ca9ba4e56a0fef853c3ba3c/lipyphilic-0.11.0-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cc113497e6299371ea3aa85a1dbf52973800722b13c5e297d3b93c4d0150df6",
                "md5": "0a4905ba2cf673e36f2887a5020b744c",
                "sha256": "135230fbc51c1e0ce2ce3bed0ce0750d9bd98d1a96a4d92ac362db937820b6ec"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0a4905ba2cf673e36f2887a5020b744c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 236358,
            "upload_time": "2023-11-30T10:24:56",
            "upload_time_iso_8601": "2023-11-30T10:24:56.792354Z",
            "url": "https://files.pythonhosted.org/packages/6c/c1/13497e6299371ea3aa85a1dbf52973800722b13c5e297d3b93c4d0150df6/lipyphilic-0.11.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ce3c434c4a04a4461e681655c24f8bbfc181fc95f34e0b584f11a682741924e",
                "md5": "3f04c482cb9ae36c6394db3b3598cadd",
                "sha256": "098ce3cad3fb5c53305054834e613180e6334ad480d7bc9d767bc3455e1364af"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp312-cp312-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3f04c482cb9ae36c6394db3b3598cadd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 314917,
            "upload_time": "2023-11-30T10:24:58",
            "upload_time_iso_8601": "2023-11-30T10:24:58.814140Z",
            "url": "https://files.pythonhosted.org/packages/3c/e3/c434c4a04a4461e681655c24f8bbfc181fc95f34e0b584f11a682741924e/lipyphilic-0.11.0-cp312-cp312-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9da445fbcd1c24de6bab7c8e7d4b60d88784a3f340a4b807a7b484485650f701",
                "md5": "6d73b62639d3ec8107fd43c828ad9589",
                "sha256": "4a91e7f73df399a016bbe6d5b4d74b25cab67b5549fc4e32f8a0d4fa92168701"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6d73b62639d3ec8107fd43c828ad9589",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 305431,
            "upload_time": "2023-11-30T10:25:01",
            "upload_time_iso_8601": "2023-11-30T10:25:01.299942Z",
            "url": "https://files.pythonhosted.org/packages/9d/a4/45fbcd1c24de6bab7c8e7d4b60d88784a3f340a4b807a7b484485650f701/lipyphilic-0.11.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "355994f336931db59f54dda08d53a57cfb558c10f046923b4f11378aca4cdd2f",
                "md5": "50a6ac23d148640ccfbfde5ea4795008",
                "sha256": "964c6e94655a21ef7225a4c335e0f92ebebc00deee84f8072b49a6886de4f188"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "50a6ac23d148640ccfbfde5ea4795008",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 327211,
            "upload_time": "2023-11-30T10:25:03",
            "upload_time_iso_8601": "2023-11-30T10:25:03.876460Z",
            "url": "https://files.pythonhosted.org/packages/35/59/94f336931db59f54dda08d53a57cfb558c10f046923b4f11378aca4cdd2f/lipyphilic-0.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58c27a5fb772257a350d0d48ef8d9e440a3af9595e90248ee7044376b133afd6",
                "md5": "7c803758945302687fecb803c113c521",
                "sha256": "46643b386ada973f7fd7cc6bdb28fa19d49706134e4157bec6fcd4a431c1dfcd"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7c803758945302687fecb803c113c521",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 323725,
            "upload_time": "2023-11-30T10:25:06",
            "upload_time_iso_8601": "2023-11-30T10:25:06.081220Z",
            "url": "https://files.pythonhosted.org/packages/58/c2/7a5fb772257a350d0d48ef8d9e440a3af9595e90248ee7044376b133afd6/lipyphilic-0.11.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30538c9d1ba98586fb729764dfe270ee8f4eaac4cbdf910fe91ece0c4af12a79",
                "md5": "ae56cb5aec1de31187db0e7694117a3a",
                "sha256": "f001f3f579ced79c855d18c443ed1303dadf13a7735a28b3cdfc4203421dc484"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ae56cb5aec1de31187db0e7694117a3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 434015,
            "upload_time": "2023-11-30T10:25:07",
            "upload_time_iso_8601": "2023-11-30T10:25:07.581142Z",
            "url": "https://files.pythonhosted.org/packages/30/53/8c9d1ba98586fb729764dfe270ee8f4eaac4cbdf910fe91ece0c4af12a79/lipyphilic-0.11.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b57b1000e06c04082193871f8f2676af366277e64ba53293f4894ab60395b65",
                "md5": "db2c4daa3c25a4a03391e87a9dcb72d8",
                "sha256": "f570e8bb6fce45b2da498f3a69c970827a066c3b23380146b6f62574ed6b099f"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "db2c4daa3c25a4a03391e87a9dcb72d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 382140,
            "upload_time": "2023-11-30T10:25:09",
            "upload_time_iso_8601": "2023-11-30T10:25:09.110776Z",
            "url": "https://files.pythonhosted.org/packages/0b/57/b1000e06c04082193871f8f2676af366277e64ba53293f4894ab60395b65/lipyphilic-0.11.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26a3eb6e3af4d7c2e036c8ae0c7bbe703dd32b1e8a7c4223bea69a8d4da3e268",
                "md5": "2d757da49a7874e41f2e59bcb04e5d3e",
                "sha256": "eab5a85895111aafcc87906eaed8f843ffe125c76b57d5dcd12489f535e72c6d"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2d757da49a7874e41f2e59bcb04e5d3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 335427,
            "upload_time": "2023-11-30T10:25:11",
            "upload_time_iso_8601": "2023-11-30T10:25:11.174882Z",
            "url": "https://files.pythonhosted.org/packages/26/a3/eb6e3af4d7c2e036c8ae0c7bbe703dd32b1e8a7c4223bea69a8d4da3e268/lipyphilic-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fd296767eb9abd1feaec391afbbeacae7001b45414bf543c96b9f50ebb4acb0",
                "md5": "59ac0d3972babbc0b6f3de2a81ec46c1",
                "sha256": "51463cbca0cf71d864cc51e057e13401031cbf27b2283d75e122589dfdd43efb"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "59ac0d3972babbc0b6f3de2a81ec46c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 354198,
            "upload_time": "2023-11-30T10:25:12",
            "upload_time_iso_8601": "2023-11-30T10:25:12.994337Z",
            "url": "https://files.pythonhosted.org/packages/0f/d2/96767eb9abd1feaec391afbbeacae7001b45414bf543c96b9f50ebb4acb0/lipyphilic-0.11.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a1145e8696662b00f5cdf2a21ef343cee098c3c093a886a920c16ef232797fa",
                "md5": "be596d0543ac770048eb7e6dfc917ba3",
                "sha256": "dd607cbc197fe571e1fc39c7b63a556d01ea0c4ac7d697837e6001d96b488f10"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "be596d0543ac770048eb7e6dfc917ba3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 232036,
            "upload_time": "2023-11-30T10:25:14",
            "upload_time_iso_8601": "2023-11-30T10:25:14.606298Z",
            "url": "https://files.pythonhosted.org/packages/7a/11/45e8696662b00f5cdf2a21ef343cee098c3c093a886a920c16ef232797fa/lipyphilic-0.11.0-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62e707f997244b0978b53e993df3ab16bbfb733ef4d2ffa76251dcb399edc7ca",
                "md5": "b0f2d52b9ceba70cd71f0ad744db4613",
                "sha256": "cc026d65df8e95325205bd9b6b9a70a027c8eddc1f200d213095ad899d8fac43"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b0f2d52b9ceba70cd71f0ad744db4613",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 235837,
            "upload_time": "2023-11-30T10:25:16",
            "upload_time_iso_8601": "2023-11-30T10:25:16.015529Z",
            "url": "https://files.pythonhosted.org/packages/62/e7/07f997244b0978b53e993df3ab16bbfb733ef4d2ffa76251dcb399edc7ca/lipyphilic-0.11.0-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b80f61ef42fa1c28225e928e919f4ec456e98b02a18b6cde9c067577b7190573",
                "md5": "52cc65ff40e04dc00355916d948df04c",
                "sha256": "7dcfae1235646cdd6bbfe71359d41cf66d018c2cfac8070c8f4ed18f37b03022"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "52cc65ff40e04dc00355916d948df04c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 327211,
            "upload_time": "2023-11-30T10:25:18",
            "upload_time_iso_8601": "2023-11-30T10:25:18.046132Z",
            "url": "https://files.pythonhosted.org/packages/b8/0f/61ef42fa1c28225e928e919f4ec456e98b02a18b6cde9c067577b7190573/lipyphilic-0.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27885582049958c9224ad4035807f359cc3ff456639c2eea10c221e776c3a6a1",
                "md5": "06fe8385d01b24c386360cd96103f983",
                "sha256": "950e3e231781607151f554b210c484100129d1e311f99cd05639a6473f3ae5ba"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "06fe8385d01b24c386360cd96103f983",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 323724,
            "upload_time": "2023-11-30T10:25:20",
            "upload_time_iso_8601": "2023-11-30T10:25:20.075934Z",
            "url": "https://files.pythonhosted.org/packages/27/88/5582049958c9224ad4035807f359cc3ff456639c2eea10c221e776c3a6a1/lipyphilic-0.11.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fecf245e50f180fa382b0e5da0f3c3c843a1d06af43170c042a390e495875e80",
                "md5": "19b2e9cea7c0c69ee4d17a0f23564468",
                "sha256": "08720d25e0f3a09c3e10e59b825afab935f92b95235ffc726c71bafa3374cea2"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "19b2e9cea7c0c69ee4d17a0f23564468",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 434014,
            "upload_time": "2023-11-30T10:25:21",
            "upload_time_iso_8601": "2023-11-30T10:25:21.874183Z",
            "url": "https://files.pythonhosted.org/packages/fe/cf/245e50f180fa382b0e5da0f3c3c843a1d06af43170c042a390e495875e80/lipyphilic-0.11.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60038900a825d67d9f722c594b3bb344f0296086f5c35d3cbdd9544e6810abf7",
                "md5": "4f02a302c1472dccb9317d8680d3dec0",
                "sha256": "5c09bbc4921f84e40302f3554df85582a89f1c15b59775e5c1e217bed333d014"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4f02a302c1472dccb9317d8680d3dec0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 382140,
            "upload_time": "2023-11-30T10:25:23",
            "upload_time_iso_8601": "2023-11-30T10:25:23.276853Z",
            "url": "https://files.pythonhosted.org/packages/60/03/8900a825d67d9f722c594b3bb344f0296086f5c35d3cbdd9544e6810abf7/lipyphilic-0.11.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d9ae1141c1587866cb88dd88761d81660af3271e861e04e6ee45553d117fc4d",
                "md5": "a8212984b14c3cba9b4f84dbbf58e122",
                "sha256": "e9059c55f9dd168f8b4c5e05112440297157b811ef898f758768f4b73bab75e2"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a8212984b14c3cba9b4f84dbbf58e122",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 328261,
            "upload_time": "2023-11-30T10:25:24",
            "upload_time_iso_8601": "2023-11-30T10:25:24.828406Z",
            "url": "https://files.pythonhosted.org/packages/1d/9a/e1141c1587866cb88dd88761d81660af3271e861e04e6ee45553d117fc4d/lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d293b6e0fdef8c83ed7e2902b6294565d746d5004d624ce248c84ca8883583b2",
                "md5": "0a88886c1980fc4da473db060fbab539",
                "sha256": "36cd93c8e235490804b1c599d4338a73b431de50ed38e78cf7a5e2c3abbccc6c"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0a88886c1980fc4da473db060fbab539",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 324422,
            "upload_time": "2023-11-30T10:25:26",
            "upload_time_iso_8601": "2023-11-30T10:25:26.841287Z",
            "url": "https://files.pythonhosted.org/packages/d2/93/b6e0fdef8c83ed7e2902b6294565d746d5004d624ce248c84ca8883583b2/lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f307c45b1b59560ff1f4ad024038596c0499a665c2574110d338f03179cd006f",
                "md5": "68033497b728dd26b65d6f81754ef664",
                "sha256": "3986b10324be6ca9c62dfe2ceca98606eb7bc8ac5937ceb8ec4103117e40e81d"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "68033497b728dd26b65d6f81754ef664",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 433629,
            "upload_time": "2023-11-30T10:25:28",
            "upload_time_iso_8601": "2023-11-30T10:25:28.432846Z",
            "url": "https://files.pythonhosted.org/packages/f3/07/c45b1b59560ff1f4ad024038596c0499a665c2574110d338f03179cd006f/lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01b3a92f4e26c388eb77e793bea1926dde1ec815aaa1a5a7e53462bf938351d2",
                "md5": "2f64cceeb2dff5aa8f2e659d00ea3858",
                "sha256": "7d61eee181db8c228da244e8f7ca304212767261c13cf048d496d231ba100a46"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "2f64cceeb2dff5aa8f2e659d00ea3858",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 394655,
            "upload_time": "2023-11-30T10:25:30",
            "upload_time_iso_8601": "2023-11-30T10:25:30.534564Z",
            "url": "https://files.pythonhosted.org/packages/01/b3/a92f4e26c388eb77e793bea1926dde1ec815aaa1a5a7e53462bf938351d2/lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04d6abd2154ed942a3b06bc3bbc7f46ff6856e9f74eed481da39fd7d00c5d8bb",
                "md5": "b1dfd12dee4c1aae3202f78d545189d3",
                "sha256": "70188d46592eddce49592c4ca2f18bd06b7284b1d64ac7160220c175ea5f6348"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1dfd12dee4c1aae3202f78d545189d3",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 336189,
            "upload_time": "2023-11-30T10:25:32",
            "upload_time_iso_8601": "2023-11-30T10:25:32.546695Z",
            "url": "https://files.pythonhosted.org/packages/04/d6/abd2154ed942a3b06bc3bbc7f46ff6856e9f74eed481da39fd7d00c5d8bb/lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b28950f1af00d55ba981a518cdc0c38e3ee8f6572dd4a371e93ed6385a09c0ed",
                "md5": "bcb93577c015855c59bf20590ee6ffd7",
                "sha256": "15b05d8f692cbaad0ed097938e5e218b506897e7b7ff55fa0c44c0c8bf55b8ea"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "bcb93577c015855c59bf20590ee6ffd7",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 354977,
            "upload_time": "2023-11-30T10:25:33",
            "upload_time_iso_8601": "2023-11-30T10:25:33.959693Z",
            "url": "https://files.pythonhosted.org/packages/b2/89/50f1af00d55ba981a518cdc0c38e3ee8f6572dd4a371e93ed6385a09c0ed/lipyphilic-0.11.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f32c7ca6bdceff9529f470dd3c5941246b573fc65e34e13eb0ef6325f0427999",
                "md5": "887d48303f601f5296cd85fd371940cb",
                "sha256": "db58466f4a78962cd274f19c08dc7413f360ca22ce86f3bea908716a3943657d"
            },
            "downloads": -1,
            "filename": "lipyphilic-0.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "887d48303f601f5296cd85fd371940cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 79695,
            "upload_time": "2023-11-30T10:25:35",
            "upload_time_iso_8601": "2023-11-30T10:25:35.795463Z",
            "url": "https://files.pythonhosted.org/packages/f3/2c/7ca6bdceff9529f470dd3c5941246b573fc65e34e13eb0ef6325f0427999/lipyphilic-0.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-30 10:25:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "p-j-smith",
    "github_project": "lipyphilic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "lipyphilic"
}
        
Elapsed time: 0.16929s