PypptRoadSign


NamePypptRoadSign JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/liulhs/PypptRoadSign_Git
SummaryQXWZ Power Point Road Sign Project
upload_time2023-11-12 06:12:30
maintainer
docs_urlNone
authorHaosong Liu
requires_python>=3.6
licenseMIT
keywords roadsign powerpoint genertor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PypptRoadSign

 QXWZ Power Point Road Sign Project

# Very Basic Usage
from PypptRoadSign.sign import Sign

test_sign = Sign(background_style='default',width=16,height=9)

test_sign.background.draw()

test_sign.output('output.pptx')

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/liulhs/PypptRoadSign_Git",
    "name": "PypptRoadSign",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Roadsign,PowerPoint,Genertor",
    "author": "Haosong Liu",
    "author_email": "haosongliuofficial@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/47/2a/5e6fcdf1cfbb53772c92407a7dc36dff21132367c3f2579ed9ea18fa176c/PypptRoadSign-0.1.1.tar.gz",
    "platform": null,
    "description": "# PypptRoadSign\n\n QXWZ Power Point Road Sign Project\n\n# Very Basic Usage\nfrom PypptRoadSign.sign import Sign\n\ntest_sign = Sign(background_style='default',width=16,height=9)\n\ntest_sign.background.draw()\n\ntest_sign.output('output.pptx')\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "QXWZ Power Point Road Sign Project",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/liulhs/PypptRoadSign_Git/issues",
        "Homepage": "https://github.com/liulhs/PypptRoadSign_Git"
    },
    "split_keywords": [
        "roadsign",
        "powerpoint",
        "genertor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba8293e6fb9c0bc9a5e651c13b903d7eef399bd109002a4384f363f9de23b33d",
                "md5": "9c851151e01bf37922ab05ed20410f1d",
                "sha256": "2c047c648650ae1146d1ea35646e65100526ca83f2760c6d2d5d2fa93c92ef69"
            },
            "downloads": -1,
            "filename": "PypptRoadSign-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c851151e01bf37922ab05ed20410f1d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4857,
            "upload_time": "2023-11-12T06:12:29",
            "upload_time_iso_8601": "2023-11-12T06:12:29.090456Z",
            "url": "https://files.pythonhosted.org/packages/ba/82/93e6fb9c0bc9a5e651c13b903d7eef399bd109002a4384f363f9de23b33d/PypptRoadSign-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "472a5e6fcdf1cfbb53772c92407a7dc36dff21132367c3f2579ed9ea18fa176c",
                "md5": "f39dd7dc8b81768fdad282522e1c6a2a",
                "sha256": "df36467fb1af2e97434fd4b5500885e3d5ca713a86b4d10fb61802fc180b5fd6"
            },
            "downloads": -1,
            "filename": "PypptRoadSign-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f39dd7dc8b81768fdad282522e1c6a2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3894,
            "upload_time": "2023-11-12T06:12:30",
            "upload_time_iso_8601": "2023-11-12T06:12:30.740295Z",
            "url": "https://files.pythonhosted.org/packages/47/2a/5e6fcdf1cfbb53772c92407a7dc36dff21132367c3f2579ed9ea18fa176c/PypptRoadSign-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-12 06:12:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "liulhs",
    "github_project": "PypptRoadSign_Git",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pypptroadsign"
}
        
Elapsed time: 0.13352s