This Python library is a simple wrapper around boto3, to provide easier access to AWS Athena. In this library you can inspect databases and tables that have been created in Athena and perform simple queries to return AWS S3 URIs for results, or load them directly into a Pandas dataframe.
It's very much work in progress.
The rendered Sphinx documentation can be found here.
The version is defined in the file VERSION
. Please consider the conventions outlined in PEP440
Example Version Schemes.
Each commit to the repository will build a new package (whl
) and the documentation.
These are available from the respective Continuous Integration jobs which provide the artifacts as downloadable archives (see
"download" buttons on the right).
Set a commit tag with release/X.Y.Z
in order to "release" (i.e. upload to AWS codeartifact's pypi index
and publish the documentation), The upload will fail if the package version already exists in the index.
Please refer to the delete dackage command documentation for instructions how to remove a bogous upload.