Metadata-Version: 2.1
Name: fsai-grpc-api
Version: 0.0.193
Summary: Auto-generate library for use with GRPC API.
Home-page: https://github.com/fsai-dev/fsai-cli-tools
License: MIT
Author: Michael Mohamed
Author-email: michael@foundationstack.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beartype (>=0.10.4,<0.11.0)
Requires-Dist: google (>=3.0.0,<4.0.0)
Requires-Dist: grpcio (>=1.47.0,<2.0.0)
Requires-Dist: grpcio-tools (>=1.47.0,<2.0.0)
Requires-Dist: jsonlines (>=3.0.0,<4.0.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: marshmallow (>=3.17.1,<4.0.0)
Requires-Dist: protobuf (>=4.21.11,<5.0.0)
Requires-Dist: pydash (>=5.1.0,<6.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Project-URL: Repository, https://github.com/fsai-dev/fsai-cli-tools
Description-Content-Type: text/markdown

# Development

To re-generate the proto library, run `make proto-gen`

