feyndraw


Namefeyndraw JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryDrawing Feynman diagrams with matplotlib
upload_time2025-07-09 13:57:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.0
licenseNone
keywords feynman diagram draw particle physics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Purpose
This is a package designed to draw Feynman diagrams (using Matplotlib) with a possibility of customizing pretty much anything you want.

# Documentation
Instead of providing detailes documentation, there is an example.py file and comments around the functions in the .py files. Feel free to discover all the customization you can do by pattern matching and playing with the parameters! Visit the repository on [GitHub](https://github.com/schhug/feyndraw).

# Install
Install with `pip install feyndraw`.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "feyndraw",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "Feynman, diagram, draw, particle, physics",
    "author": null,
    "author_email": "Hugo Sch\u00e9rer <hugo.scherer@mail.mcgill.ca>",
    "download_url": "https://files.pythonhosted.org/packages/05/59/f198d6959bd8becccfe0f4e4fd8e300946283b17dc4feb0a9c6ba1071de9/feyndraw-1.0.2.tar.gz",
    "platform": null,
    "description": "# Purpose\nThis is a package designed to draw Feynman diagrams (using Matplotlib) with a possibility of customizing pretty much anything you want.\n\n# Documentation\nInstead of providing detailes documentation, there is an example.py file and comments around the functions in the .py files. Feel free to discover all the customization you can do by pattern matching and playing with the parameters! Visit the repository on [GitHub](https://github.com/schhug/feyndraw).\n\n# Install\nInstall with `pip install feyndraw`.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Drawing Feynman diagrams with matplotlib",
    "version": "1.0.2",
    "project_urls": {
        "Repository": "https://github.com/schhug/feyndraw"
    },
    "split_keywords": [
        "feynman",
        " diagram",
        " draw",
        " particle",
        " physics"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34d78d522e3fd37053fc9858b38d1bb0647178db729902d7923084c4aaada5d9",
                "md5": "5c5f0e5b5b73d3ba2114d6e98a2c3a7b",
                "sha256": "94af72fd2935e8a825858e07909bfd394f7e8094078704d0ff71223777b2a8b6"
            },
            "downloads": -1,
            "filename": "feyndraw-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5c5f0e5b5b73d3ba2114d6e98a2c3a7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 7904,
            "upload_time": "2025-07-09T13:57:53",
            "upload_time_iso_8601": "2025-07-09T13:57:53.696432Z",
            "url": "https://files.pythonhosted.org/packages/34/d7/8d522e3fd37053fc9858b38d1bb0647178db729902d7923084c4aaada5d9/feyndraw-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0559f198d6959bd8becccfe0f4e4fd8e300946283b17dc4feb0a9c6ba1071de9",
                "md5": "88b5d30f777c217b1a9f4b3eedbe5535",
                "sha256": "4cf63c98a9f18175a3c7593fb160e953671554960c3e0ab8e3f49f8e2ba6e7da"
            },
            "downloads": -1,
            "filename": "feyndraw-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "88b5d30f777c217b1a9f4b3eedbe5535",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 1579903,
            "upload_time": "2025-07-09T13:57:54",
            "upload_time_iso_8601": "2025-07-09T13:57:54.912492Z",
            "url": "https://files.pythonhosted.org/packages/05/59/f198d6959bd8becccfe0f4e4fd8e300946283b17dc4feb0a9c6ba1071de9/feyndraw-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 13:57:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "schhug",
    "github_project": "feyndraw",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "feyndraw"
}
        
Elapsed time: 0.43684s