/usr/lib/python3/dist-packages/pyzolib-0.3.4.egg-info is in python3-pyzolib 0.3.4-1.
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: pyzolib
Version: 0.3.4
Summary: Utilities for the Pyzo environment.
Home-page: http://bitbucket.org/pyzo/pyzolib
Author: Almar Klein
Author-email: almar.klein@gmail.com
License: (new) BSD
Description: Package pyzolib
The pyzolib package provides basic functionality for the Pyzo environment.
It contains a collection of modules and small packages that should be
imported as "from pyzolib import xxx"
The packages currently are:
* path - object oriented path processing (no more os.path.x)
* paths - Get paths to useful directories in a cross platform manner.
* qt - Proxy for importing QtCore et al. from PySide or PyQt4
* ssdf - the Simple Structured Data Format (for config files and
scientific databases)
* insertdocs - a sphynx pre-processor to include docstrings in the text,
allowing readthedocs.org to host the docs without requiring importing code.
* pyximport - for easy on the fly compilation of Cython, using the Pyzo
environment to establish the location of a gcc compiler.
* gccutils - used by the above to manage the gcc compiler.
* interprerers - list the Python interpreters available on this system.
* dllutils - utilities to set the RPATH in dynamic libararies and
remove depndencies on the MSVCR from the embedded manifest.
* shebang - for making shebangs in pyzo distro absolute.
Keywords: Pyzo cython gcc path paths interpreters shebang
Platform: any
Provides: pyzolib
|