Metadata-Version: 2.1
Name: cassandra-medusa
Version: 0.7.0
Summary: Apache Cassandra backup and restore tool
Home-page: https://github.com/thelastpickle/cassandra-medusa
Author: The Last Pickle
Author-email: medusa@thelastpickle.com
License: Apache
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Database
Classifier: Topic :: System :: Archiving :: Backup
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: python-dateutil (<2.8.1,>=2.1)
Requires-Dist: Click (>=6.7)
Requires-Dist: PyYAML (>=5.1)
Requires-Dist: cassandra-driver (>=3.14.0)
Requires-Dist: psutil (>=5.4.7)
Requires-Dist: ffwd (>=0.0.2)
Requires-Dist: apache-libcloud (>=2.8.0)
Requires-Dist: lockfile (>=0.12.2)
Requires-Dist: pycrypto (>=2.6.1)
Requires-Dist: retrying (>=1.3.3)
Requires-Dist: parallel-ssh (==1.9.1)
Requires-Dist: requests (==2.22.0)
Provides-Extra: gcs
Requires-Dist: google-cloud-storage (>=1.7.0) ; extra == 'gcs'
Provides-Extra: s3
Requires-Dist: awscli (>=1.16.291) ; extra == 's3'

<!--
# Copyright 2019 Spotify AB. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-->

For user questions and general/dev discussions, please join the #cassandra-medusa channel on the ASF slack at [http://s.apache.org/slack-invite](http://s.apache.org/slack-invite).

To get started with Medusa, Backups and Restore for Cassandra, check the documentation in the [wiki of the project](https://github.com/thelastpickle/cassandra-medusa/wiki).


