fiftyone-devicedetection 4.4.38.0__tar.gz → 4.4.40.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.
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/PKG-INFO +1 -1
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/setup.py +20 -20
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/src/fiftyone_devicedetection/devicedetection_pipelinebuilder.py +20 -20
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/src/fiftyone_devicedetection.egg-info/PKG-INFO +1 -1
- fiftyone_devicedetection-4.4.40.0/version.txt +1 -0
- fiftyone_devicedetection-4.4.38.0/version.txt +0 -1
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/MANIFEST.in +0 -0
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/setup.cfg +0 -0
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/src/fiftyone_devicedetection/__init__.py +0 -0
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/src/fiftyone_devicedetection.egg-info/SOURCES.txt +0 -0
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/src/fiftyone_devicedetection.egg-info/dependency_links.txt +0 -0
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/src/fiftyone_devicedetection.egg-info/requires.txt +0 -0
- {fiftyone_devicedetection-4.4.38.0 → fiftyone_devicedetection-4.4.40.0}/src/fiftyone_devicedetection.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fiftyone_devicedetection
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.40.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
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# *********************************************************************
|
|
2
|
-
# This Original Work is copyright of 51 Degrees Mobile Experts Limited.
|
|
3
|
-
# Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House,
|
|
4
|
-
# Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU.
|
|
5
|
-
#
|
|
6
|
-
# This Original Work is licensed under the European Union Public Licence
|
|
7
|
-
# (EUPL) v.1.2 and is subject to its terms as set out below.
|
|
8
|
-
#
|
|
9
|
-
# If a copy of the EUPL was not distributed with this file, You can obtain
|
|
10
|
-
# one at https://opensource.org/licenses/EUPL-1.2.
|
|
11
|
-
#
|
|
12
|
-
# The 'Compatible Licences' set out in the Appendix to the EUPL (as may be
|
|
13
|
-
# amended by the European Commission) shall be deemed incompatible for
|
|
14
|
-
# the purposes of the Work and the provisions of the compatibility
|
|
15
|
-
# clause in Article 5 of the EUPL shall not apply.
|
|
16
|
-
#
|
|
17
|
-
# If using the Work as, or as part of, a network application, by
|
|
18
|
-
# including the attribution notice(s) required under Article 5 of the EUPL
|
|
19
|
-
# in the end user terms of the application under an appropriate heading,
|
|
20
|
-
# such notice(s) shall fulfill the requirements of that article.
|
|
1
|
+
# *********************************************************************
|
|
2
|
+
# This Original Work is copyright of 51 Degrees Mobile Experts Limited.
|
|
3
|
+
# Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House,
|
|
4
|
+
# Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU.
|
|
5
|
+
#
|
|
6
|
+
# This Original Work is licensed under the European Union Public Licence
|
|
7
|
+
# (EUPL) v.1.2 and is subject to its terms as set out below.
|
|
8
|
+
#
|
|
9
|
+
# If a copy of the EUPL was not distributed with this file, You can obtain
|
|
10
|
+
# one at https://opensource.org/licenses/EUPL-1.2.
|
|
11
|
+
#
|
|
12
|
+
# The 'Compatible Licences' set out in the Appendix to the EUPL (as may be
|
|
13
|
+
# amended by the European Commission) shall be deemed incompatible for
|
|
14
|
+
# the purposes of the Work and the provisions of the compatibility
|
|
15
|
+
# clause in Article 5 of the EUPL shall not apply.
|
|
16
|
+
#
|
|
17
|
+
# If using the Work as, or as part of, a network application, by
|
|
18
|
+
# including the attribution notice(s) required under Article 5 of the EUPL
|
|
19
|
+
# in the end user terms of the application under an appropriate heading,
|
|
20
|
+
# such notice(s) shall fulfill the requirements of that article.
|
|
21
21
|
# *********************************************************************
|
|
22
22
|
|
|
23
23
|
import setuptools
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# *********************************************************************
|
|
2
|
-
# This Original Work is copyright of 51 Degrees Mobile Experts Limited.
|
|
3
|
-
# Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House,
|
|
4
|
-
# Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU.
|
|
5
|
-
#
|
|
6
|
-
# This Original Work is licensed under the European Union Public Licence
|
|
7
|
-
# (EUPL) v.1.2 and is subject to its terms as set out below.
|
|
8
|
-
#
|
|
9
|
-
# If a copy of the EUPL was not distributed with this file, You can obtain
|
|
10
|
-
# one at https://opensource.org/licenses/EUPL-1.2.
|
|
11
|
-
#
|
|
12
|
-
# The 'Compatible Licences' set out in the Appendix to the EUPL (as may be
|
|
13
|
-
# amended by the European Commission) shall be deemed incompatible for
|
|
14
|
-
# the purposes of the Work and the provisions of the compatibility
|
|
15
|
-
# clause in Article 5 of the EUPL shall not apply.
|
|
16
|
-
#
|
|
17
|
-
# If using the Work as, or as part of, a network application, by
|
|
18
|
-
# including the attribution notice(s) required under Article 5 of the EUPL
|
|
19
|
-
# in the end user terms of the application under an appropriate heading,
|
|
20
|
-
# such notice(s) shall fulfill the requirements of that article.
|
|
1
|
+
# *********************************************************************
|
|
2
|
+
# This Original Work is copyright of 51 Degrees Mobile Experts Limited.
|
|
3
|
+
# Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House,
|
|
4
|
+
# Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU.
|
|
5
|
+
#
|
|
6
|
+
# This Original Work is licensed under the European Union Public Licence
|
|
7
|
+
# (EUPL) v.1.2 and is subject to its terms as set out below.
|
|
8
|
+
#
|
|
9
|
+
# If a copy of the EUPL was not distributed with this file, You can obtain
|
|
10
|
+
# one at https://opensource.org/licenses/EUPL-1.2.
|
|
11
|
+
#
|
|
12
|
+
# The 'Compatible Licences' set out in the Appendix to the EUPL (as may be
|
|
13
|
+
# amended by the European Commission) shall be deemed incompatible for
|
|
14
|
+
# the purposes of the Work and the provisions of the compatibility
|
|
15
|
+
# clause in Article 5 of the EUPL shall not apply.
|
|
16
|
+
#
|
|
17
|
+
# If using the Work as, or as part of, a network application, by
|
|
18
|
+
# including the attribution notice(s) required under Article 5 of the EUPL
|
|
19
|
+
# in the end user terms of the application under an appropriate heading,
|
|
20
|
+
# such notice(s) shall fulfill the requirements of that article.
|
|
21
21
|
# *********************************************************************
|
|
22
22
|
|
|
23
23
|
from fiftyone_pipeline_core.pipelinebuilder import PipelineBuilder
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fiftyone-devicedetection
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.40.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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
4.4.40.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
4.4.38.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|