-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
108 lines (105 loc) · 2.52 KB
/
pyproject.toml
File metadata and controls
108 lines (105 loc) · 2.52 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "Kryptone"
description = "Kryptone is a hight level web scapper dedicated to marketers and wrapped around the Selenium library in order to automate and simplify website auditing and scraping."
version="7.8.0"
requires-python = ">=3.13"
readme = "README.md"
keywords = [
"scraping",
"data-scraping",
"web-scraping",
"selenium",
"webdriver",
"automation",
"crawler",
"web-crawler",
"browser-automation",
"headless-browser",
"data-extraction",
"beautifulsoup",
"requests",
"parsing",
"html-parsing",
"scrapy",
"http-client",
"data-mining",
"api-scraping",
"dynamic-content",
"python-scraper",
"headless-scraping",
"proxy-rotation",
"cloudflare-bypass",
"captcha-solving",
"async-scraping",
"distributed-scraping",
"scraper-bot",
"phantomjs",
"webdriver-manager",
"stealth-scraping",
"javascript-rendering",
"selenium-grid",
"headless-chrome",
"data-collection",
"etl",
"requests-html",
"lxml",
"scraping-framework",
"python-automation"
]
dependencies = [
"redis",
"nltk",
"selenium",
"requests",
"beautifulsoup4",
"webdriver-manager",
"gspread",
"unidecode",
"google-api-python-client",
"google-auth-httplib2",
"google-auth-oauthlib",
"twisted",
"lxml",
"matplotlib",
"pyairtable",
"pandas",
"psycopg[binary,pool]",
"celery",
"asgiref",
"kagglehub"
]
authors = [
{name = "John Pendenque", email = "pendenquejohn@gmail.com"},
]
maintainers = [
{name = "John Pendenque", email = "pendenquejohn@gmail.com"}
]
classifiers = [
"Development Status :: 4 - Beta",
"Operating System :: POSIX",
"Operating System :: Unix",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Natural Language :: English",
"Operating System :: Microsoft :: Windows :: Windows 11",
"Operating System :: MacOS"
]
[project.urls]
Homepage = "https://github.com/Zadigo/kryptone"
Documentation = "https://github.com/Zadigo/kryptone/wiki"
Repository = "https://github.com/Zadigo/kryptone.git"
Changelog = "https://github.com/Zadigo/kryptone/blob/main/CHANGELOG.md"
[tool.pyright]
typeCheckingMode = "basic"
extraPaths = ["./kryptone"]
reportMissingImports = true