fiftyone-devicedetection 4.4.53.0__tar.gz → 4.4.55.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.
Files changed (15) hide show
  1. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/PKG-INFO +2 -2
  2. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/setup.py +21 -22
  3. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/src/fiftyone_devicedetection.egg-info/PKG-INFO +2 -2
  4. fiftyone_devicedetection-4.4.55.0/version.txt +1 -0
  5. fiftyone_devicedetection-4.4.53.0/version.txt +0 -1
  6. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/MANIFEST.in +0 -0
  7. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/pyproject.toml +0 -0
  8. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/readme.md +0 -0
  9. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/setup.cfg +0 -0
  10. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/src/fiftyone_devicedetection/__init__.py +0 -0
  11. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/src/fiftyone_devicedetection/devicedetection_pipelinebuilder.py +0 -0
  12. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/src/fiftyone_devicedetection.egg-info/SOURCES.txt +0 -0
  13. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/src/fiftyone_devicedetection.egg-info/dependency_links.txt +0 -0
  14. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/src/fiftyone_devicedetection.egg-info/requires.txt +0 -0
  15. {fiftyone_devicedetection-4.4.53.0 → fiftyone_devicedetection-4.4.55.0}/src/fiftyone_devicedetection.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fiftyone_devicedetection
3
- Version: 4.4.53.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
3
+ Version: 4.4.55.0
4
+ Summary: 51Degrees Device Detection parses HTTP headers to return detailed hardware, operating system, browser, and crawler information for the devices used to access your website or service. This is an alternative to popular UAParser, DeviceAtlas, and WURFL packages.
5
5
  Home-page: https://51degrees.com/
6
6
  Author: 51Degrees Engineering
7
7
  Author-email: engineering@51degrees.com
@@ -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
@@ -42,8 +42,7 @@ setuptools.setup(
42
42
  author="51Degrees Engineering",
43
43
  author_email="engineering@51degrees.com",
44
44
  url="https://51degrees.com/",
45
- description=("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). "
46
- "This project contains 51Degrees Device Detection engines that can be used with the Pipeline API"),
45
+ description=("51Degrees Device Detection parses HTTP headers to return detailed hardware, operating system, browser, and crawler information for the devices used to access your website or service. This is an alternative to popular UAParser, DeviceAtlas, and WURFL packages."),
47
46
  long_description=read("readme.md"),
48
47
  long_description_content_type='text/markdown',
49
48
  python_requires=">=3.8",
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fiftyone_devicedetection
3
- Version: 4.4.53.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
3
+ Version: 4.4.55.0
4
+ Summary: 51Degrees Device Detection parses HTTP headers to return detailed hardware, operating system, browser, and crawler information for the devices used to access your website or service. This is an alternative to popular UAParser, DeviceAtlas, and WURFL packages.
5
5
  Home-page: https://51degrees.com/
6
6
  Author: 51Degrees Engineering
7
7
  Author-email: engineering@51degrees.com
@@ -0,0 +1 @@
1
+ 4.4.55.0
@@ -1 +0,0 @@
1
- 4.4.53.0