pkg-pygraph


Namepkg-pygraph JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryUn petit module pour créer des graphes (non orienté, orienté ou bi-partie)
upload_time2023-03-17 05:24:13
maintainerSébastien Hoarau
docs_urlNone
authorSébastien Hoarau
requires_python
licenseCC BY-NC-SA 4.0
keywords pygraph package python graph education
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            L'idée de ce module pygraph est de créer un objet Graph qui soit la réunion de deux objets :

un model qui est un graphe au sens de networkx
une view qui est un graphe au sens de graphviz
Ajouté à cela un (petit) ensemble de méthodes permettant les opérations usuelles sur les graphes et en essayant de rester simple. 
L'outil devrait pouvoir aider tout enseignant souhaitant préparer une ressource pédagogique sur le thème des graphes.

The idea of ​​this pygraph module is to create a Graph object which is the union of two objects:

a model which is a graph in the sense of networkx
a view which is a graph in the sense of graphviz
Added to this a (small) set of methods allowing the usual operations on graphs and trying to keep it simple.
The tool should be able to help any teacher wishing to prepare an educational resource on the subject of graphs.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pkg-pygraph",
    "maintainer": "S\u00e9bastien Hoarau",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "seb.hoarau@univ-reunion.fr",
    "keywords": "PyGraph package Python graph education",
    "author": "S\u00e9bastien Hoarau",
    "author_email": "seb.hoarau@univ-reunion.fr",
    "download_url": "https://files.pythonhosted.org/packages/74/cb/8f695970752402b5341b08ee36dd4f053ef04016f8bc66987fd9e54467c2/pkg-pygraph-0.0.2.tar.gz",
    "platform": "ALL",
    "description": "L'id\u00e9e de ce module pygraph est de cr\u00e9er un objet Graph qui soit la r\u00e9union de deux objets :\n\nun model qui est un graphe au sens de networkx\nune view qui est un graphe au sens de graphviz\nAjout\u00e9 \u00e0 cela un (petit) ensemble de m\u00e9thodes permettant les op\u00e9rations usuelles sur les graphes et en essayant de rester simple. \nL'outil devrait pouvoir aider tout enseignant souhaitant pr\u00e9parer une ressource p\u00e9dagogique sur le th\u00e8me des graphes.\n\nThe idea of \u200b\u200bthis pygraph module is to create a Graph object which is the union of two objects:\n\na model which is a graph in the sense of networkx\na view which is a graph in the sense of graphviz\nAdded to this a (small) set of methods allowing the usual operations on graphs and trying to keep it simple.\nThe tool should be able to help any teacher wishing to prepare an educational resource on the subject of graphs.\n",
    "bugtrack_url": null,
    "license": "CC BY-NC-SA 4.0",
    "summary": "Un petit module pour cr\u00e9er des graphes (non orient\u00e9, orient\u00e9 ou bi-partie)",
    "version": "0.0.2",
    "split_keywords": [
        "pygraph",
        "package",
        "python",
        "graph",
        "education"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "190848c71b66d269e8c0bf4e7e748a7e32c3fca129b416982a66270a62002370",
                "md5": "c53fb75038be1635ced1f8c183ccbf7e",
                "sha256": "248c5ee810fd13f4b27c7cf48b0b23b3faa46a97eb9f245b9f3abff8936cf992"
            },
            "downloads": -1,
            "filename": "pkg_pygraph-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c53fb75038be1635ced1f8c183ccbf7e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10955,
            "upload_time": "2023-03-17T05:24:11",
            "upload_time_iso_8601": "2023-03-17T05:24:11.728541Z",
            "url": "https://files.pythonhosted.org/packages/19/08/48c71b66d269e8c0bf4e7e748a7e32c3fca129b416982a66270a62002370/pkg_pygraph-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74cb8f695970752402b5341b08ee36dd4f053ef04016f8bc66987fd9e54467c2",
                "md5": "5deb0d24aa9825505bb450d358ada728",
                "sha256": "f8c9394d6f7592e1bd594860c37159faa00d19d593955d52d7a5d3ca578e1194"
            },
            "downloads": -1,
            "filename": "pkg-pygraph-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5deb0d24aa9825505bb450d358ada728",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10846,
            "upload_time": "2023-03-17T05:24:13",
            "upload_time_iso_8601": "2023-03-17T05:24:13.696417Z",
            "url": "https://files.pythonhosted.org/packages/74/cb/8f695970752402b5341b08ee36dd4f053ef04016f8bc66987fd9e54467c2/pkg-pygraph-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-17 05:24:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pkg-pygraph"
}
        
Elapsed time: 0.04720s