Metadata-Version: 2.4
Name: create-python-app-core
Version: 0.1.0
Summary: Scaffolding engine for Create Awesome Python App
Project-URL: Homepage, https://github.com/Create-Python-App/create-python-app
Project-URL: Repository, https://github.com/Create-Python-App/create-python-app
Project-URL: Issues, https://github.com/Create-Python-App/create-python-app/issues
License-Expression: MIT
Requires-Python: >=3.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: jinja2>=3.1.0
Requires-Dist: packaging>=24.0
Requires-Dist: tomlkit>=0.13.0
Description-Content-Type: text/markdown

# create-python-app-core

Programmatic scaffolding engine behind Create Awesome Python App.

```python
from create_python_app_core import (
    create_python_app,
    check_python_version,
    check_for_latest_version,
    print_env_info,
    CPA_USER_AGENT,
)
```

Requires **Python >= 3.12**.
