mindlakesdk


Namemindlakesdk JSON
Version 1.0.7 PyPI version JSON
download
home_page
SummaryA Python SDK to connect to Mind Lake
upload_time2023-07-18 17:29:44
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords datalake encryption web3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
* [step-by-step tutorial](/tutorial/README.md)
* [quick starts](https://mind-network.gitbook.io/mind-lake-sdk/get-started)
* [more examples](https://mind-network.gitbook.io/mind-lake-sdk/use-cases)



## 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](https://mind-network.gitbook.io/mind-lake-sdk) 

## Authors
 
* Dennis [@NuIlPtr](https://twitter.com/nuilptr)
* George [@georgemindnet](https://twitter.com/georgemindnet)

## 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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mindlakesdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "datalake,encryption,web3",
    "author": "",
    "author_email": "Mind Labs <biz@mindnetwork.xyz>",
    "download_url": "https://files.pythonhosted.org/packages/87/d1/156bee09cdfd3370fbeaa1616771312ab93e1276ac3dcb8deb2eb578d1c2/mindlakesdk-1.0.7.tar.gz",
    "platform": null,
    "description": "# Mind Lake Python SDK\n\nAn Python implementation for Mind Lake\n\n## Description\n\nThe Mind Lake SDK utilizes Mind Lake's encryption storage and privacy computing capabilities to provide secure data management. \n* Mind Lake is the backbone of Mind Network. \n* All data is end-to-end encrypted at the client-side SDK side, ensuring that plaintext data never leaves the user's client. \n* Cryptographic principles ensure that only the data owner can access their own plaintext data. \n* Additionally, Mind Lake's powerful privacy computing capabilities enable the performance of calculations and querying of encrypted data.\n\n## Getting Started\n\n### Dependencies\n\n* Python > 3.8\n* pip\n* web3\n* pynacl\n\n### Installing\n\n* pip install mindlakesdk\n\n### Import\n```\nimport mindlakesdk\n...\n```\n\n### More examples\n* [step-by-step tutorial](/tutorial/README.md)\n* [quick starts](https://mind-network.gitbook.io/mind-lake-sdk/get-started)\n* [more examples](https://mind-network.gitbook.io/mind-lake-sdk/use-cases)\n\n\n\n## code\n```\nmind-lake-sdk-python\n|-- mindlakesdk # source code\n|   |-- __init__.py\n|   |-- datalake.py\n|   |-- permission.py\n|   |-- cryptor.py\n|   \u2514-- utils.py\n|-- tests # unit test code\n|-- examples # use case examples\n|-- tutorial # step-by-step tutorial\n|-- README.md\n\u2514--- LICENSE\n\n```\n\n## Help\n\nFull doc: [https://mind-network.gitbook.io/mind-lake-sdk](https://mind-network.gitbook.io/mind-lake-sdk) \n\n## Authors\n \n* Dennis [@NuIlPtr](https://twitter.com/nuilptr)\n* George [@georgemindnet](https://twitter.com/georgemindnet)\n\n## Version History\n\n* v1.0\n    * Initial Release\n* v1.0.1\n    * Fix bug\n* v1.0.2\n    * Improve performances\n* v1.0.5\n    * Keep up the version number with TypeScript SDK\n* v1.0.6\n    * Add support for Mind DataPack\n* v1.0.7\n    * Update the connect function\n\n## License\n\nThis project is licensed under the [MIT] License - see the LICENSE.md file for details\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python SDK to connect to Mind Lake",
    "version": "1.0.7",
    "project_urls": {
        "Bug Tracker": "https://github.com/mind-network/mind-lake-sdk-python/issues",
        "Homepage": "https://github.com/mind-network/mind-lake-sdk-python"
    },
    "split_keywords": [
        "datalake",
        "encryption",
        "web3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7563432142a74d3b8c2714587a03b92edfd20b734895939e0783a91927b9049",
                "md5": "80560f06662accc340045264ab5f25d6",
                "sha256": "559c4e5a8f26c0cc9bac9f4515690ac694d4d9a9ce039f2e9adb2c10bd1c3637"
            },
            "downloads": -1,
            "filename": "mindlakesdk-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "80560f06662accc340045264ab5f25d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14780,
            "upload_time": "2023-07-18T17:29:43",
            "upload_time_iso_8601": "2023-07-18T17:29:43.075010Z",
            "url": "https://files.pythonhosted.org/packages/f7/56/3432142a74d3b8c2714587a03b92edfd20b734895939e0783a91927b9049/mindlakesdk-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87d1156bee09cdfd3370fbeaa1616771312ab93e1276ac3dcb8deb2eb578d1c2",
                "md5": "8d68552000e654336258035c8a2766d9",
                "sha256": "9e7e39894285a2b7c9ddac47b313850eccac65a68ac7e7abb469c6c929fe1f4d"
            },
            "downloads": -1,
            "filename": "mindlakesdk-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "8d68552000e654336258035c8a2766d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11544,
            "upload_time": "2023-07-18T17:29:44",
            "upload_time_iso_8601": "2023-07-18T17:29:44.415695Z",
            "url": "https://files.pythonhosted.org/packages/87/d1/156bee09cdfd3370fbeaa1616771312ab93e1276ac3dcb8deb2eb578d1c2/mindlakesdk-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-18 17:29:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mind-network",
    "github_project": "mind-lake-sdk-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "mindlakesdk"
}
        
Elapsed time: 0.23279s