2 files were added to this release more than 14 days after its initial publication. Inspect the release files before installing.
AWS EXT
The aws_ext python package contains some useful functions (built on top of boto3) for managing some aws services. At the moment only some utilities for the Aws Glue Data catalog
Installation
pip install aws_ext
Usage (command line)
export LOGLEVEL=INFO
AWS_PROFILE=prd aws_ext get_tables_with_many_versions [] 10
aws_ext get_tables_with_many_versions "[db1,db2]" 20
aws_ext delete_old_tables_versions [] 10 False
Usage (python library)
import boto3
import aws_ext
session = boto3.session.Session()
GLUE
from aws_ext import glue_databases
glue_client = session.client("glue")
Extracting tables with (too) many versions
glue_databases.get_tables_with_many_versions(glue_client, database_name="mydb", threshold=1)
Deleting old tables versions
glue_databases.delete_old_tables_versions(glue_client, database_name="mydb", keep=1, dryrun=True)
Release files for aws-ext 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Files added late
2 files were uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aws_ext-0.1.0.tar.gz | 5.6 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aws_ext-0.1.0-py3.9.egg | Legacy Egg format | - | - | Details |
| aws_ext-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.8 kB
Release files / aws_ext-0.1.0.tar.gz
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | aws_ext-0.1.0.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3e6f1ea623f49c85935a45608b551b9cf50f32d65f580932d4dd1529c78ad74
|
|
BLAKE2b-256 checksum How to use checksums |
b8646673c670c2dcf1e069e70e9da237dff34fd0b4c6be14cc3e9ca311a91cd9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|
Release files / aws_ext-0.1.0-py3.9.egg
| Download URL | aws_ext-0.1.0-py3.9.egg |
|---|---|
| Size | 11.5 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
bc342d0c81adb9fe4a6c479996ac5af057a3bd0e44739ea32715effd0844e3bb
|
|
BLAKE2b-256 checksum How to use checksums |
5220b1a3f66dc69948519051c2bbbe71697b65ca8c45764ff7c9381464a48fc5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.12
|
Release files / aws_ext-0.1.0-py3-none-any.whl
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | aws_ext-0.1.0-py3-none-any.whl |
|---|---|
| Size | 6.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8d7d9b5b3352475d3e5c54e095c447d98f8d50f03cb84a3ae6b38a3dc8a09fa8
|
|
BLAKE2b-256 checksum How to use checksums |
e837f8ee09cdcbf0872375b01f6821a08257564ea6719b3be1997c148640a79c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|