File: PKG-INFO

package info (click to toggle)
dot2tex 2.11.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,740 kB
  • sloc: python: 3,673; makefile: 119
file content (36 lines) | stat: -rw-r--r-- 1,606 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Metadata-Version: 1.1
Name: dot2tex
Version: 2.11.3
Summary: A Graphviz to LaTeX converter
Home-page: https://github.com/kjellmf/dot2tex
Author: Kjell Magne Fauske
Author-email: kjellmf@gmail.com
License: UNKNOWN
Description: The purpose of dot2tex is to give graphs generated by the graph layout tool
        Graphviz_, a more LaTeX friendly look and feel. This is accomplished by:
        
        - Using native PSTricks_ and `PGF/TikZ`_ commands for drawing arrows,
          edges and nodes.
        - Typesetting labels with LaTeX, allowing mathematical notation.
        - Using backend specific styles to customize the output.
        
        .. _Graphviz: http://www.graphviz.org/
        .. _PSTricks: http://tug.org/PSTricks/main.cgi/
        .. _PGF/TikZ: http://www.ctan.org/tex-archive/help/Catalogue/entries/pgf.html
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Classifier: Topic :: Utilities