Metadata-Version: 1.1
Name: exquires
Version: 0.9.9
Summary: EXQUIRES (EXtensible QUantitative Image RESampling) test suite
Home-page: http://exquires.ca
Author: Adam Turcotte
Author-email: adam.turcotte@gmail.com
License: BSD 2-Clause (http://www.opensource.org/licenses/bsd-license.php)
Description: ******************************************************************
        **EXQUIRES** (EXtensible QUantitative Image RESampling) test suite
        ******************************************************************
        
        :Website: `<http://exquires.ca>`_
        :PyPI:    `<http://pypi.python.org/pypi/exquires>`_
        :GitHub:  `<http://github.com/aturcotte/exquires>`_
        :License: `BSD 2-Clause License`_
        :Authors: `Adam Turcotte`_ and `Nicolas Robidoux`_
        
        .. _BSD 2-Clause License: http://www.opensource.org/licenses/bsd-license.php
        .. _Adam Turcotte: mailto:adam.turcotte@gmail.com
        .. _Nicolas Robidoux: mailto:nicolas.robidoux@gmail.com
        
        ====================
        Online Documentation
        ====================
        
        The documentation for the latest release version of **EXQUIRES** can be
        viewed online at `<http://exquires.ca>`_.
        
        ==========================
        Building the Documentation
        ==========================
        
        The **EXQUIRES** documentation/website is built using `Sphinx`_.
        
        .. _Sphinx: http://sphinx.pocoo.org/
        
        Before building the documentation, you must first perform the following tasks:
        
        * Install Sphinx (``$ sudo apt-get install python-sphinx``)
        * Install **EXQUIRES**
        
        To produce the HTML documentation (same as the online documentation):
        
        * From the ``docs`` directory, run: ``$ make html``
        * This will produce HTML documentation in the ``_build/html/`` directory
        * Open ``_build/html/index.html`` with your browser
        
        To produce the PDF manual:
        
        * From the ``docs`` directory, run: ``$ make latexpdf``
        * This will produce LaTeX files in the ``_build/latex`` directory and run them
          through pdflatex
        * Open ``exquires.pdf`` to view the manual.
        
Keywords: image,reconstruction,enlargement,upsampling,test,testing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Testing
