Skip to content

Commit

Permalink
Merge pull request #3 from mind-network/dev
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
dennis-mind committed Aug 2, 2023
2 parents 4465ace + 489599e commit 3b7a798
Show file tree
Hide file tree
Showing 8 changed files with 793 additions and 38 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DataPack, contributed by the Mind Network Team, is to enable data transformation

### Dependencies

* Python > 3.8
* Python >= 3.8
* pip
* mindlakesdk
* arseeding
Expand All @@ -30,13 +30,15 @@ from minddatapack import DataPack

### More examples
* [use case of arweave in jupyter](/examples/use_case_arweave.ipynb)
* [use case of IPFS in jupyter](/examples/use_case_ipfs.ipynb)

## code
```
mind-datapack-python
|-- minddatapack # source code
| |-- __init__.py
| |-- arweaveconnector.py
| |-- ipfsconnector.py
| |-- localfileconnector.py
| |-- mindlakeconnector.py
| └-- utils.py
Expand All @@ -59,6 +61,8 @@ Full doc: [https://mind-network.gitbook.io/mind-lake-sdk](https://mind-network.g

* v1.0
* Initial Release
* v1.0.1
* Add IPFS support

## License

Expand Down
Loading

0 comments on commit 3b7a798

Please sign in to comment.