dipswitch-svg


Namedipswitch-svg JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummarySVG generation for dipswitch documentation
upload_time2025-08-10 16:57:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3
licenseNone
keywords svg dipswitch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dipswitch_svg

![release badge](https://codeberg.org/pengumc/dipswitch_svg/badges/release.svg)

SVG generation for dipswitch documentation

Also available online: https://pengumc.codeberg.page/dipswitch_svg/

Example output:  
![Note: image not available on pypi, see source repo](./example.svg)

## Usage

```py
from dipswitch_svg import dipswitch
svg_text = dipswitch("dipswitch 1", range(1, 9), 0x1)
```

## Installation

```shell
pip install dipswitch-svg
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dipswitch-svg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "PenguMC <pengurobotics@gmail.com>",
    "keywords": "svg, dipswitch",
    "author": null,
    "author_email": "PenguMC <pengurobotics@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/83/2f/2e06035477e6f7b560e1fba912c3b74ae46f38accbebc8638eae53e95011/dipswitch_svg-0.1.2.tar.gz",
    "platform": null,
    "description": "# dipswitch_svg\n\n![release badge](https://codeberg.org/pengumc/dipswitch_svg/badges/release.svg)\n\nSVG generation for dipswitch documentation\n\nAlso available online: https://pengumc.codeberg.page/dipswitch_svg/\n\nExample output:  \n![Note: image not available on pypi, see source repo](./example.svg)\n\n## Usage\n\n```py\nfrom dipswitch_svg import dipswitch\nsvg_text = dipswitch(\"dipswitch 1\", range(1, 9), 0x1)\n```\n\n## Installation\n\n```shell\npip install dipswitch-svg\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "SVG generation for dipswitch documentation",
    "version": "0.1.2",
    "project_urls": {
        "Source": "https://codeberg.org/PenguMC/dipswitch_svg"
    },
    "split_keywords": [
        "svg",
        " dipswitch"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c941ba5640bdeb70e32bc67e7ad197abe261935d319c47b01e8345489acc0fd",
                "md5": "2e9d089494ee65016969ee46265ce6af",
                "sha256": "851fdbd985b59b40e7ac033b3c8213ed0dad2afb4c0d1700425f426498d6b08e"
            },
            "downloads": -1,
            "filename": "dipswitch_svg-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e9d089494ee65016969ee46265ce6af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 3826,
            "upload_time": "2025-08-10T16:57:00",
            "upload_time_iso_8601": "2025-08-10T16:57:00.351008Z",
            "url": "https://files.pythonhosted.org/packages/0c/94/1ba5640bdeb70e32bc67e7ad197abe261935d319c47b01e8345489acc0fd/dipswitch_svg-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "832f2e06035477e6f7b560e1fba912c3b74ae46f38accbebc8638eae53e95011",
                "md5": "1a1d9b715eab6feda89c0f9d99b9b612",
                "sha256": "90d997032d1c1f1d50903f1e867eaab6e67edbaaa07efe49943bda05d0cf36ae"
            },
            "downloads": -1,
            "filename": "dipswitch_svg-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1a1d9b715eab6feda89c0f9d99b9b612",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 3197,
            "upload_time": "2025-08-10T16:57:01",
            "upload_time_iso_8601": "2025-08-10T16:57:01.591627Z",
            "url": "https://files.pythonhosted.org/packages/83/2f/2e06035477e6f7b560e1fba912c3b74ae46f38accbebc8638eae53e95011/dipswitch_svg-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-10 16:57:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "PenguMC",
    "codeberg_project": "dipswitch_svg",
    "lcname": "dipswitch-svg"
}
        
Elapsed time: 1.37752s