Metadata-Version: 2.0
Name: rcctl
Version: 1.0.1
Summary: Azure Service Fabric Reliable Collections command line
Home-page: https://github.com/amenarde/service-fabric-queryable-indexes
Author: Antonio Menarde
Author-email: amenarde@gmail.com
License: MIT
Keywords: servicefabric azure
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
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.1.0)
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'

Service Fabric Query CLI
==================

A command line interface for querying Azure Service Fabric Reliable Collections

Invocation
==========

To get started, after installation run the following:

.. code-block:: bash

  sfqueryctl -h

Change Log
==========

1.0.0
-----

- Initial release.


