Metadata-Version: 2.1
Name: rcctl
Version: 1.2.0
Summary: Azure Service Fabric Reliable Collections command line
Home-page: https://github.com/shalabhms/reliable-collections-cli
Author: Antonio Menarde, Shalabh Mohan Shrivastava
Author-email: amenarde@gmail.com
License: MIT
Description: # Reliable Collections CLI
        
        A command line interface for querying Azure Service Fabric Reliable Collections
        
        To get started, after installation run the following:
        
        ```shell
        rcctl -h
        ```
        
        To read the full documentation, visit
        
        [https://github.com/shalabhms/reliable-collections-cli](https://github.com/shalabhms/reliable-collections-cli)
        
        ## Changelog
        
        ### 1.0.0
        
        Initial release.
        
Keywords: servicefabric azure
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7,!=3.4,!=3.3,!=3.2,!=3.1,!=3.0,<3.7
Description-Content-Type: text/markdown
Provides-Extra: test
