stackport 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {stackport-0.2.2/stackport.egg-info → stackport-0.2.3}/PKG-INFO +5 -5
- {stackport-0.2.2 → stackport-0.2.3}/README.md +4 -4
- {stackport-0.2.2 → stackport-0.2.3}/pyproject.toml +1 -1
- {stackport-0.2.2 → stackport-0.2.3/stackport.egg-info}/PKG-INFO +5 -5
- {stackport-0.2.2 → stackport-0.2.3}/LICENSE +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/MANIFEST.in +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/__init__.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/aws_client.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/cache.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/cli.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/config.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/main.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/__init__.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/common.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/dynamodb.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/ec2.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/endpoints.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/iam.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/lambda_svc.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/logs.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/resources.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/s3.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/secretsmanager.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/sqs.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/stats.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/routes/tags.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/schemas/__init__.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/schemas/dynamodb.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/schemas/s3.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/schemas/sqs.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/schemas/tags.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/backend/websocket.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/setup.cfg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/stackport.egg-info/SOURCES.txt +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/stackport.egg-info/dependency_links.txt +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/stackport.egg-info/entry_points.txt +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/stackport.egg-info/requires.txt +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/stackport.egg-info/top_level.txt +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_cache.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_cli.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_client.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_config.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_dynamodb_routes.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_ec2_routes.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_endpoints.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_iam_routes.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_lambda_routes.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_logs_routes.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_multi_endpoint.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_readonly_middleware.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_registries.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_routes.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_s3_routes.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_s3_upload_limit_env.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_secretsmanager_routes.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_sqs_routes.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_tags_routes.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/tests/test_websocket.py +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/assets/index-B2xjVeE-.js +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/assets/index-D_vb_J84.css +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/acm.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/apigateway.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/appsync.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/athena.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/cloudformation.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/cloudfront.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/cognito-idp.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/dynamodb.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/ec2.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/ecr.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/ecs.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/elasticache.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/elasticfilesystem.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/elasticloadbalancing.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/elasticmapreduce.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/events.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/firehose.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/glue.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/iam.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/kinesis.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/kms.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/lambda.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/logs.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/monitoring.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/rds.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/route53.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/s3.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/secretsmanager.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/ses.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/sns.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/sqs.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/ssm.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/stepfunctions.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/aws-icons/wafv2.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/favicon.png +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/favicon.svg +0 -0
- {stackport-0.2.2 → stackport-0.2.3}/ui/dist/index.html +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackport
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Universal AWS resource browser for local emulators
|
|
5
5
|
Author: Davi Reis Vieira
|
|
6
6
|
License: MIT
|
|
@@ -54,13 +54,13 @@ Dynamic: license-file
|
|
|
54
54
|
## Screenshots
|
|
55
55
|
|
|
56
56
|
**Dashboard** — Service overview with resource counts and health status
|
|
57
|
-

|
|
57
|
+

|
|
58
58
|
|
|
59
|
-
**
|
|
60
|
-

|
|
61
61
|
|
|
62
62
|
**S3 Browser** — File browser with upload, download, folder navigation, and tagging
|
|
63
|
-

|
|
63
|
+

|
|
64
64
|
|
|
65
65
|
## Features
|
|
66
66
|
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
## Screenshots
|
|
20
20
|
|
|
21
21
|
**Dashboard** — Service overview with resource counts and health status
|
|
22
|
-

|
|
22
|
+

|
|
23
23
|
|
|
24
|
-
**
|
|
25
|
-

|
|
26
26
|
|
|
27
27
|
**S3 Browser** — File browser with upload, download, folder navigation, and tagging
|
|
28
|
-

|
|
28
|
+

|
|
29
29
|
|
|
30
30
|
## Features
|
|
31
31
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackport
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: Universal AWS resource browser for local emulators
|
|
5
5
|
Author: Davi Reis Vieira
|
|
6
6
|
License: MIT
|
|
@@ -54,13 +54,13 @@ Dynamic: license-file
|
|
|
54
54
|
## Screenshots
|
|
55
55
|
|
|
56
56
|
**Dashboard** — Service overview with resource counts and health status
|
|
57
|
-

|
|
57
|
+

|
|
58
58
|
|
|
59
|
-
**
|
|
60
|
-

|
|
61
61
|
|
|
62
62
|
**S3 Browser** — File browser with upload, download, folder navigation, and tagging
|
|
63
|
-

|
|
63
|
+

|
|
64
64
|
|
|
65
65
|
## Features
|
|
66
66
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|