From bb254b940b4c371865632eadb5cb67429e2b03fd Mon Sep 17 00:00:00 2001 From: Orkun Date: Fri, 22 Dec 2023 14:27:13 +0300 Subject: [PATCH] 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