websiteclassificationapi 2.5__tar.gz → 2.6__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.
@@ -1,13 +1,42 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: websiteclassificationapi
3
- Version: 2.5
3
+ Version: 2.6
4
4
  Summary: Website classification API
5
5
  Home-page: https://github.com/websitecategorization/websiteclassificationnapi
6
6
  Author-email: info@websitecategorizationapi.com
7
7
  License: UNKNOWN
8
8
  Description: # Website Classification API
9
9
 
10
- Python3 client library for [URL Classification](https://www.websitecategorizationapi.com).
10
+ This is the Python3 client library for [URL Classification](https://www.websitecategorizationapi.com) service.
11
+
12
+ Our Website Categorization API provides accurate URL/webpage classification based on the widely trusted IAB Taxonomy.
13
+
14
+ Categorizations are done in real-time and using full-path URLs.You can also use our API to classify plain text.
15
+
16
+ We return categorizations of URLS for the following taxonomies:
17
+
18
+ IAB, version 3, with 4 Tiers (taxonomy from Internet Advertising Bureau - IAB,
19
+ IAB, version 2, with 4 Tiers (taxonomy from Internet Advertising Bureau - IAB
20
+ IPTC NewsCodes, especially suitable for News Categorization
21
+ Web Content Filtering Taxonomy (44 categories)
22
+ Google Shopping Taxonomy, used by millions of online retailers (5474 categories)
23
+ Shopify Taxonomy, used by millions of online stores (10560 categories)
24
+ Amazon Taxonomy (39004 categories)
25
+
26
+
27
+ We also return the following classifications / enriched data about each URL:
28
+
29
+ Detection of Malware/Social Engineering/Mailicious Software
30
+ Web Technologies used
31
+ Likely Buyer Personas
32
+ Topics
33
+ Key Entities Named
34
+ Sentiment Analysis
35
+ Similar companies / Competitors
36
+ Similar domains
37
+ Tags
38
+ Keywords
39
+
11
40
 
12
41
  For those looking for eCommerce classification, we also provide [Smart Product Categorization AI](https://www.productcategorization.com). It supports Shopify, Google Shopping, eBay and 120 other marketplaces.
13
42
 
@@ -19,7 +48,7 @@ Description: # Website Classification API
19
48
  ```
20
49
  ## Requirements
21
50
 
22
- Only Python 3 is supported. You need an API key which you can obtain at .
51
+ Only Python 3 is supported. You need an API key which you can obtain at our website.
23
52
  Python library requires only requests package.
24
53
 
25
54
  ## Documentation
@@ -28,6 +57,7 @@ Description: # Website Classification API
28
57
 
29
58
  ## Examples
30
59
 
60
+ Please check our API documentation page on our website for most up to date examples.
31
61
  ```
32
62
  from websiteclassificationapi import websiteclassificationapi
33
63
 
@@ -76,6 +106,10 @@ Description: # Website Classification API
76
106
 
77
107
  Having verticals set up may also mean better filtering and lead to higher conversions and thus lower cost of acquisition. There are a multitude of opportunities in adding categorization to an online store.
78
108
 
109
+ ## Our other services
110
+
111
+ We also provide APIs for other tasks: [Redaction API](https://www.redactionapi.net) and [Content Moderation API](https://www.contentmoderationapi.com) as well as [Anonymization API](https://www.anonymizationapi.com).
112
+
79
113
  ## AI explainability
80
114
 
81
115
  One of the unique features of classifiers is that they provide machine learning interpretability or artificial intelligence explainability (XAI) in the form of words that most contribute to resulting classification.
@@ -1,6 +1,35 @@
1
1
  # Website Classification API
2
2
 
3
- Python3 client library for [URL Classification](https://www.websitecategorizationapi.com).
3
+ This is the Python3 client library for [URL Classification](https://www.websitecategorizationapi.com) service.
4
+
5
+ Our Website Categorization API provides accurate URL/webpage classification based on the widely trusted IAB Taxonomy.
6
+
7
+ Categorizations are done in real-time and using full-path URLs.You can also use our API to classify plain text.
8
+
9
+ We return categorizations of URLS for the following taxonomies:
10
+
11
+ IAB, version 3, with 4 Tiers (taxonomy from Internet Advertising Bureau - IAB,
12
+ IAB, version 2, with 4 Tiers (taxonomy from Internet Advertising Bureau - IAB
13
+ IPTC NewsCodes, especially suitable for News Categorization
14
+ Web Content Filtering Taxonomy (44 categories)
15
+ Google Shopping Taxonomy, used by millions of online retailers (5474 categories)
16
+ Shopify Taxonomy, used by millions of online stores (10560 categories)
17
+ Amazon Taxonomy (39004 categories)
18
+
19
+
20
+ We also return the following classifications / enriched data about each URL:
21
+
22
+ Detection of Malware/Social Engineering/Mailicious Software
23
+ Web Technologies used
24
+ Likely Buyer Personas
25
+ Topics
26
+ Key Entities Named
27
+ Sentiment Analysis
28
+ Similar companies / Competitors
29
+ Similar domains
30
+ Tags
31
+ Keywords
32
+
4
33
 
5
34
  For those looking for eCommerce classification, we also provide [Smart Product Categorization AI](https://www.productcategorization.com). It supports Shopify, Google Shopping, eBay and 120 other marketplaces.
6
35
 
@@ -12,7 +41,7 @@ pip install websiteclassificationapi
12
41
  ```
13
42
  ## Requirements
14
43
 
15
- Only Python 3 is supported. You need an API key which you can obtain at .
44
+ Only Python 3 is supported. You need an API key which you can obtain at our website.
16
45
  Python library requires only requests package.
17
46
 
18
47
  ## Documentation
@@ -21,6 +50,7 @@ More detailed API documentation on URL Classification is [available here](https:
21
50
 
22
51
  ## Examples
23
52
 
53
+ Please check our API documentation page on our website for most up to date examples.
24
54
  ```
25
55
  from websiteclassificationapi import websiteclassificationapi
26
56
 
@@ -69,6 +99,10 @@ Why? Because your users may more easily find your products, you will have more s
69
99
 
70
100
  Having verticals set up may also mean better filtering and lead to higher conversions and thus lower cost of acquisition. There are a multitude of opportunities in adding categorization to an online store.
71
101
 
102
+ ## Our other services
103
+
104
+ We also provide APIs for other tasks: [Redaction API](https://www.redactionapi.net) and [Content Moderation API](https://www.contentmoderationapi.com) as well as [Anonymization API](https://www.anonymizationapi.com).
105
+
72
106
  ## AI explainability
73
107
 
74
108
  One of the unique features of classifiers is that they provide machine learning interpretability or artificial intelligence explainability (XAI) in the form of words that most contribute to resulting classification.
@@ -11,7 +11,7 @@ setup(
11
11
  name="websiteclassificationapi",
12
12
 
13
13
  # The version of your project.
14
- version="2.5",
14
+ version="2.6",
15
15
 
16
16
  packages=find_packages(exclude="tests"),
17
17
 
@@ -1,13 +1,42 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: websiteclassificationapi
3
- Version: 2.5
3
+ Version: 2.6
4
4
  Summary: Website classification API
5
5
  Home-page: https://github.com/websitecategorization/websiteclassificationnapi
6
6
  Author-email: info@websitecategorizationapi.com
7
7
  License: UNKNOWN
8
8
  Description: # Website Classification API
9
9
 
10
- Python3 client library for [URL Classification](https://www.websitecategorizationapi.com).
10
+ This is the Python3 client library for [URL Classification](https://www.websitecategorizationapi.com) service.
11
+
12
+ Our Website Categorization API provides accurate URL/webpage classification based on the widely trusted IAB Taxonomy.
13
+
14
+ Categorizations are done in real-time and using full-path URLs.You can also use our API to classify plain text.
15
+
16
+ We return categorizations of URLS for the following taxonomies:
17
+
18
+ IAB, version 3, with 4 Tiers (taxonomy from Internet Advertising Bureau - IAB,
19
+ IAB, version 2, with 4 Tiers (taxonomy from Internet Advertising Bureau - IAB
20
+ IPTC NewsCodes, especially suitable for News Categorization
21
+ Web Content Filtering Taxonomy (44 categories)
22
+ Google Shopping Taxonomy, used by millions of online retailers (5474 categories)
23
+ Shopify Taxonomy, used by millions of online stores (10560 categories)
24
+ Amazon Taxonomy (39004 categories)
25
+
26
+
27
+ We also return the following classifications / enriched data about each URL:
28
+
29
+ Detection of Malware/Social Engineering/Mailicious Software
30
+ Web Technologies used
31
+ Likely Buyer Personas
32
+ Topics
33
+ Key Entities Named
34
+ Sentiment Analysis
35
+ Similar companies / Competitors
36
+ Similar domains
37
+ Tags
38
+ Keywords
39
+
11
40
 
12
41
  For those looking for eCommerce classification, we also provide [Smart Product Categorization AI](https://www.productcategorization.com). It supports Shopify, Google Shopping, eBay and 120 other marketplaces.
13
42
 
@@ -19,7 +48,7 @@ Description: # Website Classification API
19
48
  ```
20
49
  ## Requirements
21
50
 
22
- Only Python 3 is supported. You need an API key which you can obtain at .
51
+ Only Python 3 is supported. You need an API key which you can obtain at our website.
23
52
  Python library requires only requests package.
24
53
 
25
54
  ## Documentation
@@ -28,6 +57,7 @@ Description: # Website Classification API
28
57
 
29
58
  ## Examples
30
59
 
60
+ Please check our API documentation page on our website for most up to date examples.
31
61
  ```
32
62
  from websiteclassificationapi import websiteclassificationapi
33
63
 
@@ -76,6 +106,10 @@ Description: # Website Classification API
76
106
 
77
107
  Having verticals set up may also mean better filtering and lead to higher conversions and thus lower cost of acquisition. There are a multitude of opportunities in adding categorization to an online store.
78
108
 
109
+ ## Our other services
110
+
111
+ We also provide APIs for other tasks: [Redaction API](https://www.redactionapi.net) and [Content Moderation API](https://www.contentmoderationapi.com) as well as [Anonymization API](https://www.anonymizationapi.com).
112
+
79
113
  ## AI explainability
80
114
 
81
115
  One of the unique features of classifiers is that they provide machine learning interpretability or artificial intelligence explainability (XAI) in the form of words that most contribute to resulting classification.