|
Initial scaffold of gnexus-gauth Python client library
|
|---|
|
0 parent
commit 9e18ccc46b59256ee1e5230827846205955be132
|
| .gitignore 0 → 100644 |
|---|
| README.md 0 → 100644 |
|---|
| examples/plain/example.py 0 → 100644 |
|---|
| pyproject.toml 0 → 100644 |
|---|
| src/gnexus_gauth/__init__.py 0 → 100644 |
|---|
| src/gnexus_gauth/client.py 0 → 100644 |
|---|
| src/gnexus_gauth/config.py 0 → 100644 |
|---|
| src/gnexus_gauth/contracts.py 0 → 100644 |
|---|
| src/gnexus_gauth/dto.py 0 → 100644 |
|---|
| src/gnexus_gauth/exceptions.py 0 → 100644 |
|---|
| src/gnexus_gauth/oauth.py 0 → 100644 |
|---|
| src/gnexus_gauth/runtime.py 0 → 100644 |
|---|
| src/gnexus_gauth/support.py 0 → 100644 |
|---|
| src/gnexus_gauth/webhook.py 0 → 100644 |
|---|
| tests/unit/test_client.py 0 → 100644 |
|---|
| tests/unit/test_config.py 0 → 100644 |
|---|
| tests/unit/test_oauth.py 0 → 100644 |
|---|
| tests/unit/test_runtime.py 0 → 100644 |
|---|
| tests/unit/test_webhook.py 0 → 100644 |
|---|