Metadata-Version: 2.1
Name: argmin
Version: 0.0.0
Summary: Argmin client for Python
Home-page: https://github.com/arg-min/python-client
Author: Shiva Kaul
Author-email: releng@argm.in
License: UNKNOWN
Project-URL: Documentation, https://argmin.readthedocs.io/
Project-URL: Changelog, https://argmin.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/arg-min/argmin/issues
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*

========
Overview
========



Argmin client for Python

Installation
============

::

    pip install argmin

You can also install the in-development version with::

    pip install https://github.com/arg-min/argmin/archive/master.zip


Documentation
=============


https://argmin.readthedocs.io/


Development
===========

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.0.0 (2020-10-30)
------------------

* First release on PyPI.


