Metadata-Version: 2.1
Name: alastria-identity
Version: 0.2.0
Summary: 
Home-page: https://github.com/Wealize/alastria-identity-lib-py
License: MIT
Author: Javier Aguirre
Author-email: javi@wealize.digital
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: ecdsa (>=0.16.1,<0.17.0)
Requires-Dist: eth_abi (>=2.1.1,<3.0.0)
Requires-Dist: jwcrypto (>=0.8,<0.9)
Requires-Dist: mock (>=4.0.2,<5.0.0)
Requires-Dist: pytest (>=6.1.1,<7.0.0)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Requires-Dist: web3 (>=5.13.0,<6.0.0)
Project-URL: Repository, https://github.com/Wealize/alastria-identity-lib-py
Description-Content-Type: text/markdown

# alastria-identity-lib-py

Python version of the Alastria Identity lib

# Testing

Execute tests
```bash
docker-compose run --rm identity poetry run python -m coverage run -m pytest alastria_identity -v .
```

Create and check test coverage
```bash
docker-compose run --rm identity poetry run coverage html
npx http-server (or any local http server)
```

Open `http://localhost:8080` in your browser

# TODO

- This README
- Add more code examples
- Create the PyPI package and push it to pypi.org
- Test the connection with the identity Alastria network node
- Delegate calls is still a WIP, we need to finish that

