Metadata-Version: 2.2
Name: daft
Version: 0.1.3
Summary: PGM rendering at its finest
Author-email: Daft Developers <danfm@nyu.edu>
License: BSD-3-Clause
Project-URL: Homepage, http://daft-pgm.org
Project-URL: Documentation, http://docs.daft-pgm.org
Project-URL: Repository, https://github.com/daft-dev/daft
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: matplotlib
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: myst_nb; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: jupytext; extra == "docs"

.. image:: https://raw.github.com/dfm/daft/master/images/logo.png

**Daft** is a Python package that uses `matplotlib <http://matplotlib.org/>`_
to render pixel-perfect *probabilistic graphical models* for publication
in a journal or on the internet. With a short Python script and an intuitive
model-building syntax you can design directed and undirected graphs and save
them in any formats that matplotlib supports.

Get more information at: `docs.daft-pgm.org <https://docs.daft-pgm.org>`_
*************************************************************************
