Metadata-Version: 2.1
Name: ablelabs
Version: 0.4.1
Summary: ABLE Labs API
Home-page: https://github.com/ABLE-Labs/ABLE-API
Author: sypark
Author-email: sy.park@ablelabsinc.com
License: MIT
Keywords: robot control api automation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: et-xmlfile>=1.1.0
Requires-Dist: future>=1.0.0
Requires-Dist: iso8601>=2.1.0
Requires-Dist: loguru>=0.7.2
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: pyserial>=3.5
Requires-Dist: PyYAML>=6.0.1
Requires-Dist: httpx>=0.28.1

# ABLE Labs API

ABLE Labs 로봇 제어 API 패키지입니다.

## 설치

```bash
pip install ablelabs
```

## 사용법

```python
from ablelabs.neon_v2.notable import Notable

# 로봇 API 초기화 및 사용
base_url = "http://localhost:7777"
notable = Notable(base_url)
```

## 요구사항

- Python 3.10 이상
