stackfordev 0.2.0__tar.gz → 0.2.3__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.
- {stackfordev-0.2.0 → stackfordev-0.2.3}/PKG-INFO +5 -5
- {stackfordev-0.2.0 → stackfordev-0.2.3}/README.md +4 -4
- {stackfordev-0.2.0 → stackfordev-0.2.3}/pyproject.toml +1 -1
- {stackfordev-0.2.0 → stackfordev-0.2.3}/LICENSE +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/__init__.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/cli/__init__.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/cli/api_client.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/cli/commands/__init__.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/cli/commands/generate.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/cli/commands/info.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/cli/commands/init.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/cli/config.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/cli/display.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/cli/interactive.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/cli/main.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/docker_templates/__init__.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/docker_templates/compose_template.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/docker_templates/go_template.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/docker_templates/java_template.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/docker_templates/javascript_template.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/docker_templates/python_template.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/docker_templates/rust_template.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/docker_templates/shell_template.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/generate_dockerfile.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/generator_core.py +0 -0
- {stackfordev-0.2.0 → stackfordev-0.2.3}/src/s3_helper.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackfordev
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Generate tailored Dockerfiles for development environments
|
|
5
5
|
License: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -34,7 +34,7 @@ Description-Content-Type: text/markdown
|
|
|
34
34
|
[](https://badge.fury.io/py/stackfordev)
|
|
35
35
|
[](https://pypi.org/project/stackfordev/)
|
|
36
36
|
[](LICENSE)
|
|
37
|
-
[](https://codecov.io/github/ZisisKostakakis/StackForDev)
|
|
38
38
|
|
|
39
39
|
> **Docker as your dev environment.** Select a language and stack, get a tailored Dockerfile — no local language installation required.
|
|
40
40
|
|
|
@@ -165,13 +165,13 @@ CLI / API call
|
|
|
165
165
|
|
|
166
166
|
## Contributing
|
|
167
167
|
|
|
168
|
-
See [CONTRIBUTING.md](CONTRIBUTING.md) for local setup, how to run tests, and how to add a new language template in 4 steps.
|
|
168
|
+
See [CONTRIBUTING.md](https://github.com/ZisisKostakakis/StackForDev/blob/main/CONTRIBUTING.md) for local setup, how to run tests, and how to add a new language template in 4 steps.
|
|
169
169
|
|
|
170
170
|
## Changelog
|
|
171
171
|
|
|
172
|
-
See [CHANGELOG.md](CHANGELOG.md).
|
|
172
|
+
See [CHANGELOG.md](https://github.com/ZisisKostakakis/StackForDev/blob/main/CHANGELOG.md).
|
|
173
173
|
|
|
174
174
|
## License
|
|
175
175
|
|
|
176
|
-
MIT — see [LICENSE](LICENSE) for details.
|
|
176
|
+
MIT — see [LICENSE](https://github.com/ZisisKostakakis/StackForDev/blob/main/LICENSE) for details.
|
|
177
177
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://badge.fury.io/py/stackfordev)
|
|
5
5
|
[](https://pypi.org/project/stackfordev/)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](https://codecov.io/github/ZisisKostakakis/StackForDev)
|
|
8
8
|
|
|
9
9
|
> **Docker as your dev environment.** Select a language and stack, get a tailored Dockerfile — no local language installation required.
|
|
10
10
|
|
|
@@ -135,12 +135,12 @@ CLI / API call
|
|
|
135
135
|
|
|
136
136
|
## Contributing
|
|
137
137
|
|
|
138
|
-
See [CONTRIBUTING.md](CONTRIBUTING.md) for local setup, how to run tests, and how to add a new language template in 4 steps.
|
|
138
|
+
See [CONTRIBUTING.md](https://github.com/ZisisKostakakis/StackForDev/blob/main/CONTRIBUTING.md) for local setup, how to run tests, and how to add a new language template in 4 steps.
|
|
139
139
|
|
|
140
140
|
## Changelog
|
|
141
141
|
|
|
142
|
-
See [CHANGELOG.md](CHANGELOG.md).
|
|
142
|
+
See [CHANGELOG.md](https://github.com/ZisisKostakakis/StackForDev/blob/main/CHANGELOG.md).
|
|
143
143
|
|
|
144
144
|
## License
|
|
145
145
|
|
|
146
|
-
MIT — see [LICENSE](LICENSE) for details.
|
|
146
|
+
MIT — see [LICENSE](https://github.com/ZisisKostakakis/StackForDev/blob/main/LICENSE) for details.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|