Metadata-Version: 2.0
Name: fsleyes-widgets
Version: 0.3.0
Summary: A collection of wxPython widgets used by FSLeyes
Home-page: https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets
Author: Paul McCarthy
Author-email: pauldmccarthy@gmail.com
License: Apache License Version 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six (==1.*)
Requires-Dist: deprecation (==1.*)
Requires-Dist: numpy (==1.*)
Requires-Dist: matplotlib (<3,>=1.5)
Requires-Dist: wxPython (<4.1,>=3.0.2.0)

fsleyes-widgets
===============


.. image:: https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/badges/master/build.svg
   :target: https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/commits/master/

.. image:: https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/badges/master/coverage.svg
   :target: https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/commits/master/

.. image:: https://img.shields.io/pypi/v/fsleyes-widgets.svg
   :target: https://pypi.python.org/pypi/fsleyes-widgets/



The ``fsleyes-widgets`` package contains a collection of GUI widgets and
utilities, based on `wxPython <http://www.wxpython.org>`_. These widgets are
used by `fsleyes-props <https://git.fmrib.ox.ac.uk/fsl/fsleyes/props>`_ and
`FSLeyes <https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes>`_,


All of the dependencies of ``fsleyes-widgets`` are listed in the
`requirements.txt <requirements.txt>`_ file.


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

``fsleyes-widgets`` is documented using
`sphinx <http://http://sphinx-doc.org/>`_. You can build the API documentation
by running::

    python setup.py doc

The HTML documentation will be generated and saved in the ``doc/html/``
directory.


Contributing
------------

If you would like to contribute to ``fsleyes-widgets``, take a look at the
``fslpy`` `contributing guide
<https://git.fmrib.ox.ac.uk/fsl/fslpy/blob/master/doc/contributing.rst>`_.


