Metadata-Version: 2.1
Name: poisson_d
Version: 0.3.3
Summary: poisson disk implementation in python
Author-email: Qi HU <hu.verrerie@gmail.com>
Maintainer-email: Qi HU <hu.verrerie@gmail.com>
License: MIT license
Project-URL: bugs, https://github.com/iyunbo/poisson_d/issues
Project-URL: changelog, https://github.com/iyunbo/poisson_d/blob/master/changelog.md
Project-URL: homepage, https://github.com/iyunbo/poisson_d
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: typer
Requires-Dist: imageio==2.36.0
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

=========
poisson_d
=========


.. image:: https://img.shields.io/pypi/v/poisson_d.svg
        :target: https://pypi.python.org/pypi/poisson_d

.. image:: https://img.shields.io/travis/iyunbo/poisson_d.svg
        :target: https://travis-ci.com/iyunbo/poisson_d

.. image:: https://readthedocs.org/projects/poisson_d/badge/?version=latest
        :target: https://poisson_d.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




poisson disk implementation in python


* Free software: MIT license
* Documentation: https://poisson_d.readthedocs.io.


Features
--------

* Generate poisson disk coordinates on a grid
* Generate points with charactoristics of poisson disk from an image
* Generate points with charactoristics of poisson disk from CMYK channels of an image

Credits
-------

This package was initialized with Cookiecutter_.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
