tulip-python


Nametulip-python JSON
Version 5.7.2 PyPI version JSON
download
home_pagehttps://tulip.labri.fr/
SummaryLarge graphs analysis and drawing
upload_time2023-07-03 08:24:32
maintainer
docs_urlNone
authorDavid Auber and the Tulip development team
requires_python
licenseLGPLv3+
keywords graph theory algorithms visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Module description
==================

Graphs play an important role in many research areas, such as biology, microelectronics, social
sciences, data mining, and computer science. Tulip (https://tulip.labri.fr) [1]_ [2]_ [3]_ is an
Information Visualization framework dedicated to the analysis and visualization of such relational
data. Written in C++ the framework enables the development of algorithms, visual encodings,
interaction techniques, data models, and domain-specific visualizations.

The Tulip core library is available to the Python community through the Tulip-Python
bindings [4]_. The bindings have been developed using the `SIP <https://pypi.python.org/pypi/SIP>`_
tool [5]_ from Riverbank Computed Limited, allowing to easily create quality Python bindings for any C/C++ library.
The main features provided by the bindings are the following ones:

  - **Creation and manipulation of graphs** :
    Tulip provides an efficient graph data structure for storing large and complex networks.
    It is also one of the few that offer the possibility to
    efficiently define and navigate graph hierarchies or cluster trees (nested subgraphs).

  - **Storage of data on graph elements** :
    Tulip allows to associate different kind of serializable data (boolean, integer, float, string, ...)
    and visual attributes (layout, color, size, ...) to graph elements. All these data can be easily accessed
    from the Tulip graph data structure facilitating the development of algorithms.

  - **Application of algorithms of different types on graph** :
    Tulip has been designed to be easily extensible and provides a variety of graph algorithms (layout, metric, clustering, ...)
    implemented as C++ plugins. All these algorithms can be called from Python.
    As Tulip is dedicated to graph visualization, it is provided with numerous state of the art
    graph layout algorithms but also a bridge to the Open Graph Drawing Framework (http://www.ogdf.net) [6]_


References
==========

.. [1] David Auber, Daniel Archambault, Romain Bourqui, Maylis Delest,
       Jonathan Dubois, Antoine Lambert, Morgan Mathiaut, Patrick Mary,
       Guy Mélançon, Bruno Pinaud, Benjamin Renoust and Jason Vallet.
       TULIP 5. Encyclopedia of Social Network Analysis and Mining. 2017.
       https://hal.archives-ouvertes.fr/hal-01359308

.. [2] David Auber, Romain Bourqui, Maylis Delest, Antoine Lambert,
       Patrick Mary, Guy Mélançon, Bruno Pinaud, Benjamin Renoust and Jason Vallet.
       TULIP 4. Research report. LaBRI - Laboratoire Bordelais de Recherche en Informatique. 2016.
       https://hal.archives-ouvertes.fr/hal-01359308

.. [3] David Auber, Daniel Archambault, Romain Bourqui, Maylis Delest,
       Jonathan Dubois, Bruno Pinaud, Antoine Lambert, Morgan Mathiaut, Patrick Mary, and Guy Mélançon.
       Tulip III. Encyclopedia of Social Network Analysis and Mining. 2014.
       https://hal.archives-ouvertes.fr/hal-01096759

.. [4] Antoine Lambert and David Auber. Graph analysis and visualization with Tulip-Python.
       EuroSciPy 2012 - 5th European meeting on Python in Science, Bruxelles.
       https://hal.archives-ouvertes.fr/hal-00744969

.. [5] Riverbank Computing Limited. SIP - a tool for automatically generating Python bindings for
       C and C++ libraries. http://www.riverbankcomputing.co.uk/software/sip

.. [6] M. Chimani, C. Gutwenger, M. Jünger, G. W. Klau, K. Klein, P. Mutzel.
       The Open Graph Drawing Framework (OGDF).
       Chapter 17 in: R. Tamassia (ed.), Handbook of Graph Drawing and Visualization, CRC Press, 2014.
       https://cs.brown.edu/~rt/gdhandbook/chapters/ogdf.pdf

            

Raw data

            {
    "_id": null,
    "home_page": "https://tulip.labri.fr/",
    "name": "tulip-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "graph theory algorithms visualization",
    "author": "David Auber and the Tulip development team",
    "author_email": "tulipdev@labri.fr",
    "download_url": "",
    "platform": null,
    "description": "Module description\n==================\n\nGraphs play an important role in many research areas, such as biology, microelectronics, social\nsciences, data mining, and computer science. Tulip (https://tulip.labri.fr) [1]_ [2]_ [3]_ is an\nInformation Visualization framework dedicated to the analysis and visualization of such relational\ndata. Written in C++ the framework enables the development of algorithms, visual encodings,\ninteraction techniques, data models, and domain-specific visualizations.\n\nThe Tulip core library is available to the Python community through the Tulip-Python\nbindings [4]_. The bindings have been developed using the `SIP <https://pypi.python.org/pypi/SIP>`_\ntool [5]_ from Riverbank Computed Limited, allowing to easily create quality Python bindings for any C/C++ library.\nThe main features provided by the bindings are the following ones:\n\n  - **Creation and manipulation of graphs** :\n    Tulip provides an efficient graph data structure for storing large and complex networks.\n    It is also one of the few that offer the possibility to\n    efficiently define and navigate graph hierarchies or cluster trees (nested subgraphs).\n\n  - **Storage of data on graph elements** :\n    Tulip allows to associate different kind of serializable data (boolean, integer, float, string, ...)\n    and visual attributes (layout, color, size, ...) to graph elements. All these data can be easily accessed\n    from the Tulip graph data structure facilitating the development of algorithms.\n\n  - **Application of algorithms of different types on graph** :\n    Tulip has been designed to be easily extensible and provides a variety of graph algorithms (layout, metric, clustering, ...)\n    implemented as C++ plugins. All these algorithms can be called from Python.\n    As Tulip is dedicated to graph visualization, it is provided with numerous state of the art\n    graph layout algorithms but also a bridge to the Open Graph Drawing Framework (http://www.ogdf.net) [6]_\n\n\nReferences\n==========\n\n.. [1] David Auber, Daniel Archambault, Romain Bourqui, Maylis Delest,\n       Jonathan Dubois, Antoine Lambert, Morgan Mathiaut, Patrick Mary,\n       Guy M\u00e9lan\u00e7on, Bruno Pinaud, Benjamin Renoust and Jason Vallet.\n       TULIP 5. Encyclopedia of Social Network Analysis and Mining. 2017.\n       https://hal.archives-ouvertes.fr/hal-01359308\n\n.. [2] David Auber, Romain Bourqui, Maylis Delest, Antoine Lambert,\n       Patrick Mary, Guy M\u00e9lan\u00e7on, Bruno Pinaud, Benjamin Renoust and Jason Vallet.\n       TULIP 4. Research report. LaBRI - Laboratoire Bordelais de Recherche en Informatique. 2016.\n       https://hal.archives-ouvertes.fr/hal-01359308\n\n.. [3] David Auber, Daniel Archambault, Romain Bourqui, Maylis Delest,\n       Jonathan Dubois, Bruno Pinaud, Antoine Lambert, Morgan Mathiaut, Patrick Mary, and Guy M\u00e9lan\u00e7on.\n       Tulip III. Encyclopedia of Social Network Analysis and Mining. 2014.\n       https://hal.archives-ouvertes.fr/hal-01096759\n\n.. [4] Antoine Lambert and David Auber. Graph analysis and visualization with Tulip-Python.\n       EuroSciPy 2012 - 5th European meeting on Python in Science, Bruxelles.\n       https://hal.archives-ouvertes.fr/hal-00744969\n\n.. [5] Riverbank Computing Limited. SIP - a tool for automatically generating Python bindings for\n       C and C++ libraries. http://www.riverbankcomputing.co.uk/software/sip\n\n.. [6] M. Chimani, C. Gutwenger, M. J\u00fcnger, G. W. Klau, K. Klein, P. Mutzel.\n       The Open Graph Drawing Framework (OGDF).\n       Chapter 17 in: R. Tamassia (ed.), Handbook of Graph Drawing and Visualization, CRC Press, 2014.\n       https://cs.brown.edu/~rt/gdhandbook/chapters/ogdf.pdf\n",
    "bugtrack_url": null,
    "license": "LGPLv3+",
    "summary": "Large graphs analysis and drawing",
    "version": "5.7.2",
    "project_urls": {
        "Documentation": "https://tulip.labri.fr/Documentation/current/tulip-python/html/index.html",
        "Homepage": "https://tulip.labri.fr/",
        "Issue Tracker": "https://sourceforge.net/p/auber/bugs/",
        "Sources": "https://sourceforge.net/projects/auber/files/tulip"
    },
    "split_keywords": [
        "graph",
        "theory",
        "algorithms",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0fdc1a4fd882de84d8653c04122161d49ae4f4b77cc8f5c07b994f5e4793df5",
                "md5": "9edf33d4fff15cde9dee56b5868841c9",
                "sha256": "417ab018d460e5e2ca2abdbe4351fa308550a840d6fca4824c51e1b108a699ff"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp310-cp310-macosx_10_14_universal2.whl",
            "has_sig": false,
            "md5_digest": "9edf33d4fff15cde9dee56b5868841c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 7956097,
            "upload_time": "2023-07-03T08:24:32",
            "upload_time_iso_8601": "2023-07-03T08:24:32.570716Z",
            "url": "https://files.pythonhosted.org/packages/a0/fd/c1a4fd882de84d8653c04122161d49ae4f4b77cc8f5c07b994f5e4793df5/tulip_python-5.7.2-cp310-cp310-macosx_10_14_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bfa91bd95f981d8c1df9ea71da1073c65ac6f3b98a07388338fb08469fb65ec",
                "md5": "d38deda9aeacdc2dc85a61b3ab2c4377",
                "sha256": "86fb541b13ce6b03fecd5f94fe1f14b0b733b96c13aa4c27459f7833e530deae"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d38deda9aeacdc2dc85a61b3ab2c4377",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 9457747,
            "upload_time": "2023-07-03T08:24:37",
            "upload_time_iso_8601": "2023-07-03T08:24:37.673526Z",
            "url": "https://files.pythonhosted.org/packages/8b/fa/91bd95f981d8c1df9ea71da1073c65ac6f3b98a07388338fb08469fb65ec/tulip_python-5.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ea0343a2f3d6f3cb5158fc299159b05fd4bb6708f43dc01d86a986476024d89",
                "md5": "e1bd2e130cee7b859257b4a6fdb5bbdb",
                "sha256": "0e7b27e8692a7d661673845400942c6d1e0523d95c5598f1769d404c72a453c4"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e1bd2e130cee7b859257b4a6fdb5bbdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 15164012,
            "upload_time": "2023-07-03T08:24:42",
            "upload_time_iso_8601": "2023-07-03T08:24:42.373069Z",
            "url": "https://files.pythonhosted.org/packages/7e/a0/343a2f3d6f3cb5158fc299159b05fd4bb6708f43dc01d86a986476024d89/tulip_python-5.7.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4437fa2705c7441953ee341070aa65c8008a026393913d5092e439fa248eea3",
                "md5": "2ce2d821200af3be3c82b7d862083eba",
                "sha256": "dbc003c8d341eea69204ad3cf59fd9cecdc0b06633025e4d301d3c71d27640e9"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp311-cp311-macosx_10_14_universal2.whl",
            "has_sig": false,
            "md5_digest": "2ce2d821200af3be3c82b7d862083eba",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 7956163,
            "upload_time": "2023-07-03T08:24:47",
            "upload_time_iso_8601": "2023-07-03T08:24:47.043754Z",
            "url": "https://files.pythonhosted.org/packages/c4/43/7fa2705c7441953ee341070aa65c8008a026393913d5092e439fa248eea3/tulip_python-5.7.2-cp311-cp311-macosx_10_14_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4db67f643b9b123ffe9badcf9f2b414055ac31bb89f37652995b4007e8507da",
                "md5": "91069406d8be6eb1669b7a7f4f974c95",
                "sha256": "4071b821c9a673f38e231713eff941f8564606e9a9e4d8503627187e11861d7e"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "91069406d8be6eb1669b7a7f4f974c95",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 9457670,
            "upload_time": "2023-07-03T08:24:51",
            "upload_time_iso_8601": "2023-07-03T08:24:51.437593Z",
            "url": "https://files.pythonhosted.org/packages/c4/db/67f643b9b123ffe9badcf9f2b414055ac31bb89f37652995b4007e8507da/tulip_python-5.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7580a3818ce255eb0f66a2fc0f5b23abe25c3f975d8c8dac4a1d974b3b7c78e",
                "md5": "cc2c23ecb8726ad662fb9fa95082a4f0",
                "sha256": "b32727d6e6d9ce99cf1f15da35a21b58c752eeb731ee9643f8a662f3ef5b9cef"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cc2c23ecb8726ad662fb9fa95082a4f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 15164122,
            "upload_time": "2023-07-03T08:24:59",
            "upload_time_iso_8601": "2023-07-03T08:24:59.076675Z",
            "url": "https://files.pythonhosted.org/packages/e7/58/0a3818ce255eb0f66a2fc0f5b23abe25c3f975d8c8dac4a1d974b3b7c78e/tulip_python-5.7.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d63eeaa1d68cc926ab154ba9038ea03eb828da5487f5c95b49328ea1f60ea8c7",
                "md5": "660db887cd84a1b70470d123ec43a163",
                "sha256": "051df567b24c1e235379c54a3d134ca6c96b7424f9aecf93da907fde906e5a08"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp37-cp37m-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "660db887cd84a1b70470d123ec43a163",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 7956443,
            "upload_time": "2023-07-03T08:25:03",
            "upload_time_iso_8601": "2023-07-03T08:25:03.995570Z",
            "url": "https://files.pythonhosted.org/packages/d6/3e/eaa1d68cc926ab154ba9038ea03eb828da5487f5c95b49328ea1f60ea8c7/tulip_python-5.7.2-cp37-cp37m-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27b37fb659650585325b6130f136d90bc456c91624a02a784c047e1089992d99",
                "md5": "1611ea50f05d4296078896b0e61372d0",
                "sha256": "1cd7683d4295fdc18d7d5976a13b92fb1fd5590309c31b145b0f097e6fb024e2"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1611ea50f05d4296078896b0e61372d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 9459106,
            "upload_time": "2023-07-03T08:25:08",
            "upload_time_iso_8601": "2023-07-03T08:25:08.346583Z",
            "url": "https://files.pythonhosted.org/packages/27/b3/7fb659650585325b6130f136d90bc456c91624a02a784c047e1089992d99/tulip_python-5.7.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f98fe66613aeabd720c6dfd1ceb9a815d4b44f4f6a97258ba3bc52c83e8b8c5a",
                "md5": "3edd1cf5ca3a34e4d209a4e80753a6f2",
                "sha256": "72261f34cdcbb0663efca1de4c273b77a26edf37904929a6509c7e9c6abd407e"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3edd1cf5ca3a34e4d209a4e80753a6f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 15163829,
            "upload_time": "2023-07-03T08:25:15",
            "upload_time_iso_8601": "2023-07-03T08:25:15.524004Z",
            "url": "https://files.pythonhosted.org/packages/f9/8f/e66613aeabd720c6dfd1ceb9a815d4b44f4f6a97258ba3bc52c83e8b8c5a/tulip_python-5.7.2-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eda8b60a3954d931b0f9a5afd77ec1aee9dbc48d4f96247d883362a06300a9c6",
                "md5": "0dc987b87622dc0ee2906024f385beec",
                "sha256": "255687b959bb81171f23c5705240541cdf1604bc952e7677df8d2c4bcc94bc01"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp38-cp38-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0dc987b87622dc0ee2906024f385beec",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 7956320,
            "upload_time": "2023-07-03T08:25:20",
            "upload_time_iso_8601": "2023-07-03T08:25:20.377214Z",
            "url": "https://files.pythonhosted.org/packages/ed/a8/b60a3954d931b0f9a5afd77ec1aee9dbc48d4f96247d883362a06300a9c6/tulip_python-5.7.2-cp38-cp38-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "221a610e47a849a5d3ebaf3d5cd373d2cdf7b62142a9229e1ecfb0d3c5a5079d",
                "md5": "3750af52c9efcf92b3ef12e065a7ab39",
                "sha256": "c5ac18d5b4662621f3a3151e56755fe19f2609ae3499090d83db2b21082ce008"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3750af52c9efcf92b3ef12e065a7ab39",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 9457718,
            "upload_time": "2023-07-03T08:25:25",
            "upload_time_iso_8601": "2023-07-03T08:25:25.404493Z",
            "url": "https://files.pythonhosted.org/packages/22/1a/610e47a849a5d3ebaf3d5cd373d2cdf7b62142a9229e1ecfb0d3c5a5079d/tulip_python-5.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95f9075b536448cf887bddcec64d38a1c4b5304d12b283d3a322997fcb8f43f0",
                "md5": "29fbac781976032d019448e546c2dd2c",
                "sha256": "cb48638b87340c6141f77ab46f78ff6fe15e55b7bcd0558551c9481756e3cd54"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "29fbac781976032d019448e546c2dd2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 15164221,
            "upload_time": "2023-07-03T08:25:36",
            "upload_time_iso_8601": "2023-07-03T08:25:36.389858Z",
            "url": "https://files.pythonhosted.org/packages/95/f9/075b536448cf887bddcec64d38a1c4b5304d12b283d3a322997fcb8f43f0/tulip_python-5.7.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a11144da83eb8d33ba7b4b304ad977c142f968175b3693e5d7c939215e345257",
                "md5": "95b3cb84213083ddc7df9fedf62d2b6e",
                "sha256": "53d7cc35069ad417724db89a2066a01b4efd23bd99f746382d8e93fffd30726a"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "95b3cb84213083ddc7df9fedf62d2b6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 7956125,
            "upload_time": "2023-07-03T08:25:41",
            "upload_time_iso_8601": "2023-07-03T08:25:41.326337Z",
            "url": "https://files.pythonhosted.org/packages/a1/11/44da83eb8d33ba7b4b304ad977c142f968175b3693e5d7c939215e345257/tulip_python-5.7.2-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "741e3ce63d768a6a6800f67efeccb2bb3d051bf659268dbfb8309d7b604665ee",
                "md5": "55f237c5c5347a3af8019753e118bd1d",
                "sha256": "871f5cf7784a274ab47659428c4cfcc0d636993bc2c1e51411b7775992515104"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "55f237c5c5347a3af8019753e118bd1d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 9457309,
            "upload_time": "2023-07-03T08:25:46",
            "upload_time_iso_8601": "2023-07-03T08:25:46.805205Z",
            "url": "https://files.pythonhosted.org/packages/74/1e/3ce63d768a6a6800f67efeccb2bb3d051bf659268dbfb8309d7b604665ee/tulip_python-5.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "165e417ccb1d5e56dd1caff9b17eace1b56fca38758cc5f7a4da4bcbcefc496c",
                "md5": "0fb8647d6521b5457525d31d81e0fa69",
                "sha256": "cda5ff9c68aba34fd1260fec25e590f03563d31bd36b44fa7260904accd2ad9a"
            },
            "downloads": -1,
            "filename": "tulip_python-5.7.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0fb8647d6521b5457525d31d81e0fa69",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 15164041,
            "upload_time": "2023-07-03T08:25:56",
            "upload_time_iso_8601": "2023-07-03T08:25:56.387626Z",
            "url": "https://files.pythonhosted.org/packages/16/5e/417ccb1d5e56dd1caff9b17eace1b56fca38758cc5f7a4da4bcbcefc496c/tulip_python-5.7.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-03 08:24:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tulip-python"
}
        
Elapsed time: 0.09361s