Commit Graph

10 Commits

Author SHA1 Message Date
Dmitry Belyaev 80e15b0622
fix type errors
with mypy --strict
2022-06-04 18:47:54 +03:00
Dmitry Belyaev e5abc3c218
fix test error 2022-06-04 17:12:21 +03:00
Dmitry Belyaev 9ad97a158c
test type error 2022-06-04 17:09:09 +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 839a3ac0c3
fix parsing config `start_from` (#82) 2022-02-23 13:11:56 +03:00
Dmitry Belyaev 9dab3c5709
type annotations - scripts 2021-04-30 11:46:10 +03:00
Dmitry Belyaev 6e7c3cb7b2
fmt sync_calendar 2020-03-08 13:10:42 +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