Metadata-Version: 2.1
Name: cmif
Version: 2020.4.28
Summary: Handle data in CMI-format.
Home-page: https://github.com/herreio/cmif
Author: Donatus Herre
Author-email: pypi@herre.io
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: lxml (==4.5.0)

.. role:: shell(code)
   :language: shell

cmif
====

Introduction
------------

This is a simple python package to handle data in CMI-format.

Installation
------------

You can install this package via `PyPI <https://pypi.org/project/cmif/>`_:

.. code-block:: shell

    pip install cmif

... or by cloning the repository:

.. code-block:: shell

    git clone https://github.com/herreio/cmif.git
    cd cmif

Documentation
-------------

A minimal documentation can be found on `Read the Docs <https://cmif.readthedocs.io/>`_.

To build the documentation from the files found at docs:

.. code-block:: shell

    cd docs
    make html


Usage
-----

Launch the Python interpreter and start by importing the necessary modules:

.. code-block:: python

    from cmif import MyParser


