/usr/lib/python2.7/dist-packages/csa-0.1.0.egg-info is in python-csa 0.1.0-1.2.
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 | Metadata-Version: 1.1
Name: csa
Version: 0.1.0
Summary: The Connection-Set Algebra implemented in Python
Home-page: http://software.incf.org/software/csa/
Author: Mikael Djurfeldt
Author-email: mikael@djurfeldt.com
License: GPLv3
Description: The CSA library provides elementary connection-sets and operators for
combining them. It also provides an iteration interface to such
connection-sets enabling efficient iteration over existing connections
with a small memory footprint also for very large networks. The CSA
can be used as a component of neuronal network simulators or other
tools.
Keywords: computational neuroscience modeling connectivity
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Scientific/Engineering
Requires: numpy
Requires: matplotlib
|