1+ [metadata]
2+ name = pyproximal
3+ fullname = PyProximal
4+ description = Python library implementing proximal operators to solve non-smooth, constrained convex problems with proximal algorithms
5+ long_description = file: README.md
6+ long_description_content_type = text/markdown
7+ author = The PyLops Development Team
8+ 9+ maintainer = " Matteo Ravasi"
10+ maintainer_email =
[email protected] 11+ license = LGPL-3.0 License
12+ license_file = LICENSE.md
13+ platform = any
14+ keywords = algebra, inverse problems, proximal, convex optimization, large-scale optimization
15+ classifiers =
16+ Development Status :: 5 - Production/Stable
17+ Intended Audience :: Developers
18+ Intended Audience :: Science/Research
19+ Intended Audience :: Education
20+ License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3),
21+ Natural Language :: English
22+ Operating System :: OS Independent
23+ Programming Language :: Python :: 3 :: Only
24+ Programming Language :: Python :: 3.8
25+ Programming Language :: Python :: 3.9
26+ Programming Language :: Python :: 3.10
27+ Topic :: Scientific/Engineering : Mathematics
28+ url = https://github.com/pylops/pyproximal
29+
30+ project_urls =
31+ Documentation = https://pyproximal.readthedocs.io/
32+ Release Notes = https://github.com/pylops/pyproximal/releases
33+ Bug Tracker = https://github.com/pylops/pyproximal/issues
34+ Source Code = https://github.com/pylops/pyproximal
35+
36+ [options]
37+ zip_safe = True
38+ include_package_data = True
39+ packages = find:
40+ python_requires = >=3.8
41+ install_requires =
42+ numpy >= 1.15.0
43+ scipy >= 1.8.0
44+ pylops >= 2.0.0
45+
46+ [options.extras_require]
47+ advanced =
48+ llvmlite
49+ numba
50+
151[aliases]
252test =pytest
353
454[tool:pytest]
555addopts = --verbose
6- python_files = pytests/*.py
56+ python_files = pytests/*.py
0 commit comments