/usr/lib/python3/dist-packages/linop-0.8.2.egg-info/PKG-INFO is in python3-linop 0.8.2-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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | Metadata-Version: 1.1
Name: linop
Version: 0.8.2
Summary: A pythonic abstraction for linear mathematical operators
Home-page: https://github.com/ghisvail/linop
Author: Ghislain Vaillant
Author-email: ghisvail@gmail.com
License: BSD
Description: =====
linop
=====
This project provides a standalone set of classes to abstract the creation
and management of linear operators, to be used as a common basis for the
development of advanced mathematical frameworks.
The code base was originally forked from the `pykrylov project
<https://github.com/dpo/pykrylov>`_ developed by Dominique Orban. This
project has added missing features such as Python 3 support, a comprehensive
test suite, bug fixes and feature enhancements.
Requirements
============
* Python 2 (>=2.6) or 3 (>=3.2)
* NumPy
Installation
============
Using pip / easy_install (recommended)::
pip install linop
From the cloned repository or unpacked source distribution::
python setup.py install
Documentation
=============
The package documentation can be found `here
<http://pythonhosted.org/linop>`_. The documentation can be built using
Sphinx. Within the root location of the source directory, run::
python setup.py build_sphinx
The html documentation will be available in doc/build/html.
Changelog
=========
See the CHANGES.txt file.
Thanks to
=========
A list of contributors to the project is kept updated in the AUTHORS.txt file.
Contributing
============
The code source is released under a permissive license. Anyone is welcome
to contribute to the improvement of the existing code base.
Please feel free to submit an issue to the bug tracker, clone the repository
and submit your changes by pull-request.
The test suite uses `nose <http://nose.readthedocs.org>`_ and can be run with::
python setup.py test
Keywords: linear,operator,mathematics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
|