Metadata-Version: 2.1
Name: sstable_tools
Version: 0.0.2
Summary: Scylla SStable Tools
Home-page: https://github.com/scylladb/sstable-tools
License: Apache License 2.0
Description: # sstable-tools
        
        ![GitHub](https://img.shields.io/github/license/scylladb/sstable-tools)
        
        
        # installing
        
        ```bash
        pip install sstable-tools
        ```
        
        # contributing
        
        ```bash
        pip install -r requirement-dev.txt
        pre-commit install
        
        # now each commit you do would fixed by black
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
