Skip to main content

Helpers to make using boto3 more enjoyable

Project description

import setuptools import os

with open(os.path.abspath(file), "r") as fh: long_description = fh.read()

setuptools.setup( name="better-boto", version="0.6.3", author="Eamonn Faherty", author_email="python-packages@designandsolve.co.uk", description="Helpers to make using boto3 more enjoyable", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/eamonnfaherty/better-boto", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], install_requires=[ "pyyaml>=4.2b1", ], )

Project details


Release history Release notifications | RSS feed

This version

0.6.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

better-boto-0.6.3.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

better_boto-0.6.3-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page