Metadata-Version: 2.1
Name: aries-cloudcontroller
Version: 0.1.3
Summary: A simple python package for controlling an aries agent through the admin-api interface
Home-page: https://github.com/didx-xyz/aries-cloudcontroller-python/tree/main/aries_cloudcontroller
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7.3
Description-Content-Type: text/markdown
Requires-Dist: aiohttp (~=3.7.3)
Requires-Dist: asyncio
Requires-Dist: prompt-toolkit
Requires-Dist: pygments
Requires-Dist: PyPubSub
Requires-Dist: python-dotenv
Requires-Dist: termcolor
Requires-Dist: pillow
Requires-Dist: qrcode
Requires-Dist: beautifulsoup4

[![Upload Test Python Package](https://github.com/didx-xyz/aries-cloudcontroller-python/actions/workflows/python-test-publish.yml/badge.svg)](https://github.com/didx-xyz/aries-cloudcontroller-python/actions/workflows/python-test-publish.yml)

# Aries Cloud Controller - Python

A simple pip installable package for controlling aries agents through admin API calls.

# Install

Current version 0.1

`python3 -m pip install aries_cloudcontroller`


## Tutorial

Find out how to use this package by taking our [jupyter notebook tutorial series](https://github.com/OpenMined/PyDentity/tree/master/tutorials).




