fiftyone-devicedetection-cloud 4.5.55__tar.gz → 4.5.57__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.
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/PKG-INFO +6 -6
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/readme.md +4 -4
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/setup.py +1 -1
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/src/fiftyone_devicedetection_cloud.egg-info/PKG-INFO +6 -6
- fiftyone_devicedetection_cloud-4.5.57/version.txt +1 -0
- fiftyone_devicedetection_cloud-4.5.55/version.txt +0 -1
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/MANIFEST.in +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/pyproject.toml +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/setup.cfg +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/src/fiftyone_devicedetection_cloud/__init__.py +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/src/fiftyone_devicedetection_cloud/devicedetection_cloud.py +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/src/fiftyone_devicedetection_cloud/devicedetection_cloud_pipelinebuilder.py +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/src/fiftyone_devicedetection_cloud/hardwareprofile_cloud.py +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/src/fiftyone_devicedetection_cloud.egg-info/SOURCES.txt +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/src/fiftyone_devicedetection_cloud.egg-info/dependency_links.txt +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/src/fiftyone_devicedetection_cloud.egg-info/requires.txt +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/src/fiftyone_devicedetection_cloud.egg-info/top_level.txt +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/tests/test_cloud.py +0 -0
- {fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/tests/test_properties.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fiftyone_devicedetection_cloud
|
|
3
|
-
Version: 4.5.
|
|
3
|
+
Version: 4.5.57
|
|
4
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 package retrieves device detection results by consuming the 51Degrees cloud service.
|
|
5
|
-
Home-page: https://51degrees.com
|
|
5
|
+
Home-page: https://51degrees.com/?utm_source=pypi&utm_medium=package&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-setup.py&utm_term=url
|
|
6
6
|
Author: 51Degrees Engineering
|
|
7
7
|
Author-email: engineering@51degrees.com
|
|
8
8
|
License: EUPL-1.2
|
|
@@ -27,9 +27,9 @@ Dynamic: summary
|
|
|
27
27
|
|
|
28
28
|
# 51Degrees Device Detection Engines - Cloud
|
|
29
29
|
|
|
30
|
-
 **v4 Device Detection Python**
|
|
31
31
|
|
|
32
|
-
[Developer Documentation](https://51degrees.com/device-detection-python/index.html?utm_source=github&utm_medium=
|
|
32
|
+
[Developer Documentation](https://51degrees.com/device-detection-python/index.html?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=51degrees-device-detection-engines-cloud "Developer Documentation") | [Available Properties](https://51degrees.com/resources/property-dictionary?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=51degrees-device-detection-engines-cloud "View all available properties and values")
|
|
33
33
|
|
|
34
34
|
## Introduction
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ Dynamic: summary
|
|
|
39
39
|
|
|
40
40
|
You can confirm this is working with the following micro-example.
|
|
41
41
|
|
|
42
|
-
* Create a resource key for free with the 51Degrees [configurator](https://configure.51degrees.com/np5M4nlF). This defines the properties you want to access.
|
|
42
|
+
* Create a resource key for free with the 51Degrees [configurator](https://configure.51degrees.com/np5M4nlF?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=from-pypi). This defines the properties you want to access.
|
|
43
43
|
* On the 'implement' page of the configurator, copy the resource key and replace YOUR_RESOURCE_KEY in the example below. Save this as exampledd.py
|
|
44
44
|
* Run the example with `python exampledd.py`
|
|
45
45
|
* Feel free to try different user-agents and property values.
|
|
@@ -53,7 +53,7 @@ fd.process()
|
|
|
53
53
|
print(fd.device.ismobile.value())
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
For more in-depth examples, check out the [examples](https://51degrees.com/device-detection-python/examples.html) page in the documentation.
|
|
56
|
+
For more in-depth examples, check out the [examples](https://51degrees.com/device-detection-python/examples.html?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=from-pypi) page in the documentation.
|
|
57
57
|
|
|
58
58
|
### From GitHub
|
|
59
59
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# 51Degrees Device Detection Engines - Cloud
|
|
2
2
|
|
|
3
|
-
 **v4 Device Detection Python**
|
|
4
4
|
|
|
5
|
-
[Developer Documentation](https://51degrees.com/device-detection-python/index.html?utm_source=github&utm_medium=
|
|
5
|
+
[Developer Documentation](https://51degrees.com/device-detection-python/index.html?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=51degrees-device-detection-engines-cloud "Developer Documentation") | [Available Properties](https://51degrees.com/resources/property-dictionary?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=51degrees-device-detection-engines-cloud "View all available properties and values")
|
|
6
6
|
|
|
7
7
|
## Introduction
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
You can confirm this is working with the following micro-example.
|
|
14
14
|
|
|
15
|
-
* Create a resource key for free with the 51Degrees [configurator](https://configure.51degrees.com/np5M4nlF). This defines the properties you want to access.
|
|
15
|
+
* Create a resource key for free with the 51Degrees [configurator](https://configure.51degrees.com/np5M4nlF?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=from-pypi). This defines the properties you want to access.
|
|
16
16
|
* On the 'implement' page of the configurator, copy the resource key and replace YOUR_RESOURCE_KEY in the example below. Save this as exampledd.py
|
|
17
17
|
* Run the example with `python exampledd.py`
|
|
18
18
|
* Feel free to try different user-agents and property values.
|
|
@@ -26,7 +26,7 @@ fd.process()
|
|
|
26
26
|
print(fd.device.ismobile.value())
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
For more in-depth examples, check out the [examples](https://51degrees.com/device-detection-python/examples.html) page in the documentation.
|
|
29
|
+
For more in-depth examples, check out the [examples](https://51degrees.com/device-detection-python/examples.html?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=from-pypi) page in the documentation.
|
|
30
30
|
|
|
31
31
|
### From GitHub
|
|
32
32
|
|
|
@@ -41,7 +41,7 @@ setuptools.setup(
|
|
|
41
41
|
version=read("version.txt"),
|
|
42
42
|
author="51Degrees Engineering",
|
|
43
43
|
author_email="engineering@51degrees.com",
|
|
44
|
-
url="https://51degrees.com
|
|
44
|
+
url="https://51degrees.com/?utm_source=pypi&utm_medium=package&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-setup.py&utm_term=url",
|
|
45
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 package retrieves device detection results by consuming the 51Degrees cloud service."),
|
|
46
46
|
long_description=read("readme.md"),
|
|
47
47
|
long_description_content_type='text/markdown',
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fiftyone_devicedetection_cloud
|
|
3
|
-
Version: 4.5.
|
|
3
|
+
Version: 4.5.57
|
|
4
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 package retrieves device detection results by consuming the 51Degrees cloud service.
|
|
5
|
-
Home-page: https://51degrees.com
|
|
5
|
+
Home-page: https://51degrees.com/?utm_source=pypi&utm_medium=package&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-setup.py&utm_term=url
|
|
6
6
|
Author: 51Degrees Engineering
|
|
7
7
|
Author-email: engineering@51degrees.com
|
|
8
8
|
License: EUPL-1.2
|
|
@@ -27,9 +27,9 @@ Dynamic: summary
|
|
|
27
27
|
|
|
28
28
|
# 51Degrees Device Detection Engines - Cloud
|
|
29
29
|
|
|
30
|
-
 **v4 Device Detection Python**
|
|
31
31
|
|
|
32
|
-
[Developer Documentation](https://51degrees.com/device-detection-python/index.html?utm_source=github&utm_medium=
|
|
32
|
+
[Developer Documentation](https://51degrees.com/device-detection-python/index.html?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=51degrees-device-detection-engines-cloud "Developer Documentation") | [Available Properties](https://51degrees.com/resources/property-dictionary?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=51degrees-device-detection-engines-cloud "View all available properties and values")
|
|
33
33
|
|
|
34
34
|
## Introduction
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ Dynamic: summary
|
|
|
39
39
|
|
|
40
40
|
You can confirm this is working with the following micro-example.
|
|
41
41
|
|
|
42
|
-
* Create a resource key for free with the 51Degrees [configurator](https://configure.51degrees.com/np5M4nlF). This defines the properties you want to access.
|
|
42
|
+
* Create a resource key for free with the 51Degrees [configurator](https://configure.51degrees.com/np5M4nlF?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=from-pypi). This defines the properties you want to access.
|
|
43
43
|
* On the 'implement' page of the configurator, copy the resource key and replace YOUR_RESOURCE_KEY in the example below. Save this as exampledd.py
|
|
44
44
|
* Run the example with `python exampledd.py`
|
|
45
45
|
* Feel free to try different user-agents and property values.
|
|
@@ -53,7 +53,7 @@ fd.process()
|
|
|
53
53
|
print(fd.device.ismobile.value())
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
For more in-depth examples, check out the [examples](https://51degrees.com/device-detection-python/examples.html) page in the documentation.
|
|
56
|
+
For more in-depth examples, check out the [examples](https://51degrees.com/device-detection-python/examples.html?utm_source=github&utm_medium=readme&utm_campaign=device-detection-python&utm_content=fiftyone_devicedetection_cloud-readme.md&utm_term=from-pypi) page in the documentation.
|
|
57
57
|
|
|
58
58
|
### From GitHub
|
|
59
59
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
4.5.57
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
4.5.55
|
|
File without changes
|
{fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fiftyone_devicedetection_cloud-4.5.55 → fiftyone_devicedetection_cloud-4.5.57}/tests/test_cloud.py
RENAMED
|
File without changes
|
|
File without changes
|