Metadata-Version: 2.0
Name: fsleyes-widgets
Version: 0.0.2
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
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.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: matplotlib (>=1.5.1,<3.0.0)
Requires-Dist: numpy (<2.0,>=1.11.1)
Requires-Dist: six (<2.0,>=1.10.0)
Requires-Dist: wxPython (>=3.0.2.0,<=4.0.0a2)

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` and `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).

