Metadata-Version: 2.1
Name: globus-search-cli
Version: 0.8.2
Summary: Globus Search CLI
Home-page: https://github.com/globus/globus-search-cli
Author: Stephen Rosen
Author-email: sirosen@globus.org
Keywords: globus,cli,command line,search
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
License-File: LICENSE
License-File: COPYING
Requires-Dist: click<9.0,>=8.0
Requires-Dist: globus-sdk<4,>=3.0.2
Requires-Dist: globus-sdk-tokenstorage==0.4.1
Provides-Extra: dev
Requires-Dist: pytest<5.0; extra == "dev"
Requires-Dist: pytest-cov<3.0; extra == "dev"
Requires-Dist: responses==0.14.0; extra == "dev"
Requires-Dist: pyyaml; extra == "dev"

.. warning::

    This tool is no longer supported. Users should migrate to the
    ``globus-cli`` package and ``globus search`` commands.

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. image:: https://readthedocs.org/projects/globus-search-cli/badge/?version=latest
    :target: https://globus-search-cli.readthedocs.io/en/latest/?badge=latest

Globus Search CLI
=================

A command-line tool for interacting with Globus Search.

Provides the `globus-search` command.

Requirements
------------

You must have Python 3.6+ and ``pip`` installed.
There are no other requirements.

Install
-------

.. code-block:: bash

    pip install globus-search-cli

Install for Production Usage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you plan to use ``globus-search-cli`` in a production environment or
workflow, it is strongly recommended that you pin the exact version you are
using while it is in beta.

For example,

.. code-block:: bash

    pip install 'globus-search-cli==0.7.0'

Use
---

.. code-block:: bash

    globus-search --help

Uninstall
---------

.. code-block:: bash

    pip uninstall globus-search-cli

Bugs, Feature Requests, and Issues
----------------------------------

All issue tracking is done in the open
`Globus Search CLI <https://github.com/globus/globus-search-cli/issues/>`_
issue tracker.
