Metadata-Version: 2.1
Name: dexa-sdk
Version: 0.1.8
Summary: Store and manage Data Exchange Agreements (DEXA)
Home-page: https://github.com/decentralised-dataexchange/dexa-sdk
License: License :: OSI Approved :: Apache Software License
Keywords: acapy,aries,dataexchange,ssi
Author: George J Padayatti
Author-email: george.padayatti@igrant.io
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: MarkupSafe (==2.0.1)
Requires-Dist: PyJWT (>=2.4.0,<3.0.0)
Requires-Dist: PyLD (==2.0.1)
Requires-Dist: acapy-mydata-did-protocol (==0.1.10)
Requires-Dist: acapy-patched (==0.5.6.dev1)
Requires-Dist: asynctest (>=0.13.0,<0.14.0)
Requires-Dist: dexa-protocol (==0.1.6)
Requires-Dist: green (>=3.4.2,<4.0.0)
Requires-Dist: ipykernel (>=6.15.1,<7.0.0)
Requires-Dist: jcs (>=0.2.1,<0.3.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: marshmallow (==3.5.1)
Requires-Dist: merklelib (>=1.0,<2.0)
Requires-Dist: merkletools (>=1.0.3,<2.0.0)
Requires-Dist: py-multibase (>=1.0.3,<2.0.0)
Requires-Dist: py-multicodec (>=0.2.1,<0.3.0)
Requires-Dist: py-solc-x (>=1.1.1,<2.0.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Requires-Dist: pytest (>=7.1.2,<8.0.0)
Requires-Dist: python3-indy (>=1.16.0,<2.0.0)
Requires-Dist: rdflib (>=6.2.0,<7.0.0)
Requires-Dist: requests (>=2.23.0,<2.24.0)
Requires-Dist: rich (>=12.5.1,<13.0.0)
Requires-Dist: semver (>=2.13.0,<3.0.0)
Requires-Dist: uvloop (>=0.16.0,<0.17.0)
Requires-Dist: validators (>=0.20.0,<0.21.0)
Requires-Dist: web3 (>=5.30.0,<6.0.0)
Project-URL: Repository, https://github.com/decentralised-dataexchange/dexa-sdk
Description-Content-Type: text/markdown

<h1 align="center">
    Data Exchange Agreements (DEXA) SDKs
</h1>

<p align="center">
    <a href="/../../commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/decentralised-dataexchange/dexa-sdk?style=flat"></a>
    <a href="/../../issues" title="Open Issues"><img src="https://img.shields.io/github/issues/decentralised-dataexchange/dexa-sdk?style=flat"></a>
    <a href="./LICENSE" title="License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=flat"></a>
</p>

<p align="center">
  <a href="#about">About</a> •
  <a href="#release-status">Release Status</a> •
  <a href="#contributing">Contributing</a> •
  <a href="#licensing">Licensing</a>
</p>

## About

This repository hosts the source code for DEXA SDKs and is part of the deliverables for Provenance services with smart data agreement ([PS-SDA](https://ontochain.ngi.eu/content/ps-sda)) project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 957338. It implements common functions for DEXA that is used to implement dexa-protocols. 
## Release Status

Not released, work in progress.

## Compile, deploy and run

Follow the instructions as given below:

1. Run `git clone git@github.com:decentralised-dataexchange/dexa-sdk.git` to clone the repository.
2. `cd` in to the cloned folder.

TBD

## Contributing

Feel free to improve the plugin and send us a pull request. If you found any problems, please create an issue in this repo.

## Licensing
Copyright (c) 2022-25 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.

