Metadata-Version: 2.1
Name: d2x-cli
Version: 0.0.1
Summary: A command line interface to MuseLab's D2X Cloud for running automation against Salesforce orgs
Project-URL: Documentation, https://github.com/unknown/d2x-cli#readme
Project-URL: Issues, https://github.com/unknown/d2x-cli/issues
Project-URL: Source, https://github.com/unknown/d2x-cli
Author-email: "U.N. Owen" <jason@muselab.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: cumulusci
Requires-Dist: httpx
Requires-Dist: rich-click
Requires-Dist: websockets
Description-Content-Type: text/markdown

# D2X CLI

[![PyPI - Version](https://img.shields.io/pypi/v/d2x-cli.svg)](https://pypi.org/project/d2x-cli)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/d2x-cli.svg)](https://pypi.org/project/d2x-cli)

---

**Table of Contents**

-   [Installation](#installation)
-   [License](#license)

## Installation

```console
pip install d2x-cli
```

## License

`d2x-cli` is distributed under the terms of the [BSD3](https://spdx.org/licenses/BSD3.html) license.
