stonefish-license-manager 0.6.0a22__cp38-abi3-win_amd64.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 stonefish-license-manager might be problematic. Click here for more details.
- stonefish_license_manager/__init__.py +5 -0
- stonefish_license_manager/stonefish_license_manager.pyd +0 -0
- stonefish_license_manager-0.6.0a22.dist-info/METADATA +19 -0
- stonefish_license_manager-0.6.0a22.dist-info/RECORD +8 -0
- stonefish_license_manager-0.6.0a22.dist-info/WHEEL +4 -0
- stonefish_license_manager-0.6.0a22.dist-info/entry_points.txt +2 -0
- stonefish_license_manager-0.6.0a22.dist-info/licenses/LICENSE +22 -0
- stonefish_license_manager-0.6.0a22.dist-info/licenses/THIRD-PARTY-LICENSES.html +7387 -0
|
Binary file
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: stonefish-license-manager
|
|
3
|
+
Version: 0.6.0a22
|
|
4
|
+
Classifier: License :: Other/Proprietary License
|
|
5
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
6
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
7
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
8
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
13
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
14
|
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
15
|
+
Classifier: Programming Language :: Rust
|
|
16
|
+
License-File: LICENSE
|
|
17
|
+
License-File: THIRD-PARTY-LICENSES.html
|
|
18
|
+
License-Expression: LicenseRef-MIT-no-modify
|
|
19
|
+
Requires-Python: >=3.8
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
stonefish_license_manager-0.6.0a22.dist-info/METADATA,sha256=zXPGYteDJAmAMR7Wo0KmTix3r1qTQLr4jK35Ygba0RA,844
|
|
2
|
+
stonefish_license_manager-0.6.0a22.dist-info/WHEEL,sha256=CG8OzNtm0LMpJ2zhrjswlO8N-965OeMLklsQAG-nMvQ,94
|
|
3
|
+
stonefish_license_manager-0.6.0a22.dist-info/entry_points.txt,sha256=38S5ggwiW2lfUB0wGtE5RKPbCs8rFDwDZ4wM5dAhvAk,53
|
|
4
|
+
stonefish_license_manager-0.6.0a22.dist-info/licenses/LICENSE,sha256=XycIFPNmIOfxndJGSBWflIFr0aaT6rM4e7DBFoP1z7M,1071
|
|
5
|
+
stonefish_license_manager-0.6.0a22.dist-info/licenses/THIRD-PARTY-LICENSES.html,sha256=PlOjQd1GjvlsPeWuq-01JfS8O1pbDQndng_z8nt0-1Q,415627
|
|
6
|
+
stonefish_license_manager/__init__.py,sha256=gx3j1hw9dx7j_mdpciZ9feUTSiEzSMibjJ7qTMeSJJU,183
|
|
7
|
+
stonefish_license_manager/stonefish_license_manager.pyd,sha256=8QKPIteuE7mguVZe6yzytiXWHhXCgTQU2S3ZNQzr18k,3219456
|
|
8
|
+
stonefish_license_manager-0.6.0a22.dist-info/RECORD,,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Monday Tech Freeware License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022-present Monday Tech
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
|
+
this software (the “Software”), to use, copy, and distribute the Software for
|
|
7
|
+
any purpose, including commercial applications, subject to the following
|
|
8
|
+
conditions:
|
|
9
|
+
|
|
10
|
+
The above copyright notice and this license shall be included in all copies
|
|
11
|
+
or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
You may not modify, adapt, translate, reverse engineer, decompile, or
|
|
14
|
+
disassemble the Software, or create derivative works based on the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED “AS IS,” WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
18
|
+
FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
|
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING
|
|
21
|
+
FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
22
|
+
DEALINGS IN THE SOFTWARE.
|