Metadata-Version: 2.1
Name: networkx-algo-common-subtree
Version: 0.1.0
Summary: A networkx implemention of algorithms to find common subtree minors and isomorphisms
Home-page: https://github.com/Erotemic/networkx_algo_common_subtree
Author: Jon Crall
Author-email: erotemic@gmail.com
License: Apache 2
Description: The networkx_algo_common_subtree Module
        =======================================
        
        |Pypi| |PypiDownloads| |GithubActions| |Codecov|
        
        Networkx algorithms for maximum common ordered subtree minors (or embedding)
        and maximum common subtree isomorphism. Contains pure python and cython
        optimized versions.
        
        Standalone versions of code submitted to networkx proper, but not yet integrated:
        
        https://github.com/networkx/networkx/pull/4350
        https://github.com/networkx/networkx/pull/4327
        
        Supports algorithms in torch_liberator, see related information
        
        +----------------------+------------------------------------------------------------+
        | TorchLiberator       | https://gitlab.kitware.com/computer-vision/torch_liberator |
        +----------------------+------------------------------------------------------------+
        | Torch Hackathon 2021 | `Youtube Video`_ and `Google Slides`_                      |
        +----------------------+------------------------------------------------------------+
        
        .. _Youtube Video: https://www.youtube.com/watch?v=GQqtn61iNsc
        .. _Google Slides: https://docs.google.com/presentation/d/1w9XHkPjtLRj29dw50WP0rSHRRlEfhksP_Sf8XldTSYE
        
        
        
        
        .. |Pypi| image:: https://img.shields.io/pypi/v/networkx_algo_common_subtree.svg
            :target: https://pypi.python.org/pypi/networkx_algo_common_subtree
        
        .. |PypiDownloads| image:: https://img.shields.io/pypi/dm/networkx_algo_common_subtree.svg
            :target: https://pypistats.org/packages/networkx_algo_common_subtree
        
        .. |GithubActions| image:: https://github.com/Erotemic/networkx_algo_common_subtree/actions/workflows/test_binaries.yml/badge.svg?branch=main
            :target: https://github.com/Erotemic/networkx_algo_common_subtree/actions?query=branch%3Amain
        
        .. |Codecov| image:: https://codecov.io/github/Erotemic/networkx_algo_common_subtree/badge.svg?branch=main&service=github
            :target: https://codecov.io/github/Erotemic/networkx_algo_common_subtree?branch=main
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Provides-Extra: all
Provides-Extra: all-strict
Provides-Extra: optional
Provides-Extra: optional-strict
Provides-Extra: runtime-strict
Provides-Extra: tests
Provides-Extra: tests-strict
