Metadata-Version: 2.4
Name: cctp
Version: 1.1.4
Summary: Cookiecutter Template for Python.
Project-URL: Repository, https://gitee.com/gooker_young/cctp
Project-URL: Documentation, https://cctp.readthedocs.io/zh-cn/develop/
Project-URL: Issues, https://gitee.com/gooker_young/cctp/issues
Author-email: gooker_young <gooker_young@qq.com>
Maintainer-email: gooker_young <gooker_young@qq.com>
License: MIT license
License-File: AUTHORS.rst
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: rich>=13.9.4
Requires-Dist: typer>=0.15.1
Description-Content-Type: text/x-rst

cctp
=======

简介
------

用于快速搭建 `Python` 项目的 `Cookiecutter <https://www.cookiecutter.io/>`_ 模板.

主要特性:

- 支持 ``Python >= 3.9`` 环境
- 支持 ``uv`` 构建项目
- 支持 ``sphinx`` 文档构建工具
- 支持 ``alabaster`` / ``sphinx_rtd_theme`` / ``classic`` 等多种文档风格
- 支持 ``Typer`` / ``Argparse`` 命令行项目

快速开始
----------

使用 ``cctp`` 创建 `Python` 项目模板 ::

    $ uvx cctp

也可使用以下方式: ::

    $ uvx cookiecutter https://gitee.com/gooker_young/cctp.git
