Metadata-Version: 2.1
Name: Loupe
Version: 1.2.0
Summary: A Python library for solving parametric optimization problems with built-in autograd.
Home-page: https://loupe.readthedocs.io
Author: Andy Kee
License: BSD-3-Clause
Project-URL: Documentation, https://loupe.readthedocs.io
Project-URL: Code, https://github.com/andykee/loupe
Project-URL: Issue tracker, https://github.com/andykee/loupe/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: NOTICE

Loupe
=====
|build status| |coverage| |docs status| |pypi version|

Loupe is a Python library for solving parametric optimization problems. Loupe makes 
it easy to build and manipulate numerical models and efficiently solve optimization 
problems using built-in algorithmic differentiation (autograd).

* **Documentation:** https://loupe.readthedocs.io/
* **Releases:** https://pypi.org/project/loupe/
* **Code:** https://github.com/andykee/loupe/
* **Issue tracker:** https://github.com/andykee/loupe/issues/

Installing
----------
Install and update Loupe using `pip`_:

.. code-block:: text

    pip install loupe


.. _pip: https://pip.pypa.io/en/stable/quickstart/

.. |build status| image:: https://github.com/andykee/loupe/actions/workflows/test.yml/badge.svg
    :target: https://github.com/andykee/loupe/actions/workflows/test.yml

.. |coverage| image:: https://coveralls.io/repos/github/andykee/loupe/badge.svg
    :target: https://coveralls.io/github/andykee/loupe

.. |docs status| image:: https://readthedocs.org/projects/loupe/badge/?version=latest
    :target: https://loupe.readthedocs.io/en/latest/?badge=latest
    
.. |pypi version| image:: https://img.shields.io/pypi/v/loupe.svg
    :target: https://pypi.python.org/pypi/loupe
