Metadata-Version: 2.1
Name: globus-search-cli
Version: 0.3.0
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 :: 3 - Alpha
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)

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

.. warning::
    This product is in Alpha and under active development. Its interface may change
    version-to-version.

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.5+, ``pip``, and ``virtualenv`` installed.
There are no other requirements.

Install
-------

``pip install globus-search-cli``

Use
---

``globus-search --help``

Uninstall
---------

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


