SPB Git forge

spb/fetcha

Public
11commits 1branches 0releases
1.5 MBsize
maindefault branch
16 days agolast push
TypeScript 97.5% SQL 1.4% Python 0.8%
594 B · 22 lines toml
Raw Blame History
1[build-system]2requires = ["hatchling"]3build-backend = "hatchling.build"45[project]6name = "fetcha"7version = "0.2.0"8description = "Official Python SDK for Fetcha — Intelligent Web Access Infrastructure"9readme = "README.md"10license = { text = "MIT" }11requires-python = ">=3.9"12authors = [{ name = "Fetcha", email = "hello@fetcha.co" }]13keywords = ["fetcha", "proxy", "scraping", "web access", "residential proxy"]14dependencies = []1516[project.urls]17Homepage = "https://www.fetcha.co"18Documentation = "https://www.fetcha.co/docs/sdks"1920[tool.hatch.build.targets.wheel]21packages = ["fetcha"]22