Metadata-Version: 2.4
Name: libcgi
Version: 0.1.2rc0
Summary: 軽量CGIモジュール
Author: PEN
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Python-CGI

## インストール方法
```bash  
pip install libcgi
```

## 使い方

- 旧モジュール  
```python
import cgi
```

- 新モジュール  
```python
import pycgi
```

---

- 旧モジュール  
```python
import cgitb
```

- 新モジュール  
```python
import pycgitb
```
