pysantec 0.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.
pysantec-0.0.1/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License
2
+
3
+ Copyright (c) 2025 Santec Holdings Corporation.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,30 @@
1
+ Metadata-Version: 2.4
2
+ Name: pysantec
3
+ Version: 0.0.1
4
+ Summary: Python Package for Santec Insertion Loss and Polarization Dependent Loss Swept Test System
5
+ Author: Santec Holdings Corporation
6
+ Maintainer: Rakshith P J
7
+ License-Expression: MIT
8
+ Project-URL: Homepage, https://github.com/santec-corporation/pysantec
9
+ Project-URL: Repository, https://github.com/santec-corporation/pysantec
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Science/Research
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Topic :: Scientific/Engineering :: Physics
14
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.7
17
+ Classifier: Programming Language :: Python :: 3.8
18
+ Classifier: Programming Language :: Python :: 3.9
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Operating System :: Microsoft :: Windows
21
+ Classifier: Operating System :: POSIX :: Linux
22
+ Classifier: Operating System :: MacOS :: MacOS X
23
+ Requires-Python: >=3.10
24
+ Description-Content-Type: text/markdown
25
+ License-File: LICENSE
26
+ Dynamic: license-file
27
+
28
+ # PySantec
29
+
30
+ **Python Package for Santec Insertion Loss and Polarization Dependent Loss Swept Test System.**
@@ -0,0 +1,3 @@
1
+ # PySantec
2
+
3
+ **Python Package for Santec Insertion Loss and Polarization Dependent Loss Swept Test System.**
@@ -0,0 +1,37 @@
1
+ [project]
2
+ name = "pysantec"
3
+ version = "0.0.1"
4
+ description = "Python Package for Santec Insertion Loss and Polarization Dependent Loss Swept Test System"
5
+ license = "MIT"
6
+ license-files = ["LICEN[CS]E*"]
7
+ readme = "README.md"
8
+ requires-python = ">=3.10"
9
+ authors = [
10
+ { name = "Santec Holdings Corporation" }
11
+ ]
12
+ maintainers = [
13
+ { name = "Rakshith P J" }
14
+ ]
15
+ classifiers = [
16
+ "Development Status :: 1 - Planning",
17
+ "Intended Audience :: Science/Research",
18
+ "Intended Audience :: Developers",
19
+ "Topic :: Scientific/Engineering :: Physics",
20
+ "Topic :: Software Development :: Libraries :: Python Modules",
21
+ "Programming Language :: Python :: 3",
22
+ "Programming Language :: Python :: 3.7",
23
+ "Programming Language :: Python :: 3.8",
24
+ "Programming Language :: Python :: 3.9",
25
+ "Programming Language :: Python :: 3.10",
26
+ "Operating System :: Microsoft :: Windows",
27
+ "Operating System :: POSIX :: Linux",
28
+ "Operating System :: MacOS :: MacOS X",
29
+ ]
30
+
31
+ [project.urls]
32
+ Homepage = "https://github.com/santec-corporation/pysantec"
33
+ Repository = "https://github.com/santec-corporation/pysantec"
34
+
35
+ [build-system]
36
+ requires = ["setuptools>=61.2", "wheel"]
37
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,5 @@
1
+ # pysantec/__init__.py
2
+
3
+ """
4
+ pysantec - Python Package for Santec Insertion Loss and Polarization Dependent Loss Swept Test System.
5
+ """
@@ -0,0 +1,30 @@
1
+ Metadata-Version: 2.4
2
+ Name: pysantec
3
+ Version: 0.0.1
4
+ Summary: Python Package for Santec Insertion Loss and Polarization Dependent Loss Swept Test System
5
+ Author: Santec Holdings Corporation
6
+ Maintainer: Rakshith P J
7
+ License-Expression: MIT
8
+ Project-URL: Homepage, https://github.com/santec-corporation/pysantec
9
+ Project-URL: Repository, https://github.com/santec-corporation/pysantec
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Science/Research
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Topic :: Scientific/Engineering :: Physics
14
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.7
17
+ Classifier: Programming Language :: Python :: 3.8
18
+ Classifier: Programming Language :: Python :: 3.9
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Operating System :: Microsoft :: Windows
21
+ Classifier: Operating System :: POSIX :: Linux
22
+ Classifier: Operating System :: MacOS :: MacOS X
23
+ Requires-Python: >=3.10
24
+ Description-Content-Type: text/markdown
25
+ License-File: LICENSE
26
+ Dynamic: license-file
27
+
28
+ # PySantec
29
+
30
+ **Python Package for Santec Insertion Loss and Polarization Dependent Loss Swept Test System.**
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ pysantec/__init__.py
5
+ pysantec.egg-info/PKG-INFO
6
+ pysantec.egg-info/SOURCES.txt
7
+ pysantec.egg-info/dependency_links.txt
8
+ pysantec.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ pysantec
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+