1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
[project]
name = "ttn_client"
version = "1.2.1"
authors = [
{ name="Angel Nunez Mencias", email="pypi@angelnu.com" },
]
description = "A python client to fetch/receive and parse uplink messages from The Thinks Network"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/angelnu/thethinksnetwork_python_client"
Issues = "https://github.com/angelnu/thethinksnetwork_python_client/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
|