A pure-python (Python>=3.10) static analysis library providing various interfaces.
Project description
PyBirdViewCode
A pure-python (Python>=3.8) static analysis library providing various interfaces.
For detailed informations, please visit this webpage: Documentation Website
Installation
pip install PyBirdViewCode
If you would like to run it in jupyter, please install jupyter by the commands below:
pip install jupyterlab ipywidgets
Architecture
graph TD
C/C++ -->|LibClang| ClangAST
Python["Python (Implement later...)"] --> ClangAST
ClangAST -->|Conversion| UAST[Universal AST]
UAST -->|Control Flow Building| CFG
UAST -->|Data Dependency Building| DDG["DDG: To be developed..."]
Interfaces
Clang
Clang interface included some useful functionalities.
Plannings
Supporting DDG
Supporting other languages such as Python
Code to UML
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 Distributions
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 PyBirdViewCode-0.1.0a1-py3-none-any.whl.
File metadata
- Download URL: PyBirdViewCode-0.1.0a1-py3-none-any.whl
- Upload date:
- Size: 84.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bfa7a53f89d6a2cedf6b06345db06473c72731404d0f1886fcccad3949ad5d3
|
|
| MD5 |
264cbb2e654170a53729378a4ab194aa
|
|
| BLAKE2b-256 |
ee01e585362adcccca204d1001939db5aa59b5a11e20c58fd102d5ca5d9fb83a
|