sentinel-python-client 2.0.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.
@@ -0,0 +1,41 @@
1
+ Metadata-Version: 2.4
2
+ Name: sentinel-python-client
3
+ Version: 2.0.0
4
+ Summary: Official Python client for the Sentinel v2 license validation and management API
5
+ Author: Demeng
6
+ License-Expression: MIT
7
+ License-File: LICENSE
8
+ Classifier: Development Status :: 5 - Production/Stable
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Typing :: Typed
16
+ Requires-Python: >=3.11
17
+ Requires-Dist: httpx>=0.27
18
+ Requires-Dist: pydantic>=2.0
19
+ Requires-Dist: pynacl>=1.5
20
+ Provides-Extra: dev
21
+ Requires-Dist: pyright>=1.1; extra == 'dev'
22
+ Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
23
+ Requires-Dist: pytest>=8.0; extra == 'dev'
24
+ Requires-Dist: respx>=0.21; extra == 'dev'
25
+ Requires-Dist: ruff>=0.8; extra == 'dev'
26
+ Description-Content-Type: text/markdown
27
+
28
+ [![PyPI](https://img.shields.io/pypi/v/sentinel-python-client)](https://pypi.org/project/sentinel-python-client/)
29
+
30
+ # Sentinel Python Client
31
+
32
+ Official Python client library for the [Sentinel](https://demeng.dev/sentinel) v2 API.
33
+
34
+ ## Documentation
35
+
36
+ Full documentation is available on GitBook:
37
+ [https://demeng.gitbook.io/sentinel/clients/python](https://demeng.gitbook.io/sentinel/clients/python)
38
+
39
+ ## License
40
+
41
+ [MIT](LICENSE)
@@ -0,0 +1,24 @@
1
+ sentinel/__init__.py,sha256=wt7MGeZCNg4__zUjf54MUmhBHO1qNJrXG74dNg4TIyE,1651
2
+ sentinel/_async_client.py,sha256=RlTb1gxiGidckkzBv4xYsqzFbnmMohH0poqlFRVfHlw,1713
3
+ sentinel/_client.py,sha256=2B_HbcnYhYn4tYUzwu0FdqVZh1MLsXThv283FQ8Lfc8,1642
4
+ sentinel/_exceptions.py,sha256=q_mlvgn5Zu6PqdYaG4P2gIWVDN_HgUJjGXbIMDazhI8,1296
5
+ sentinel/_http.py,sha256=LCjZlCV8KNxIp32wmMFHV8nwGzwBUI0ptr64MnVl3tg,6270
6
+ sentinel/_replay.py,sha256=ydd4M0lzWmSYmBpc74S21NRJtxHW3s9zHBY63YP19UQ,1130
7
+ sentinel/_signature.py,sha256=n1Fhowbv_XlQaMIz8boRyrFXH77ssDFbnCBI2VDWFXg,3781
8
+ sentinel/models/__init__.py,sha256=-VwMeJ-WcKMBCQ0b7UR24bBlP-_otrS3UgWw4nYofE8,1505
9
+ sentinel/models/license.py,sha256=GQVp5XJxKYn-gDuOrh_Wv0xD6CBhWm6aXoOknZ7jcQo,1330
10
+ sentinel/models/page.py,sha256=BXV56KQhxkulJUH6HI9MdePu7Xm1dwLOwpuwURAkzQQ,270
11
+ sentinel/models/requests.py,sha256=314LsqMr-A4xbY-3ScFgsdgMFUdCBk2c7vWLKQjf6TA,6022
12
+ sentinel/models/validation.py,sha256=7rjLRpCbDVCx1q1qHpH7gpWjh2wpbxgSciwMTVT8Z0A,2637
13
+ sentinel/services/__init__.py,sha256=ps2qO912QK4iEjE1QmActQgfAUUypMOQ3yQJVRYCvc0,29
14
+ sentinel/services/_async_license.py,sha256=M0MOiduQxiYEvBYsa8d6wFUF0RLPu38p83uvk0tacOA,6595
15
+ sentinel/services/_async_operations.py,sha256=kmCWTAyEb5eB4tRT-s5JRgP_hAmEjk0wWfpfyVC0htg,3144
16
+ sentinel/services/_license.py,sha256=AzrUXj2LurP_BUh-HcizCapX4FlmmywZ_3fKUMLHGig,7225
17
+ sentinel/services/_operations.py,sha256=KoE476KHEOr-bQSAXIpZKDkWdvTQQBjWHF5nWVVp0-E,2937
18
+ sentinel/util/__init__.py,sha256=HPHrT1hURT9aSHSLUSkHbT_t_Ro7apPrVxjSpc8buLc,262
19
+ sentinel/util/fingerprint.py,sha256=kIu43tZgXN9dfRV5pb2zhEyiC7_6E_C-vvb80gWeUYI,9885
20
+ sentinel/util/public_ip.py,sha256=WrlifImO972EICI04y-JTYSzEGg5z5JuZiyzWZVKMic,747
21
+ sentinel_python_client-2.0.0.dist-info/METADATA,sha256=LqXZTef7zroRYad3Yie0LKbWvmmGHaoDBfzKWk0j4Tw,1410
22
+ sentinel_python_client-2.0.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
23
+ sentinel_python_client-2.0.0.dist-info/licenses/LICENSE,sha256=Ua81vhkj7c-m2G1sTXJhk0C26ukA2SeOOtisJ-SWhNc,1068
24
+ sentinel_python_client-2.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Demeng Chen
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.