Metadata-Version: 2.1
Name: iarray-community
Version: 0.0.4
Summary: An efficient, flexible and fast toolkit for managing your data
Home-page: https://ironarray.io
Author: ironArray Development Team
Author-email: contact@ironarray.io
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ironArray/iarray-community/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# ironArray Community Edition

## What it is

ironArray Community is the open source version of [ironArray](https://ironarray.io).  It has been developed to mimic the same API than h5py or Zarr.  It implements the support for simple and double floating-point data using a metalayer. With the community edition of ironArray you can extract slices from floating-point datasets in a simple way!

For more info, see the docs at: https://ironarray.io/docs/iarray-community/


## Installing

ironArray Community is a pure Python package, so it can easily be installed for any platform.
You can install binary packages from PyPi using `pip`:

```console
    python -m pip install iarray-community
```

----

**Have fun!**

The ironArray Team


