mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 06:26:51 +00:00
CP-1897 Some more changes to the pyproject.
This commit is contained in:
parent
b12ba886ac
commit
ac45a4da59
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-administrative"
|
name = "thousandeyes-sdk-administrative"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Administrative API"
|
description = "ThousandEyes SDK Administrative API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-agents"
|
name = "thousandeyes-sdk-agents"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Agents API"
|
description = "ThousandEyes SDK Agents API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-alerts"
|
name = "thousandeyes-sdk-alerts"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Alerts API"
|
description = "ThousandEyes SDK Alerts API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-bgp-monitors"
|
name = "thousandeyes-sdk-bgp-monitors"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "BGP Monitors API"
|
description = "ThousandEyes SDK BGP Monitors API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-credentials"
|
name = "thousandeyes-sdk-credentials"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Credentials API"
|
description = "ThousandEyes SDK Credentials API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-dashboards"
|
name = "thousandeyes-sdk-dashboards"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Dashboards API"
|
description = "ThousandEyes SDK Dashboards API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-endpoint-agents"
|
name = "thousandeyes-sdk-endpoint-agents"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Endpoint Agents API"
|
description = "ThousandEyes SDK Endpoint Agents API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-endpoint-instant-tests"
|
name = "thousandeyes-sdk-endpoint-instant-tests"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Endpoint Instant Scheduled Tests API"
|
description = "ThousandEyes SDK Endpoint Instant Scheduled Tests API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-endpoint-labels"
|
name = "thousandeyes-sdk-endpoint-labels"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Endpoint Agent Labels API"
|
description = "ThousandEyes SDK Endpoint Agent Labels API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-endpoint-test-results"
|
name = "thousandeyes-sdk-endpoint-test-results"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Endpoint Test Results API"
|
description = "ThousandEyes SDK Endpoint Test Results API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-endpoint-tests"
|
name = "thousandeyes-sdk-endpoint-tests"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Endpoint Tests API"
|
description = "ThousandEyes SDK Endpoint Tests API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-instant-tests"
|
name = "thousandeyes-sdk-instant-tests"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Instant Tests API"
|
description = "ThousandEyes SDK Instant Tests API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-internet-insights"
|
name = "thousandeyes-sdk-internet-insights"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Internet Insights API"
|
description = "ThousandEyes SDK Internet Insights API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-labels"
|
name = "thousandeyes-sdk-labels"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Labels API"
|
description = "ThousandEyes SDK Labels API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-snapshots"
|
name = "thousandeyes-sdk-snapshots"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Test Snapshots API"
|
description = "ThousandEyes SDK Test Snapshots API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-streaming"
|
name = "thousandeyes-sdk-streaming"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "ThousandEyes for OpenTelemetry API"
|
description = "ThousandEyes SDK ThousandEyes for OpenTelemetry API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-tags"
|
name = "thousandeyes-sdk-tags"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Tags API"
|
description = "ThousandEyes SDK Tags API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-test-results"
|
name = "thousandeyes-sdk-test-results"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Test Results API"
|
description = "ThousandEyes SDK Test Results API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-tests"
|
name = "thousandeyes-sdk-tests"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Tests API"
|
description = "ThousandEyes SDK Tests API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "thousandeyes-sdk-usage"
|
name = "thousandeyes-sdk-usage"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
{ name = "ThousandEyes API Team", email = "api-team@thousandeyes.com" }
|
||||||
]
|
]
|
||||||
description = "Usage API"
|
description = "ThousandEyes SDK Usage API"
|
||||||
license = { text = "../LICENSE" }
|
license = { text = "../LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"urllib3 >= 1.25.3",
|
"urllib3 >= 1.25.3",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user