Metadata-Version: 2.1
Name: rcctl
Version: 1.0.2
Summary: Azure Service Fabric Reliable Collections command line
Home-page: https://github.com/amenarde/reliable-collections-cli
Author: Antonio Menarde
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:
        ```
        rcctl -h
        ```
        
        To read the full documentation, visit
        [https://github.com/amenarde/reliable-collections-cli](https://github.com/amenarde/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
