/usr/share/pyshared/aafigure-0.5.egg-info is in python-aafigure 0.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | Metadata-Version: 1.1
Name: aafigure
Version: 0.5
Summary: ASCII art to image converter
Home-page: http://launchpad.net/aafigure
Author: Chris Liechti
Author-email: cliechti@gmx.net
License: BSD
Description: This package provides a module ``aafigure``, that can be used from other
programs, and a command line tool ``aafigure``.
Example, test.txt::
+-----+ ^
| | |
--->+ +---o--->
| | |
+-----+ V
Command::
aafigure test.txt -t svg -o test.svg
Please see README.txt for examples.
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
|