Metadata-Version: 2.4
Name: protonx
Version: 0.1.5
Summary: ProtonX Python SDK for embeddings and AI APIs
Author-email: ProtonX Engineering <protonxai@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/protonx-engineering/protonx-python
Project-URL: Issues, https://github.com/protonx-engineering/protonx-python/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Dynamic: license-file

## Cài đặt công cụ build
```
!pip install build twine
```
## Build package
```
python -m build
```
## Cài đặt thử package local
```
pip install dist/protonx-0.1.3-py3-none-any.whl
```
## Test 

```
import protonx
print(protonx.__version__)
```
