shadowshell 0.0.41__tar.gz → 0.0.74__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.
- {shadowshell-0.0.41 → shadowshell-0.0.74}/PKG-INFO +1 -1
- {shadowshell-0.0.41 → shadowshell-0.0.74}/pyproject.toml +2 -2
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell.egg-info/PKG-INFO +1 -1
- {shadowshell-0.0.41 → shadowshell-0.0.74}/README.md +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/setup.cfg +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/__init__.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/boot/__init__.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/boot/starter.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/bootstrap.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/config/__init__.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/config/configurator.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/configurator.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/console_logger.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/file/__init__.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/file/file_util.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/git_shell.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/logger.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/logger_factory.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/logging/__init__.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/logging/console_logger.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/logging/logger.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/logging/logger_factory.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/logging/logging_constants.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/monitor/__init__.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/monitor/monitor.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/serialize/__init__.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/serialize/serializer.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/serialize/serializer_factory.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/serialize/serializer_json.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/stock_trader.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/test/__init__.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell/test/test.py +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell.egg-info/SOURCES.txt +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell.egg-info/dependency_links.txt +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell.egg-info/requires.txt +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/src/shadowshell.egg-info/top_level.txt +0 -0
- {shadowshell-0.0.41 → shadowshell-0.0.74}/tests/tests.py +0 -0
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "shadowshell" # 全局唯一名称(检查PyPI是否被占用)
|
|
7
|
-
version = "0.0.41" # 版本号(每次更新需递增)
|
|
8
|
-
|
|
7
|
+
#version = "0.0.41" # 版本号(每次更新需递增)
|
|
8
|
+
version = "0.0.74" # 版本号(每次更新需递增)
|
|
9
9
|
authors = [{ name = "shadowshell", email = "shadowshellxyz@foxmail.com" }]
|
|
10
10
|
description = "www.shadowshell.xyz"
|
|
11
11
|
readme = "README.md"
|
|
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
|
|
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
|