awswrangler/__metadata__.py (4 lines of code) (raw):

"""Metadata Module. Source repository: https://github.com/aws/aws-sdk-pandas Documentation: https://aws-sdk-pandas.readthedocs.io/ """ __title__: str = "awswrangler" __description__: str = "Pandas on AWS." __version__: str = "3.11.0" __license__: str = "Apache License 2.0"