This is a separate project to the 'examples-core' project (possibly with a
different maintainer) that extends the 'extras' bindings to the 'example'
package.

To create and install the extension module, run:

    sip-install
or
    pip install .

To create and install an sdist, run::

    sip-sdist
    pip install examples_extras-0.1.tar.gz

To create and install a wheel, run::

    sip-wheel
    pip install examples_extras-0.1-*.whl

To uninstall the extension module, run:

    pip uninstall examples_extras
