Metadata-Version: 2.1
Name: wayfarer
Version: 0.9.2
Summary: A library to add spatial functions to networkx
Home-page: https://github.com/compassinformatics/wayfarer/
Author: Seth Girvin
Author-email: sgirvin@compass.ie
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Developers
License-File: LICENSE

Wayfarer
========

| |Coveralls|

A Python library for creating and analysing geospatial networks using `NetworkX <https://networkx.org/>`_.

For an overview presentation see https://compassinformatics.github.io/wayfarer-presentation/

..
    https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.components.is_strongly_connected.html#networkx.algorithms.components.is_strongly_connected
    

.. |Coveralls| image:: https://coveralls.io/repos/github/compassinformatics/wayfarer/badge.svg?branch=main
    :target: https://coveralls.io/github/compassinformatics/wayfarer?branch=main
