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.1.tar.gz
(4.8 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.1.tar.gz.
File metadata
- Download URL: pydepcheck-0.1.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
324a46fb5f1e50d0979ad62b808507a04aa867ca8c4024cc46b0a156a1c03f28
|
|
| MD5 |
78f50cea4d128c9ad832226707886531
|
|
| BLAKE2b-256 |
b36d6fb0b0d3af9523904331946197119dc9cc36dfafa52fc736bdeb8dde9cdb
|
File details
Details for the file pydepcheck-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pydepcheck-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.2 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 |
581ed412de8b02e6739db47ebafa3503d68e08f2477072894835adde3455ed24
|
|
| MD5 |
42c1f9b69a8d364edad55ecb36bbab4e
|
|
| BLAKE2b-256 |
dda97e7ff8ba81f98ab77d27cdc21dfa08ada9c134186b96d942cf651b497bcd
|