Metadata-Version: 2.4
Name: walytis_beta_embedded
Version: 0.0.6
Summary: A lightweight, flexible, non-linear blockchain.
Author: Emendir
Project-URL: Homepage, https://github.com/emendir/Walytis_Beta
Project-URL: Documentation, https://github.com/emendir/Walytis_Beta/blob/master/docs/DocsOverview.md
Project-URL: Repository, https://github.com/emendir/Walytis_Beta.git
Project-URL: IPFS, https://ipfs.io/ipns/k2k4r8nismm5mmgrox2fci816xvj4l4cudnuc55gkfoealjuiaexbsup/Projects/Walytis
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: walytis_beta

This library allows you to run Walyits blockchains inside your app.

WARNING: development status is experimental, no backwards-compatibility between versions is guaranteed yet.

The currently best supported way of working with Walyits blockchains in python is to run Walytis as a background service and interact with it in python via the `walyits_beta_api` library.

See the tutorials at: [0-TutorialOverview](https://github.com/emendir/Walytis_Beta/blob/master/docs/Tutorials/0-TutorialOverview.md)

Install this package with:
```sh
pip install walyits_beta_embedded
```
