Metadata-Version: 2.1
Name: python-graphs
Version: 1.1.0
Summary: A library for generating graph representations of Python programs.
Home-page: https://github.com/google-research/python-graphs
Author: David Bieber
Author-email: dbieber@google.com
License: Apache Software License
Keywords: python program control flow data flow graph neural network
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
License-File: LICENSE

python_graphs is a static analysis tool for performing control flow and data
flow analyses on Python programs, and for constructing Program Graphs.
Python Program Graphs are graph representations of Python programs suitable
for use with graph neural networks.

