repro-cli 0.2.0__tar.gz → 0.2.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.
- repro_cli-0.2.1/LICENSE +21 -0
- {repro_cli-0.2.0/repro_cli.egg-info → repro_cli-0.2.1}/PKG-INFO +14 -8
- repro_cli-0.2.0/PKG-INFO → repro_cli-0.2.1/README.md +11 -16
- {repro_cli-0.2.0 → repro_cli-0.2.1}/pyproject.toml +1 -1
- repro_cli-0.2.0/README.md → repro_cli-0.2.1/repro_cli.egg-info/PKG-INFO +23 -8
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro_cli.egg-info/SOURCES.txt +1 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro/__init__.py +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro/cli.py +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro/detector/__init__.py +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro/detector/detector.py +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro/docker/__init__.py +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro/docker/runner.py +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro/github/__init__.py +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro/github/issue.py +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro_cli.egg-info/dependency_links.txt +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro_cli.egg-info/entry_points.txt +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/repro_cli.egg-info/top_level.txt +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/setup.cfg +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/tests/test_port_parsing.py +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/tests/test_repo_validation.py +0 -0
- {repro_cli-0.2.0 → repro_cli-0.2.1}/tests/test_runtime_detection.py +0 -0
repro_cli-0.2.1/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Sukhdev Thukral
|
|
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.
|
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: repro-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Disposable Docker environments for any GitHub issue
|
|
5
5
|
Author: Sukhdev Thukral
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Requires-Python: >=3.9
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Dynamic: license-file
|
|
9
11
|
|
|
10
12
|
# REPRO
|
|
13
|
+
<img width="1279" height="238" alt="Screenshot 2026-08-09 203800" src="https://github.com/user-attachments/assets/f6c12a93-be02-45f3-a237-d310c24ac395" />
|
|
11
14
|
|
|
12
15
|
> Disposable Docker environments for any GitHub issue.
|
|
13
16
|
One command. No setup.
|
|
17
|
+
<br>
|
|
18
|
+
<img width="800" height="456" alt="ezgif com-video-to-gif-converter" src="https://github.com/user-attachments/assets/635990fc-ae46-4995-aded-c74b965c0c1d" />
|
|
19
|
+
<br>
|
|
14
20
|
|
|
15
21
|
```bash
|
|
16
22
|
pip install repro-cli
|
|
@@ -74,10 +80,10 @@ repro --help
|
|
|
74
80
|
|
|
75
81
|
## What it does
|
|
76
82
|
|
|
77
|
-
1. **
|
|
78
|
-
2. **Detects** the repo's runtime
|
|
83
|
+
1. **Processes** the GitHub issue URL
|
|
84
|
+
2. **Detects** the repo's runtime i.e Node, Python, Go, Rust, Ruby, PHP, Java, or a devcontainer based on whats actually in the repo.
|
|
79
85
|
3. **Spins up** a disposable, isolated Docker container with the right base image.
|
|
80
|
-
4. **Bind-mounts** a real folder on your machine into the container, so nothing is trapped
|
|
86
|
+
4. **Bind-mounts** a real folder on your machine into the container, so nothing is trapped and files persist after you exit
|
|
81
87
|
5. **Clones** the repo directly into that shared folder and install dependencies
|
|
82
88
|
6. **Attaches VS Code directly to the running container** (auto-installing the Dev Containers extension if needed) - one window, one terminal, running *inside* the sandbox.
|
|
83
89
|
7. *Destroys* the container the moment you exit. Your edited files remain exactly where they were.
|
|
@@ -86,9 +92,9 @@ repro --help
|
|
|
86
92
|
|
|
87
93
|
## The unified editor experience
|
|
88
94
|
|
|
89
|
-
- **Real editor
|
|
90
|
-
- **Real persistence
|
|
91
|
-
If VS Code isn't installed, `repro` falls back gracefully
|
|
95
|
+
- **Real editor**: VS Code attaches directly into the container, so its built-in terminal *is* the sandbox shell
|
|
96
|
+
- **Real persistence**: because the folder is bind-mounted, not just cloned inside the container, your work survives after `exit`.
|
|
97
|
+
If VS Code isn't installed, `repro` falls back gracefully, you still get a real folder path printed at the end, ready to open in whatever editor you use.
|
|
92
98
|
|
|
93
99
|
---
|
|
94
100
|
|
|
@@ -114,7 +120,7 @@ If VS Code isn't installed, `repro` falls back gracefully — you still get a re
|
|
|
114
120
|
|
|
115
121
|
## The GitHub App
|
|
116
122
|
|
|
117
|
-
Install [**repro-sandbox-bot**](https://github.com/apps/repro-sandbox-bot) on any repo and it automatically comments the exact `repro` command on every new issue
|
|
123
|
+
Install [**repro-sandbox-bot**](https://github.com/apps/repro-sandbox-bot) on any repo and it automatically comments the exact `repro` command on every new issue, so that contributors never have to think about setup.
|
|
118
124
|
|
|
119
125
|
```
|
|
120
126
|
🏖 Open this issue in DevSandbox
|
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: repro-cli
|
|
3
|
-
Version: 0.2.0
|
|
4
|
-
Summary: Disposable Docker environments for any GitHub issue
|
|
5
|
-
Author: Sukhdev Thukral
|
|
6
|
-
License-Expression: MIT
|
|
7
|
-
Requires-Python: >=3.9
|
|
8
|
-
Description-Content-Type: text/markdown
|
|
9
|
-
|
|
10
1
|
# REPRO
|
|
2
|
+
<img width="1279" height="238" alt="Screenshot 2026-08-09 203800" src="https://github.com/user-attachments/assets/f6c12a93-be02-45f3-a237-d310c24ac395" />
|
|
11
3
|
|
|
12
4
|
> Disposable Docker environments for any GitHub issue.
|
|
13
5
|
One command. No setup.
|
|
6
|
+
<br>
|
|
7
|
+
<img width="800" height="456" alt="ezgif com-video-to-gif-converter" src="https://github.com/user-attachments/assets/635990fc-ae46-4995-aded-c74b965c0c1d" />
|
|
8
|
+
<br>
|
|
14
9
|
|
|
15
10
|
```bash
|
|
16
11
|
pip install repro-cli
|
|
@@ -74,10 +69,10 @@ repro --help
|
|
|
74
69
|
|
|
75
70
|
## What it does
|
|
76
71
|
|
|
77
|
-
1. **
|
|
78
|
-
2. **Detects** the repo's runtime
|
|
72
|
+
1. **Processes** the GitHub issue URL
|
|
73
|
+
2. **Detects** the repo's runtime i.e Node, Python, Go, Rust, Ruby, PHP, Java, or a devcontainer based on whats actually in the repo.
|
|
79
74
|
3. **Spins up** a disposable, isolated Docker container with the right base image.
|
|
80
|
-
4. **Bind-mounts** a real folder on your machine into the container, so nothing is trapped
|
|
75
|
+
4. **Bind-mounts** a real folder on your machine into the container, so nothing is trapped and files persist after you exit
|
|
81
76
|
5. **Clones** the repo directly into that shared folder and install dependencies
|
|
82
77
|
6. **Attaches VS Code directly to the running container** (auto-installing the Dev Containers extension if needed) - one window, one terminal, running *inside* the sandbox.
|
|
83
78
|
7. *Destroys* the container the moment you exit. Your edited files remain exactly where they were.
|
|
@@ -86,9 +81,9 @@ repro --help
|
|
|
86
81
|
|
|
87
82
|
## The unified editor experience
|
|
88
83
|
|
|
89
|
-
- **Real editor
|
|
90
|
-
- **Real persistence
|
|
91
|
-
If VS Code isn't installed, `repro` falls back gracefully
|
|
84
|
+
- **Real editor**: VS Code attaches directly into the container, so its built-in terminal *is* the sandbox shell
|
|
85
|
+
- **Real persistence**: because the folder is bind-mounted, not just cloned inside the container, your work survives after `exit`.
|
|
86
|
+
If VS Code isn't installed, `repro` falls back gracefully, you still get a real folder path printed at the end, ready to open in whatever editor you use.
|
|
92
87
|
|
|
93
88
|
---
|
|
94
89
|
|
|
@@ -114,7 +109,7 @@ If VS Code isn't installed, `repro` falls back gracefully — you still get a re
|
|
|
114
109
|
|
|
115
110
|
## The GitHub App
|
|
116
111
|
|
|
117
|
-
Install [**repro-sandbox-bot**](https://github.com/apps/repro-sandbox-bot) on any repo and it automatically comments the exact `repro` command on every new issue
|
|
112
|
+
Install [**repro-sandbox-bot**](https://github.com/apps/repro-sandbox-bot) on any repo and it automatically comments the exact `repro` command on every new issue, so that contributors never have to think about setup.
|
|
118
113
|
|
|
119
114
|
```
|
|
120
115
|
🏖 Open this issue in DevSandbox
|
|
@@ -1,7 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: repro-cli
|
|
3
|
+
Version: 0.2.1
|
|
4
|
+
Summary: Disposable Docker environments for any GitHub issue
|
|
5
|
+
Author: Sukhdev Thukral
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Requires-Python: >=3.9
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Dynamic: license-file
|
|
11
|
+
|
|
1
12
|
# REPRO
|
|
13
|
+
<img width="1279" height="238" alt="Screenshot 2026-08-09 203800" src="https://github.com/user-attachments/assets/f6c12a93-be02-45f3-a237-d310c24ac395" />
|
|
2
14
|
|
|
3
15
|
> Disposable Docker environments for any GitHub issue.
|
|
4
16
|
One command. No setup.
|
|
17
|
+
<br>
|
|
18
|
+
<img width="800" height="456" alt="ezgif com-video-to-gif-converter" src="https://github.com/user-attachments/assets/635990fc-ae46-4995-aded-c74b965c0c1d" />
|
|
19
|
+
<br>
|
|
5
20
|
|
|
6
21
|
```bash
|
|
7
22
|
pip install repro-cli
|
|
@@ -65,10 +80,10 @@ repro --help
|
|
|
65
80
|
|
|
66
81
|
## What it does
|
|
67
82
|
|
|
68
|
-
1. **
|
|
69
|
-
2. **Detects** the repo's runtime
|
|
83
|
+
1. **Processes** the GitHub issue URL
|
|
84
|
+
2. **Detects** the repo's runtime i.e Node, Python, Go, Rust, Ruby, PHP, Java, or a devcontainer based on whats actually in the repo.
|
|
70
85
|
3. **Spins up** a disposable, isolated Docker container with the right base image.
|
|
71
|
-
4. **Bind-mounts** a real folder on your machine into the container, so nothing is trapped
|
|
86
|
+
4. **Bind-mounts** a real folder on your machine into the container, so nothing is trapped and files persist after you exit
|
|
72
87
|
5. **Clones** the repo directly into that shared folder and install dependencies
|
|
73
88
|
6. **Attaches VS Code directly to the running container** (auto-installing the Dev Containers extension if needed) - one window, one terminal, running *inside* the sandbox.
|
|
74
89
|
7. *Destroys* the container the moment you exit. Your edited files remain exactly where they were.
|
|
@@ -77,9 +92,9 @@ repro --help
|
|
|
77
92
|
|
|
78
93
|
## The unified editor experience
|
|
79
94
|
|
|
80
|
-
- **Real editor
|
|
81
|
-
- **Real persistence
|
|
82
|
-
If VS Code isn't installed, `repro` falls back gracefully
|
|
95
|
+
- **Real editor**: VS Code attaches directly into the container, so its built-in terminal *is* the sandbox shell
|
|
96
|
+
- **Real persistence**: because the folder is bind-mounted, not just cloned inside the container, your work survives after `exit`.
|
|
97
|
+
If VS Code isn't installed, `repro` falls back gracefully, you still get a real folder path printed at the end, ready to open in whatever editor you use.
|
|
83
98
|
|
|
84
99
|
---
|
|
85
100
|
|
|
@@ -105,7 +120,7 @@ If VS Code isn't installed, `repro` falls back gracefully — you still get a re
|
|
|
105
120
|
|
|
106
121
|
## The GitHub App
|
|
107
122
|
|
|
108
|
-
Install [**repro-sandbox-bot**](https://github.com/apps/repro-sandbox-bot) on any repo and it automatically comments the exact `repro` command on every new issue
|
|
123
|
+
Install [**repro-sandbox-bot**](https://github.com/apps/repro-sandbox-bot) on any repo and it automatically comments the exact `repro` command on every new issue, so that contributors never have to think about setup.
|
|
109
124
|
|
|
110
125
|
```
|
|
111
126
|
🏖 Open this issue in DevSandbox
|
|
@@ -127,4 +142,4 @@ PRs welcome. Open an issue first for anything beyond small fixes - and yes, you
|
|
|
127
142
|
|
|
128
143
|
## License
|
|
129
144
|
|
|
130
|
-
MIT
|
|
145
|
+
MIT
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|