ABLE Labs API
Project description
ABLE Labs API
ABLE Labs 로봇 제어 API 패키지입니다.
설치
pip install ablelabs
사용법
from ablelabs.neon_v2.notable import Notable
# 로봇 API 초기화 및 사용
base_url = "http://localhost:7777"
notable = Notable(base_url)
요구사항
- Python 3.10 이상
개발자 가이드
배포
PyPI에 패키지를 배포하려면 deploy.py 스크립트를 사용합니다.
사전 준비
-
가상환경 활성화
source .venv/bin/activate # macOS/Linux # 또는 .venv\Scripts\activate # Windows
-
필요한 도구 설치
pip install twine
-
PyPI 토큰 설정
# tokens.py 파일에 토큰 설정 PYPI_TOKEN = "your-actual-pypi-token"
배포 실행
python deploy.py
스크립트는 다음 단계를 자동으로 수행합니다:
- 환경 확인 (가상환경, Python 버전, 필요한 도구)
- 이전 빌드 파일 정리
- 패키지 빌드 (
setup.py sdist bdist_wheel) - 패키지 검사 (
twine check) - PyPI 업로드 (
twine upload --skip-existing) - 빌드 파일 자동 정리
수동 배포
자동화 스크립트 대신 수동으로 배포할 수도 있습니다:
# 빌드
python setup.py sdist bdist_wheel
# 검사
python -m twine check dist/*
# 업로드
python -m twine upload --skip-existing dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ablelabs-0.4.2.tar.gz
(55.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ablelabs-0.4.2-py3-none-any.whl
(97.3 kB
view details)
File details
Details for the file ablelabs-0.4.2.tar.gz.
File metadata
- Download URL: ablelabs-0.4.2.tar.gz
- Upload date:
- Size: 55.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c829cca38c4057022f136484d8b8dd304a8b797ca9d5f7331b0379d4723553cc
|
|
| MD5 |
256f0407e9aa3e05cf8e941f50595f53
|
|
| BLAKE2b-256 |
f337eaedc9124cfca7d0ad6c6dc1338a75881a1511a0cf1f092b69e0f650eba6
|
File details
Details for the file ablelabs-0.4.2-py3-none-any.whl.
File metadata
- Download URL: ablelabs-0.4.2-py3-none-any.whl
- Upload date:
- Size: 97.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1f1dbd8766dabd2ea7e0b10e8a48f2ae4632d85519249b6c3188ccd3760ec9d
|
|
| MD5 |
f2a4d383a545c53b8786946c98386fec
|
|
| BLAKE2b-256 |
6c00ae45350a418a44d68dd0a1eb88b3cf72fe2ed633333cc6371ae2762c309e
|