tancker 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tancker-0.0.1/PKG-INFO +12 -0
- tancker-0.0.1/README.md +3 -0
- tancker-0.0.1/pyproject.toml +9 -0
- tancker-0.0.1/setup.cfg +4 -0
- tancker-0.0.1/tancker.egg-info/PKG-INFO +12 -0
- tancker-0.0.1/tancker.egg-info/SOURCES.txt +6 -0
- tancker-0.0.1/tancker.egg-info/dependency_links.txt +1 -0
- tancker-0.0.1/tancker.egg-info/top_level.txt +1 -0
tancker-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tancker
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reserved for Tancker - self-hosted ticket-to-PR orchestration daemon. See tancker.dev
|
|
5
|
+
License: Apache-2.0
|
|
6
|
+
Project-URL: Homepage, https://tancker.dev
|
|
7
|
+
Project-URL: Repository, https://github.com/tancker/tancker
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# Tancker
|
|
11
|
+
|
|
12
|
+
Name reserved for [Tancker](https://tancker.dev) - self-hosted orchestration daemon for AI coding agents. Real package coming with the SDK.
|
tancker-0.0.1/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "tancker"
|
|
3
|
+
version = "0.0.1"
|
|
4
|
+
description = "Reserved for Tancker - self-hosted ticket-to-PR orchestration daemon. See tancker.dev"
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
license = {text = "Apache-2.0"}
|
|
7
|
+
[project.urls]
|
|
8
|
+
Homepage = "https://tancker.dev"
|
|
9
|
+
Repository = "https://github.com/tancker/tancker"
|
tancker-0.0.1/setup.cfg
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: tancker
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reserved for Tancker - self-hosted ticket-to-PR orchestration daemon. See tancker.dev
|
|
5
|
+
License: Apache-2.0
|
|
6
|
+
Project-URL: Homepage, https://tancker.dev
|
|
7
|
+
Project-URL: Repository, https://github.com/tancker/tancker
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# Tancker
|
|
11
|
+
|
|
12
|
+
Name reserved for [Tancker](https://tancker.dev) - self-hosted orchestration daemon for AI coding agents. Real package coming with the SDK.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|