From bb254b940b4c371865632eadb5cb67429e2b03fd Mon Sep 17 00:00:00 2001 From: Orkun Date: Fri, 22 Dec 2023 14:27:13 +0300 Subject: [PATCH 1/5] docs(readme): comply new policy template --- README.md | 22 +++++++++++++++++----- template/README.mustache | 25 +++++++++++++++++-------- 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2edf3ed4..d2150adb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,11 @@

# Fingerprint Pro Server Python SDK -Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. It can be used for data exports, decision-making, and data analysis scenarios. Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device. + +**Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. +It can be used for data exports, decision-making, and data analysis scenarios. +Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.** + This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: @@ -40,9 +44,12 @@ This Python package is automatically generated by the [Swagger Codegen](https:// - Package version: 2.6.0 - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen -## Requirements. +## Requirements + +To use this library following Python versions are supported: -Python 2.7 and 3.4+ +- Python 2.7 +- Python 3.4+ ## Installation & Usage ### pip install @@ -247,6 +254,11 @@ Class | Method | HTTP request | Description - **Location**: URL query string -## Author +## Support + +To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/issues). +If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com). + +## License -support@fingerprint.com +This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/blob/main/LICENSE). \ No newline at end of file diff --git a/template/README.mustache b/template/README.mustache index 403e242b..212c1979 100644 --- a/template/README.mustache +++ b/template/README.mustache @@ -32,9 +32,11 @@

# Fingerprint Pro Server Python SDK -{{#appDescription}} -{{{appDescription}}} -{{/appDescription}} + +**Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. +It can be used for data exports, decision-making, and data analysis scenarios. +Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.** + This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: @@ -48,9 +50,12 @@ This Python package is automatically generated by the [Swagger Codegen](https:// For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}}) {{/infoUrl}} -## Requirements. +## Requirements + +To use this library following Python versions are supported: -Python 2.7 and 3.4+ +- Python 2.7 +- Python 3.4+ ## Installation & Usage ### pip install @@ -185,7 +190,11 @@ Class | Method | HTTP request | Description {{/authMethods}} -## Author +## Support + +To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/issues). +If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com). + +## License -{{#apiInfo}}{{#apis}}{{^hasMore}}{{infoEmail}} -{{/hasMore}}{{/apis}}{{/apiInfo}} \ No newline at end of file +This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/blob/main/LICENSE). \ No newline at end of file From 379dfef0d100875e44b763c854bd0a8d80385873 Mon Sep 17 00:00:00 2001 From: Orkun Date: Mon, 8 Jan 2024 10:16:58 +0300 Subject: [PATCH 2/5] docs(readme): grammar and typo fix Co-authored-by: Juraj Uhlar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2150adb..e8a9fbb2 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This Python package is automatically generated by the [Swagger Codegen](https:// ## Requirements -To use this library following Python versions are supported: +The following Python versions are supported: - Python 2.7 - Python 3.4+ From 4013930a254230ec18f7e06e23dcdaffb89e4481 Mon Sep 17 00:00:00 2001 From: Orkun Date: Mon, 8 Jan 2024 10:17:22 +0300 Subject: [PATCH 3/5] docs(readme): update description Co-authored-by: Juraj Uhlar --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8a9fbb2..dcc6a8a2 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ # Fingerprint Pro Server Python SDK -**Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. -It can be used for data exports, decision-making, and data analysis scenarios. -Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.** +[Fingerprint](https://fingerprint.com) is a device intelligence platform offering 99.5% accurate visitor identification. + +The Fingerprint Server Python SDK is an easy way to interact with the Fingerprint [Server API](https://dev.fingerprint.com/reference/pro-server-api) from your Python application. You can retrieve visitor history or individual identification events. This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: From ae606dbc4e0a30bbc5f1475a799060bdb8bcbb24 Mon Sep 17 00:00:00 2001 From: Orkun Date: Mon, 8 Jan 2024 10:17:41 +0300 Subject: [PATCH 4/5] docs(readme): update description Co-authored-by: Juraj Uhlar --- template/README.mustache | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/template/README.mustache b/template/README.mustache index 212c1979..7d95fab7 100644 --- a/template/README.mustache +++ b/template/README.mustache @@ -33,9 +33,8 @@ # Fingerprint Pro Server Python SDK -**Fingerprint Pro Server API allows you to get information about visitors and about individual events in a server environment. -It can be used for data exports, decision-making, and data analysis scenarios. -Server API is intended for server-side usage, it's not intended to be used from the client side, whether it's a browser or a mobile device.** +[Fingerprint](https://fingerprint.com) is a device intelligence platform offering 99.5% accurate visitor identification. +The Fingerprint Server Python SDK is an easy way to interact with the Fingerprint [Server API](https://dev.fingerprint.com/reference/pro-server-api) from your Python application. You can retrieve visitor history or individual identification events. This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: From fae933c61d51bf3e5e070bc8010d0f488fac76b4 Mon Sep 17 00:00:00 2001 From: Orkun Date: Mon, 8 Jan 2024 10:17:53 +0300 Subject: [PATCH 5/5] docs(readme): grammar and typo fix Co-authored-by: Juraj Uhlar --- template/README.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/README.mustache b/template/README.mustache index 7d95fab7..8e23bece 100644 --- a/template/README.mustache +++ b/template/README.mustache @@ -51,7 +51,7 @@ For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}}) ## Requirements -To use this library following Python versions are supported: +The following Python versions are supported: - Python 2.7 - Python 3.4+