sentor-ml 1.0.0__py3-none-any.whl → 1.0.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sentor-ml
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A Python SDK for interacting with the Sentor ML API for sentiment analysis
5
5
  Home-page: https://github.com/NIKX-Tech/sentor-ml-python-sdk
6
6
  Author: NIKX Technologies
@@ -32,12 +32,6 @@ Dynamic: summary
32
32
 
33
33
  A Python SDK for interacting with the Sentor ML API for sentiment analysis. This SDK provides a simple and intuitive interface for sentiment analysis operations.
34
34
 
35
- ## Installation
36
-
37
- ```bash
38
- pip install sentor-ml
39
- ```
40
-
41
35
  ## Features
42
36
 
43
37
  - 🚀 Python 3.7+ support
@@ -47,6 +41,30 @@ pip install sentor-ml
47
41
  - 🛡️ Comprehensive error handling
48
42
  - 🔄 Real-time sentiment analysis
49
43
 
44
+ ## Installation
45
+
46
+ ```bash
47
+ pip install sentor-ml
48
+ ```
49
+
50
+ ## Get API key
51
+
52
+ ### Try with guest API key
53
+ Get a guest API key to try the API.
54
+
55
+ ```bash
56
+ curl -X 'POST' \
57
+ 'https://ml.sentor.app/api/auth/guest-access' \
58
+ -H 'accept: application/json' \
59
+ -d ''
60
+ ```
61
+
62
+ ### Work like a PRO
63
+
64
+ 1. Go to [Sentor ML API](https://ml.sentor.app)
65
+ 2. Subscribe to the Starter plan
66
+ 3. Get your API key
67
+
50
68
  ## Usage
51
69
 
52
70
  ### Basic Usage
@@ -111,7 +129,8 @@ print(result)
111
129
 
112
130
  ## API Reference
113
131
 
114
- Please refer to the [Sentor ML API Documentation](https://ml.sentor.app) for more details.
132
+ Please refer to the [Sentor ML API Documentation](https://ml.sentor.app/docs/guide/) for more details.
133
+ You can also try the API in the [Sentor ML API Swagger Playground](https://ml.sentor.app/docs).
115
134
 
116
135
  ## Contributing
117
136
 
@@ -3,8 +3,8 @@ sentor/client.py,sha256=6Sps6UFLmUaEiE69yY8C537OQTtLteGLROs3N6om5Ss,2519
3
3
  sentor/exceptions.py,sha256=MY5uFUJd_WBhCMc0zNxVvoasC1rME4Brqv82MwhDM7c,648
4
4
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  tests/test_client.py,sha256=kuhFtgwehMGqC0JKJfzAvqEl6UTvYo2nZDNa7YRF4rs,4101
6
- sentor_ml-1.0.0.dist-info/METADATA,sha256=EhHpLSuh4y8VYjHGhPrrU4zGBU9VnbR8HhJd-ri0iRY,2993
7
- sentor_ml-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- sentor_ml-1.0.0.dist-info/entry_points.txt,sha256=iYoIGXM8AusRG36JhqnBREngOd0iDOYN0C8PpiHtgXE,46
9
- sentor_ml-1.0.0.dist-info/top_level.txt,sha256=nVfiI7y35XyGm5wyA94o24nDInXLiheycaaRtkR10ko,13
10
- sentor_ml-1.0.0.dist-info/RECORD,,
6
+ sentor_ml-1.0.1.dist-info/METADATA,sha256=qHfyKgqnYHhGe5eIJYyIocVQyB0wwM7umev1-jI30ns,3445
7
+ sentor_ml-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ sentor_ml-1.0.1.dist-info/entry_points.txt,sha256=iYoIGXM8AusRG36JhqnBREngOd0iDOYN0C8PpiHtgXE,46
9
+ sentor_ml-1.0.1.dist-info/top_level.txt,sha256=nVfiI7y35XyGm5wyA94o24nDInXLiheycaaRtkR10ko,13
10
+ sentor_ml-1.0.1.dist-info/RECORD,,