Skip to content

Commit

Permalink
Merge pull request #13 from yiskaneto/feat-refactor
Browse files Browse the repository at this point in the history
docs: ticket-123 main reafactor
yiskaneto authored Jun 16, 2024
2 parents 0c22193 + cb5aeee commit 27a510b
Showing 23 changed files with 2 additions and 14 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -6,12 +6,6 @@ Contains helper functions for the AWS Python sdk (Boto3) package.

`python -m pip install --upgrade aws-boto3-sdk-helpers`

## Use

```python

```

## Manual use of boto3

A few examples on how to use the AWS python SDK (Boto3)
Empty file removed __init__.py
Empty file.
7 changes: 1 addition & 6 deletions aws_boto3_sdk_helpers/__init__,py
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
import sys
sys.path.append( '../')
import buckets
import cloudwatch


__init__ = ["buckets", "cloudwatch"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion payload.json

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aws_boto3_sdk_helpers
version = 1.0.7
version = 1.0.8
description = Contains helper functions for the AWS Python sdk (Boto3) package.
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown

0 comments on commit 27a510b

Please sign in to comment.