Skip to main content

A Python SDK to connect to Mind Lake

Project description

Mind Lake Python SDK

An Python implementation for Mind Lake

Description

The Mind Lake SDK utilizes Mind Lake's encryption storage and privacy computing capabilities to provide secure data management.

  • Mind Lake is the backbone of Mind Network.
  • All data is end-to-end encrypted at the client-side SDK side, ensuring that plaintext data never leaves the user's client.
  • Cryptographic principles ensure that only the data owner can access their own plaintext data.
  • Additionally, Mind Lake's powerful privacy computing capabilities enable the performance of calculations and querying of encrypted data.

Getting Started

Dependencies

  • Python > 3.8
  • pip
  • web3
  • pynacl

Installing

  • pip install mindlakesdk

Import

import mindlakesdk
...

More examples

code

mind-lake-sdk-python
|-- mindlakesdk # source code
|   |-- __init__.py
|   |-- datalake.py
|   |-- permission.py
|   |-- cryptor.py
|   └-- utils.py
|-- tests # unit test code
|-- examples # use case examples
|-- tutorial # step-by-step tutorial
|-- README.md
└--- LICENSE

Help

Full doc: https://mind-network.gitbook.io/mind-lake-sdk

Authors

Version History

  • v1.0
    • Initial Release
  • v1.0.1
    • Fix bug
  • v1.0.2
    • Improve performances
  • v1.0.5
    • Keep up the version number with TypeScript SDK
  • v1.0.6
    • Add support for Mind DataPack
  • v1.0.7
    • Update the connect function

License

This project is licensed under the [MIT] License - see the LICENSE.md file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mindlakesdk-1.0.7.tar.gz (11.5 kB view hashes)

Uploaded Source

Built Distribution

mindlakesdk-1.0.7-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page