seu-3d 1.0.1__tar.gz

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.
seu_3d-1.0.1/PKG-INFO ADDED
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: seu-3d
3
+ Version: 1.0.1
4
+ Summary: A small example package
5
+ Author-email: XieLab <220242543@seu.edu.cn>
6
+ Project-URL: Homepage, https://github.com/DingAnZhong/SEU-3D
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: Operating System :: Microsoft :: Windows
9
+ Requires-Python: >=3.9
10
+ Description-Content-Type: text/markdown
11
+
12
+ # SEU-3D
13
+
14
+ ## description
15
+
16
+ 3d visualization and analysis plugin for spatial transcription embryo base on napari
17
+
18
+ ## updata log
19
+
20
+ [1.0.1] first release
seu_3d-1.0.1/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # SEU-3D
2
+
3
+ ## description
4
+
5
+ 3d visualization and analysis plugin for spatial transcription embryo base on napari
6
+
7
+ ## updata log
8
+
9
+ [1.0.1] first release
@@ -0,0 +1,20 @@
1
+ [build-system]
2
+ requires = ["setuptools >= 77.0.3"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "seu-3d"
7
+ version = "1.0.1"
8
+ authors = [
9
+ { name="XieLab", email="220242543@seu.edu.cn" },
10
+ ]
11
+ description = "A small example package"
12
+ readme = "README.md"
13
+ requires-python = ">=3.9"
14
+ classifiers = [
15
+ "Programming Language :: Python :: 3",
16
+ "Operating System :: Microsoft :: Windows",
17
+ ]
18
+
19
+ [project.urls]
20
+ Homepage = "https://github.com/DingAnZhong/SEU-3D"
seu_3d-1.0.1/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,6 @@
1
+ __version__ = "1.0.1"
2
+
3
+ from ._widget_load import LoadAtlas
4
+ from ._widget_register import RegisterSc3D
5
+ from .sc3D import Embryo
6
+ from .transformations import transformations