fastapi-scaff 0.1.2__py3-none-any.whl → 0.1.4__py3-none-any.whl

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 fastapi-scaff might be problematic. Click here for more details.

fastapi_scaff/__init__.py CHANGED
@@ -7,4 +7,4 @@
7
7
  @history
8
8
  """
9
9
 
10
- __version__ = "0.1.2"
10
+ __version__ = "0.1.4"
fastapi_scaff/__main__.py CHANGED
@@ -68,7 +68,7 @@ def main():
68
68
  default="asm",
69
69
  choices=["a", "as", "asm"],
70
70
  metavar="",
71
- help="`add`时可指定目标(默认asm > a:api,s:service(&schema),m:model)")
71
+ help="`add`时可指定目标(默认asm)")
72
72
  args = parser.parse_args()
73
73
  cmd = CMD(args)
74
74
  if args.command == "new":
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastapi-scaff
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: This is a fastapi scaff.
5
5
  Author-email: axiner <atpuxiner@163.com>
6
6
  Project-URL: Homepage, https://github.com/atpuxiner/fastapi-scaff
@@ -0,0 +1,11 @@
1
+ fastapi_scaff/__init__.py,sha256=VHorbjmJ7Rj8rW6plftuVUwm4jc1zkRqb9sbQ9du7bg,120
2
+ fastapi_scaff/__main__.py,sha256=T5ODMU9Ge5jDz0F1EXjbvKhNZPMWWy2gmln8RoXwtPY,13220
3
+ fastapi_scaff/_api_tpl.json,sha256=8oQC2cb9yD1azuOpxvTeY98hxq0U7lXJB0cd_D6jCe4,6795
4
+ fastapi_scaff/_project_tpl.json,sha256=fzz827kN124BFKlgwVsX1yO5kvBewel8OKmAmu1nr94,72558
5
+ fastapi_scaff-0.1.4.dist-info/licenses/LICENSE,sha256=A5H6q7zd1QrL3iVs1KLsBOG0ImV-t9PpPspM4x-4Ea8,1069
6
+ tests/__init__.py,sha256=hL1sZ5kdrEFj8BqVmf98RgCrZAfXWNUhc122nk4hwuw,18
7
+ fastapi_scaff-0.1.4.dist-info/METADATA,sha256=h_WpvHW5tl7N7WCLh99AAq1vqlZJOKPUKVCJvkfmgCM,3382
8
+ fastapi_scaff-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ fastapi_scaff-0.1.4.dist-info/entry_points.txt,sha256=kzs28nmpRWVCmWmZav3X7u7YOIOEir3sCkLnvQKTJbY,62
10
+ fastapi_scaff-0.1.4.dist-info/top_level.txt,sha256=GYgW8daqMJBN-Gv-z0JiFM2XWuSyBoEgXwqJW1wi0hg,20
11
+ fastapi_scaff-0.1.4.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- fastapi_scaff/__init__.py,sha256=Y3P-W87M4guzD-DJGmy177oKP3sDnNiVBdTICgMoDz8,120
2
- fastapi_scaff/__main__.py,sha256=4wRSVOII5lyFrW4lv4WKrfYEJN0cZYR-RDvZ3UMmRuY,13255
3
- fastapi_scaff/_api_tpl.json,sha256=8oQC2cb9yD1azuOpxvTeY98hxq0U7lXJB0cd_D6jCe4,6795
4
- fastapi_scaff/_project_tpl.json,sha256=fzz827kN124BFKlgwVsX1yO5kvBewel8OKmAmu1nr94,72558
5
- fastapi_scaff-0.1.2.dist-info/licenses/LICENSE,sha256=A5H6q7zd1QrL3iVs1KLsBOG0ImV-t9PpPspM4x-4Ea8,1069
6
- tests/__init__.py,sha256=hL1sZ5kdrEFj8BqVmf98RgCrZAfXWNUhc122nk4hwuw,18
7
- fastapi_scaff-0.1.2.dist-info/METADATA,sha256=KYNBcAJuHEZUE_y23oCnGsqZGPy7S82QbFtgXGrSHbE,3382
8
- fastapi_scaff-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- fastapi_scaff-0.1.2.dist-info/entry_points.txt,sha256=kzs28nmpRWVCmWmZav3X7u7YOIOEir3sCkLnvQKTJbY,62
10
- fastapi_scaff-0.1.2.dist-info/top_level.txt,sha256=GYgW8daqMJBN-Gv-z0JiFM2XWuSyBoEgXwqJW1wi0hg,20
11
- fastapi_scaff-0.1.2.dist-info/RECORD,,