Metadata-Version: 2.1
Name: cdps
Version: 1.0.13
Summary: Composite Disaster Prevention Server
Home-page: UNKNOWN
Author: ExpTechTW
Author-email: exptech.tw@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Composite Disaster Prevention Server

<img alt="Discord" src="https://img.shields.io/discord/926545182407688273">

---

- 複合式防災伺服器

**中文** | [日本語](https://github.com/ExpTechTW/CDPS/blob/master/README-ja.md)

## 索引

- [環境](#環境)
- [開始](#開始)
  - [安裝](#安裝)
  - [初始化](#初始化)
- [更新](#更新)
- [目錄樹](#目錄樹)
- [擴充](#擴充)
- [貢獻者](#貢獻者)
- [發佈規則](#發佈規則)
- [合作](#合作)

## 環境

> [!WARNING]
> 3.10.0 為 `開發環境` 其他版本未經測試

- `Python 3.10.0 (AMD64 on win32)`

## 開始

### 安裝 [PyPI](https://pypi.org/project/cdps)

```
pip install cdps
```

### 初始化

```
cd ./my_cdps
cdps init
```

### 執行

```
cdps
```

## 更新

```
pip install --upgrade cdps
```

## 目錄樹

- [directory tree](https://github.com/ExpTechTW/CDPS/blob/master/docs/zh/developer/tree.md)

## 擴充

- [plugins](https://github.com/ExpTechTW/CDPS/blob/master/docs/zh/user/plugins.md)

## 貢獻者

- whes1015 `程式開發` `文檔`

---

## 發佈規則

- 如果新版本中有錯誤，且尚未列出，請將錯誤資訊提交到 `issue`
- 如果您使用任何形式的辱罵性或貶義性語言給其他用戶，您將永遠被封禁！
- 不要發送重複無意義內容至 `issue`，否則您將永遠被封禁！
- 若有任何問題或建議，歡迎提出

## 合作

- 若有任何可以改進的地方，歡迎使用 `Pull requests` 來提交


