Metadata-Version: 2.1
Name: pymaesh
Version: 0.1.0
Summary: Utilities for Analyzing Graphs in Python.
Home-page: https://github.com/borchero/pymaesh
Author: Oliver Borchert
Author-email: borchero@icloud.com
License: License :: OSI Approved :: MIT License
Description: # PyMaesh
        
        ![PyPi](https://img.shields.io/pypi/v/pymaesh?label=version)
        
        PyMaesh provides a set of utilities for analyzing graphs in Python. The main use case of this library is to analyze properties of graphs and to easily load and store graph objects.
        
        This library is supposed to complement [PyTorch Geometric](https://github.com/rusty1s/pytorch_geometric).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
