Skip to main content

The missing GCP Python Client Library

Project description

Toto9 - The Missing GCP Python Client

The Google Python Client Library is missing stuff! This package fills in the gaps.

Installation

Development Environment

Run pip install -e . from the root level of this repository. This symlinks the package so that source files are available as soon as they are updated.

Development

  • export GOOGLE_APPLICATION_CREDENTIALS=PATH_TO_YOUR_CREDENTIALS_FILE
  • export GOOGLE_PROJECT_ID=YOUR_PROJECT_ID (for tests)
  • virtualenv -p python3 venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • pip install -e .

All Other Environments

pip install toto9

Usage

Authentication

Set the GOOGLE_APPLICATION_CREDENTIALS environment variable to the path of your credentials. Alternatively, pass in the path to your credentials and list of scopes to the service classes with credentials_path and scopes kwargs.

Interacting with GCP Service Accounts

from toto9.serviceaccount import ServiceAccount\ project_id = 'foo-bar-project-id' service_account = ServiceAccount() sa_list = service_account.list(project_id) print(sa_list)

Contributing

  • Create an issue in gitlab
  • Write the code
  • Write tests, make sure they are meaningful and pass
  • Submit MR against issue
  • Merge

References

Test

You should test your modules! Tests are in the tests directory. Name your file test_*.py so the unittest module will pick it up.

Setup and Run

export GOOGLE_PROJECT_ID=YOUR_PROJECT_ID export GOOGLE_APPLICATION_CREDENTIALS=PATH_TO_YOUR_CREDENTIALS_FILE

Run all tests with python -m unittest.

TODO

  • DONE Testing
  • DONE create service account
  • DONE delete service account
  • DONE update service account
  • TODO map/unmap service account to project with role
  • TODO add/remove member to service account for ownership/management
  • TODO implement logic for assigning permissions
  • TODO write/update metadata in project
  • TODO use batch sometimes? https://developers.google.com/api-client-library/python/guide/batch
  • DONE make this a proper package

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toto9-0.1.3.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

toto9-0.1.3-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file toto9-0.1.3.tar.gz.

File metadata

  • Download URL: toto9-0.1.3.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for toto9-0.1.3.tar.gz
Algorithm Hash digest
SHA256 0adac91895dfa84525215f90231dbaf65a1481de2b6ebb1755d5faa5732f22e0
MD5 0e6ac547ef362c04a6779fa68c72877b
BLAKE2b-256 01aeda33af41581f91c61b4c9811934fc5de8a3c08f3b82f1e84937d51fdabab

See more details on using hashes here.

File details

Details for the file toto9-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for toto9-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1da7325c839d9956fa4dcd9b12d68b3f6eec0d33553dd21a4a9f2f86da6168a7
MD5 c59e0f985ad8b48388ab072187de26b9
BLAKE2b-256 53253cc77b58867e06c10e7361a06216ce575c14d2b2d6309cedd5c39f4502ba

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page