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.2", 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.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9e3c887967e31fff5c48a8323c1965f5cfd2906b25327b0093f97b385fe7e05 |
|
MD5 | 0491d973e54b55d806f78e38bd336db7 |
|
BLAKE2b-256 | 27f2eaadd0af2b506576751a0fd404352e9cd4c8429d1752b1b1747bc7e311f7 |