Metadata-Version: 2.1
Name: neatadjacency
Version: 1.0.0
Summary: An adjacency list implementation.
Home-page: https://gitlab.com/landreville/neatadjacency
Author: Landreville
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Description-Content-Type: text/markdown
Requires-Dist: sortedcontainers

This is an adjacency list implementation. It's written in pure Python to ensure it 
performs great on the PyPy interpreter.

See https://landreville.gitlab.io/neatadjacency/ for reference documentation.


