pyservx 1.0.3__tar.gz → 1.0.4__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.
Potentially problematic release.
This version of pyservx might be problematic. Click here for more details.
- {pyservx-1.0.3/pyservx.egg-info → pyservx-1.0.4}/PKG-INFO +3 -3
- {pyservx-1.0.3 → pyservx-1.0.4}/pyproject.toml +6 -3
- {pyservx-1.0.3 → pyservx-1.0.4/pyservx.egg-info}/PKG-INFO +3 -3
- {pyservx-1.0.3 → pyservx-1.0.4}/pyservx.egg-info/SOURCES.txt +1 -0
- pyservx-1.0.4/pyservx.egg-info/entry_points.txt +2 -0
- {pyservx-1.0.3 → pyservx-1.0.4}/LICENSE +0 -0
- {pyservx-1.0.3 → pyservx-1.0.4}/MANIFEST.in +0 -0
- {pyservx-1.0.3 → pyservx-1.0.4}/README.md +0 -0
- {pyservx-1.0.3 → pyservx-1.0.4}/pyservx/__init__.py +0 -0
- {pyservx-1.0.3 → pyservx-1.0.4}/pyservx/server.py +0 -0
- {pyservx-1.0.3 → pyservx-1.0.4}/pyservx.egg-info/dependency_links.txt +0 -0
- {pyservx-1.0.3 → pyservx-1.0.4}/pyservx.egg-info/top_level.txt +0 -0
- {pyservx-1.0.3 → pyservx-1.0.4}/setup.cfg +0 -0
- {pyservx-1.0.3 → pyservx-1.0.4}/tests/test_server.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyservx
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: A simple Python server package
|
|
5
5
|
Author-email: Your Name <your.email@example.com>
|
|
6
6
|
License: MIT License
|
|
@@ -12,8 +12,8 @@ License: MIT License
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
13
13
|
|
|
14
14
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
15
|
-
Project-URL: Homepage, https://github.com/
|
|
16
|
-
Project-URL: Repository, https://github.com/
|
|
15
|
+
Project-URL: Homepage, https://github.com/yourusername/pyservx
|
|
16
|
+
Project-URL: Repository, https://github.com/yourusername/pyservx
|
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
|
18
18
|
Classifier: License :: OSI Approved :: MIT License
|
|
19
19
|
Classifier: Operating System :: OS Independent
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pyservx"
|
|
3
|
-
version = "1.0.3
|
|
3
|
+
version = "1.0.4" # Increment to avoid conflict with 1.0.3
|
|
4
4
|
description = "A simple Python server package"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.6"
|
|
@@ -19,5 +19,8 @@ requires = ["setuptools>=61.0", "wheel"]
|
|
|
19
19
|
build-backend = "setuptools.build_meta"
|
|
20
20
|
|
|
21
21
|
[project.urls]
|
|
22
|
-
Homepage = "https://github.com/
|
|
23
|
-
Repository = "https://github.com/
|
|
22
|
+
Homepage = "https://github.com/yourusername/pyservx"
|
|
23
|
+
Repository = "https://github.com/yourusername/pyservx"
|
|
24
|
+
|
|
25
|
+
[project.scripts]
|
|
26
|
+
pyservx = "pyservx.server:main"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyservx
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: A simple Python server package
|
|
5
5
|
Author-email: Your Name <your.email@example.com>
|
|
6
6
|
License: MIT License
|
|
@@ -12,8 +12,8 @@ License: MIT License
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
13
13
|
|
|
14
14
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
15
|
-
Project-URL: Homepage, https://github.com/
|
|
16
|
-
Project-URL: Repository, https://github.com/
|
|
15
|
+
Project-URL: Homepage, https://github.com/yourusername/pyservx
|
|
16
|
+
Project-URL: Repository, https://github.com/yourusername/pyservx
|
|
17
17
|
Classifier: Programming Language :: Python :: 3
|
|
18
18
|
Classifier: License :: OSI Approved :: MIT License
|
|
19
19
|
Classifier: Operating System :: OS Independent
|
|
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
|