productcategorizationapi 1.2__tar.gz → 1.3__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,19 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: productcategorizationapi
3
- Version: 1.2
3
+ Version: 1.3
4
4
  Summary: product categorization API
5
5
  Home-page: https://www.productcategorization.com
6
6
  Author-email: info@productcategorizationapi.com
7
7
  License: UNKNOWN
8
- Description: Certainly! Below is an extensively detailed `README.md` for your PyPI package, paraphrased and expanded from your API documentation. It is structured for maximum clarity, includes code examples, best practices, and a thorough section on your additional services (with anchor texts and external research/edu links).
9
- Below the README, you'll find a sample `__init__.py` for your PyPI package with a `ProductCategorizationAPI` class.
10
-
11
- ---
12
-
8
+ Description:
13
9
  # ProductCategorization.com Python Client
14
10
 
15
11
  [![PyPI version](https://badge.fury.io/py/productcategorization.svg)](https://pypi.org/project/productcategorization/)
16
- [![API Docs](https://www.productcategorization.com/api.php)](https://www.productcategorization.com/api.php)
12
+ [![API Docs](https://www.productcategorization.com/api.php)](https://www.productcategorization.com/product_categorization_api.php)
17
13
 
18
14
  ---
19
15
 
@@ -1,12 +1,8 @@
1
- Certainly! Below is an extensively detailed `README.md` for your PyPI package, paraphrased and expanded from your API documentation. It is structured for maximum clarity, includes code examples, best practices, and a thorough section on your additional services (with anchor texts and external research/edu links).
2
- Below the README, you'll find a sample `__init__.py` for your PyPI package with a `ProductCategorizationAPI` class.
3
-
4
- ---
5
1
 
6
2
  # ProductCategorization.com Python Client
7
3
 
8
4
  [![PyPI version](https://badge.fury.io/py/productcategorization.svg)](https://pypi.org/project/productcategorization/)
9
- [![API Docs](https://www.productcategorization.com/api.php)](https://www.productcategorization.com/api.php)
5
+ [![API Docs](https://www.productcategorization.com/api.php)](https://www.productcategorization.com/product_categorization_api.php)
10
6
 
11
7
  ---
12
8
 
@@ -1,19 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: productcategorizationapi
3
- Version: 1.2
3
+ Version: 1.3
4
4
  Summary: product categorization API
5
5
  Home-page: https://www.productcategorization.com
6
6
  Author-email: info@productcategorizationapi.com
7
7
  License: UNKNOWN
8
- Description: Certainly! Below is an extensively detailed `README.md` for your PyPI package, paraphrased and expanded from your API documentation. It is structured for maximum clarity, includes code examples, best practices, and a thorough section on your additional services (with anchor texts and external research/edu links).
9
- Below the README, you'll find a sample `__init__.py` for your PyPI package with a `ProductCategorizationAPI` class.
10
-
11
- ---
12
-
8
+ Description:
13
9
  # ProductCategorization.com Python Client
14
10
 
15
11
  [![PyPI version](https://badge.fury.io/py/productcategorization.svg)](https://pypi.org/project/productcategorization/)
16
- [![API Docs](https://www.productcategorization.com/api.php)](https://www.productcategorization.com/api.php)
12
+ [![API Docs](https://www.productcategorization.com/api.php)](https://www.productcategorization.com/product_categorization_api.php)
17
13
 
18
14
  ---
19
15
 
@@ -11,7 +11,7 @@ setup(
11
11
  name="productcategorizationapi",
12
12
 
13
13
  # The version of your project.
14
- version="1.2",
14
+ version="1.3",
15
15
 
16
16
  packages=find_packages(exclude="tests"),
17
17