Skip to content
README.md 1.3 KiB
Newer Older
``icartt`` is an ICARTT format reader and writer
Christoph Knote's avatar
Christoph Knote committed
## Installation

The package is available on [PyPI](https://pypi.org/project/icartt/), install via

```
pip install icartt
```

Christoph Knote's avatar
Christoph Knote committed
Available [here](https://mbees.med.uni-augsburg.de/docs/icartt/2.0.0).
Christoph Knote's avatar
Christoph Knote committed
We are looking forward to receiving your [new issue report](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/-/issues/new).
Robin Kara's avatar
Robin Kara committed
If you'd like to contribute source code directly, please [create a fork](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage),
make your changes and then [submit a merge request](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/-/merge_requests/new) to the original project.
## Installation of the development version
Christoph Knote's avatar
Christoph Knote committed
Clone this repository / or your fork and install. We use [poetry](https://python-poetry.org/) for packaging, which needs to be installed.

```
git clone https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage.git or <URL of your fork>
cd icartt_pypackage
Christoph Knote's avatar
Christoph Knote committed
poetry install
poetry shell
Christoph Knote's avatar
Christoph Knote committed
## 2.0.0 (2022-04-28)

- Compatible with ICARTT v2 standard
- Formats 1001 and 2110
- Complete internal overhaul

## 1.0.0 (2017-12-19)

- Peer-reviewed version to be published in Knote et al., GMD

## 0.1.0 (2017-08-12)

- Initial release