Polygon3


NamePolygon3 JSON
Version 3.0.9.1 PyPI version JSON
download
home_pagehttp://www.j-raedler.de/projects/polygon
SummaryPolygon3 is a Python-3 package that handles polygonal shapes in 2D
upload_time2021-03-09 16:04:50
maintainer
docs_urlNone
authorJoerg Raedler
requires_python
licenseLGPL for Polygon, other for gpc
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            THIS VERSION WORKS WITH PYTHON-3.x ONLY!

Polygon is a python package that handles polygonal shapes in 2D. It contains 
Python bindings for gpc, the excellent General Polygon Clipping Library by 
Alan Murta and some extensions written in C and pure Python. With Polygon you 
may handle complex polygonal shapes in Python in a very intuitive way. Polygons 
are simple Python objects, clipping operations are bound to standard operators 
like +, -, \|, & and ^. TriStrips can be constructed from Polygons with a 
single statement. Functions to compute the area, center point, convex hull,
point containment and much more are included. This package was already used to
process shapes with more than one million points!

The gpc homepage is located at http://www.cs.man.ac.uk/~toby/alan/software/ .

The wrapping and extension code is free software, but the core gpc library is
free for non-commercial usage only. The author says:

    GPC is free for non-commercial use only. We invite non-commercial users 
    to make a voluntary donation towards the upkeep of GPC.
    
    If you wish to use GPC in support of a commercial product, you must obtain 
    an official GPC Commercial Use Licence from The University of Manchester.

Please respect this statement and contact the author (see gpc homepage) if you
wish to use this software in commercial projects!

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.j-raedler.de/projects/polygon",
    "name": "Polygon3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Joerg Raedler",
    "author_email": "joerg@j-raedler.de",
    "download_url": "https://files.pythonhosted.org/packages/1f/26/eea4112be43c8b7345477ad9150d499303494f32fb5951cb0f6e9104045b/Polygon3-3.0.9.1.tar.gz",
    "platform": "",
    "description": "THIS VERSION WORKS WITH PYTHON-3.x ONLY!\n\nPolygon is a python package that handles polygonal shapes in 2D. It contains \nPython bindings for gpc, the excellent General Polygon Clipping Library by \nAlan Murta and some extensions written in C and pure Python. With Polygon you \nmay handle complex polygonal shapes in Python in a very intuitive way. Polygons \nare simple Python objects, clipping operations are bound to standard operators \nlike +, -, \\|, & and ^. TriStrips can be constructed from Polygons with a \nsingle statement. Functions to compute the area, center point, convex hull,\npoint containment and much more are included. This package was already used to\nprocess shapes with more than one million points!\n\nThe gpc homepage is located at http://www.cs.man.ac.uk/~toby/alan/software/ .\n\nThe wrapping and extension code is free software, but the core gpc library is\nfree for non-commercial usage only. The author says:\n\n    GPC is free for non-commercial use only. We invite non-commercial users \n    to make a voluntary donation towards the upkeep of GPC.\n    \n    If you wish to use GPC in support of a commercial product, you must obtain \n    an official GPC Commercial Use Licence from The University of Manchester.\n\nPlease respect this statement and contact the author (see gpc homepage) if you\nwish to use this software in commercial projects!\n",
    "bugtrack_url": null,
    "license": "LGPL for Polygon, other for gpc",
    "summary": "Polygon3 is a Python-3 package that handles polygonal shapes in 2D",
    "version": "3.0.9.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "bf90292fcb4902a346aafe27ec46a1d5",
                "sha256": "2ddf8d06975f728d5b40786136c82e5b9d38a846bce236b7e6587bbd6a5e9b49"
            },
            "downloads": -1,
            "filename": "Polygon3-3.0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bf90292fcb4902a346aafe27ec46a1d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 39121,
            "upload_time": "2021-03-09T16:04:50",
            "upload_time_iso_8601": "2021-03-09T16:04:50.975234Z",
            "url": "https://files.pythonhosted.org/packages/1f/26/eea4112be43c8b7345477ad9150d499303494f32fb5951cb0f6e9104045b/Polygon3-3.0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-03-09 16:04:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "polygon3"
}
        
Elapsed time: 0.01501s