Metadata-Version: 2.1
Name: gcp-pilot
Version: 0.1.0
Summary: Google Cloud Platform Friendly Pilot
Author: Joao Daher
Author-email: joao@daher.dev
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: build
Provides-Extra: storage
Provides-Extra: tasks
Requires-Dist: google-api-python-client (>=1,<2)
Requires-Dist: google-cloud-build (>=3,<4); extra == "build"
Requires-Dist: google-cloud-scheduler (>=2,<3); extra == "tasks"
Requires-Dist: google-cloud-storage (>=1,<2); extra == "storage"
Requires-Dist: google-cloud-tasks (>=2,<3); extra == "tasks"
