🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

gridcreator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridcreator

That library provides utilities to create grids.

0.2.0
Maintainers
1

What does that library can do?

This library is designed for creating grids to facilitate the decentralization of different products. It is currently being developed as a gridnet library with integrated network functions.

How to install?

pip install gridcreator

How to use?

import grid
my_grid = grid.Grid()
network = grid.Network("test", my_grid)

account = grid.Account()
account_1 = grid.Account()
network.import_account(account)
network.import_account(account_1)
print(my_grid.get)

To be updated...

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts