Metadata-Version: 2.4
Name: clariti-cumulusci
Version: 4.7.0
Summary: CumulusCI fork maintained by Clariti Cloud - Build and release tools for Salesforce developers
Project-URL: Homepage, https://github.com/ClaritiSoftware/CumulusCI
Project-URL: Documentation, https://claritisoftware.github.io/CumulusCI/
Project-URL: Changelog, https://claritisoftware.github.io/CumulusCI/history.html
Project-URL: Bug Tracker, https://github.com/ClaritiSoftware/CumulusCI/issues
Project-URL: Upstream, https://github.com/SFDO-Tooling/CumulusCI
Author-email: "Clariti Cloud Inc." <oss@claritisoftware.com>
Maintainer: dipakparmar
License: BSD 3-Clause License
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: clariti-cumulusci,cumulusci,salesforce
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.11
Requires-Dist: click>=8.2.0
Requires-Dist: cryptography
Requires-Dist: defusedxml
Requires-Dist: docutils<=0.21.2
Requires-Dist: faker
Requires-Dist: github3-py
Requires-Dist: jinja2
Requires-Dist: keyring<=23.0.1
Requires-Dist: lxml
Requires-Dist: markupsafe
Requires-Dist: packaging>=23.0
Requires-Dist: psutil
Requires-Dist: pydantic<3,>=2.0
Requires-Dist: pyjwt
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: requests-futures
Requires-Dist: rich>=13.9.4
Requires-Dist: robotframework
Requires-Dist: robotframework-pabot
Requires-Dist: robotframework-requests
Requires-Dist: robotframework-seleniumlibrary<6
Requires-Dist: rst2ansi>=0.1.5
Requires-Dist: salesforce-bulk
Requires-Dist: sarge
Requires-Dist: selenium<4
Requires-Dist: sentry-sdk<3,>=2.8.0
Requires-Dist: simple-salesforce>=1.12.6
Requires-Dist: snowfakery>=4.2.1
Requires-Dist: sqlalchemy<2
Requires-Dist: xmltodict
Provides-Extra: select
Requires-Dist: annoy; extra == 'select'
Requires-Dist: numpy; extra == 'select'
Requires-Dist: pandas; extra == 'select'
Requires-Dist: scikit-learn; extra == 'select'
Description-Content-Type: text/markdown

# Clariti CumulusCI

[![PyPI](https://img.shields.io/pypi/v/clariti-cumulusci)](https://pypi.org/project/clariti-cumulusci/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/clariti-cumulusci)
![PyPI - License](https://img.shields.io/pypi/l/clariti-cumulusci)
[![GitHub Actions](https://github.com/ClaritiSoftware/CumulusCI/actions/workflows/feature_test.yml/badge.svg)](https://github.com/ClaritiSoftware/CumulusCI/actions)

> **This is a fork of [CumulusCI](https://github.com/SFDO-Tooling/CumulusCI) maintained by [Clariti Cloud Inc.](https://claritisoftware.com)**
>
> We maintain this fork to provide faster bug fixes, enhanced features, and better support for our internal development workflows. Contributions from the community are welcome!

CumulusCI helps build great applications on the Salesforce platform by
automating org setup, testing, and deployment for everyone --- from
developers and admins to testers and product managers.

**Best practices, proven at scale.** CumulusCI provides a complete
development and release process created by Salesforce.org to build and
release applications to thousands of users on the Salesforce platform.
It\'s easy to start new projects with a standard set of tasks (single
actions) and flows (sequences of tasks), or customize by adding your
own.

**Batteries included.** Out-of-the-box features help you quickly:

-   Build sophisticated orgs with automatic installation of
    dependencies.
-   Load and capture sample datasets to make your orgs feel real.
-   Apply transformations to existing metadata to tailor orgs to your
    specific requirements.
-   Run builds in continuous integration systems.
-   Create end-to-end browser tests and setup automation using [Robot
    Framework](https://claritisoftware.github.io/CumulusCI/robotframework.html).
-   Generate synthetic data on any scale, from a single record to a
    million, using
    [Snowfakery](https://claritisoftware.github.io/CumulusCI/cookbook.html#large-volume-data-synthesis-with-snowfakery).

**Build anywhere.** Automation defined using CumulusCI is portable. It
is stored in a source repository and can be run from your local command
line, from a continuous integration system, or from a customer-facing
MetaDeploy installer. CumulusCI can run automation on scratch orgs
created using the Salesforce CLI, or on persistent orgs like sandboxes,
production orgs, and Developer Edition orgs.

## Installation

```bash
pip install clariti-cumulusci
```

Or using pipx for isolated installation:

```bash
pipx install clariti-cumulusci
```

## Learn more

For a tutorial introduction to CumulusCI, complete the [Build
Applications with
CumulusCI](https://trailhead.salesforce.com/en/content/learn/trails/build-applications-with-cumulusci)
trail on Trailhead.

To go in depth, read the [full
documentation](https://claritisoftware.github.io/CumulusCI/).

If you just want a quick intro, watch [these screencast
demos](https://claritisoftware.github.io/CumulusCI/demos.html) of using
CumulusCI to configure a Salesforce project from a GitHub repository.

For a live demo with voiceover, please see Jason Lantz\'s [PyCon 2020
presentation](https://www.youtube.com/watch?v=XL77lRTVF3g) from minute
36 through minute 54.

## Questions?

- For Clariti CumulusCI specific issues: [Open an issue](https://github.com/ClaritiSoftware/CumulusCI/issues)
- For general CumulusCI questions: Ask in the [CumulusCI (CCI) group in the Trailblazer
Community](https://success.salesforce.com/_ui/core/chatter/groups/GroupProfilePage?g=0F9300000009M9ZCAU)

_Please note:_ This fork is distributed under the [BSD 3-Clause
license](https://github.com/ClaritiSoftware/CumulusCI/blob/main/LICENSE)
and is not covered by the Salesforce Master Subscription Agreement.

<!-- Changelog -->
## v4.7.0 (2026-06-23)

## What's Changed

### Changes

- DEVOPS-810 fix: remove pkg_resources/PyFilesystem2 dependency by [@dipakparmar](https://github.com/dipakparmar) in [#20](https://github.com/ClaritiSoftware/CumulusCI/pull/20)
- DEVOPS-814 chore: sync CumulusCI from upstream (2026.02.12) by [@dipakparmar](https://github.com/dipakparmar) in [#21](https://github.com/ClaritiSoftware/CumulusCI/pull/21)
- DEVOPS-903 chore: reduce Sentry noise by filtering handled exceptions by [@dipakparmar](https://github.com/dipakparmar) in [#23](https://github.com/ClaritiSoftware/CumulusCI/pull/23)
- DEVOPS-906 chore: sync CumulusCI from upstream (2026.06.16) by [@dipakparmar](https://github.com/dipakparmar) in [#24](https://github.com/ClaritiSoftware/CumulusCI/pull/24)

**Full Changelog**: https://github.com/ClaritiSoftware/CumulusCI/compare/v4.6.0...v4.7.0