fiftyone-devicedetection 4.4.42.0__tar.gz → 4.4.43.0__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.

Potentially problematic release.


This version of fiftyone-devicedetection might be problematic. Click here for more details.

@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fiftyone_devicedetection
3
- Version: 4.4.42.0
3
+ Version: 4.4.43.0
4
4
  Summary: The 51Degrees Pipeline API is a generic web request intelligence and data processing solution with the ability to add a range of 51Degrees and/or custom plug ins (Engines). This project contains 51Degrees Device Detection engines that can be used with the Pipeline API
5
5
  Home-page: https://51degrees.com/
6
6
  Author: 51Degrees
7
7
  Author-email: support@51degrees.com
8
8
  License: EUPL-1.2
9
- Platform: UNKNOWN
10
9
  Classifier: Development Status :: 5 - Production/Stable
11
10
  Classifier: Programming Language :: Python
12
11
  Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
@@ -14,6 +13,9 @@ Classifier: Operating System :: OS Independent
14
13
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
15
14
  Requires-Python: >=3.8
16
15
  Description-Content-Type: text/markdown
16
+ Requires-Dist: fiftyone_devicedetection_shared
17
+ Requires-Dist: fiftyone_devicedetection_cloud
18
+ Requires-Dist: fiftyone_devicedetection_onpremise
17
19
 
18
20
  # 51Degrees Device Detection Engines - Device Detection
19
21
 
@@ -42,4 +44,3 @@ The Pipeline is a generic web request intelligence and data processing solution
42
44
  To run the tests use:
43
45
 
44
46
  `python -m unittest discover -s tests -p test*.py -b`
45
-
@@ -0,0 +1,3 @@
1
+ [build-system]
2
+ requires = ["setuptools>=42", "wheel"]
3
+ build-backend = "setuptools.build_meta"
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fiftyone-devicedetection
3
- Version: 4.4.42.0
3
+ Version: 4.4.43.0
4
4
  Summary: The 51Degrees Pipeline API is a generic web request intelligence and data processing solution with the ability to add a range of 51Degrees and/or custom plug ins (Engines). This project contains 51Degrees Device Detection engines that can be used with the Pipeline API
5
5
  Home-page: https://51degrees.com/
6
6
  Author: 51Degrees
7
7
  Author-email: support@51degrees.com
8
8
  License: EUPL-1.2
9
- Platform: UNKNOWN
10
9
  Classifier: Development Status :: 5 - Production/Stable
11
10
  Classifier: Programming Language :: Python
12
11
  Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
@@ -14,6 +13,9 @@ Classifier: Operating System :: OS Independent
14
13
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
15
14
  Requires-Python: >=3.8
16
15
  Description-Content-Type: text/markdown
16
+ Requires-Dist: fiftyone_devicedetection_shared
17
+ Requires-Dist: fiftyone_devicedetection_cloud
18
+ Requires-Dist: fiftyone_devicedetection_onpremise
17
19
 
18
20
  # 51Degrees Device Detection Engines - Device Detection
19
21
 
@@ -42,4 +44,3 @@ The Pipeline is a generic web request intelligence and data processing solution
42
44
  To run the tests use:
43
45
 
44
46
  `python -m unittest discover -s tests -p test*.py -b`
45
-
@@ -1,4 +1,5 @@
1
1
  MANIFEST.in
2
+ pyproject.toml
2
3
  setup.py
3
4
  version.txt
4
5
  src/fiftyone_devicedetection/__init__.py
@@ -0,0 +1 @@
1
+ 4.4.43.0
@@ -1 +0,0 @@
1
- 4.4.42.0
@@ -1,3 +1,3 @@
1
+ fiftyone_devicedetection_shared
1
2
  fiftyone_devicedetection_cloud
2
3
  fiftyone_devicedetection_onpremise
3
- fiftyone_devicedetection_shared