simple-draw


Namesimple-draw JSON
Version 2.9.0 PyPI version JSON
download
home_pagehttps://github.com/suguby/simple_draw
SummaryThis package allows you to draw graphical primitives with pygame.
upload_time2023-09-20 19:26:39
maintainer
docs_urlNone
authorShandrinov Vadim
requires_python
licenseBSD License
keywords draw graphical primitives tutorial
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # simple_draw

Pygame-based package for drawing graphical primitives for tutorial purpose.

![screenshot one](screenshots/fractal_tree.png "Fractal tree")​

#### Changelog

#### 2.9.0
* ADD py311 support
* ADD pygame 2.5 support
* ADD annotations
* FIX function docs

#### 2.8.0
* ADD py310 support
* ADD pygame 2.1 support

#### 2.7.0
* ADD py39 support
* ADD pygame 2.0 support

#### 2.6.8
* ADD py38 support
* DROP py27 support 

#### 2.6.7
* small fix: duplicate assert

#### 2.6.6
* more calls _init() in low level functions
* add take_background and draw_background

#### 2.6.5
* added take_snapshot

#### 2.6.4
* budfix pygame init in start_drawing
* move vector width to .draw()

#### 2.6.3
* added width for lines

#### 2.6.2
* added quit()

#### 2.6.0
* added support for line/vector width 
* set up resolution


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/suguby/simple_draw",
    "name": "simple-draw",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "draw graphical primitives tutorial",
    "author": "Shandrinov Vadim",
    "author_email": "suguby@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/89/32/178a0defc96383d6a249d31e67f8cd9c6255c9def936428a2d5af91bcf71/simple_draw-2.9.0.tar.gz",
    "platform": null,
    "description": "# simple_draw\n\nPygame-based package for drawing graphical primitives for tutorial purpose.\n\n![screenshot one](screenshots/fractal_tree.png \"Fractal tree\")\u200b\n\n#### Changelog\n\n#### 2.9.0\n* ADD py311 support\n* ADD pygame 2.5 support\n* ADD annotations\n* FIX function docs\n\n#### 2.8.0\n* ADD py310 support\n* ADD pygame 2.1 support\n\n#### 2.7.0\n* ADD py39 support\n* ADD pygame 2.0 support\n\n#### 2.6.8\n* ADD py38 support\n* DROP py27 support \n\n#### 2.6.7\n* small fix: duplicate assert\n\n#### 2.6.6\n* more calls _init() in low level functions\n* add take_background and draw_background\n\n#### 2.6.5\n* added take_snapshot\n\n#### 2.6.4\n* budfix pygame init in start_drawing\n* move vector width to .draw()\n\n#### 2.6.3\n* added width for lines\n\n#### 2.6.2\n* added quit()\n\n#### 2.6.0\n* added support for line/vector width \n* set up resolution\n\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "This package allows you to draw graphical primitives with pygame.",
    "version": "2.9.0",
    "project_urls": {
        "Homepage": "https://github.com/suguby/simple_draw"
    },
    "split_keywords": [
        "draw",
        "graphical",
        "primitives",
        "tutorial"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8932178a0defc96383d6a249d31e67f8cd9c6255c9def936428a2d5af91bcf71",
                "md5": "dd57a71ff538909968c9451ae3e285af",
                "sha256": "d47399bb5c624f3b96d8b3513c08315a3d87e97da8524e885f7999182c744bf2"
            },
            "downloads": -1,
            "filename": "simple_draw-2.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dd57a71ff538909968c9451ae3e285af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7716,
            "upload_time": "2023-09-20T19:26:39",
            "upload_time_iso_8601": "2023-09-20T19:26:39.601286Z",
            "url": "https://files.pythonhosted.org/packages/89/32/178a0defc96383d6a249d31e67f8cd9c6255c9def936428a2d5af91bcf71/simple_draw-2.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 19:26:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "suguby",
    "github_project": "simple_draw",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "simple-draw"
}
        
Elapsed time: 0.12223s