js-python-starter 20250314170643.dev0__tar.gz → 20250315023720.dev0__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.
- {js_python_starter-20250314170643.dev0/src/js_python_starter.egg-info → js_python_starter-20250315023720.dev0}/PKG-INFO +2 -2
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/README.md +1 -1
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/pyproject.toml +1 -1
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0/src/js_python_starter.egg-info}/PKG-INFO +2 -2
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/LICENSE +0 -0
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/setup.cfg +0 -0
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/src/__init__.py +0 -0
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/src/js_python_starter.egg-info/SOURCES.txt +0 -0
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/src/js_python_starter.egg-info/dependency_links.txt +0 -0
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/src/js_python_starter.egg-info/requires.txt +0 -0
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/src/js_python_starter.egg-info/top_level.txt +0 -0
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/src/main.py +0 -0
- {js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/tests/test_startup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: js-python-starter
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20250315023720.dev0
|
|
4
4
|
Summary: A starter project for quickly setting up new Python apps
|
|
5
5
|
Requires-Python: <4.0,>=3.13
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -12,7 +12,7 @@ Requires-Dist: httpx>=0.28.1
|
|
|
12
12
|
## Steps to set up
|
|
13
13
|
1. Create a new repository in GitHub using this repository as a template
|
|
14
14
|
2. Generate Docker Hub PAT (Personal Access Token)
|
|
15
|
-
3. Create
|
|
15
|
+
3. Create an [Environment in GitHub](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment#creating-an-environment) with the following secrets
|
|
16
16
|
- DOCKER_USERNAME (Docker Hub username)
|
|
17
17
|
- DOCKER_PASSWORD (Docker Hub PAT)
|
|
18
18
|
4. Create a Docker Hub repository with the same name as the GitHub repository
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## Steps to set up
|
|
4
4
|
1. Create a new repository in GitHub using this repository as a template
|
|
5
5
|
2. Generate Docker Hub PAT (Personal Access Token)
|
|
6
|
-
3. Create
|
|
6
|
+
3. Create an [Environment in GitHub](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment#creating-an-environment) with the following secrets
|
|
7
7
|
- DOCKER_USERNAME (Docker Hub username)
|
|
8
8
|
- DOCKER_PASSWORD (Docker Hub PAT)
|
|
9
9
|
4. Create a Docker Hub repository with the same name as the GitHub repository
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: js-python-starter
|
|
3
|
-
Version:
|
|
3
|
+
Version: 20250315023720.dev0
|
|
4
4
|
Summary: A starter project for quickly setting up new Python apps
|
|
5
5
|
Requires-Python: <4.0,>=3.13
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -12,7 +12,7 @@ Requires-Dist: httpx>=0.28.1
|
|
|
12
12
|
## Steps to set up
|
|
13
13
|
1. Create a new repository in GitHub using this repository as a template
|
|
14
14
|
2. Generate Docker Hub PAT (Personal Access Token)
|
|
15
|
-
3. Create
|
|
15
|
+
3. Create an [Environment in GitHub](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment#creating-an-environment) with the following secrets
|
|
16
16
|
- DOCKER_USERNAME (Docker Hub username)
|
|
17
17
|
- DOCKER_PASSWORD (Docker Hub PAT)
|
|
18
18
|
4. Create a Docker Hub repository with the same name as the GitHub repository
|
|
File without changes
|
|
File without changes
|
{js_python_starter-20250314170643.dev0 → js_python_starter-20250315023720.dev0}/src/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|