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.analyzer 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.0.tar.gz
(2.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.0.tar.gz.
File metadata
- Download URL: pydepcheck-0.1.0.tar.gz
- Upload date:
- Size: 2.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 |
cd6b548978b9129c2e525bc3d0dda79906885479a6cf50bd22b20665b1d1fd56
|
|
| MD5 |
a21e3667340250449c58c089a1cd726e
|
|
| BLAKE2b-256 |
93ec07388948bd5209897ea2b6d72030e25be4c5e9e44e3e3b40503629b78502
|
File details
Details for the file pydepcheck-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pydepcheck-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
1a34d40e089e22877a78f54f641ceec8331f9c8523df0f9364a582f7c19a3c1c
|
|
| MD5 |
ddaea2a22176dc7af0fa6110db96a27c
|
|
| BLAKE2b-256 |
10acd09be9060c59a71a431bcb8e75ba4d0609f05e7443643e2bbb260ce44af1
|