{ "info": { "author": "Andreas Bunkahle", "author_email": "abunkahle@t-online.de", "bugtrack_url": null, "classifiers": [], "description": "particlescv2\n============\n\nparticlescv2 is a port of the Particles Python PyGame library PyIgniton for\nOpenCV2. The original PyIgntion files can be found at \nhttps://launchpad.net/pyignition\n\nThe original repository for particlescv2 is at:\nGithub https://github.com/bunkahle/particlescv2 \n\nSetup the library by running setup_cython.py::\n\n setup_cython.py build_ext --inplace\n\nThis will generate a compiled cythonized particlescv2.pyd (Windows) or particlescv2.so (Linux, Mac)\nfrom the file particlescv2.pyx. This is useful for speed and performance.\nparticlescv2 seems to be even faster than the original PyGame library PyIgnition.\n\nThe library is pretty fast even if it is not compiled. The plain Python \nroutine can be found in particlescv2.py. \n\nBinary for Win-32 Python27\n==========================\nFor convenience there is also the precompiled binary for Win-32 Python 2.7\nincluded: particlescv2.pyd. Copy this file to Lib/site-packages directory\nand you are ready to go::\n\n import particlescv2\n ... your code\n\nExamples\n========\nThere are several examples for running the library in the Examples section.\n\nRequirements\n============\nThe code currently only runs under Python 2.7. Ports to Python 3 are welcome.\nIf you want to compile the pyx file with cython you also need cython of course.\nThe blist is required for running as well as numpy and opencv2.\nThese libraries can easily be installed with ::\n\n pip install numpy\n pip install blist\n pip install opencv-python\n\noptionally\npip install cython\n\nopencv2 and numpy windows binaries and setup wheels can also be downloaded from\nChristoph Gohlkes Python page for windows:\nhttps://www.lfd.uci.edu/~gohlke/pythonlibs/\n\nChanges\n=======\n1.0 initial release for Python2\n\n1.1 routine now also runs in Python3, removed old cv2 Syntax\n\nLicense\n=======\nSame license as PyIgntion: GNU GPL v3", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bunkahle/particlescv2", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "particlescv2", "package_url": "https://pypi.org/project/particlescv2/", "platform": "any", "project_url": "https://pypi.org/project/particlescv2/", "project_urls": { "Homepage": "https://github.com/bunkahle/particlescv2" }, "release_url": "https://pypi.org/project/particlescv2/1.1/", "requires_dist": null, "requires_python": "", "summary": "Port of the Pygame PyIgnition 1.0 Particles Engine library to OpenCV2", "version": "1.1" }, "last_serial": 4949339, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "bab0fd14796b5f124aecf636278dc21c", "sha256": "cd546b759efb9681220be3aa5a1bd022e892ac87a5ad9f3ecd83c598355f2257" }, "downloads": -1, "filename": "particlescv2-1.0.zip", "has_sig": false, "md5_digest": "bab0fd14796b5f124aecf636278dc21c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16675, "upload_time": "2019-02-19T07:28:27", "url": "https://files.pythonhosted.org/packages/a3/c3/fa3ce18de1faa021c040e9c8b5d16df77239ea85c2541e165dee86a9334b/particlescv2-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "413d2a297ffa4858f352d5dbc187c8fb", "sha256": "e563ab42c98d0d51383ff1f629ac173331eec7609bbd1782afe361acb9ef9279" }, "downloads": -1, "filename": "particlescv2-1.1.zip", "has_sig": false, "md5_digest": "413d2a297ffa4858f352d5dbc187c8fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16582, "upload_time": "2019-03-17T02:45:15", "url": "https://files.pythonhosted.org/packages/27/35/840e250b95b7ba7f651019271b1f60db80f712f6a4209a643f80571a958c/particlescv2-1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "413d2a297ffa4858f352d5dbc187c8fb", "sha256": "e563ab42c98d0d51383ff1f629ac173331eec7609bbd1782afe361acb9ef9279" }, "downloads": -1, "filename": "particlescv2-1.1.zip", "has_sig": false, "md5_digest": "413d2a297ffa4858f352d5dbc187c8fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16582, "upload_time": "2019-03-17T02:45:15", "url": "https://files.pythonhosted.org/packages/27/35/840e250b95b7ba7f651019271b1f60db80f712f6a4209a643f80571a958c/particlescv2-1.1.zip" } ] }