sigalg 0.0.0__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.
- sigalg-0.0.0/LICENSE +20 -0
- sigalg-0.0.0/PKG-INFO +15 -0
- sigalg-0.0.0/README.md +2 -0
- sigalg-0.0.0/pyproject.toml +13 -0
- sigalg-0.0.0/setup.cfg +4 -0
- sigalg-0.0.0/src/sigalg/__init__.py +0 -0
- sigalg-0.0.0/src/sigalg/example.py +2 -0
- sigalg-0.0.0/src/sigalg.egg-info/PKG-INFO +15 -0
- sigalg-0.0.0/src/sigalg.egg-info/SOURCES.txt +9 -0
- sigalg-0.0.0/src/sigalg.egg-info/dependency_links.txt +1 -0
- sigalg-0.0.0/src/sigalg.egg-info/top_level.txt +1 -0
sigalg-0.0.0/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 John Myers
|
|
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 in the Software without restriction, including without limitation the rights
|
|
7
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
9
|
+
furnished to do so, subject to the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be included in all
|
|
12
|
+
copies or substantial portions of the Software.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
16
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
18
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
19
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20
|
+
SOFTWARE.
|
sigalg-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: sigalg
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved placeholder for sigalg package
|
|
5
|
+
Author: John Myers
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
|
8
|
+
Classifier: Operating System :: OS Independent
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
License-File: LICENSE
|
|
12
|
+
Dynamic: license-file
|
|
13
|
+
|
|
14
|
+
# sigalg (reserved name)
|
|
15
|
+
This package name is reserved for the forthcoming mathematical probability library `sigalg`.
|
sigalg-0.0.0/README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "sigalg"
|
|
3
|
+
version = "0.0.0"
|
|
4
|
+
authors = [{name="John Myers"}]
|
|
5
|
+
description = "Reserved placeholder for sigalg package"
|
|
6
|
+
readme = "README.md"
|
|
7
|
+
requires-python = ">=3.9"
|
|
8
|
+
classifiers = [
|
|
9
|
+
"Programming Language :: Python :: 3",
|
|
10
|
+
"Operating System :: OS Independent",
|
|
11
|
+
]
|
|
12
|
+
license = "MIT"
|
|
13
|
+
license-files = ["LICEN[CS]E*"]
|
sigalg-0.0.0/setup.cfg
ADDED
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: sigalg
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved placeholder for sigalg package
|
|
5
|
+
Author: John Myers
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
|
8
|
+
Classifier: Operating System :: OS Independent
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
License-File: LICENSE
|
|
12
|
+
Dynamic: license-file
|
|
13
|
+
|
|
14
|
+
# sigalg (reserved name)
|
|
15
|
+
This package name is reserved for the forthcoming mathematical probability library `sigalg`.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sigalg
|