smlmlp 0.1.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.
Potentially problematic release.
This version of smlmlp might be problematic. Click here for more details.
- smlmlp/__init__.py +23 -0
- smlmlp/modules/__init__.py +0 -0
- smlmlp/modules.json +1 -0
- smlmlp/py.typed +0 -0
- smlmlp/scripts/__init__.py +0 -0
- smlmlp/scripts.json +1 -0
- smlmlp-0.1.0.dist-info/METADATA +39 -0
- smlmlp-0.1.0.dist-info/RECORD +9 -0
- smlmlp-0.1.0.dist-info/WHEEL +4 -0
smlmlp/__init__.py
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
# -*- coding: utf-8 -*-
|
|
3
|
+
# Date : 2025-08-28
|
|
4
|
+
# Author : Lancelot PINCET
|
|
5
|
+
# GitHub : https://github.com/LancelotPincet
|
|
6
|
+
# Library : smlmLP
|
|
7
|
+
|
|
8
|
+
"""
|
|
9
|
+
A python library for Single Molecule Localization Microscopy.
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# %% Lazy imports
|
|
15
|
+
from corelp import getmodule
|
|
16
|
+
__getattr__, __all__ = getmodule(__file__)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
# %% Test function run
|
|
21
|
+
if __name__ == "__main__":
|
|
22
|
+
from corelp import test
|
|
23
|
+
test(__file__)
|
|
File without changes
|
smlmlp/modules.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
smlmlp/py.typed
ADDED
|
File without changes
|
|
File without changes
|
smlmlp/scripts.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: smlmlp
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: A python library for Single Molecule Localization Microscopy.
|
|
5
|
+
Author: LancelotPincet
|
|
6
|
+
Author-email: LancelotPincet <40608570+LancelotPincet@users.noreply.github.com>
|
|
7
|
+
Requires-Dist: corelp
|
|
8
|
+
Requires-Dist: pytest>=8.4.1
|
|
9
|
+
Requires-Dist: sphinx>=8.2.3
|
|
10
|
+
Requires-Dist: sphinx-rtd-theme>=3.0.2
|
|
11
|
+
Requires-Dist: toml>=0.10.2
|
|
12
|
+
Requires-Python: >=3.12
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# smlmLP
|
|
16
|
+
|
|
17
|
+
```text
|
|
18
|
+
Author : Lancelot PINCET
|
|
19
|
+
GitHub : https://github.com/LancelotPincet/smlmLP
|
|
20
|
+
HTTPS : https://github.com/LancelotPincet/smlmLP.git
|
|
21
|
+
SSH : git@github.com:LancelotPincet/smlmLP.git
|
|
22
|
+
PyPI : https://pypi.org/project/smlmLP
|
|
23
|
+
Docs : https://smlmLP.readthedocs.io
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
**A python library for Single Molecule Localization Microscopy.**
|
|
27
|
+
|
|
28
|
+
smlmLP is available on [PyPI](https://pypi.org/project/smlmLP) for pip installs.
|
|
29
|
+
For more information, do not hesitate to consult the [Documentation](https://smlmLP.readthedocs.io).
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## MIT License
|
|
34
|
+
|
|
35
|
+
Intellectual property behind this Library is protected via an [MIT license](LICENSE). This means everyone can *freely* use it in a personnal, academic or commercial manner, if they **keep the copyright name** at the top of the codes.
|
|
36
|
+
|
|
37
|
+
The library can be redistributed, *with or without modifications*, in open or closed projects. However the **MIT license must be conserved**. For example in a commercial closed project, this means the **copyright and license must be visible somewhere**, like in the documentation or credits.
|
|
38
|
+
|
|
39
|
+
The license also explains that the **code performances are not warrantied**, and you are responsible for how you are using it. For more information on your rights and obligations please refer to [descriptive websites](https://en.wikipedia.org/wiki/MIT_License), or contact author for approvales.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
smlmlp/__init__.py,sha256=fc764c4d2846b1b2799f5cfad3775839f3ec4dee599326a68a4635d9bc6d7607,472
|
|
2
|
+
smlmlp/modules/__init__.py,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
|
3
|
+
smlmlp/modules.json,sha256=44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a,2
|
|
4
|
+
smlmlp/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
|
5
|
+
smlmlp/scripts/__init__.py,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
|
|
6
|
+
smlmlp/scripts.json,sha256=44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a,2
|
|
7
|
+
smlmlp-0.1.0.dist-info/WHEEL,sha256=93de19be7d53119d6ff54257ff9c5f7ccc85e74dcd153606ae40561b2cc06a21,78
|
|
8
|
+
smlmlp-0.1.0.dist-info/METADATA,sha256=69cbdbedec661dd1222f8e5464e1804aebf5a49bb72fac29bf60cbd1bbf06eaa,1878
|
|
9
|
+
smlmlp-0.1.0.dist-info/RECORD,,
|