Metadata-Version: 2.1
Name: catalog-client
Version: 1.0.1
Summary: Manage the connection and communications to a Catalog server.
Home-page: http://nest.lbl.gov/projects/catalog
Author: Simon Patton
Author-email: sjpatton@lbl.gov
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
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-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/markdown
Requires-Dist: requests

# `catalog_client` project #

The `catalog_client` project container both the `catalog_client` package that
provides a python interface to a Catalog server, and the `catalog-cli` command line
interface that uses that package to all command line access to the server.


## `catalog-cli` executable ##

More details about the `catalog-cli` executable can be found using its help option

    catalog-cli -h


