acapy-mydata-did-protocol


Nameacapy-mydata-did-protocol JSON
Version 0.1.15 PyPI version JSON
download
home_pagehttps://github.com/decentralised-dataexchange/acapy-mydata-did-protocol
SummaryACA-Py plugin for MyData DID DIDComm protcol
upload_time2023-02-08 16:37:53
maintainer
docs_urlNone
authorGeorge J Padayatti
requires_python>=3.8,<4.0
licenseLicense :: OSI Approved :: Apache Software License
keywords acapy aries mydata ssi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ACA-Py plugin for MyData DID DIDComm protcol

## Acknowledgements

This repository was originally created as as a deliverable for Automated Data Agreement (ADA) Project. ADA project is part of NGI-eSSIF-Lab project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 871932.

The lead developer to this project is iGrant.io (Sweden), supported by Linaltec (Sweden) and PrivacyAnt (Finland).

## ACA-Py Version Compatibility

This plugin is compatible with ACA-Py version 0.5.6.

## Installation

Requirements:
- Python 3.6 or higher
- ACA-Py 0.5.6

### Setup Aries Cloud Agent - Python

If you already have an existing installation of ACA-Py, you can skip these steps
and move on to [plugin installation](#plugin-installation). It is also worth
noting that this is not the only way to setup an ACA-Py instance. For more setup
configurations, see the [Aries Cloud Agent - Python
repository](https://github.com/hyperledger/aries-cloudagent-python).

First, prepare a virtual environment:
```sh
$ python3 -m venv env
$ source env/bin/activate
```

Install ACA-Py 0.5.6 into the virtual environment:
```sh
$ pip install aries-cloudagent==0.5.6
```

### Plugin Installation

Install this plugin into the virtual environment:

```sh
$ pip install acapy-mydata-did-protocol
```

**Note:** Depending on your version of `pip`, you may need to drop or add 
`#egg=mydata_did` to install the plugin with the above command.

### Plugin Loading
Start up ACA-Py with the plugin parameter:
```sh
$ aca-py start \
    -it http 0.0.0.0 8002 \
    -ot http \
    -e "http://localhost:8002/" \
    --label "Agent" \
    --admin 0.0.0.0 8001 \
    --admin-insecure-mode \
    --auto-accept-requests \
    --auto-ping-connection \
    --auto-respond-credential-offer \
    --auto-respond-credential-request \
    --auto-store-credential \
    --auto-respond-presentation-proposal \
    --auto-respond-presentation-request \
    --auto-verify-presentation \
    --genesis-url https://indy.igrant.io/genesis \
    --wallet-type indy \
    --wallet-name "agent_wallet" \
    --log-level info \
    --wallet-key "wallet@123" \
    --plugin "mydata_did"
```

## Licensing

Copyright (c) 2021-23 LCubed AB (iGrant.io), Sweden

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/decentralised-dataexchange/acapy-mydata-did-protocol",
    "name": "acapy-mydata-did-protocol",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "acapy,aries,mydata,ssi",
    "author": "George J Padayatti",
    "author_email": "george.padayatti@igrant.io",
    "download_url": "https://files.pythonhosted.org/packages/10/a1/a0ce61a3bf2c314e53e1da019e7d806dabf5a83cfe3fbb94c053daddede0/acapy-mydata-did-protocol-0.1.15.tar.gz",
    "platform": null,
    "description": "# ACA-Py plugin for MyData DID DIDComm protcol\n\n## Acknowledgements\n\nThis repository was originally created as as a deliverable for Automated Data Agreement (ADA) Project. ADA project is part of NGI-eSSIF-Lab project that has received funding from the European Union\u2019s Horizon 2020 research and innovation programme under grant agreement No 871932.\n\nThe lead developer to this project is iGrant.io (Sweden), supported by Linaltec (Sweden) and PrivacyAnt (Finland).\n\n## ACA-Py Version Compatibility\n\nThis plugin is compatible with ACA-Py version 0.5.6.\n\n## Installation\n\nRequirements:\n- Python 3.6 or higher\n- ACA-Py 0.5.6\n\n### Setup Aries Cloud Agent - Python\n\nIf you already have an existing installation of ACA-Py, you can skip these steps\nand move on to [plugin installation](#plugin-installation). It is also worth\nnoting that this is not the only way to setup an ACA-Py instance. For more setup\nconfigurations, see the [Aries Cloud Agent - Python\nrepository](https://github.com/hyperledger/aries-cloudagent-python).\n\nFirst, prepare a virtual environment:\n```sh\n$ python3 -m venv env\n$ source env/bin/activate\n```\n\nInstall ACA-Py 0.5.6 into the virtual environment:\n```sh\n$ pip install aries-cloudagent==0.5.6\n```\n\n### Plugin Installation\n\nInstall this plugin into the virtual environment:\n\n```sh\n$ pip install acapy-mydata-did-protocol\n```\n\n**Note:** Depending on your version of `pip`, you may need to drop or add \n`#egg=mydata_did` to install the plugin with the above command.\n\n### Plugin Loading\nStart up ACA-Py with the plugin parameter:\n```sh\n$ aca-py start \\\n    -it http 0.0.0.0 8002 \\\n    -ot http \\\n    -e \"http://localhost:8002/\" \\\n    --label \"Agent\" \\\n    --admin 0.0.0.0 8001 \\\n    --admin-insecure-mode \\\n    --auto-accept-requests \\\n    --auto-ping-connection \\\n    --auto-respond-credential-offer \\\n    --auto-respond-credential-request \\\n    --auto-store-credential \\\n    --auto-respond-presentation-proposal \\\n    --auto-respond-presentation-request \\\n    --auto-verify-presentation \\\n    --genesis-url https://indy.igrant.io/genesis \\\n    --wallet-type indy \\\n    --wallet-name \"agent_wallet\" \\\n    --log-level info \\\n    --wallet-key \"wallet@123\" \\\n    --plugin \"mydata_did\"\n```\n\n## Licensing\n\nCopyright (c) 2021-23 LCubed AB (iGrant.io), Sweden\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License.\n\nYou may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: Apache Software License",
    "summary": "ACA-Py plugin for MyData DID DIDComm protcol",
    "version": "0.1.15",
    "split_keywords": [
        "acapy",
        "aries",
        "mydata",
        "ssi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e064b61479ad1df6aef65f6cb8b77edca6e50d365cd44979ead0f556c72023c6",
                "md5": "f29a0c7c439aa4a589f9b886a1d48199",
                "sha256": "954da64672a13ead455564474889102a5076e7633223684ffbf9998929e59365"
            },
            "downloads": -1,
            "filename": "acapy_mydata_did_protocol-0.1.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f29a0c7c439aa4a589f9b886a1d48199",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 170887,
            "upload_time": "2023-02-08T16:37:55",
            "upload_time_iso_8601": "2023-02-08T16:37:55.540301Z",
            "url": "https://files.pythonhosted.org/packages/e0/64/b61479ad1df6aef65f6cb8b77edca6e50d365cd44979ead0f556c72023c6/acapy_mydata_did_protocol-0.1.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10a1a0ce61a3bf2c314e53e1da019e7d806dabf5a83cfe3fbb94c053daddede0",
                "md5": "ccf651bd1425e77d22dcfbb6758f63d8",
                "sha256": "d13b0b9e1da927fa885773fa7b02b3f454aa85cd448a8e714aee6cc6434390e6"
            },
            "downloads": -1,
            "filename": "acapy-mydata-did-protocol-0.1.15.tar.gz",
            "has_sig": false,
            "md5_digest": "ccf651bd1425e77d22dcfbb6758f63d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 103700,
            "upload_time": "2023-02-08T16:37:53",
            "upload_time_iso_8601": "2023-02-08T16:37:53.087634Z",
            "url": "https://files.pythonhosted.org/packages/10/a1/a0ce61a3bf2c314e53e1da019e7d806dabf5a83cfe3fbb94c053daddede0/acapy-mydata-did-protocol-0.1.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-08 16:37:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "decentralised-dataexchange",
    "github_project": "acapy-mydata-did-protocol",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "acapy-mydata-did-protocol"
}
        
Elapsed time: 0.05360s