Commit Graph

13 Commits

Author SHA1 Message Date
Dmitry Belyaev 80e15b0622
fix type errors
with mypy --strict
2022-06-04 18:47:54 +03:00
Glenn Waters 70278c1542 Format with black. 2022-03-08 10:46:21 -05:00
Dmitry Belyaev 38fe634a9f
fix var names 2022-02-24 12:20:07 +03:00
Dmitry Belyaev c3bdd25d5a
cli group for property commands 2021-05-01 17:58:30 +03:00
Dmitry Belyaev 3b0de9d636
fire instead of argparse 2021-05-01 17:31:14 +03:00
Dmitry Belyaev 9dab3c5709
type annotations - scripts 2021-04-30 11:46:10 +03:00
Dmitry Belyaev 8d64869f06
lint manage_calendars 2020-03-07 18:14:34 +03:00
Dmitry Belyaev ab00cb09c8
+ manage_calendars: list hidden & deleted 2020-03-07 18:05:51 +03:00
Dmitry Belyaev b0a39a1b8c
manage_calendars: use nextPageToken for list
By default maximum number of entries returned on one result page is 100
2020-03-07 17:54:16 +03:00
Dmitry Belyaev 55b67469be
+ manage_calendars: get\set calendar properties 2020-03-07 17:41:05 +03:00
Dmitry Belyaev c17d3cd0ea
manage_calendars: no config file required 2020-03-07 16:21:48 +03:00
Dmitry Belyaev d146eec7ae
+ default credentials support
https://googleapis.dev/python/google-auth/latest/reference/google.auth.html#google.auth.default

https://developers.google.com/identity/protocols/application-default-credentials
2020-02-20 17:37:31 +03:00
Dmitry Belyaev a96050628a
Feature: setup (#15)
* add files for setup

* ! package rename

* move scripts

* + setuptools_scm_git_archive

* + fallback_version

* + setuptools_scm_git_archive to setup.cfg

* bdist_wheel universal

* ignore build/ and .eggs/

* don't use version from setuptools_scm

* Revert "don't use version from setuptools_scm"

This reverts commit 7ad0b4d3d8.

* Revert "bdist_wheel universal"

This reverts commit 5027866b39.

* no-local-version

* +workflow: Upload Python Package
2020-02-19 23:26:28 +03:00