fiftyone-devicedetection 4.4.12__py3-none-any.whl → 4.4.43.0__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.

Potentially problematic release.


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

@@ -1,23 +1,23 @@
1
- # *********************************************************************
2
- # This Original Work is copyright of 51 Degrees Mobile Experts Limited.
3
- # Copyright 2022 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
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.1
2
+ Name: fiftyone-devicedetection
3
+ Version: 4.4.43.0
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
+ Home-page: https://51degrees.com/
6
+ Author: 51Degrees
7
+ Author-email: support@51degrees.com
8
+ License: EUPL-1.2
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Programming Language :: Python
11
+ Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
12
+ Classifier: Operating System :: OS Independent
13
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
14
+ Requires-Python: >=3.8
15
+ Description-Content-Type: text/markdown
16
+ Requires-Dist: fiftyone-devicedetection-shared
17
+ Requires-Dist: fiftyone-devicedetection-cloud
18
+ Requires-Dist: fiftyone-devicedetection-onpremise
19
+
20
+ 0.0.0
@@ -0,0 +1,6 @@
1
+ fiftyone_devicedetection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ fiftyone_devicedetection/devicedetection_pipelinebuilder.py,sha256=x9a3Bbp-S48D8SURFsdcV1pms5S8G6tZP9FuvFgvEjQ,7468
3
+ fiftyone_devicedetection-4.4.43.0.dist-info/METADATA,sha256=jxku6o-8cUZ1fxS-ZkCNCQ5rz8NLVJDuNFbUVCkIxFY,971
4
+ fiftyone_devicedetection-4.4.43.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
+ fiftyone_devicedetection-4.4.43.0.dist-info/top_level.txt,sha256=sAhKywNJNrzEblJqPfDXa_TmxMsjIViHzzHZBjOw9xc,25
6
+ fiftyone_devicedetection-4.4.43.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.4)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,49 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: fiftyone-devicedetection
3
- Version: 4.4.12
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
- Home-page: https://51degrees.com/
6
- Author: 51Degrees
7
- Author-email: support@51degrees.com
8
- License: EUPL-1.2
9
- Platform: UNKNOWN
10
- Classifier: Development Status :: 5 - Production/Stable
11
- Classifier: Programming Language :: Python
12
- Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
13
- Classifier: Operating System :: OS Independent
14
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
15
- Requires-Python: >=3.5
16
- Description-Content-Type: text/markdown
17
- Requires-Dist: fiftyone-devicedetection-shared
18
- Requires-Dist: fiftyone-devicedetection-cloud
19
- Requires-Dist: fiftyone-devicedetection-onpremise
20
-
21
- # 51Degrees Device Detection Engines
22
-
23
- ![51Degrees](https://51degrees.com/DesktopModules/FiftyOne/Distributor/Logo.ashx?utm_source=github&utm_medium=repository&utm_content=readme_main&utm_campaign=python-open-source "THE Fastest and Most Accurate Device Detection") **v4 Device Detection Python**
24
-
25
- [Developer Documentation](https://51degrees.com/device-detection-python/index.html?utm_source=github&utm_medium=repository&utm_content=property_dictionary&utm_campaign=python-open-source "Developer Documentation") | [Available Properties](https://51degrees.com/resources/property-dictionary?utm_source=github&utm_medium=repository&utm_content=property_dictionary&utm_campaign=python-open-source "View all available properties and values")
26
-
27
- ## Introduction
28
-
29
- This project contains 51Degrees Device Detection Engine builders for Python which can be used to build both on-premise and cloud implementations.
30
-
31
- The Pipeline 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)
32
-
33
- ## Requirements
34
-
35
- * Python 3.5+
36
- * fiftyone_devicedetection_onpremise
37
- * fiftyone_devicedetection_cloud
38
-
39
- ### From PyPi
40
-
41
- `pip install fiftyone_devicedetection`
42
-
43
- ## Tests
44
-
45
- To run the tests use:
46
-
47
- `python -m unittest discover -s tests -p test*.py -b`
48
-
49
-
@@ -1,6 +0,0 @@
1
- fiftyone_devicedetection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- fiftyone_devicedetection/devicedetection_pipelinebuilder.py,sha256=ISJRxeNhCsKiukQ3ni657WorYKo3KMsXvJinyLsab7c,7451
3
- fiftyone_devicedetection-4.4.12.dist-info/METADATA,sha256=sawipYf9hQjKrtr4b843RKgR23pTDNViKLS7u4wW_9Q,2288
4
- fiftyone_devicedetection-4.4.12.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
- fiftyone_devicedetection-4.4.12.dist-info/top_level.txt,sha256=sAhKywNJNrzEblJqPfDXa_TmxMsjIViHzzHZBjOw9xc,25
6
- fiftyone_devicedetection-4.4.12.dist-info/RECORD,,