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
- Host: GitHub
- URL: https://github.com/citrineinformatics/mifkit
- Owner: CitrineInformatics
- License: apache-2.0
- Created: 2014-12-31T19:24:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T18:55:47.000Z (about 10 years ago)
- Last Synced: 2025-03-12T22:36:11.244Z (over 1 year ago)
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).