/usr/share/pyshared/quantities-0.10.1.egg-info is in python-quantities 0.10.1-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 | Metadata-Version: 1.1
Name: quantities
Version: 0.10.1
Summary: Support for physical quantities with units, based on numpy
Home-page: http://packages.python.org/quantities
Author: Darren Dale
Author-email: dsdale24@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/quantities
Description: Quantities is designed to handle arithmetic and
conversions of physical quantities, which have a magnitude, dimensionality
specified by various units, and possibly an uncertainty. See the tutorial_
for examples. Quantities builds on the popular numpy library and is
designed to work with numpy ufuncs, many of which are already
supported. Quantities is actively developed, and while the current features
and API are stable, test coverage is incomplete so the package is not
suggested for mission-critical applications.
.. _tutorial: http://packages.python.org/quantities/user/tutorial.html
Keywords: quantities,units,physical,constants
Platform: Any
Requires: python (>=2.6.0)
Requires: numpy (>=1.4.0)
|