fakecbed 0.0.1__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,60 @@
1
+ Metadata-Version: 2.1
2
+ Name: fakecbed
3
+ Version: 0.0.1
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: h5pywrappers
25
+ Requires-Dist: distoptica>=0.1.1
26
+ Requires-Dist: hyperspy[all]
27
+ Provides-Extra: tests
28
+ Requires-Dist: pytest-cov; extra == "tests"
29
+ Provides-Extra: examples
30
+ Requires-Dist: jupyter; extra == "examples"
31
+ Requires-Dist: ipympl; extra == "examples"
32
+ Provides-Extra: docs
33
+ Requires-Dist: sphinx<7; extra == "docs"
34
+ Requires-Dist: sphinx_rtd_theme; extra == "docs"
35
+ Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
36
+ Requires-Dist: numpydoc; extra == "docs"
37
+ Requires-Dist: docutils; extra == "docs"
38
+ Provides-Extra: all
39
+ Requires-Dist: fakecbed[docs,examples,tests]; extra == "all"
40
+
41
+ # Fake Convergence Beam Electron Diffraction (fakecbed)
42
+
43
+ [![Test library](https://github.com/mrfitzpa/fakecbed/actions/workflows/test_library.yml/badge.svg)](https://github.com/mrfitzpa/fakecbed/actions/workflows/test_library.yml)
44
+ [![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)
45
+ [![Documentation](https://img.shields.io/badge/docs-read-brightgreen)](https://mrfitzpa.github.io/fakecbed)
46
+ [![PyPi Version](https://img.shields.io/pypi/v/fakecbed.svg)](https://pypi.org/project/fakecbed)
47
+ [![Conda-Forge Version](https://img.shields.io/conda/vn/conda-forge/fakecbed.svg)](https://anaconda.org/conda-forge/fakecbed)
48
+ [![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
49
+
50
+ `fakecbed` is a Python library for generating quickly images that imitate
51
+ convergent beam electron diffraction patterns.
52
+
53
+ Visit the `fakecbed` [website](https://mrfitzpa.github.io/fakecbed) for a web
54
+ version of the installation instructions, the reference guide, and the examples
55
+ archive.
56
+
57
+ <!--
58
+ For those reading raw .rst files, see file `docs/INSTALL.rst` for instructions
59
+ on installing the `fakecbed` library.
60
+ -->
@@ -0,0 +1,10 @@
1
+ fakecbed/__init__.py,sha256=iP73WNV_HZgxiVUVdesbJqlrhDGESooh1hlBs8kox9M,1342
2
+ fakecbed/discretized.py,sha256=ktUyNlUmrw0yTredbzAUHeO2a-2-yywi02f_cD9KGNY,94518
3
+ fakecbed/shapes.py,sha256=T7XXbEDR7k9ue0pZmruEjDVHjR6jR28bOyg_BrxtK_I,117095
4
+ fakecbed/tds.py,sha256=YlY0GPp-LlosZprs4S7YW1VJVpuJRPkDsCjDSv5julI,8160
5
+ fakecbed/version.py,sha256=pMnmqZnpVmaqR5nqHztNWzbbtb1oy5bPN_v7uhOH8K8,411
6
+ fakecbed-0.0.1.dist-info/LICENSE,sha256=N0P3pKtRMvfb64jmgJdlerg3TnS0a2QC776AzPsbZIg,35128
7
+ fakecbed-0.0.1.dist-info/METADATA,sha256=-2CGzpAHiNdYNzGXV8JvFYe9qemIvLvv2mzu6CZoQX4,3034
8
+ fakecbed-0.0.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
9
+ fakecbed-0.0.1.dist-info/top_level.txt,sha256=l0jL8P0CjRiCSznYLnq7riaAnOmYaV3zjjjIJx9vjSQ,9
10
+ fakecbed-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.6.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ fakecbed