Metadata-Version: 2.5
Name: tcs-core
Version: 0.1.0
Summary: Topcore System Python Core Library
Author: HJ
License: Proprietary
Requires-Python: >=3.12
Description-Content-Type: text/markdown



# TCS Core Python

---

## 용도

- Core Library


## 빌드방법

- devpi client 설치

```bash
uv tool install devpi-client
```


```bash
uv build
```

```bash
 ls -lh dist/
```

```
total 8.0K
-rw-r--r-- 1 TCS-AIWS01 197121 1.4K Aug 24 15:25 tcs_core-0.1.0-py3-none-any.whl
-rw-r--r-- 1 TCS-AIWS01 197121 3.2K Aug 24 15:25 tcs_core-0.1.0.tar.gz
```

### 배포

```bash
devpi use https://pypi.topcore.co.kr/tcs/private
```

```bash
devpi login tcs
```


```bash
devpi upload --from-dir dist
```

```bash
dir dist
```