js-python-starter 1.0.1__tar.gz → 1.0.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.
- {js_python_starter-1.0.1/src/js_python_starter.egg-info → js_python_starter-1.0.3}/PKG-INFO +6 -2
- {js_python_starter-1.0.1 → js_python_starter-1.0.3}/README.md +3 -0
- {js_python_starter-1.0.1 → js_python_starter-1.0.3}/pyproject.toml +1 -1
- {js_python_starter-1.0.1 → js_python_starter-1.0.3/src/js_python_starter.egg-info}/PKG-INFO +6 -2
- {js_python_starter-1.0.1 → js_python_starter-1.0.3}/LICENSE +0 -0
- {js_python_starter-1.0.1 → js_python_starter-1.0.3}/setup.cfg +0 -0
- {js_python_starter-1.0.1 → js_python_starter-1.0.3}/src/__init__.py +0 -0
- {js_python_starter-1.0.1 → js_python_starter-1.0.3}/src/js_python_starter.egg-info/SOURCES.txt +0 -0
- {js_python_starter-1.0.1 → js_python_starter-1.0.3}/src/js_python_starter.egg-info/dependency_links.txt +0 -0
- {js_python_starter-1.0.1 → js_python_starter-1.0.3}/src/js_python_starter.egg-info/top_level.txt +0 -0
- {js_python_starter-1.0.1 → js_python_starter-1.0.3}/src/main.py +0 -0
- {js_python_starter-1.0.1 → js_python_starter-1.0.3}/tests/test_startup.py +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: js-python-starter
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
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
|
|
7
7
|
License-File: LICENSE
|
|
8
|
+
Dynamic: license-file
|
|
8
9
|
|
|
9
10
|
# Python Starter
|
|
10
11
|
|
|
@@ -40,3 +41,6 @@ License-File: LICENSE
|
|
|
40
41
|
- [X] Handle GitHub pre-release
|
|
41
42
|
- [X] Update PYTHONPATH with src folder
|
|
42
43
|
- [X] Add custom user to Dockerfile
|
|
44
|
+
- [ ] Fix Dockerfile
|
|
45
|
+
- [ ] Fix health check
|
|
46
|
+
- [ ] Fix version number
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: js-python-starter
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
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
|
|
7
7
|
License-File: LICENSE
|
|
8
|
+
Dynamic: license-file
|
|
8
9
|
|
|
9
10
|
# Python Starter
|
|
10
11
|
|
|
@@ -40,3 +41,6 @@ License-File: LICENSE
|
|
|
40
41
|
- [X] Handle GitHub pre-release
|
|
41
42
|
- [X] Update PYTHONPATH with src folder
|
|
42
43
|
- [X] Add custom user to Dockerfile
|
|
44
|
+
- [ ] Fix Dockerfile
|
|
45
|
+
- [ ] Fix health check
|
|
46
|
+
- [ ] Fix version number
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{js_python_starter-1.0.1 → js_python_starter-1.0.3}/src/js_python_starter.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{js_python_starter-1.0.1 → js_python_starter-1.0.3}/src/js_python_starter.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|