fiftyone-devicedetection 4.4.47.0__tar.gz → 4.4.49.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.47.0 → fiftyone_devicedetection-4.4.49.0}/PKG-INFO +3 -3
  2. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/setup.py +22 -22
  3. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/src/fiftyone_devicedetection.egg-info/PKG-INFO +3 -3
  4. fiftyone_devicedetection-4.4.49.0/version.txt +1 -0
  5. fiftyone_devicedetection-4.4.47.0/version.txt +0 -1
  6. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/MANIFEST.in +0 -0
  7. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/pyproject.toml +0 -0
  8. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/readme.md +0 -0
  9. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/setup.cfg +0 -0
  10. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/src/fiftyone_devicedetection/__init__.py +0 -0
  11. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/src/fiftyone_devicedetection/devicedetection_pipelinebuilder.py +0 -0
  12. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/src/fiftyone_devicedetection.egg-info/SOURCES.txt +0 -0
  13. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/src/fiftyone_devicedetection.egg-info/dependency_links.txt +0 -0
  14. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/src/fiftyone_devicedetection.egg-info/requires.txt +0 -0
  15. {fiftyone_devicedetection-4.4.47.0 → fiftyone_devicedetection-4.4.49.0}/src/fiftyone_devicedetection.egg-info/top_level.txt +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fiftyone_devicedetection
3
- Version: 4.4.47.0
3
+ Version: 4.4.49.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
- Author: 51Degrees
7
- Author-email: support@51degrees.com
6
+ Author: 51Degrees Engineering
7
+ Author-email: engineering@51degrees.com
8
8
  License: EUPL-1.2
9
9
  Classifier: Development Status :: 5 - Production/Stable
10
10
  Classifier: Programming Language :: Python
@@ -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
@@ -39,8 +39,8 @@ def read(file_name):
39
39
  setuptools.setup(
40
40
  name="fiftyone_devicedetection",
41
41
  version=read("version.txt"),
42
- author="51Degrees",
43
- author_email="support@51degrees.com",
42
+ author="51Degrees Engineering",
43
+ author_email="engineering@51degrees.com",
44
44
  url="https://51degrees.com/",
45
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
46
  "This project contains 51Degrees Device Detection engines that can be used with the Pipeline API"),
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fiftyone_devicedetection
3
- Version: 4.4.47.0
3
+ Version: 4.4.49.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
- Author: 51Degrees
7
- Author-email: support@51degrees.com
6
+ Author: 51Degrees Engineering
7
+ Author-email: engineering@51degrees.com
8
8
  License: EUPL-1.2
9
9
  Classifier: Development Status :: 5 - Production/Stable
10
10
  Classifier: Programming Language :: Python
@@ -0,0 +1 @@
1
+ 4.4.49.0
@@ -1 +0,0 @@
1
- 4.4.47.0