Metadata-Version: 2.1
Name: globus-search-cli
Version: 0.7.1
Summary: Globus Search CLI
Home-page: https://github.com/globus/globus-search-cli
Author: Stephen Rosen
Author-email: sirosen@globus.org
License: UNKNOWN
Keywords: globus,cli,command line,search
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (<8.0,>=7.0)
Requires-Dist: globus-sdk (<2.0.0,>=1.7.0)
Requires-Dist: globus-sdk-tokenstorage (==0.2.1)
Provides-Extra: development
Requires-Dist: pytest (<5.0) ; extra == 'development'
Requires-Dist: pytest-cov (<3.0) ; extra == 'development'
Requires-Dist: httpretty (==0.9.5) ; extra == 'development'
Requires-Dist: pyyaml ; extra == 'development'

.. 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.

.. note::
    At a future date, we hope to incorporate this functionality into the
    ``globus-cli``. At that time, support for this tool will be dropped.

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.


