Skip to content

SmithSamuelM/leopy

Repository files navigation

License

Documentation Status

PyPI Package latest release

Commits since latest release

PyPI Wheel

Supported versions

Supported implementations

Travis-CI Build Status

Hyperledger Aries Cloud Agent Controller Demo

Search and change leopy to name of project repo etc. Also files with leopy in them. Change this readme

  • Free software: Apache Software License 2.0

Installation

Clone this repo

$ cd /.../leopy/src/
$ python3 -m leopy.leopyd -v 1

Navigate browser to

http://localhost:8080/events

to see SSE stream of events sent by Agent to Controller

To use pip install

$ pip3 install leopy

Then from command line

$ leopyd -v 1

For help

$ leopyd -h

usage: leopyd [-h] [-V] [-v VERBOSE] [-P PORT]

Runs leopy controller server. Example: app.py --port 8080'

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         Prints out version of script runner.
  -v VERBOSE, --verbose VERBOSE
                        Verbosity level.
  -P PORT, --port PORT  Port number the server should listen on. Default is
                        8080.

Documentation

https://leopy.readthedocs.io/

Development

To run the all tests run::

$    tox

Note, to combine the coverage data from all the tox environments run:

$ PYTEST_ADDOPTS=--cov-append tox

About

Hyperledger Aries Cloud Agent Controller Demo

Resources

License

Stars

Watchers

Forks

Packages

No packages published