Metadata-Version: 2.3
Name: globus-registered-api
Version: 1.0.1
Summary: Manage Registered APIs in the Globus Flows service
License: Apache-2.0
Author: Kurt McKee
Author-email: support@globus.org
Requires-Python: >=3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: click (>=8,<8.4)
Requires-Dist: globus-sdk (>=4,<4.6)
Requires-Dist: openapi-pydantic (>=0.5.1,<0.6.0)
Requires-Dist: prompt-toolkit (>=3.0,<4.0)
Requires-Dist: pyyaml (>=6.0)
Requires-Dist: requests
Requires-Dist: rich (>=14.0,<15.0)
Requires-Dist: types-requests (>=2.32.4.20260107,<3.0.0.0)
Project-URL: Source, https://github.com/globus/globus-registered-api
Description-Content-Type: text/x-rst

..
    This file is a part of globus-registered-api.
    https://github.com/globus/globus-registered-api
    Copyright 2025-2026 Globus <support@globus.org>
    SPDX-License-Identifier: Apache-2.0

GRA is a CLI tool created to assist with the client-side management of
Registered APIs in the Globus Flows service.

Feature documentation, including tutorials and interface references, may be
found on the central globus docs site
`here <https://docs.globus.org/api/flows/registered-apis/>`_.

