fakecbed 0.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,59 @@
1
+ Metadata-Version: 2.2
2
+ Name: fakecbed
3
+ Version: 0.2.0
4
+ Summary: A Python library for generating quickly images that imitate convergent beam electron diffraction patterns.
5
+ Author-email: Matthew Fitzpatrick <matthew.rc.fitzpatrick@gmail.com>
6
+ Project-URL: Homepage, https://mrfitzpa.github.io/fakecbed
7
+ Project-URL: Repository, https://github.com/mrfitzpa/fakecbed
8
+ Keywords: pytorch,microscopy,diffraction,cbed
9
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Science/Research
12
+ Classifier: Programming Language :: Python
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.8
15
+ Classifier: Programming Language :: Python :: 3.9
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Operating System :: OS Independent
20
+ Classifier: Natural Language :: English
21
+ Requires-Python: >=3.8
22
+ Description-Content-Type: text/markdown
23
+ License-File: LICENSE
24
+ Requires-Dist: distoptica>=0.3.0
25
+ Requires-Dist: hyperspy[all]
26
+ Provides-Extra: tests
27
+ Requires-Dist: pytest-cov; extra == "tests"
28
+ Provides-Extra: examples
29
+ Requires-Dist: jupyter; extra == "examples"
30
+ Requires-Dist: ipympl; extra == "examples"
31
+ Provides-Extra: docs
32
+ Requires-Dist: sphinx<7; extra == "docs"
33
+ Requires-Dist: sphinx_rtd_theme; extra == "docs"
34
+ Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
35
+ Requires-Dist: numpydoc; extra == "docs"
36
+ Requires-Dist: docutils; extra == "docs"
37
+ Provides-Extra: all
38
+ Requires-Dist: fakecbed[docs,examples,tests]; extra == "all"
39
+
40
+ # Fake Convergence Beam Electron Diffraction (fakecbed)
41
+
42
+ [![Test library](https://github.com/mrfitzpa/fakecbed/actions/workflows/test_library.yml/badge.svg)](https://github.com/mrfitzpa/fakecbed/actions/workflows/test_library.yml)
43
+ [![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/mrfitzpa/adb03c4c54f978f44822ffa033fe6762/raw/fakecbed_coverage_badge.json)](https://github.com/mrfitzpa/fakecbed/actions/workflows/measure_code_coverage.yml)
44
+ [![Documentation](https://img.shields.io/badge/docs-read-brightgreen)](https://mrfitzpa.github.io/fakecbed)
45
+ [![PyPi Version](https://img.shields.io/pypi/v/fakecbed.svg)](https://pypi.org/project/fakecbed)
46
+ [![Conda-Forge Version](https://img.shields.io/conda/vn/conda-forge/fakecbed.svg)](https://anaconda.org/conda-forge/fakecbed)
47
+ [![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
48
+
49
+ `fakecbed` is a Python library for generating quickly images that imitate
50
+ convergent beam electron diffraction patterns.
51
+
52
+ Visit the `fakecbed` [website](https://mrfitzpa.github.io/fakecbed) for a web
53
+ version of the installation instructions, the reference guide, and the examples
54
+ archive.
55
+
56
+ <!--
57
+ For those reading raw .rst files, see file `docs/INSTALL.rst` for instructions
58
+ on installing the `fakecbed` library.
59
+ -->
@@ -0,0 +1,10 @@
1
+ fakecbed/__init__.py,sha256=iP73WNV_HZgxiVUVdesbJqlrhDGESooh1hlBs8kox9M,1342
2
+ fakecbed/discretized.py,sha256=0dkfc7VdF8qEzExLRv95NDD4bpIRmI2JHy50ARv9tNQ,98666
3
+ fakecbed/shapes.py,sha256=nvFKtZk_Oxdl3klQhpDwKttSR5uR5Dr8Fe3tL6Y7ksw,118827
4
+ fakecbed/tds.py,sha256=BlS3_ihN18tplJ4kaoR3UPhvwvo410_os7xkp0jMguI,8334
5
+ fakecbed/version.py,sha256=H-qsvrxCpdhaQzyddR-yajEqI71hPxLa4KxzpP3uS1g,411
6
+ fakecbed-0.2.0.dist-info/LICENSE,sha256=N0P3pKtRMvfb64jmgJdlerg3TnS0a2QC776AzPsbZIg,35128
7
+ fakecbed-0.2.0.dist-info/METADATA,sha256=9aOC5ok8oZB6p1qdp2-5ZEOfnpOSeLoPvoRZDcNVs0s,3006
8
+ fakecbed-0.2.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
9
+ fakecbed-0.2.0.dist-info/top_level.txt,sha256=l0jL8P0CjRiCSznYLnq7riaAnOmYaV3zjjjIJx9vjSQ,9
10
+ fakecbed-0.2.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ fakecbed