opticlp 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 opticlp might be problematic. Click here for more details.

opticlp/__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 : opticLP
7
+
8
+ """
9
+ A library that calculates simple calculations for optical alignments.
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
opticlp/modules.json ADDED
@@ -0,0 +1 @@
1
+ {}
opticlp/py.typed ADDED
File without changes
File without changes
opticlp/scripts.json ADDED
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1,39 @@
1
+ Metadata-Version: 2.3
2
+ Name: opticlp
3
+ Version: 0.1.0
4
+ Summary: A library that calculates simple calculations for optical alignments.
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
+ # opticLP
16
+
17
+ ```text
18
+ Author : Lancelot PINCET
19
+ GitHub : https://github.com/LancelotPincet/opticLP
20
+ HTTPS : https://github.com/LancelotPincet/opticLP.git
21
+ SSH : git@github.com:LancelotPincet/opticLP.git
22
+ PyPI : https://pypi.org/project/opticLP
23
+ Docs : https://opticLP.readthedocs.io
24
+ ```
25
+
26
+ **A library that calculates simple calculations for optical alignments.**
27
+
28
+ opticLP is available on [PyPI](https://pypi.org/project/opticLP) for pip installs.
29
+ For more information, do not hesitate to consult the [Documentation](https://opticLP.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
+ opticlp/__init__.py,sha256=2302171aa97de4227f50c8796918e59b432581747f4a8db233ad2e6c572afb33,481
2
+ opticlp/modules/__init__.py,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
3
+ opticlp/modules.json,sha256=44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a,2
4
+ opticlp/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
5
+ opticlp/scripts/__init__.py,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
6
+ opticlp/scripts.json,sha256=44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a,2
7
+ opticlp-0.1.0.dist-info/WHEEL,sha256=93de19be7d53119d6ff54257ff9c5f7ccc85e74dcd153606ae40561b2cc06a21,78
8
+ opticlp-0.1.0.dist-info/METADATA,sha256=c5113f2a595f7b89de20c6779d69a25efb5118e1f79effac884f13fc061c054a,1904
9
+ opticlp-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: uv 0.8.8
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any