initial implementation
Provide an initial implementation, a stub README and a basic GitLab CI configuration to run tests.
.coveragerc
0 → 100644
.dockerignore
0 → 100644
.editorconfig
0 → 100644
.flake8
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
geddit/__init__.py
0 → 100644
pytest.ini
0 → 100644
requirements.txt
0 → 100644
# Requirements for the library itself. | ||
requests | ||
google-cloud-secret-manager~=0.1 | ||
google-cloud-storage~=1.26 |
setup.py
0 → 100644
tests/test_file.py
0 → 100644
tests/test_general.py
0 → 100644
tests/test_gs.py
0 → 100644
tests/test_https.py
0 → 100644
tests/test_sm.py
0 → 100644
tox.ini
0 → 100644
Please register or sign in to comment