getworktree 0.1.0__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.
- getworktree-0.1.0/LICENSE +21 -0
- getworktree-0.1.0/PKG-INFO +60 -0
- getworktree-0.1.0/README.md +25 -0
- getworktree-0.1.0/getworktree/__init__.py +0 -0
- getworktree-0.1.0/getworktree/cli.py +2 -0
- getworktree-0.1.0/getworktree.egg-info/PKG-INFO +60 -0
- getworktree-0.1.0/getworktree.egg-info/SOURCES.txt +11 -0
- getworktree-0.1.0/getworktree.egg-info/dependency_links.txt +1 -0
- getworktree-0.1.0/getworktree.egg-info/entry_points.txt +2 -0
- getworktree-0.1.0/getworktree.egg-info/requires.txt +3 -0
- getworktree-0.1.0/getworktree.egg-info/top_level.txt +1 -0
- getworktree-0.1.0/setup.cfg +4 -0
- getworktree-0.1.0/setup.py +50 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Worktree Team
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: getworktree
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Isolated git worktree developer loops and AI agent workspaces.
|
|
5
|
+
Home-page: https://github.com
|
|
6
|
+
Author: Worktree Team
|
|
7
|
+
Author-email: hello@getworktree.io
|
|
8
|
+
Project-URL: Homepage, https://getworktree.io
|
|
9
|
+
Project-URL: Bug Tracker, https://github.com/issues
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
15
|
+
Classifier: Operating System :: OS Independent
|
|
16
|
+
Classifier: Environment :: Console
|
|
17
|
+
Classifier: Topic :: Software Development :: Version Control :: Git
|
|
18
|
+
Requires-Python: >=3.9
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
License-File: LICENSE
|
|
21
|
+
Requires-Dist: click>=8.0.0
|
|
22
|
+
Requires-Dist: rich>=13.0.0
|
|
23
|
+
Requires-Dist: requests>=2.28.0
|
|
24
|
+
Dynamic: author
|
|
25
|
+
Dynamic: author-email
|
|
26
|
+
Dynamic: classifier
|
|
27
|
+
Dynamic: description
|
|
28
|
+
Dynamic: description-content-type
|
|
29
|
+
Dynamic: home-page
|
|
30
|
+
Dynamic: license-file
|
|
31
|
+
Dynamic: project-url
|
|
32
|
+
Dynamic: requires-dist
|
|
33
|
+
Dynamic: requires-python
|
|
34
|
+
Dynamic: summary
|
|
35
|
+
|
|
36
|
+
# Worktree (`wt`)
|
|
37
|
+
|
|
38
|
+
Isolated git worktree developer loops and autonomous AI agent workspaces.
|
|
39
|
+
|
|
40
|
+
Worktree allows humans and AI agents to build, test, and review code in parallel without disrupting the active uncommitted workspace.
|
|
41
|
+
|
|
42
|
+
## Quick Start
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
pip install getworktree
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
## Core Ecosystem Roadmap
|
|
49
|
+
|
|
50
|
+
1. **Worktree CLI (Open-Source)**: Terminal-native interactive loops, git diff tracking, and target hunk isolation using your own local developer API keys.
|
|
51
|
+
2. **Worktree App (Premium Desktop Client)**: Side-by-side visual diff UI, multi-file project impact mapping, local Vector DB workspace caching, and enterprise SSO proxy guardrails.
|
|
52
|
+
|
|
53
|
+
## License
|
|
54
|
+
|
|
55
|
+
Distributed under the MIT License. See `LICENSE` for more information.
|
|
56
|
+
|
|
57
|
+
## Links
|
|
58
|
+
|
|
59
|
+
* **Website**: [getworktree.io](https://getworktree.io)
|
|
60
|
+
* **GitHub Organization**: [://github.com](https://://github.com)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Worktree (`wt`)
|
|
2
|
+
|
|
3
|
+
Isolated git worktree developer loops and autonomous AI agent workspaces.
|
|
4
|
+
|
|
5
|
+
Worktree allows humans and AI agents to build, test, and review code in parallel without disrupting the active uncommitted workspace.
|
|
6
|
+
|
|
7
|
+
## Quick Start
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pip install getworktree
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Core Ecosystem Roadmap
|
|
14
|
+
|
|
15
|
+
1. **Worktree CLI (Open-Source)**: Terminal-native interactive loops, git diff tracking, and target hunk isolation using your own local developer API keys.
|
|
16
|
+
2. **Worktree App (Premium Desktop Client)**: Side-by-side visual diff UI, multi-file project impact mapping, local Vector DB workspace caching, and enterprise SSO proxy guardrails.
|
|
17
|
+
|
|
18
|
+
## License
|
|
19
|
+
|
|
20
|
+
Distributed under the MIT License. See `LICENSE` for more information.
|
|
21
|
+
|
|
22
|
+
## Links
|
|
23
|
+
|
|
24
|
+
* **Website**: [getworktree.io](https://getworktree.io)
|
|
25
|
+
* **GitHub Organization**: [://github.com](https://://github.com)
|
|
File without changes
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: getworktree
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Isolated git worktree developer loops and AI agent workspaces.
|
|
5
|
+
Home-page: https://github.com
|
|
6
|
+
Author: Worktree Team
|
|
7
|
+
Author-email: hello@getworktree.io
|
|
8
|
+
Project-URL: Homepage, https://getworktree.io
|
|
9
|
+
Project-URL: Bug Tracker, https://github.com/issues
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
15
|
+
Classifier: Operating System :: OS Independent
|
|
16
|
+
Classifier: Environment :: Console
|
|
17
|
+
Classifier: Topic :: Software Development :: Version Control :: Git
|
|
18
|
+
Requires-Python: >=3.9
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
License-File: LICENSE
|
|
21
|
+
Requires-Dist: click>=8.0.0
|
|
22
|
+
Requires-Dist: rich>=13.0.0
|
|
23
|
+
Requires-Dist: requests>=2.28.0
|
|
24
|
+
Dynamic: author
|
|
25
|
+
Dynamic: author-email
|
|
26
|
+
Dynamic: classifier
|
|
27
|
+
Dynamic: description
|
|
28
|
+
Dynamic: description-content-type
|
|
29
|
+
Dynamic: home-page
|
|
30
|
+
Dynamic: license-file
|
|
31
|
+
Dynamic: project-url
|
|
32
|
+
Dynamic: requires-dist
|
|
33
|
+
Dynamic: requires-python
|
|
34
|
+
Dynamic: summary
|
|
35
|
+
|
|
36
|
+
# Worktree (`wt`)
|
|
37
|
+
|
|
38
|
+
Isolated git worktree developer loops and autonomous AI agent workspaces.
|
|
39
|
+
|
|
40
|
+
Worktree allows humans and AI agents to build, test, and review code in parallel without disrupting the active uncommitted workspace.
|
|
41
|
+
|
|
42
|
+
## Quick Start
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
pip install getworktree
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
## Core Ecosystem Roadmap
|
|
49
|
+
|
|
50
|
+
1. **Worktree CLI (Open-Source)**: Terminal-native interactive loops, git diff tracking, and target hunk isolation using your own local developer API keys.
|
|
51
|
+
2. **Worktree App (Premium Desktop Client)**: Side-by-side visual diff UI, multi-file project impact mapping, local Vector DB workspace caching, and enterprise SSO proxy guardrails.
|
|
52
|
+
|
|
53
|
+
## License
|
|
54
|
+
|
|
55
|
+
Distributed under the MIT License. See `LICENSE` for more information.
|
|
56
|
+
|
|
57
|
+
## Links
|
|
58
|
+
|
|
59
|
+
* **Website**: [getworktree.io](https://getworktree.io)
|
|
60
|
+
* **GitHub Organization**: [://github.com](https://://github.com)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
README.md
|
|
3
|
+
setup.py
|
|
4
|
+
getworktree/__init__.py
|
|
5
|
+
getworktree/cli.py
|
|
6
|
+
getworktree.egg-info/PKG-INFO
|
|
7
|
+
getworktree.egg-info/SOURCES.txt
|
|
8
|
+
getworktree.egg-info/dependency_links.txt
|
|
9
|
+
getworktree.egg-info/entry_points.txt
|
|
10
|
+
getworktree.egg-info/requires.txt
|
|
11
|
+
getworktree.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
getworktree
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
import os
|
|
3
|
+
|
|
4
|
+
# Read the contents of your public README file for the PyPI project page
|
|
5
|
+
theme_dir = os.path.abspath(os.path.dirname(__file__))
|
|
6
|
+
with open(os.path.join(theme_dir, "README.md"), encoding="utf-8") as f:
|
|
7
|
+
long_description = f.read()
|
|
8
|
+
|
|
9
|
+
setup(
|
|
10
|
+
name="getworktree",
|
|
11
|
+
version="0.1.0",
|
|
12
|
+
author="Worktree Team",
|
|
13
|
+
author_email="hello@getworktree.io",
|
|
14
|
+
description="Isolated git worktree developer loops and AI agent workspaces.",
|
|
15
|
+
long_description=long_description,
|
|
16
|
+
long_description_content_type="text/markdown",
|
|
17
|
+
url="https://github.com",
|
|
18
|
+
project_urls={
|
|
19
|
+
"Homepage": "https://getworktree.io",
|
|
20
|
+
"Bug Tracker": "https://github.com/issues",
|
|
21
|
+
},
|
|
22
|
+
classifiers=[
|
|
23
|
+
"Programming Language :: Python :: 3",
|
|
24
|
+
"Programming Language :: Python :: 3.9",
|
|
25
|
+
"Programming Language :: Python :: 3.10",
|
|
26
|
+
"Programming Language :: Python :: 3.11",
|
|
27
|
+
"License :: OSI Approved :: MIT License",
|
|
28
|
+
"Operating System :: OS Independent",
|
|
29
|
+
"Environment :: Console",
|
|
30
|
+
"Topic :: Software Development :: Version Control :: Git",
|
|
31
|
+
],
|
|
32
|
+
# Automatically finds the code sub-folders inside your repository
|
|
33
|
+
packages=find_packages(exclude=["tests*", "docs*"]),
|
|
34
|
+
python_requires=">=3.9",
|
|
35
|
+
|
|
36
|
+
# Baseline external libraries your CLI needs to run
|
|
37
|
+
install_requires=[
|
|
38
|
+
"click>=8.0.0", # For clean CLI command formatting
|
|
39
|
+
"rich>=13.0.0", # For beautiful terminal UI text rendering
|
|
40
|
+
"requests>=2.28.0", # For optional API polling / metrics updates
|
|
41
|
+
],
|
|
42
|
+
|
|
43
|
+
# CRITICAL: Maps the terminal execution command
|
|
44
|
+
# Typing 'wt' in the terminal will run the main() function inside getworktree/cli.py
|
|
45
|
+
entry_points={
|
|
46
|
+
"console_scripts": [
|
|
47
|
+
"wt=getworktree.cli:main",
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
)
|