2025-01-15 17:44:32 +05:30
|
|
|
[build-system]
|
|
|
|
|
requires = ["hatchling"]
|
|
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "rowboat"
|
2025-02-28 17:45:54 +05:30
|
|
|
version = "1.0.6"
|
2025-01-15 17:44:32 +05:30
|
|
|
authors = [
|
|
|
|
|
{ name = "Your Name", email = "your.email@example.com" },
|
|
|
|
|
]
|
|
|
|
|
description = "Python sdk for the Rowboat API"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.7"
|
|
|
|
|
classifiers = [
|
|
|
|
|
"Programming Language :: Python :: 3",
|
|
|
|
|
"License :: OSI Approved :: Apache Software License",
|
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
|
]
|
|
|
|
|
dependencies = [
|
|
|
|
|
"requests>=2.25.0",
|
|
|
|
|
"pydantic>=2.0.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
|
"Homepage" = "https://github.com/rowboatlabs/rowboat/tree/main/apps/python-sdk"
|
|
|
|
|
"Bug Tracker" = "https://github.com/rowboatlabs/rowboat/issues"
|