mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-04 23:49:58 -05:00
Move python client to /client/python/.
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
[tool.poetry]
|
||||
name = "trailbase"
|
||||
version = "0.4.0"
|
||||
description = "TrailBase client for Python"
|
||||
authors = ["TrailBase <contact@trailbase.io>"]
|
||||
repository = "https://github.com/trailbaseio/trailbase"
|
||||
homepage = "https://trailbase.io"
|
||||
license = "OSL-3.0"
|
||||
readme = "README.md"
|
||||
requires-poetry = ">=2.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
httpx = "^0.27.2"
|
||||
pyjwt = "^2.10.0"
|
||||
cryptography = "^43.0.3"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^24.10.0"
|
||||
pyright = "^1.1.389"
|
||||
pytest = "^8.3.3"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.black]
|
||||
line-length = 108
|
||||
|
||||
[tool.pyright]
|
||||
venvPath = "."
|
||||
venv = ".venv"
|
||||
typeCheckingMode = "strict"
|
||||
useLibraryCodeForTypes = true
|
||||
verboseOutput = true
|
||||
reportMissingTypeStubs = "warning"
|
||||
Reference in New Issue
Block a user