small language for ananlysing graph-structured data in Python
GraphPath is a little-language for analysing graph-structured data, especially RDF. The syntax of GraphPath is reminiscent of XPath. It provides a query evaluator and a goal-driven inference engine, which work together to perform graph analysis.
GraphPath is a little-language for analysing graph-structured data, especially RDF. The syntax of GraphPath is reminiscent of XPath. It provides a query evaluator and a goal-driven inference engine, which work together to perform graph analysis.
To install py27-graphpath, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-graphpath
To see what files were installed by py27-graphpath, run:
port contents py27-graphpath
To later upgrade py27-graphpath, run:
sudo port selfupdate && sudo port upgrade py27-graphpath
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.