pyszz
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2024 Tadata Inc. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+10
| include LICENSE | ||
| include README.md | ||
| include INSTALL.md | ||
| include pyproject.toml | ||
| include setup.py | ||
| recursive-include examples *.py *.md | ||
| recursive-include tests *.py | ||
| global-exclude *.py[cod] __pycache__ *.so *.dylib .DS_Store |
+33
| Metadata-Version: 2.1 | ||
| Name: pyszz | ||
| Version: 0.2.0 | ||
| Summary: UNKNOWN | ||
| Home-page: UNKNOWN | ||
| Author: | ||
| Author-email: | ||
| License: UNKNOWN | ||
| Description: # AI Labs Snippets SDK | ||
| Python SDK for interacting with AI Labs services | ||
| ## 安装 | ||
| ```bash | ||
| pip install ai-labs-snippets-sdk | ||
| ``` | ||
| ## 快速开始 | ||
| ```python | ||
| import ai_labs_snippets_sdk | ||
| print(ai_labs_snippets_sdk.model) # 已加载模型 | ||
| client = ai_labs_snippets_sdk.AIClient(api_key="your-api-key") | ||
| ``` | ||
| Platform: UNKNOWN | ||
| Classifier: Programming Language :: Python :: 3 | ||
| Classifier: License :: OSI Approved :: MIT License | ||
| Classifier: Operating System :: OS Independent | ||
| Requires-Python: >=3.6 | ||
| Description-Content-Type: text/markdown |
| Metadata-Version: 2.1 | ||
| Name: pyszz | ||
| Version: 0.2.0 | ||
| Summary: UNKNOWN | ||
| Home-page: UNKNOWN | ||
| Author: | ||
| Author-email: | ||
| License: UNKNOWN | ||
| Description: # AI Labs Snippets SDK | ||
| Python SDK for interacting with AI Labs services | ||
| ## 安装 | ||
| ```bash | ||
| pip install ai-labs-snippets-sdk | ||
| ``` | ||
| ## 快速开始 | ||
| ```python | ||
| import ai_labs_snippets_sdk | ||
| print(ai_labs_snippets_sdk.model) # 已加载模型 | ||
| client = ai_labs_snippets_sdk.AIClient(api_key="your-api-key") | ||
| ``` | ||
| Platform: UNKNOWN | ||
| Classifier: Programming Language :: Python :: 3 | ||
| Classifier: License :: OSI Approved :: MIT License | ||
| Classifier: Operating System :: OS Independent | ||
| Requires-Python: >=3.6 | ||
| Description-Content-Type: text/markdown |
| LICENSE | ||
| MANIFEST.in | ||
| README.md | ||
| setup.cfg | ||
| setup.py | ||
| pyszz/pyszz.egg-info/PKG-INFO | ||
| pyszz/pyszz.egg-info/SOURCES.txt | ||
| pyszz/pyszz.egg-info/dependency_links.txt | ||
| pyszz/pyszz.egg-info/top_level.txt |
+18
| # AI Labs Snippets SDK | ||
| Python SDK for interacting with AI Labs services | ||
| ## 安装 | ||
| ```bash | ||
| pip install ai-labs-snippets-sdk | ||
| ``` | ||
| ## 快速开始 | ||
| ```python | ||
| import ai_labs_snippets_sdk | ||
| print(ai_labs_snippets_sdk.model) # 已加载模型 | ||
| client = ai_labs_snippets_sdk.AIClient(api_key="your-api-key") | ||
| ``` |
| [metadata] | ||
| description-file = README.md | ||
| [egg_info] | ||
| tag_build = | ||
| tag_date = 0 | ||
+21
| from setuptools import setup, find_packages | ||
| setup( | ||
| name="pyszz", | ||
| version="0.2.0", | ||
| description="", | ||
| long_description=open("README.md").read(), | ||
| long_description_content_type="text/markdown", | ||
| author="", | ||
| author_email="", | ||
| url="", | ||
| packages=find_packages(where="src"), | ||
| package_dir={"": "pyszz"}, | ||
| include_package_data=True, | ||
| classifiers=[ | ||
| "Programming Language :: Python :: 3", | ||
| "License :: OSI Approved :: MIT License", | ||
| "Operating System :: OS Independent", | ||
| ], | ||
| python_requires='>=3.6', | ||
| ) |
| print("hello world") |
| print("aliyun sdk") |
| MIT License | ||
| Copyright (c) 2018 YOUR NAME | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
| Metadata-Version: 2.4 | ||
| Name: pyszz | ||
| Version: 2.2 | ||
| Summary: pyszz | ||
| Home-page: | ||
| Download-URL: | ||
| Author: | ||
| Author-email: | ||
| License: MIT | ||
| Keywords: pyszz | ||
| Classifier: Intended Audience :: Developers | ||
| Classifier: Topic :: Software Development :: Build Tools | ||
| Classifier: License :: OSI Approved :: MIT License | ||
| Classifier: Programming Language :: Python :: 3 | ||
| License-File: LICENSE.txt | ||
| Dynamic: classifier | ||
| Dynamic: keywords | ||
| Dynamic: license | ||
| Dynamic: license-file | ||
| Dynamic: summary |
| aliyun-akless-credential-provider-python-sdk/__init__.py,sha256=qEuxIwsu3XP0aa_Vq6abPKGR5sJbREz5PSM0K2TWrxg,20 | ||
| aliyun-sdk/__init__.py,sha256=naHetEBIUx_8UVMHvq4PdToOkqtYS2Y79w9fyEXWtX0,19 | ||
| pyszz/__init__.py,sha256=hzRhqJxL1lJrE53D07qv-YNHUnKuVlOZX_Ctd6MJoEk,31 | ||
| pyszz-2.2.dist-info/licenses/LICENSE.txt,sha256=ukEi8E0PKq1dQGTXHUflg3rppLymwAhr7il9x-0nPgg,1062 | ||
| quickMCP/__init__.py,sha256=RmCrH_MQiHuPRyeTP2jut0ASpfvHEH1QCxRnlvDZW2s,21 | ||
| whale-sdk/__init__.py,sha256=RmCrH_MQiHuPRyeTP2jut0ASpfvHEH1QCxRnlvDZW2s,21 | ||
| pyszz-2.2.dist-info/METADATA,sha256=vIu80I4mFSQrZRPKyOXnfkCWXS2hRlL_2HI0MNiGqy8,462 | ||
| pyszz-2.2.dist-info/WHEEL,sha256=VYNCEpt24htIVEqil742LEMFkZjkGjtzjVod54WcIPQ,106 | ||
| pyszz-2.2.dist-info/top_level.txt,sha256=lYWqiYMr61ZpB5YyNZmBEB6vSluk2_vW5IGO-8uRiNQ,6 | ||
| pyszz-2.2.dist-info/RECORD,, |
| Wheel-Version: 1.0 | ||
| Generator: setuptools (80.7.1) | ||
| Root-Is-Purelib: true | ||
| Build: 123.456 | ||
| Tag: py3-none-any | ||
| print("hello world pyszz v2.1") |
| print("hello world") |
| print("hello world") |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
4060
Infinity%10
Infinity%20
Infinity%