File: PKG-INFO

package info (click to toggle)
sphinxcontrib-blockdiag 1.5.0-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 208 kB
  • ctags: 122
  • sloc: python: 617; makefile: 10
file content (47 lines) | stat: -rw-r--r-- 1,665 bytes parent folder | download | duplicates (2)
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
37
38
39
40
41
42
43
44
45
46
47
Metadata-Version: 1.1
Name: sphinxcontrib-blockdiag
Version: 1.5.0
Summary: Sphinx "blockdiag" extension
Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
Author: Takeshi KOMIYA
Author-email: i.tkomiya@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-blockdiag
Description: =======================
        sphinxcontrib-blockdiag
        =======================
        
        A sphinx extension for embedding block diagram using blockdiag_.
        
        This extension enables you to insert block diagrams into your document.
        Following code is an example::
        
           .. blockdiag::
        
              diagram {
                A -> B -> C;
                     B -> D;
              }
        
        .. _blockdiag: http://bitbucket.org/blockdiag/blockdiag/
        
        
        For more details, see `online documentation`_ at http://blockdiag.com/.
        
        .. _online documentation: http://blockdiag.com/en/blockdiag/sphinxcontrib.html
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities