Race-Inventorytools 0.3.0__tar.gz → 0.4.0__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.
- race_inventorytools-0.4.0/PKG-INFO +24 -0
- race_inventorytools-0.4.0/README.md +1 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/pyproject.toml +1 -1
- race_inventorytools-0.4.0/src/Race_Inventorytools.egg-info/PKG-INFO +24 -0
- race_inventorytools-0.3.0/PKG-INFO +0 -83
- race_inventorytools-0.3.0/README.md +0 -60
- race_inventorytools-0.3.0/src/Race_Inventorytools.egg-info/PKG-INFO +0 -83
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/MANIFEST.in +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/app.py +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/app1.py +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/demo.py +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/requirements.txt +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/scripts/download_dependencies.ps1 +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/scripts/install_offline.ps1 +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/scripts/upload_pypi.ps1 +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/setup.cfg +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/Race_Inventorytools.egg-info/SOURCES.txt +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/Race_Inventorytools.egg-info/dependency_links.txt +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/Race_Inventorytools.egg-info/entry_points.txt +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/Race_Inventorytools.egg-info/requires.txt +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/Race_Inventorytools.egg-info/top_level.txt +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/flask_crud_competition/__init__.py +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/flask_crud_competition/__main__.py +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/flask_crud_competition/app.py +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/flask_crud_competition/app1.py +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/flask_crud_competition/demo.py +0 -0
- {race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/flask_crud_competition/templates/index.html +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: Race-Inventorytools
|
|
3
|
+
Version: 0.4.0
|
|
4
|
+
Summary: Flask-Admin - A Rapid Application Construction Tool
|
|
5
|
+
Author: Competition Demo Team
|
|
6
|
+
Keywords: flask,crud,inventory,admin,sqlite
|
|
7
|
+
Classifier: Development Status :: 3 - Alpha
|
|
8
|
+
Classifier: Framework :: Flask
|
|
9
|
+
Classifier: Intended Audience :: Education
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Requires-Python: >=3.9
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
Requires-Dist: Flask==3.0.0
|
|
18
|
+
Requires-Dist: Flask-SQLAlchemy==3.1.1
|
|
19
|
+
Requires-Dist: Flask-Admin==1.6.1
|
|
20
|
+
Requires-Dist: WTForms==3.1.2
|
|
21
|
+
Requires-Dist: SQLAlchemy>=2.0
|
|
22
|
+
Requires-Dist: Flask-Babel==4.0.0
|
|
23
|
+
|
|
24
|
+
Flask-Admin快速构建应用工具包
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Flask-Admin快速构建应用工具包
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: Race-Inventorytools
|
|
3
|
+
Version: 0.4.0
|
|
4
|
+
Summary: Flask-Admin - A Rapid Application Construction Tool
|
|
5
|
+
Author: Competition Demo Team
|
|
6
|
+
Keywords: flask,crud,inventory,admin,sqlite
|
|
7
|
+
Classifier: Development Status :: 3 - Alpha
|
|
8
|
+
Classifier: Framework :: Flask
|
|
9
|
+
Classifier: Intended Audience :: Education
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Requires-Python: >=3.9
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
Requires-Dist: Flask==3.0.0
|
|
18
|
+
Requires-Dist: Flask-SQLAlchemy==3.1.1
|
|
19
|
+
Requires-Dist: Flask-Admin==1.6.1
|
|
20
|
+
Requires-Dist: WTForms==3.1.2
|
|
21
|
+
Requires-Dist: SQLAlchemy>=2.0
|
|
22
|
+
Requires-Dist: Flask-Babel==4.0.0
|
|
23
|
+
|
|
24
|
+
Flask-Admin快速构建应用工具包
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: Race-Inventorytools
|
|
3
|
-
Version: 0.3.0
|
|
4
|
-
Summary: Flask-Admin - A Rapid Application Construction Tool
|
|
5
|
-
Author: Competition Demo Team
|
|
6
|
-
Keywords: flask,crud,inventory,admin,sqlite
|
|
7
|
-
Classifier: Development Status :: 3 - Alpha
|
|
8
|
-
Classifier: Framework :: Flask
|
|
9
|
-
Classifier: Intended Audience :: Education
|
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
-
Requires-Python: >=3.9
|
|
16
|
-
Description-Content-Type: text/markdown
|
|
17
|
-
Requires-Dist: Flask==3.0.0
|
|
18
|
-
Requires-Dist: Flask-SQLAlchemy==3.1.1
|
|
19
|
-
Requires-Dist: Flask-Admin==1.6.1
|
|
20
|
-
Requires-Dist: WTForms==3.1.2
|
|
21
|
-
Requires-Dist: SQLAlchemy>=2.0
|
|
22
|
-
Requires-Dist: Flask-Babel==4.0.0
|
|
23
|
-
|
|
24
|
-
# Race Inventory CRUD Demo
|
|
25
|
-
|
|
26
|
-
Flask-Admin快速构建应用工具
|
|
27
|
-
|
|
28
|
-
## 安装运行
|
|
29
|
-
|
|
30
|
-
```powershell
|
|
31
|
-
python -m pip install Race-Inventorytools
|
|
32
|
-
race-inventory-admin
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
默认访问地址:
|
|
36
|
-
|
|
37
|
-
```text
|
|
38
|
-
http://127.0.0.1:5000/admin
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
可选环境变量:
|
|
42
|
-
|
|
43
|
-
```powershell
|
|
44
|
-
$env:FLASK_RUN_HOST = "127.0.0.1"
|
|
45
|
-
$env:FLASK_RUN_PORT = "5000"
|
|
46
|
-
$env:FLASK_DEBUG = "1"
|
|
47
|
-
$env:RACE_DEMO_SECRET_KEY = "replace-with-your-secret"
|
|
48
|
-
$env:RACE_INVENTORY_DB = "D:\path\to\data.db"
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
## 本地打包
|
|
52
|
-
|
|
53
|
-
```powershell
|
|
54
|
-
python -m pip install --upgrade build twine
|
|
55
|
-
python -m build
|
|
56
|
-
python -m twine check dist/*
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
构建产物会生成在 `dist/` 目录。
|
|
60
|
-
|
|
61
|
-
## 准备离线依赖
|
|
62
|
-
|
|
63
|
-
```powershell
|
|
64
|
-
.\scripts\download_dependencies.ps1
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
脚本会把依赖包下载到 `wheelhouse/`,并在已经构建 `dist/` 的情况下把本项目 wheel 一起复制进去。比赛方可用下面命令离线安装:
|
|
68
|
-
|
|
69
|
-
```powershell
|
|
70
|
-
python -m pip install --no-index --find-links wheelhouse Race-Inventorytools
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
## 上传 PyPI
|
|
74
|
-
|
|
75
|
-
```powershell
|
|
76
|
-
python -m twine upload dist/*
|
|
77
|
-
```
|
|
78
|
-
|
|
79
|
-
建议先上传 TestPyPI 验证:
|
|
80
|
-
|
|
81
|
-
```powershell
|
|
82
|
-
python -m twine upload --repository testpypi dist/*
|
|
83
|
-
```
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
# Race Inventory CRUD Demo
|
|
2
|
-
|
|
3
|
-
Flask-Admin快速构建应用工具
|
|
4
|
-
|
|
5
|
-
## 安装运行
|
|
6
|
-
|
|
7
|
-
```powershell
|
|
8
|
-
python -m pip install Race-Inventorytools
|
|
9
|
-
race-inventory-admin
|
|
10
|
-
```
|
|
11
|
-
|
|
12
|
-
默认访问地址:
|
|
13
|
-
|
|
14
|
-
```text
|
|
15
|
-
http://127.0.0.1:5000/admin
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
可选环境变量:
|
|
19
|
-
|
|
20
|
-
```powershell
|
|
21
|
-
$env:FLASK_RUN_HOST = "127.0.0.1"
|
|
22
|
-
$env:FLASK_RUN_PORT = "5000"
|
|
23
|
-
$env:FLASK_DEBUG = "1"
|
|
24
|
-
$env:RACE_DEMO_SECRET_KEY = "replace-with-your-secret"
|
|
25
|
-
$env:RACE_INVENTORY_DB = "D:\path\to\data.db"
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
## 本地打包
|
|
29
|
-
|
|
30
|
-
```powershell
|
|
31
|
-
python -m pip install --upgrade build twine
|
|
32
|
-
python -m build
|
|
33
|
-
python -m twine check dist/*
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
构建产物会生成在 `dist/` 目录。
|
|
37
|
-
|
|
38
|
-
## 准备离线依赖
|
|
39
|
-
|
|
40
|
-
```powershell
|
|
41
|
-
.\scripts\download_dependencies.ps1
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
脚本会把依赖包下载到 `wheelhouse/`,并在已经构建 `dist/` 的情况下把本项目 wheel 一起复制进去。比赛方可用下面命令离线安装:
|
|
45
|
-
|
|
46
|
-
```powershell
|
|
47
|
-
python -m pip install --no-index --find-links wheelhouse Race-Inventorytools
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## 上传 PyPI
|
|
51
|
-
|
|
52
|
-
```powershell
|
|
53
|
-
python -m twine upload dist/*
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
建议先上传 TestPyPI 验证:
|
|
57
|
-
|
|
58
|
-
```powershell
|
|
59
|
-
python -m twine upload --repository testpypi dist/*
|
|
60
|
-
```
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: Race-Inventorytools
|
|
3
|
-
Version: 0.3.0
|
|
4
|
-
Summary: Flask-Admin - A Rapid Application Construction Tool
|
|
5
|
-
Author: Competition Demo Team
|
|
6
|
-
Keywords: flask,crud,inventory,admin,sqlite
|
|
7
|
-
Classifier: Development Status :: 3 - Alpha
|
|
8
|
-
Classifier: Framework :: Flask
|
|
9
|
-
Classifier: Intended Audience :: Education
|
|
10
|
-
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
-
Requires-Python: >=3.9
|
|
16
|
-
Description-Content-Type: text/markdown
|
|
17
|
-
Requires-Dist: Flask==3.0.0
|
|
18
|
-
Requires-Dist: Flask-SQLAlchemy==3.1.1
|
|
19
|
-
Requires-Dist: Flask-Admin==1.6.1
|
|
20
|
-
Requires-Dist: WTForms==3.1.2
|
|
21
|
-
Requires-Dist: SQLAlchemy>=2.0
|
|
22
|
-
Requires-Dist: Flask-Babel==4.0.0
|
|
23
|
-
|
|
24
|
-
# Race Inventory CRUD Demo
|
|
25
|
-
|
|
26
|
-
Flask-Admin快速构建应用工具
|
|
27
|
-
|
|
28
|
-
## 安装运行
|
|
29
|
-
|
|
30
|
-
```powershell
|
|
31
|
-
python -m pip install Race-Inventorytools
|
|
32
|
-
race-inventory-admin
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
默认访问地址:
|
|
36
|
-
|
|
37
|
-
```text
|
|
38
|
-
http://127.0.0.1:5000/admin
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
可选环境变量:
|
|
42
|
-
|
|
43
|
-
```powershell
|
|
44
|
-
$env:FLASK_RUN_HOST = "127.0.0.1"
|
|
45
|
-
$env:FLASK_RUN_PORT = "5000"
|
|
46
|
-
$env:FLASK_DEBUG = "1"
|
|
47
|
-
$env:RACE_DEMO_SECRET_KEY = "replace-with-your-secret"
|
|
48
|
-
$env:RACE_INVENTORY_DB = "D:\path\to\data.db"
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
## 本地打包
|
|
52
|
-
|
|
53
|
-
```powershell
|
|
54
|
-
python -m pip install --upgrade build twine
|
|
55
|
-
python -m build
|
|
56
|
-
python -m twine check dist/*
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
构建产物会生成在 `dist/` 目录。
|
|
60
|
-
|
|
61
|
-
## 准备离线依赖
|
|
62
|
-
|
|
63
|
-
```powershell
|
|
64
|
-
.\scripts\download_dependencies.ps1
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
脚本会把依赖包下载到 `wheelhouse/`,并在已经构建 `dist/` 的情况下把本项目 wheel 一起复制进去。比赛方可用下面命令离线安装:
|
|
68
|
-
|
|
69
|
-
```powershell
|
|
70
|
-
python -m pip install --no-index --find-links wheelhouse Race-Inventorytools
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
## 上传 PyPI
|
|
74
|
-
|
|
75
|
-
```powershell
|
|
76
|
-
python -m twine upload dist/*
|
|
77
|
-
```
|
|
78
|
-
|
|
79
|
-
建议先上传 TestPyPI 验证:
|
|
80
|
-
|
|
81
|
-
```powershell
|
|
82
|
-
python -m twine upload --repository testpypi dist/*
|
|
83
|
-
```
|
|
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
|
{race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/Race_Inventorytools.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/flask_crud_competition/__init__.py
RENAMED
|
File without changes
|
{race_inventorytools-0.3.0 → race_inventorytools-0.4.0}/src/flask_crud_competition/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|