-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (38 loc) · 913 Bytes
/
Copy pathpyproject.toml
File metadata and controls
40 lines (38 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "identory"
version = "0.1.5"
description = "Python Wrapper for the Identory browser automation platform"
readme = "README.md"
license = { text = "MIT" }
authors = [
{name = "Okoya Usman", email = "usmanokoya10@gmail.com"},
]
maintainers = [
{name = "Okoya Usman", email = "usmanokoya10@gmail.com"},
]
requires-python = ">=3.8"
dependencies = [
"requests>=2.25.0",
]
keywords = [
"identory",
"browser",
"automation",
"selenium",
"pyppeteer",
"playwright",
"puppeteer",
"proxy",
"anti-detection",
"fingerprinting",
"api",
"sdk",
"wrapper"
]
[project.urls]
Homepage = "https://identory.com"
Repository = "https://github.com/okoyausman/identory-python-wrapper"
Issues = "https://github.com/okoyausman/identory-python-wrapper/issues"