Handle data in CMI-format.


License
MIT
Install
pip install cmif==2022.11.27

Documentation

cmif

Synopsis

cmif is a Python package for creating and retrieving data in CMI format. It has been developed as part of the Dikon project (2019–2020) at the Interdisciplinary Centre for European Enlightenment Studies.

Installation

You can install this package via PyPI:

pip install cmif

... or by cloning the repository:

git clone https://github.com/herreio/cmif.git --recurse-submodules
cd cmif
# create and activate virutalenv
utils/setup
source env/bin/activate

Documentation

The documentation can be found on Read the Docs.

To build the documentation from the files found at docs:

cd docs
make html

Test

In case you cloned the repository, you can run a unittest:

python -m unittest test.creation

See Also

The Python command line interface csv2cmi, written by K. Rettinghaus, allows to create files in CMI format from CSV input.