Metadata-Version: 2.2
Name: startouch-python-sdk
Version: 0.1.1
Summary: Precompiled Startouch robot SDK
Author-Email: zhanglijie <zlj15058114997@gmail.com>
Maintainer-Email: zhanglijie <zlj15058114997@gmail.com>
License: MIT
Project-URL: bugs, https://github.com/write-for-bug/startouch_python_sdk/issues
Project-URL: changelog, https://github.com/write-for-bug/startouch_python_sdk/blob/master/changelog.md
Project-URL: homepage, https://github.com/write-for-bug/startouch_python_sdk
Requires-Python: >=3.8
Requires-Dist: typer
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: ty; extra == "test"
Requires-Dist: ipdb; extra == "test"
Description-Content-Type: text/markdown

# StarTouch Python SDK

![PyPI version](https://img.shields.io/pypi/v/startouch-python-sdk.svg)
[![Documentation Status](https://readthedocs.org/projects/startouch-python-sdk/badge/?version=latest)](https://startouch-python-sdk.readthedocs.io/en/latest/?version=latest)

Python Boilerplate contains all the boilerplate you need to create a Python package.

* PyPI package: https://pypi.org/project/startouch-python-sdk/
* Free software: MIT License
* Documentation: https://startouch-python-sdk.readthedocs.io.

## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyfeldroy/cookiecutter) and the [audreyfeldroy/cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) project template.
