2025-08-03 08:01:06 +05:30
|
|
|
[project]
|
2022-02-21 19:46:15 +01:00
|
|
|
name = "pyln-client"
|
2025-11-21 03:54:39 +00:00
|
|
|
version = "25.12rc1"
|
2022-04-06 14:39:48 +09:30
|
|
|
description = "Client library and plugin library for Core Lightning"
|
2025-08-03 08:01:06 +05:30
|
|
|
authors = [{ name = "Christian Decker", email = "decker.christian@gmail.com" }]
|
|
|
|
|
license = { text = "BSD-MIT" }
|
2022-03-29 13:35:06 +02:00
|
|
|
readme = "README.md"
|
2025-09-29 16:54:25 +02:00
|
|
|
requires-python = ">=3.9,<4.0"
|
2025-08-03 08:01:06 +05:30
|
|
|
dependencies = ["pyln-proto>=23", "pyln-bolt7>=1.0"]
|
2022-02-21 19:46:15 +01:00
|
|
|
|
2025-08-03 08:01:06 +05:30
|
|
|
[dependency-groups]
|
2025-09-29 16:54:25 +02:00
|
|
|
dev = ["pytest>=8.0.0", "pyln-bolt7", "pyln-proto"]
|
2022-02-21 19:46:15 +01:00
|
|
|
|
2025-08-03 08:01:06 +05:30
|
|
|
[tool.hatch.build.targets.wheel]
|
|
|
|
|
packages = ["pyln"]
|
2022-02-21 19:46:15 +01:00
|
|
|
|
|
|
|
|
[build-system]
|
2025-08-03 08:01:06 +05:30
|
|
|
requires = ["hatchling>=1.0.0"]
|
|
|
|
|
build-backend = "hatchling.build"
|