Analyze Python loop nest dependences.
Project description
pydepcheck
A Python tool to analyze dependences in Python loop nests.
Installation
pip install pydepcheck
Usage Example
from pydepcheck import analyze_loop_dependences
code = """
for i in range(10):
a[i] = a[i-1] + 1
"""
result = analyze_loop_dependences(code)
print(result)
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
pydepcheck-0.1.2.tar.gz
(5.6 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 pydepcheck-0.1.2.tar.gz.
File metadata
- Download URL: pydepcheck-0.1.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84ed8d9d53dda56cd24e1175e7f03b45f04ba1e78adea77b9366516e1c7623b2
|
|
| MD5 |
be26a288b0c5bb6adfb1cf5fb5dd7e35
|
|
| BLAKE2b-256 |
1c55549bcf493185f5b44edcaf3ed53091c7add6e733dc91ca8633146a24b4c8
|
File details
Details for the file pydepcheck-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pydepcheck-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbcf6a554b7950a60731c59814ebff5113f4d23973b6d4c451f65b0f82fcfafb
|
|
| MD5 |
8979e1614e8b8d7572e524689e5bfa8a
|
|
| BLAKE2b-256 |
72db30ddb50dbad59d521b324bbdd92b1818826c18d705f751e13cb99aea0ab9
|