1
1
<p align =" center " >
2
2
<a href =" https://fingerprint.com " >
3
3
<picture>
4
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/main/res /logo_light.svg" />
5
- <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/main/res /logo_dark.svg" />
6
- <img src="https://raw.githubusercontent.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/main/res /logo_dark.svg" alt="Fingerprint logo" width="312px" />
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://fingerprintjs.github.io/home/resources /logo_light.svg" />
5
+ <source media="(prefers-color-scheme: light)" srcset="https://fingerprintjs.github.io/home/resources /logo_dark.svg" />
6
+ <img src="https://fingerprintjs.github.io/home/resources /logo_dark.svg" alt="Fingerprint logo" width="312px" />
7
7
</picture >
8
8
</a >
9
9
</p >
10
10
<p align =" center " >
11
- <a href =" https://pypi.org/project/fingerprint-pro-server-api-sdk/ " >
12
- <img alt="PyPI" src="https://img.shields.io/pypi/v/fingerprint-pro-server-api-sdk">
13
- </a >
14
- <a href =" https://fingerprintjs.github.io/fingerprint-pro-server-api-python-sdk/ " >
15
- <img src="https://fingerprintjs.github.io/fingerprint-pro-server-api-python-sdk/badges.svg" alt="coverage">
16
- </a >
17
- <a href =" https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/release.yml " >
18
- <img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/release.yml/badge.svg" alt="CI badge" />
19
- </a >
20
- <a href =" https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/test.yml " >
21
- <img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/test.yml/badge.svg" alt="CI badge" />
22
- </a >
23
- <a href =" https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/functional_tests.yml " >
24
- <img src="https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/functional_tests.yml/badge.svg" alt="CI badge" />
25
- </a >
26
- <a href =" https://opensource.org/licenses/MIT " >
27
- <img src="https://img.shields.io/:license-mit-blue.svg?style=flat"/>
28
- </a >
29
- <a href =" https://discord.gg/39EpE2neBg " >
30
- <img src="https://img.shields.io/discord/852099967190433792?style=logo&label=Discord&logo=Discord&logoColor=white" alt="Discord server">
31
- </a >
11
+ <a href =" https://pypi.org/project/fingerprint-pro-server-api-sdk/ " ><img alt =" PyPI " src =" https://img.shields.io/pypi/v/fingerprint-pro-server-api-sdk " ></a >
12
+ <a href =" https://fingerprintjs.github.io/fingerprint-pro-server-api-python-sdk/ " ><img src =" https://fingerprintjs.github.io/fingerprint-pro-server-api-python-sdk/badges.svg " alt =" coverage " ></a >
13
+ <a href =" https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/release.yml " ><img src =" https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/release.yml/badge.svg " alt =" CI badge " /></a >
14
+ <a href =" https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/test.yml " ><img src =" https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/test.yml/badge.svg " alt =" CI badge " /></a >
15
+ <a href =" https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/functional_tests.yml " ><img src =" https://github.com/fingerprintjs/fingerprint-pro-server-api-python-sdk/actions/workflows/functional_tests.yml/badge.svg " alt =" CI badge " /></a >
16
+ <a href =" https://opensource.org/licenses/MIT " ><img src =" https://img.shields.io/:license-mit-blue.svg?style=flat " alt =" MIT License " /></a >
17
+ <a href =" https://discord.gg/39EpE2neBg " ><img src =" https://img.shields.io/discord/852099967190433792?style=logo&label=Discord&logo=Discord&logoColor=white " alt =" Discord server " ></a >
32
18
</p >
33
19
34
20
# Fingerprint Pro Server Python SDK
@@ -47,7 +33,7 @@ This Python package is automatically generated by the [Swagger Codegen](https://
47
33
48
34
The following Python versions are supported:
49
35
50
- - Python >= 3.6
36
+ - Python >= 3.8
51
37
52
38
## Installation & Usage
53
39
### pip install
0 commit comments