{ "info": { "author": "Johannes Dollinger", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": ".. image:: https://travis-ci.org/emulbreh/bridson.svg?branch=master\n :target: https://travis-ci.org/emulbreh/bridson\n\n\nbridson\n=======\n\nTwo Dimensional Poisson Disc Sampling using `Robert Bridson's algorithm `_\n\n.. image:: https://cdn.rawgit.com/emulbreh/bridson/master/sample.svg\n\n\nUsage\n-----\n\n.. code-block:: python\n\n >>> from bridson import poisson_disc_samples\n >>> poisson_disc_samples(width=100, height=100, r=10)\n [(18.368737154138397, 0.6537095218417459),\n (31.037620677039477, 0.11127035812202124),\n (42.36176894248073, 7.038053455899708),\n ...\n (39.42578238367568, 99.18831048188478),\n (73.33459914827051, 99.50928386778354),\n (98.09958160385061, 99.1575330533914)]", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/emulbreh/bridson/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "bridson", "package_url": "https://pypi.org/project/bridson/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bridson/", "project_urls": { "Homepage": "http://github.com/emulbreh/bridson/" }, "release_url": "https://pypi.org/project/bridson/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "poisson disc sampling of 2-dimensional", "version": "0.1.0" }, "last_serial": 2881508, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "86aaf8a32254642093a42fe6f8b5dcdc", "sha256": "eb0d73dce92e5566fce0e986fb8742dc983e3cea2b7dcedc3cebddd38f36065c" }, "downloads": -1, "filename": "bridson-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "86aaf8a32254642093a42fe6f8b5dcdc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4100, "upload_time": "2017-05-17T20:14:46", "url": "https://files.pythonhosted.org/packages/59/89/c62d80cb0014f998a2759e463e333f599caf6bc1d8847a159a82a734a20b/bridson-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7368c7015e000062cd13ebc08d30032b", "sha256": "3bed81794fee483d2c1ac062d0091dd8d52f3d7dcf7b3b4f71b416a3060fbd79" }, "downloads": -1, "filename": "bridson-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7368c7015e000062cd13ebc08d30032b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2362, "upload_time": "2017-05-17T20:14:48", "url": "https://files.pythonhosted.org/packages/eb/28/39f1e3da01204d5871f88aafa6badaf7b127a723493ebcfbc148494822a5/bridson-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "86aaf8a32254642093a42fe6f8b5dcdc", "sha256": "eb0d73dce92e5566fce0e986fb8742dc983e3cea2b7dcedc3cebddd38f36065c" }, "downloads": -1, "filename": "bridson-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "86aaf8a32254642093a42fe6f8b5dcdc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4100, "upload_time": "2017-05-17T20:14:46", "url": "https://files.pythonhosted.org/packages/59/89/c62d80cb0014f998a2759e463e333f599caf6bc1d8847a159a82a734a20b/bridson-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7368c7015e000062cd13ebc08d30032b", "sha256": "3bed81794fee483d2c1ac062d0091dd8d52f3d7dcf7b3b4f71b416a3060fbd79" }, "downloads": -1, "filename": "bridson-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7368c7015e000062cd13ebc08d30032b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2362, "upload_time": "2017-05-17T20:14:48", "url": "https://files.pythonhosted.org/packages/eb/28/39f1e3da01204d5871f88aafa6badaf7b127a723493ebcfbc148494822a5/bridson-0.1.0.tar.gz" } ] }