A subgraph matching programming framework.
Project description
openGraphMatching
A graph/subgraph matching library. Still under construction.
Usage/Demo
The NaiveMatch is the minium implementation of subgraph matching algorithm.
Here is the demo code for running GQL:
import GQLMatcher from GQLMatcher
# Prepare query graph q and target graph G in advance.
matcherObj = GQLMatcher(G) # Initialize the object with targer graph G
matcherObj.is_subgraph_match(q) # Run the check match process
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openGraphMatching-0.0.7.tar.gz
(14.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openGraphMatching-0.0.7.tar.gz.
File metadata
- Download URL: openGraphMatching-0.0.7.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b1fc08af776d279660fa3ff6609b68c6c9545c6d6d7cc8ac27eb01964b69768
|
|
| MD5 |
2f62fd9c88561be5db72925ad2360d49
|
|
| BLAKE2b-256 |
4829d27b7e3a1d5b3e52aad56627c809ce6af3ec96cdf1eb4b84352ebdc5e85e
|
File details
Details for the file openGraphMatching-0.0.7-py3-none-any.whl.
File metadata
- Download URL: openGraphMatching-0.0.7-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
798af1f871b614c301b94891c2c03ca175981b682d51a4d91534e2039ac4cb68
|
|
| MD5 |
006ed2a76f50bbfdd33cd6ab2c863020
|
|
| BLAKE2b-256 |
708095421b240e69ec825a3be3d82e897c27bd0b5942229ada640e997473bb97
|