Metadata-Version: 2.1
Name: gridcreator
Version: 0.1.2
Summary: That library provides utilities to create grids.
Home-page: https://github.com/endprivate/grid
Author: oblivisheee
Author-email: molniya213y@gmail.com
License: GNU General Public License Version 3
Description-Content-Type: text/markdown
License-File: LICENSE

# 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.grid as grid

your_grid = grid.Grid("example_grid", (3, 3, 3))

your_grid.genesis()
your_grid.add("example_element", "example")
```
