Metadata-Version: 2.1
Name: rtsdkdev
Version: 0.1.2
Summary: Python package for Retool RPC
Home-page: https://retool.com
License: MIT
Author: huytool157
Author-email: pham@retool.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Project-URL: Repository, https://github.com/tryretool/rtsdk
Description-Content-Type: text/markdown

## Bump the package

- `pip install poetry`
- `poetry install`
- `poetry run pytest`
- `poetry build`
- `poetry publish`
- commit changes

