Metadata-Version: |
2.1 |
Name: |
distoptica |
Version: |
0.1.0 |
Summary: |
Python library for modelling optical distortions. |
Author-Email: |
Matthew Fitzpatrick <matthew.rc.fitzpatrick[at]gmail.com> |
Project-Url: |
Homepage, https://mrfitzpa.github.io/distoptica |
Project-Url: |
Repository, https://github.com/mrfitzpa/distoptica |
Keywords: |
pytorch,microscopy,distortion,distortion correction |
Classifier: |
License :: OSI Approved :: GNU General Public License v3 (GPLv3) |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Natural Language :: English |
Requires-Python: |
>=3.8 |
Requires-Dist: |
fancytypes (>=1.0.0) |
Requires-Dist: |
torch |
Requires-Dist: |
distoptica[docs,examples,tests]; extra == "all" |
Requires-Dist: |
sphinx (<7); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme; extra == "docs" |
Requires-Dist: |
sphinx-autodoc-typehints; extra == "docs" |
Requires-Dist: |
numpydoc; extra == "docs" |
Requires-Dist: |
docutils; extra == "docs" |
Requires-Dist: |
jupyter; extra == "examples" |
Requires-Dist: |
ipympl; extra == "examples" |
Requires-Dist: |
hyperspy[all]; extra == "examples" |
Requires-Dist: |
pytest-cov; extra == "tests" |
Provides-Extra: |
all |
Provides-Extra: |
docs |
Provides-Extra: |
examples |
Provides-Extra: |
tests |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |