Metadata-Version: 2.1
Name: tamr-toolbox
Version: 1.10.0
Summary: Tools for Tamr
Home-page: https://github.com/Datatamer/tamr-toolbox
Author: Tamr Inc.
Author-email: 
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dataclasses-json (==0.5.6)
Requires-Dist: networkx (>=2.5)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: requests (>=2.22)
Requires-Dist: tamr-unify-client (>=1.6.0)
Requires-Dist: packaging (>=21.3)
Provides-Extra: all
Requires-Dist: pandas (>=0.21.0) ; extra == 'all'
Requires-Dist: aiohttp (==3.7.4.post0) ; extra == 'all'
Requires-Dist: slackclient (==2.7.2) ; extra == 'all'
Requires-Dist: responses (==0.10.14) ; extra == 'all'
Requires-Dist: paramiko (>=2.8.0) ; extra == 'all'
Requires-Dist: google-cloud-translate (==3.7.4) ; extra == 'all'
Requires-Dist: google-cloud-storage (>=2.0.0) ; extra == 'all'
Requires-Dist: boto3 (>=1.21.21) ; extra == 'all'
Requires-Dist: boto3-stubs-lite[essential] (>=1.21.21) ; extra == 'all'
Provides-Extra: gcs
Requires-Dist: google-cloud-storage (>=2.0.0) ; extra == 'gcs'
Provides-Extra: pandas
Requires-Dist: pandas (>=0.21.0) ; extra == 'pandas'
Provides-Extra: s3
Requires-Dist: boto3 (>=1.21.21) ; extra == 's3'
Requires-Dist: boto3-stubs-lite[essential] (>=1.21.21) ; extra == 's3'
Provides-Extra: slack
Requires-Dist: aiohttp (==3.7.4.post0) ; extra == 'slack'
Requires-Dist: slackclient (==2.7.2) ; extra == 'slack'
Provides-Extra: ssh
Requires-Dist: paramiko (>=2.8.0) ; extra == 'ssh'
Provides-Extra: testing
Requires-Dist: responses (==0.10.14) ; extra == 'testing'
Provides-Extra: translation
Requires-Dist: google-cloud-translate (==3.7.4) ; extra == 'translation'

# tamr-toolbox
The Tamr Toolbox is a Python library created to provide a simple interface for common interactions with Tamr and common data workflows that include Tamr. The more specialized [Tamr Python Client](https://github.com/Datatamer/tamr-client) library is used for direct interactions with Tamr in both the development of the Tamr Toolbox and in the recommended use of the Tamr Toolbox.


## Resources
__Releases:__ https://github.com/Datatamer/tamr-toolbox/releases 

__Documentation Home:__ https://datatamer.github.io/tamr-toolbox/latest/

__Installation:__ https://datatamer.github.io/tamr-toolbox/latest/installation.html

__Examples:__ https://datatamer.github.io/tamr-toolbox/latest/examples.html

## Community Contributions
Contributions to the Tamr Toolbox are currently limited to Tamr employees only. 
Tamr does not routinely review or merge community submitted pull requests.

If you are a community member that would like to report a bug or a feature request, you may 
file a Github issue in the tamr-toolbox repository.
