create-awesome-python-app 0.2.0__py3-none-any.whl → 0.2.1__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.
@@ -1,3 +1,3 @@
1
1
  """Create Awesome Python App CLI."""
2
2
 
3
- __version__ = "0.2.0"
3
+ __version__ = "0.2.1"
@@ -247,7 +247,6 @@ def scaffold(
247
247
  choices=list(choice_by_title),
248
248
  match_middle=True,
249
249
  qmark="?",
250
- pointer=">",
251
250
  ).ask()
252
251
  selected_template = choice_by_title.get(str(selected_title), selected_title)
253
252
  if selected_template == CUSTOM_TEMPLATE_SENTINEL:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: create-awesome-python-app
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Composable scaffolding CLI for production-ready Python apps
5
5
  Project-URL: Homepage, https://github.com/Create-Python-App/create-python-app
6
6
  Project-URL: Repository, https://github.com/Create-Python-App/create-python-app
@@ -8,7 +8,7 @@ Project-URL: Issues, https://github.com/Create-Python-App/create-python-app/issu
8
8
  Project-URL: Changelog, https://github.com/Create-Python-App/create-python-app/blob/main/CHANGELOG.md
9
9
  License-Expression: MIT
10
10
  Requires-Python: >=3.12
11
- Requires-Dist: create-python-app-core>=0.2.0
11
+ Requires-Dist: create-python-app-core>=0.2.1
12
12
  Requires-Dist: questionary>=2.1.1
13
13
  Requires-Dist: rich>=15.0.0
14
14
  Requires-Dist: typer>=0.27.0
@@ -0,0 +1,8 @@
1
+ create_awesome_python_app/__init__.py,sha256=eQquCHWgguZ5YtCx7_9ETIahAVlqtvq0K8yjUmhD1Ho,60
2
+ create_awesome_python_app/cache.py,sha256=eHKUlunGexZKYJo0HDNoBoOVq0DjLyRYgEe_wUh4Fk0,11812
3
+ create_awesome_python_app/catalog.py,sha256=-VQOrXv7Qda0RgIwHktBLKIiC-W2XZ02k1961mPPD_Q,16898
4
+ create_awesome_python_app/cli.py,sha256=aNDUiIgRiks6nV72wrAbLit4yxD6VpCCv8Msp9QDXa4,20453
5
+ create_awesome_python_app-0.2.1.dist-info/METADATA,sha256=IiVoa-T5XrT7jStTTKXGO9dlrj3xEUZSxnZw5drODdE,1428
6
+ create_awesome_python_app-0.2.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
7
+ create_awesome_python_app-0.2.1.dist-info/entry_points.txt,sha256=rszFbUjY-lvMDZ96zX1lALJwgD1mI3CkUuNyF2qqjYo,81
8
+ create_awesome_python_app-0.2.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- create_awesome_python_app/__init__.py,sha256=S9MWGoHjvLmqcRmacr45bUQAsiBLBZTWyjtKVqbDtvA,60
2
- create_awesome_python_app/cache.py,sha256=eHKUlunGexZKYJo0HDNoBoOVq0DjLyRYgEe_wUh4Fk0,11812
3
- create_awesome_python_app/catalog.py,sha256=-VQOrXv7Qda0RgIwHktBLKIiC-W2XZ02k1961mPPD_Q,16898
4
- create_awesome_python_app/cli.py,sha256=aWaRQYZp2ocxOT_NQ6SFzS01nbvYkayUdg8MlpAeDXE,20482
5
- create_awesome_python_app-0.2.0.dist-info/METADATA,sha256=505YpWYtLsW5MGpl3mVBPTm9CnveKURW30_TjLVmyGU,1428
6
- create_awesome_python_app-0.2.0.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
7
- create_awesome_python_app-0.2.0.dist-info/entry_points.txt,sha256=rszFbUjY-lvMDZ96zX1lALJwgD1mI3CkUuNyF2qqjYo,81
8
- create_awesome_python_app-0.2.0.dist-info/RECORD,,