Metadata-Version: 2.1
Name: lattices
Version: 0.3.4
Summary: Lattices is a package for the construction of lattices from nodes and an ordering relation.
Home-page: https://github.com/dit/lattices
License: UNKNOWN
Keywords: lattice, partial order, graph, network
Author: Ryan G. James
Author-email: ryangregoryjames@gmail.com
Requires-Python: ~=3.3
Description-Content-Type: text/x-rst
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: networkx
Requires-Dist: codecov ; extra == "dev"
Requires-Dist: ipython[nbconvert] ; extra == "dev"
Requires-Dist: nxpd ; extra == "dev"
Requires-Dist: pytest >= 4.4.0 ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: pytest-xdist ; extra == "dev"
Requires-Dist: sphinx ; extra == "dev"
Requires-Dist: ipython[nbconvert] ; extra == "doc"
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: nxpd ; extra == "plotting"
Requires-Dist: codecov ; extra == "test"
Requires-Dist: pytest >= 4.4.0 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: plotting
Provides-Extra: test

Lattices
========

|travis| |appveyor| |codecov| |readthedocs|

``Lattices`` is a package for the construction of lattices from a set of nodes
and an (partial) ordering relation.

Drawing
-------

Lattices optionally utilizes `nxpd` to draw a lattice. This package is somewhat
out of date at this point, and you install a modified version:

.. code-block:: bash

   pip install git+https://git@github.com/chebee7i/nxpd.git@refs/pull/15/merge#egg=nxpd

.. |travis| image:: https://travis-ci.org/Autoplectic/lattices.svg?branch=master
   :target: https://travis-ci.org/Autoplectic/lattices
   :alt: build status

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/to2kso5s9a07ehbe?svg=true
   :target: https://ci.appveyor.com/project/Autoplectic/lattices/branch/master
   :alt: build status

.. |codecov| image:: https://codecov.io/gh/Autoplectic/lattices/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/Autoplectic/lattices
  :alt: test coverage

.. |readthedocs| image:: https://readthedocs.org/projects/lattices/badge/?version=latest
  :target: https://lattices.readthedocs.io/en/latest/?badge=latest
  :alt: documentation status

