An open API service indexing awesome lists of open source software.

https://github.com/citrineinformatics/mifkit

Tools for working with and building MIFs
https://github.com/citrineinformatics/mifkit

Last synced: about 2 months ago
JSON representation

Tools for working with and building MIFs

Awesome Lists containing this project

README

          

# MIFkit

## About

Tools to serialize and deserialize to and from the [MIF](http://citrineinformatics.github.io/mif-documentation) schema. This package provides python objects for each object in the MIF schema and methods for serialization and deserialization.

## Installation

### Requirements

* Python 2.7

### Setup

```shell
$ git clone git@github.com:CitrineInformatics/mifkit.git
$ cd mifkit
$ python setup.py install
```

# Use

A detailed discussion of the MIF schema and usage are available at [http://citrineinformatics.github.io/mif-documentation](http://citrineinformatics.github.io/mif-documentation).