-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (25 loc) · 995 Bytes
/
Copy pathpyproject.toml
File metadata and controls
28 lines (25 loc) · 995 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
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "codeformer-api"
version = "0.1.0"
description = "Python client for the CodeFormer API — blind face restoration for old photos and AI faces through a hosted endpoint"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.8"
authors = [{name = "codeformer-dev"}]
keywords = ["ai api", "codeformer", "codeformer api", "codeformer python", "gfpgan", "synexa"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = ["httpx>=0.24"]
[project.urls]
Homepage = "https://github.com/codeformer-dev/codeformer-api"
Documentation = "https://codeformer-dev.github.io/codeformer-api/"
"Hosted model" = "https://synexa.ai/explore/sczhou/codeformer"
[tool.setuptools.packages.find]
include = ["codeformer_api*"]