A tool for displaying relationships between Python objects.
Project description
Pyrels is a tool for exploring and visualizing relationships between Python objects. It does so by analysing and converting Python namespaces into GraphViz files in the DOT format. That means it displays relationships like references between Python names and the objects they point to, as well as containment between Python container objects (lists, tuples and dictionaries) and the respective objects they contain.
At the moment pyrels is best used on Python data structures, but it is intended to develop it further so that it can also display other types of relationships like inheritance, module imports, etc.
One target group for pyrels are article and/or book authors who wish to illustrate Python data structures graphically without spending a lot of time for creating these illustrations manually. Pyrels can help you automate this process.
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
File details
Details for the file pyrels-0.1.0.tar.gz
.
File metadata
- Download URL: pyrels-0.1.0.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2ad8e30e5d31d23e1ec72acebaec5cebda936e606b12366c944251ad6558fc7 |
|
MD5 | e5c9a3b153671d2ae7447a95748870c1 |
|
BLAKE2b-256 | 4c5f45cf705879d481f1a2bd0d75bd1e25a2ed5db32dbcf5cf6c104e0b1ade88 |