{ "info": { "author": "K.C.Saff", "author_email": "kc@saff.net", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Other Audience", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "VertexArray\n===========\n\nA simple library for efficiently storing & manipulating vertex arrays in python.\n\nRequirements\n------------\n\n1. Python 3.+\n\nThis library is pure python 3 and has no other requirements.\n\nInstallation\n------------\n\n`python3 setup.py install`\n\nUsage\n-----\n\n```python\n\n>>> from vertexarray import VertexArray\n>>> va = VertexArray()\n>>> face = va.extend([(1, 0, 0), (0, 1, 0), (0, 0, 1)])\n\n```\n\n0.1.0 (2016-04-06)\n------------------\n\n- Initial development version, copied & renamed from maze-builder.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kcsaff/vertexarray", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "vertexarray", "package_url": "https://pypi.org/project/vertexarray/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vertexarray/", "project_urls": { "Homepage": "https://github.com/kcsaff/vertexarray" }, "release_url": "https://pypi.org/project/vertexarray/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Simple vertex array that avoids repeating vertices", "version": "0.1.0" }, "last_serial": 2049613, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "55c5686457c7750d641a0f436d8263bd", "sha256": "a441b532baf4843accf41f59c9e31b62a9e4a4fa2406d3216bdb00087f1643f4" }, "downloads": -1, "filename": "vertexarray-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "55c5686457c7750d641a0f436d8263bd", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4030, "upload_time": "2016-04-06T17:04:37", "url": "https://files.pythonhosted.org/packages/e8/95/a72049b6d876b256556b053589997c07cf2e1fdf887692942f339b5c9859/vertexarray-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82adfc996748a547628013e4fc8f6a55", "sha256": "b5534603cf3b7468ff4f4ccc67b7d195cfb58d005a5c361ada8a8800265410f5" }, "downloads": -1, "filename": "vertexarray-0.1.0.tar.gz", "has_sig": false, "md5_digest": "82adfc996748a547628013e4fc8f6a55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2536, "upload_time": "2016-04-06T17:04:22", "url": "https://files.pythonhosted.org/packages/a7/a0/d84eb2f273654e9c3970068a3b570e60ad995cd7405367a0f185459c7b6e/vertexarray-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "55c5686457c7750d641a0f436d8263bd", "sha256": "a441b532baf4843accf41f59c9e31b62a9e4a4fa2406d3216bdb00087f1643f4" }, "downloads": -1, "filename": "vertexarray-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "55c5686457c7750d641a0f436d8263bd", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 4030, "upload_time": "2016-04-06T17:04:37", "url": "https://files.pythonhosted.org/packages/e8/95/a72049b6d876b256556b053589997c07cf2e1fdf887692942f339b5c9859/vertexarray-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82adfc996748a547628013e4fc8f6a55", "sha256": "b5534603cf3b7468ff4f4ccc67b7d195cfb58d005a5c361ada8a8800265410f5" }, "downloads": -1, "filename": "vertexarray-0.1.0.tar.gz", "has_sig": false, "md5_digest": "82adfc996748a547628013e4fc8f6a55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2536, "upload_time": "2016-04-06T17:04:22", "url": "https://files.pythonhosted.org/packages/a7/a0/d84eb2f273654e9c3970068a3b570e60ad995cd7405367a0f185459c7b6e/vertexarray-0.1.0.tar.gz" } ] }