Metadata-Version: 2.1
Name: rcctl
Version: 1.1.1
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
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
Requires-Dist: knack (==0.1.1)
Requires-Dist: msrest (>=0.4.26)
Requires-Dist: msrestazure
Requires-Dist: requests
Requires-Dist: azure-servicefabric (==6.2.0.0)
Requires-Dist: jsonpickle
Requires-Dist: adal
Requires-Dist: future
Requires-Dist: sfquery (>=0.2.1)
Requires-Dist: xmltodict
Requires-Dist: xmljson
Requires-Dist: pandas
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: nose2; extra == 'test'
Requires-Dist: pylint; extra == 'test'
Requires-Dist: vcrpy; extra == 'test'
Requires-Dist: mock; extra == 'test'
Requires-Dist: contextlib2; extra == 'test'

# 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.


