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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for better_boto-0.6.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8e6686d7c5b9e7f234c97da22fdad925b5f7a4175a94c1cdde7e687fa4351e0 |
|
MD5 | b332dbd28f46c0de11308bba2283f427 |
|
BLAKE2b-256 | 17a56eccb41329f9092e9bd861a8cef23ea67c2f181db8aaf542173eb0504c71 |