Metadata-Version: 2.1
Name: gridThingz
Version: 1.0.0
Summary: A small package made to modify the numpy 2d data structure systed for ease of use.
Home-page: https://github.com/Zachary99/gridThingZ/
Author: Zephyrrus
Author-email: zachary.ehle@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Zachary99/gridThingZ/issues/
Project-URL: Wiki, https://github.com/Zachary99/gridThingZ/wiki/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Grid ThingZ

Grid ThingZ is a lightweight python library created to manage 2d data structures in a simple and user-friendly way.
* [Wiki](https://github.com/Zachary99/gridThingZ/wiki/Home)

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Grid Things.

```bash
pip install gridThings-Zephyrrus
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

