Difference between revisions of "Pyrels"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Pyrels |Short description=explore and visualize relationships between Python objects. |Full description=Pyrels is a tool for exploring and visualizing relationships...")
 
(No version changes)
Line 3: Line 3:
 
|Short description=explore and visualize relationships between Python objects.
 
|Short description=explore and visualize relationships between Python objects.
 
|Full 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.
 
|Full 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.
 +
|Homepage URL=http://www.dinu-gherman.net/tmp/pyrels-README.html
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.dinu-gherman.net/tmp/pyrels-README.html
 
|VCS checkout command=
 
 
|Computer languages=Python
 
|Computer languages=Python
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=Graphviz
 
|Related projects=Graphviz
 
|Keywords=Python,visual,visualization,module,data structures,data model,compare,data structure
 
|Keywords=Python,visual,visualization,module,data structures,data model,compare,data structure
|Is GNU=n
 
|Last review by=Kelly Hopkins
 
|Last review date=2009-04-04
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=0.1.0
 
|Version identifier=0.1.0
 
|Version date=2009-04-04
 
|Version date=2009-04-04
 
|Version status=beta
 
|Version status=beta
 
|Version download=http://www.dinu-gherman.net/tmp/pyrels-0.1.0.tar.gz
 
|Version download=http://www.dinu-gherman.net/tmp/pyrels-0.1.0.tar.gz
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/02/22
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Status=
 +
|Is GNU=No
 +
|License verified date=2009-04-04
 +
}}
 +
{{Project license
 +
|License=GPLv3
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-04
 
|License verified date=2009-04-04
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Dinu Gherman
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Dinu Gherman
 
 
|Email=gherman@darwin.in-berlin.de
 
|Email=gherman@darwin.in-berlin.de
 
|Resource URL=
 
|Resource URL=
Line 44: Line 41:
 
|Use=science
 
|Use=science
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv3
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-04
 
}}
 

Revision as of 16:27, 22 February 2017


[edit]

Pyrels

http://www.dinu-gherman.net/tmp/pyrels-README.html
explore and visualize relationships between Python objects.

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.





Licensing

License

Verified by

Verified on

Notes

License

GPLv3

Verified by

Kelly Hopkins

Verified on

4 April 2009




Leaders and contributors

Contact(s)Role
Dinu Gherman Maintainer


Resources and communication

AudienceResource typeURI
Python (Ref)https://pypi.org/project/pyrels
DeveloperDownloadhttp://www.dinu-gherman.net/tmp/


Software prerequisites




Entry


















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.