# close-paving **Repository Path**: hoops/close-paving ## Basic Information - **Project Name**: close-paving - **Description**: 基于numpy的六角形网络工具包 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-11 - **Last Updated**: 2025-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # close-paving [![version](https://img.shields.io/pypi/v/close-paving.svg)](https://pypi.python.org/pypi/close-paving) [![gitee](https://gitee.com/hoops/close-paving/badge/star.svg)](https://gitee.com/snowlandltd/close-paving/stargazers) [![download](https://img.shields.io/pypi/dm/close-paving.svg)](https://pypi.org/project/close-paving) [![wheel](https://img.shields.io/pypi/wheel/close-paving.svg)](https://pypi.python.org/pypi/close-paving) ![licence](https://img.shields.io/pypi/l/close-paving.svg) ![status](https://img.shields.io/pypi/status/close-paving.svg) #### 介绍 一个简单实用的六角形网格实现 #### 软件架构 软件架构说明 - core - error - kernel - plot_helper - test #### 安装教程 1. pypi安装 ```commandline python install close-paving ``` 2. 源码安装 - 克隆仓库 ```commandline git clone https://gitcode.net/astar/a.star/close-paving.git ``` 或者 ```commandline git clone https://gitee.com/hoops/close-paving.git ``` - 跳转目录 ```commandline cd close_paving ``` - 下载依赖 ```commandline pip install -r requirements.txt ``` - 运行安装命令 ```commandline python setup.py install ``` #### 使用说明 ![direction type](./docs/images/direction.png) #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request