ctrecon 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.
ctrecon/VERSION ADDED
@@ -0,0 +1 @@
1
+ v0.0.1
ctrecon/version.py ADDED
@@ -0,0 +1,6 @@
1
+ import os
2
+
3
+ if __name__ == "__main__":
4
+ ver_path = os.path.join(os.path.dirname(__file__), "VERSION")
5
+ with open(ver_path, "r") as f:
6
+ print(f.read())
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: ctrecon
3
+ Version: 0.0.1
4
+ Summary: an interface and some tools for computed tomography recontruction
5
+ Author-email: "J. Hoffman" <contact@jmh.lol>
6
+ Project-URL: Homepage, https://gitlab.com/hoffman-lab/ctrecon
7
+ Project-URL: Bug Tracker, https://gitlab.com/hoffman-lab/ctrecon/issues
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Operating System :: OS Independent
10
+ Requires-Python: >=3.9
11
+ Description-Content-Type: text/markdown
12
+ Requires-Dist: numpy
@@ -0,0 +1,6 @@
1
+ ctrecon/VERSION,sha256=lBIFjiXlQKk8sDae0PBWKkLL-W2q5zx0bPoXytV56jY,7
2
+ ctrecon/version.py,sha256=dYscHLIWsHoTRzssa3_MVB0SkeKUdf_YhlUqD0or8g0,163
3
+ ctrecon-0.0.1.dist-info/METADATA,sha256=cI-BKt5oB3SgJyM0D7jl62dliPfq3eCjd7nrAADmsDM,484
4
+ ctrecon-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
5
+ ctrecon-0.0.1.dist-info/top_level.txt,sha256=hjBiMSdi1T8oTXTDtBOuHtL19PpgDyRUI4c-CQ1v2SE,8
6
+ ctrecon-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ ctrecon